@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  min-height: 0vw;
  border-width: 0px;
  list-style-type: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
  overflow: auto;
}

body {
  text-shadow: none;
  overflow: hidden;
  /* background: #f56500; */
  /* overflow-y: scroll; */
  box-sizing: border-box;
  box-shadow: none;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: url(../img/bodyBg.jpg);
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark);
  font-weight: 400;
}

a {
  color: var(--dark);
  text-decoration: none;
}

:root {
  --body: #fff;
  --dark: #333;
}

/* 共通 */

.card {
  --bs-card-border-color: none;
}

.h2Text {
  /* font-size: clamp(1.1rem, 0.962rem + 0.74vw, 1.7rem); */
  font-size: clamp(1.4rem, 1.331rem + 0.37vw, 1.7rem);
}

.h3Text {
  /* font-size: clamp(0.938rem, 0.808rem + 0.69vw, 1.6rem); */
  font-size: clamp(1.3rem, 1.231rem + 0.37vw, 1.6rem);
}

.h4Text {
  /* font-size: clamp(0.875rem, 0.731rem + 0.77vw, 1.5rem); */
  font-size: clamp(1.2rem, 1.131rem + 0.37vw, 1.5rem);
}

.h5Text {
  /* font-size: clamp(0.813rem, 0.712rem + 0.54vw, 1.25rem); */
  font-size: clamp(1.1rem, 1.031rem + 0.37vw, 1.4rem);
}

.h6Text {
  /* font-size: clamp(0.75rem, 0.678rem + 0.38vw, 1.063rem); */
  font-size: clamp(1rem, 0.931rem + 0.37vw, 1.3rem);
}

.pText {
  /* font-size: clamp(0.75rem, 0.692rem + 0.31vw, 1rem); */
  font-size: clamp(1rem, 0.92rem + 0.1vw, 1.2rem);
}

.container-fluid,
.container-xxl,
.container {
  padding: 0;
}

/* =========================================================================================================================================

                    　　　　　　　　　　　　　　　SPファースト 300-375pxまででかく

                   　　　　　　　　　　　　　　　　　　　　
=========================================================================================================================================*/
/* =========================================================================================================================================


                    　　　　　　　　　　　　　　　共通

                   　　　　　　　　　　　　　　　　　　　　
=========================================================================================================================================*/

.whiteBox {
  background: rgb(255, 255, 255);
  width: 96%;
  border-radius: 10px;
}

/* ページトップへのボタン*/
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: 0.5s;
  z-index: 30;
}

.page-top_link {
  position: relative;
  top: 0;
  right: -18px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #f56500;
  /* background: #d8b838; */
  z-index: 30;
}

.page-top_link:before {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

/* page btn */
/* ページトップへのボタン*/
/* .page-btn {
  position: fixed;
  bottom: 10px;
  right: 20px;
  transition: 0.5s;
  z-index: 30;
}

.page-btn_link {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #f151298d;
  z-index: 30;
}

.page-btn_link:before {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(22deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
} */

/* =========================================================================================================================================




                      　　　　　　　　　　　　　　　　　　　       #header（headerNavi）





=========================================================================================================================================*/

#headerPc {
  display: none;
}

#headerSp {
  display: block;
}

/* ↓これをnoneにしないと、問題が起こります。１：aタク飛ばない　２：ハンバーガーを開くとbgが消える*/
.modal-backdrop.show {
  /* background: #fff;
  position: relative;
  z-index: 1; */
  display: none;
}

.humMenu {
  top: 0;
  left: -10px;
  color: #fff;
}

.humBtn a {
  background: rgb(255, 255, 255);
  border: 1px solid #333;
}

.humBtn a:hover,
.humBtn a:active {
  color: #fff;
  border: 1px solid #fff;
  background: #90b7f9;
}

/* menu for PC / hover animation */

#headerPc .nav-item a:hover {
  color: #ff6a00;
}
#headerPc a:hover {
  border-bottom: solid 3px #ff6a00;
  /* padding-bottom: 0px; */
}

#headerPc a {
  /* display: inline-block; */
  /* padding-bottom: 0px; */
  position: relative;
  cursor: pointer;
  padding: 0 8px;
  /* font-size: clamp(0.75rem, 0.676rem + 0.37vw, 3rem); */
  /* color: red; */
  z-index: 5;
  letter-spacing: -0.5px;
}

#headerPc .description_bottom,
.description_sp {
  width: 150px;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
  border-radius: 10px;
  /* color: rgb(137, 131, 131); */
  font-size: clamp(0.625rem, 0.551rem + 0.37vw, 0.875rem);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: 0.5s all;
}

#headerPc a:hover .description_bottom {
  top: 80%;
  left: 50%;
  font-size: 13px;
  color: #eb6100;
  visibility: visible;
  opacity: 1;
}
/* test */

/* =========================================================================================================================================




                      　　　　　　　　　　　　　　　　　　　       #hero（mainvisual）





=========================================================================================================================================*/
.img-box {
  display: none;
}

.img-boxSp {
  display: block;
}

.top {
  display: none;
}

@keyframes imgfade {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*SPのときに表示する */

.img-boxSp {
  height: 470px;
  overflow: hidden;
  position: relative;
}

.img-boxSp > div {
  position: absolute;
  top: 70px;
  left: 8px;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 24s;
  animation-iteration-count: infinite;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 7;
  }

  80% {
    opacity: 0;
    /* transform: scale(1); */
  }

  100% {
    z-index: 0;
    opacity: 0;
  }
}

/* 1枚目のスライド */
.img-boxSp > div:first-of-type {
  height: 400px;
  background-image: url("../img/inboundSp01.png");
  background-position: center top;
  border-radius: 20px;
}

/* 2枚目のスライド */
.img-boxSp > div:nth-of-type(2) {
  height: 400px;
  background-image: url("../img/inboundSp02.png");
  background-position: center center;
  border-radius: 20px;
  animation-delay: 4s;
}

/* 3枚目のスライド */
.img-boxSp > div:nth-of-type(3) {
  height: 400px;
  background-image: url("../img/inboundSp03.png");
  background-position: center center;
  border-radius: 20px;
  /* background-image: url("../images/sp08.jpg"); */
  animation-delay: 8s;
}

/* 4枚目のスライド */
.img-boxSp > div:nth-of-type(4) {
  height: 400px;
  background-image: url("../img/inboundSp04.png");
  background-position: center top;
  border-radius: 20px;
  animation-delay: 12s;
}

/* 追記 */

/* 5枚目のスライド */
.img-boxSp > div:nth-of-type(5) {
  height: 400px;
  background-image: url("../img/inboundSp05.png");
  background-position: center bottom;
  border-radius: 20px;
  animation-delay: 16s;
}

/* 6枚目のスライド */
.img-boxSp > div:last-of-type {
  height: 400px;
  background-image: url("../img/inboundSp06.png");
  background-position: center center;
  border-radius: 20px;
  animation-delay: 16s;
  animation-delay: 20s;
}

.OneTextAnime {
  text-align: left;
  letter-spacing: -2.7px;
  padding: 0 2px;
}
/* 追記　done */

.btm {
  border-left: 3px solid #eb6100;
  padding: 4px;
}

/* #hero span {
  line-height: 1.9;
} */

/* .heroImg {
  max-width: 100%;
  background-image: url(../img/mainTopXs.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

#hero .subMainText {
  text-align: left;
}

#hero span {
  color: #fff;
  font-weight: 800;
  /* font-family: "Noto Sans", sans-serif; */
/* text-shadow: 1px 2px 3px #333;
  line-height: 1;
  letter-spacing: -5px;
} */

/* ========== animation sub ============= */
.subMainText {
  display: none;
}

.scrollUpText,
.contentsText {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.4s;
}

.scrollUpText.active,
.contentsText.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* ========== animation mainText============= */
.anime-box .OneTextAnime span {
  opacity: 0;
  animation: onetxtanime 1.5s forwards;
}

.anime-box .OneTextAnime span:nth-child(1) {
  animation-delay: 0.25s;
}

.anime-box .OneTextAnime span:nth-child(2) {
  animation-delay: 0.35s;
}

.anime-box .OneTextAnime span:nth-child(3) {
  animation-delay: 0.4s;
}

.anime-box .OneTextAnime span:nth-child(4) {
  animation-delay: 0.45s;
}

.anime-box .OneTextAnime span:nth-child(5) {
  animation-delay: 0.5s;
}

.anime-box .OneTextAnime span:nth-child(6) {
  animation-delay: 0.55s;
}

.anime-box .OneTextAnime span:nth-child(7) {
  animation-delay: 0.6s;
}

.anime-box .OneTextAnime span:nth-child(8) {
  animation-delay: 0.65s;
}

.anime-box .OneTextAnime span:nth-child(9) {
  animation-delay: 0.7s;
}

.anime-box .OneTextAnime span:nth-child(10) {
  animation-delay: 0.75s;
}

.anime-box .OneTextAnime span:nth-child(11) {
  animation-delay: 0.8s;
}

.anime-box .OneTextAnime span:nth-child(12) {
  animation-delay: 0.85s;
}

.anime-box .OneTextAnime span:nth-child(13) {
  animation-delay: 0.9s;
}

.anime-box .OneTextAnime span:nth-child(14) {
  animation-delay: 0.95s;
}

.anime-box .OneTextAnime span:nth-child(15) {
  animation-delay: 1s;
}

.anime-box .OneTextAnime span:nth-child(16) {
  animation-delay: 1.05s;
}

.anime-box .OneTextAnime span:nth-child(17) {
  animation-delay: 1.1s;
}

.anime-box .OneTextAnime span:nth-child(18) {
  animation-delay: 1.15s;
}

.anime-box .OneTextAnime span:nth-child(19) {
  animation-delay: 1.2s;
}

.anime-box .OneTextAnime span:nth-child(20) {
  animation-delay: 1.25s;
}

.anime-box .OneTextAnime span:nth-child(21) {
  animation-delay: 1.3s;
}

.anime-box .OneTextAnime span:nth-child(22) {
  animation-delay: 1.35s;
}

.anime-box .OneTextAnime span:nth-child(23) {
  animation-delay: 1.4s;
}

.anime-box .OneTextAnime span:nth-child(24) {
  animation-delay: 1.55s;
}

.anime-box .OneTextAnime span:nth-child(25) {
  animation-delay: 1.45s;
}

.anime-box .OneTextAnime span:nth-child(26) {
  animation-delay: 1.5s;
}

.anime-box .OneTextAnime span:nth-child(27) {
  animation-delay: 1.55s;
}
.anime-box .OneTextAnime span:nth-child(28) {
  animation-delay: 1.6s;
}

@keyframes onetxtanime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* hero textSlide */
.textSlide {
  /* margin: 100 auto 40px; */
  width: 100%;
  font-size: 28px;
  text-align: center;
  overflow: hidden;
}
.textSlide h5 {
  /* margin: 0; */
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 1em;
  animation: scrollSample01 21s linear infinite;
}
@keyframes scrollSample01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.appearfromSm {
  display: none;
}

/* =========================================================================================================================================




                      　　　　　　　　　　　　　　　　　　　       #keywords（keywords）





=========================================================================================================================================*/

#keywords .keywordsText {
  display: block;
}

#keywords .keywordsTextOr {
  text-align: left;
}

#keywords .keywordsSubTex {
  text-align: center;
}

/* illust */
#keywords .person {
  top: -90px;
  right: -40px;
}

#keywords .airplane {
  display: none;
}

.brSmToLg {
  display: none;
}

/* =========================================================================================================================================




                      　　　　　　　　　　　　　　　　　　　       #About（私たちについて）





=========================================================================================================================================*/
.timeline {
  left: 20px;
  border-left: 1px solid hsl(0, 0%, 90%);
  position: relative;
  list-style: none;
}

.timeline .timeline-item {
  position: relative;
}

.timeline .timeline-item:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .timeline-item:after {
  /* background-color: hsl(0, 0%, 90%); */
  background-color: hsl(0, 0%, 90%);
  left: -38px;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  content: "";
}

.aboutText {
  line-height: 1.5;
}

/* btm */

.aboutPerson {
  top: 3px;
  right: -200px;
  width: 35px;
}

/* =========================================================================================================================================


                                                       #service


 =========================================================================================================================================*/

#service .serviceImg {
  min-width: 300px;
}

#service .servicePix {
  width: 100%;
}

#service .lightBlue {
  top: -150px;
  right: 80px;
  width: 130px;
  height: 130px;
  background: #a7deef;
  border-radius: 15px;
  transform: rotate(45deg);
}

#service .darkBlue {
  top: -130px;
  right: 20px;
  width: 80px;
  height: 80px;
  background: #90b7f9;
  border-radius: 15px;
  transform: rotate(45deg);
}

/* ======================================================================================================================================



                    　　　　　　　　　　　　　　　 
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 #points





========================================================================================================================================== */

.highlighter {
  background: linear-gradient(transparent 50%, #f1512991 0%);
}

#points .illust {
  width: 50%;
}

/* ======================================================================================================================================



                    　　　　　　　　　　　　　　　 
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 #price





========================================================================================================================================== */

/* 制作プラン*/
.webPlan ul,
.translatePlan ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.webPlan .pricecard {
  flex: 0 0 32%;
  text-align: center;
  /* border: 1px solid #eee; */
  box-sizing: border-box;
  margin: 0 auto 3em;
}

/* 翻訳プラン*/

.translatePlan .pricecard {
  flex: 0 0 32%;
  text-align: center;
  border: 1px solid #eee;
  box-sizing: border-box;
  margin: 0 auto 3em;
}

/* equal */

#price .equal {
  margin: -20px 0 30px;
}

.brLg {
  display: none;
}

/* === reflection ===*/

.reflection {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* ======================================================================================================================================



                    　　　　　　　　　　　　　　　 
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 #option maintenance





========================================================================================================================================== */
#option th,
#option td {
  display: flex;
  justify-content: center;
  /* flex-direction: colum; */
}

#option .tablePc {
  display: none;
}

#option .tableSp {
  background: #90b7f9;
}

/* ======================================================================================================================================



                    　　　　　　　　　　　　　　　 
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 #info(助成金)





========================================================================================================================================== */
/* btn */

.infoBtnGroup {
  width: 240px;
}

/* btn上 */
.btn--info {
  color: #fff;
  background-color: #3d6fd0;
  border-bottom: 5px solid #203f8c;
  border-radius: 50px;
}

.btn--info:hover {
  margin-top: 3px;
  color: #203f8c;
  background: #3d6fd0;
  border: 1px solid #3d6fd0;
  border-bottom: 3px solid #203f8c;
  transform: translateY(3px);
}
.btn--infoshadow {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}

/* btn下 */

.btn--info02 {
  color: #fff;
  background-color: #ffffff;
  border: 1px solid #3d6fd0;
  border-bottom: 5px solid #3d6fd0;
  border-radius: 50px;
}

.btn--info02 .textBtn {
  color: #203f8c;
}

.btn--info02 .textBtn:hover {
  color: #fff;
}

.btn--info02:hover {
  margin-top: 3px;
  color: #333;
  background: #3d6fd0;
  border-bottom: 3px solid #203f8c;
  transform: translateY(3px);
}
.btn--infoshadow02 {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}

/* .btn01,
.btn02 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.btn_icon {
  position: absolute;
  top: 46%;
  right: 15px;
  transform: translateY(-20%);
  width: 8px;
}

.btn01:hover,
.btn02:hover {
  color: #333;
  opacity: 0.8;
  box-shadow: none;
  transform: translateY(5px);
}

#info .btn02,
#info .btn02 {
  margin: 0 auto;
  border: 1px solid #db78f1;
  background: #fff;
  box-shadow: 0 5px 0 #db78f1;
  /* padding-top: 6px; */

/* 
#info .btn01,
#info .btn01 {
  margin: 0 auto;
  padding-bottom: 5px;
  border: 1px solid rgb(97, 139, 246);
  box-shadow: 0 5px 0 rgb(97, 139, 246);

/* 
#price .BtnGroup {
  flex-direction: column;
  gap: 0;
} */

/* =============================================================================================================================================



                    　　　　　　　　　　　　　　　                   #suggest




 /* ============================================================================================================================================= */

#suggest .illust {
  width: 70%;
}

#suggest .earth {
  margin: 30px;
}

/* =============================================================================================================================================




                    　　　　　　　　　　　　　　                         #arrow




/* ============================================================================================================================================= */

/* .arrow-bottom {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 0 20px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
} */

#arrow {
  height: 20vh;
}

.cp_arrows *,
.cp_arrows *:before,
.cp_arrows *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_arrows {
  position: relative;
  display: flex;
  height: 200px; /*画面いっぱいにする場合100vh*/
  /* margin: 2em auto; */
  justify-content: center;
  align-items: center;
}
.cp_arrows .cp_arrow {
  position: absolute;
  top: 50%; /*着地点（サンプルは[class:cp_arrows]height300pxの50%）*/
  left: 55%;
  /* -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0; */
}
.cp_arrows .cp_arrowfirst {
  -webkit-animation: arrow-move08 2s ease-in-out infinite;
  animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrowsecond {
  -webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
  animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before,
.cp_arrows .cp_arrow:after {
  position: absolute;
  top: -50px;
  left: -39px;
  display: block;
  width: 40px;
  height: 3px;
  content: "";
  background: #ffffff;
}
.cp_arrows .cp_arrow:before {
  -webkit-transform: rotate(30deg) translateX(-39%);
  transform: rotate(30deg) translateX(-35%);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.cp_arrows .cp_arrow:after {
  /* -webkit-transform: rotate(-30deg) translateX(39%); */
  transform: rotate(-32deg) translateX(39%);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
@-webkit-keyframes arrow-move08 {
  0% {
    top: 40%;
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-move08 {
  0% {
    top: 40%;
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* =============================================================================================================================================




                    　　　　　　　　　　　　　　                         #conclusion




/* ============================================================================================================================================= */

.btn--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
  border-radius: 50px;
}
.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #eb6100;
  border-bottom: 2px solid #b84c00;
  transform: translateY(3px);
}
.btn--shadow {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}

.btn--infoshadow {
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.btnGroup {
  width: 160px;
}

#conclusion {
  line-height: 1.3;
}

.concImg {
  height: 700px;
}

.concText {
  line-height: 1.6;
}

/* =============================================================================================================================================




                    　　　　　　　　　　　　　　                         #footer




/* ============================================================================================================================================= */

.flexSm {
  display: flex;
  justify-content: center;
  gap: 40px;
}

iframe {
  width: 280px;
}

/* =============================================================================================================================================




                    　　　　　　　　　　　　　　                         #history




/* ============================================================================================================================================= */

.historyBody {
  /* background: #dbb932ae; */
  background: #eb6100;
}

/* ページトップへのボタン*/
.page-topHistory {
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: 0.5s;
  z-index: 30;
}

.page-top_linkHistory {
  position: relative;
  top: 0;
  right: -15px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #203f8c;
  /* background: #eb6100; */
  z-index: 30;
}

.page-top_linkHistory:before {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

/* 内容 */

#history .serviceImg {
  min-width: 300px;
}

#history .servicePix {
  width: 100%;
}

/* pen */

.penPic {
  top: -60px;
  right: -230px;
  /* rotate: -1deg; */
}

/* =============================================================================================================================================




                    　　　　　　　　　　　　　　                         #contactForm




/* ============================================================================================================================================= */

.underLayer {
  background-image: url(../img/contactBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 180px;
}
/* =============================================================================================================================================




                    　　　　　　　　　　　　　　                        thxPage



/* ============================================================================================================================================= */

.thanksText {
  line-height: 1.4;
}

/* =============================================================================================================================================




                    　　　　　　　　　　　　　　                        infoPage



/* ============================================================================================================================================= */

.underLayerInfo {
  background-image: url(../img/info.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 180px;
}

/* 表（#optionより引用する） */

#info01 th,
#info01 td {
  display: flex;
  justify-content: center;
  /* flex-direction: colum; */
}

#info01 .tablePc {
  display: none;
}

#info01 .tableSp {
  background: #203f8c;
  color: #fff;
}

#info01 .onlypc {
  display: none;
}

#info01 .onlyTb {
  display: none;
}

#info01 .onlyLg {
  display: none;
}

/* .info01Table02 {
  margin-top: -20px;
} */
#info01 td {
  font-size: 14px;
}
/* ============================================================================================================================================= 






                                                               responsive





 ============================================================================================================================================= */

/* ============================================================================================================================================= 



                                          0 476 responsive_min375px(376pxから575pxまで適応される):xxs


============================================================================================================================================= */
@media (min-width: 376px) {
  .heroImg {
    /* background-image: url(../img/mainTopXs.jpg); */
    background-size: cover;
    background-position: initial;
  }

  .img-boxSp > div {
    left: 10px;
  }

  .OneTextAnime {
    text-align: left;
    letter-spacing: -2.7px;
  }

  .subMainTitle,
  .OneTextAnime {
    padding: 0 10px;
  }

  /* ===== #keywords ===== */

  /* illust */
  #keywords .person {
    top: -100px;
    right: -40px;
  }

  /* ===== #about 376-473 ===== */

  /* btm */

  .aboutPerson {
    top: -10px;
    right: -270px;
    width: 40px;
  }

  #keywords .airplane {
    display: none;
  }

  /* ===== #conclusion 376-473===== */

  .btnGroup {
    width: 200px;
  }

  #conclusion .concText {
    line-height: 1.4;
  }

  .concImg {
    height: 600px;
  }

  /* ===== #footer ===== */

  iframe {
    width: 346px;
    height: 270px;
  }

  /* ===== #history  376-473===== */
  /* pen */
  .penPic {
    top: -50px;
    right: -300px;
  }
  /* ===== #info01  376-473===== */
  #info01 td {
    font-size: initial;
  }
}

@media (min-width: 474px) {
  /* ===== #hero 474-575===== */
  /* br */

  .brXxs {
    display: none;
  }

  .img-boxSp > div {
    left: 13px;
  }
  /* .moreThanMd {
    display: none;
  } */

  /* ===== #keywords 474-575===== */

  /* ===== #about 474-575 ===== */

  /* btm */

  .aboutPerson {
    top: -12px;
    right: -300px;
    width: 40px;
  }

  /* illust */
  #keywords .person {
    top: -120px;
    left: -75px;
  }

  #keywords .airplane {
    /* display: block; */
    top: -445px;
    right: 40px;
  }

  .brKeywords {
    display: none;
  }

  /* ===== #footer ===== */

  iframe {
    width: 454px;
    height: 300px;
  }

  /* ===== #history   474-575===== */
  /* pen */

  /* pen */
  .penPic {
    top: -50px;
    right: -380px;
  }
}

/* ============================================================================================================================================= 



                                          1 671 responsive_min576px(576pxから767pxまで適応される):xs


============================================================================================================================================= */

/* ここでfooterの○の高さも調整したい */
@media (min-width: 576px) {
  /* ======= #hero ======== */

  /* new----------- */
  *PCのときに表示する */ .img-box {
    display: block;
  }

  .img-boxSp {
    display: none;
  }

  .top {
    display: block;
  }

  .heroLeft {
    margin-top: 100px;
  }

  .officeImg {
    display: flex;
    gap: 30px;
  }

  .keywordsSubTex {
    border-left: 1px solid #252525;
  }

  .img-box {
    display: block;
    height: 80vh;
    overflow: hidden;
    position: relative;
  }

  .img-box > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 95%;
    height: 80vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    opacity: 0;
    animation-name: fade;
    animation-duration: 24s;
    animation-iteration-count: infinite;
  }

  @keyframes fade {
    0% {
      opacity: 0;
    }

    20% {
      opacity: 7;
    }

    80% {
      opacity: 0;
      /* transform: scale(1); */
    }

    100% {
      z-index: 0;
      opacity: 0;
    }
  }

  /* 1枚目のスライド */
  .img-box > div:first-of-type {
    background-image: url("../img/InboundPc01.jpg");
    background-position: center right;
    border-radius: 20px;
  }

  /* 2枚目のスライド */
  .img-box > div:nth-of-type(2) {
    background-image: url("../img/InboundPc02.jpg");
    background-position: center center;
    border-radius: 20px;
    animation-delay: 4s;
  }

  /* 3枚目のスライド */
  .img-box > div:nth-of-type(3) {
    background-image: url("../img/InboundPc04.jpg");
    background-position: center center;
    border-radius: 20px;
    animation-delay: 8s;
  }

  /* 4枚目のスライド */
  .img-box > div:nth-of-type(4) {
    background-image: url("../img/InboundPc05.jpg");
    background-position: center right;
    border-radius: 20px;
    animation-delay: 12s;
  }

  /* 5枚目のスライド */
  .img-box > div:nth-of-type(5) {
    background-image: url("../img/InboundPc05.jpg");
    background-position: center right;
    border-radius: 20px;
    animation-delay: 16s;
  }

  /* 6枚目のスライド */
  .img-box > div:last-of-type {
    background-image: url("../img/InboundPc06.jpg");
    background-position: center center;
    border-radius: 20px;
    animation-delay: 20s;
  }

  /* new kokomade */

  .top {
    height: 40vh;
    background-image: url(../img/office.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 20px;
    /* border: 5px solid #fff; */
  }

  #hero span {
    line-height: 1;
    /* letter-spacing: -5px; */
  }

  .btm {
    border-left: none;
    padding: initial;
  }

  .appearfromSm {
    display: block;
  }

  .OneTextAnime {
    letter-spacing: -4.3px;
  }

  .btm {
    margin: 0px 10px 0;
  }

  /* .textSlide {
  margin-top: -100px;
} */

  /* ===============  keywords ==================================*/
  #keywords .keywordsText {
    display: flex;
  }

  .moreThanMd {
    display: block;
  }

  .brKeywords {
    display: block;
  }

  .brSmToLg {
    display: block;
  }

  /* ======= #keyword 576-767 ======== */

  /* illust */
  #keywords .person {
    top: -160px;
    left: -40px;
  }

  #keywords .airplane {
    top: -445px;
    right: 60px;
  }

  #keywords .keywordsSubTex {
    text-align: left;
  }

  /* ===== #about 576-767 ===== */

  /* btm */

  .aboutPerson {
    top: -25px;
    right: -330px;
    width: 45px;
  }

  /* ======= #service ======== */

  #service .lightBlue {
    top: -120px;
    right: 70px;
    width: 120px;
    height: 120px;
  }

  #service .darkBlue {
    top: -100px;
    right: 10px;
    width: 90px;
    height: 90px;
  }

  /* ======= #points ======== */
  #points .illust {
    width: 75%;
  }

  /* ======= #suggest ======== */

  #suggest .illust {
    width: 120%;
  }

  #suggest .earth {
    width: 50%;
  }

  #suggest .suggest01,
  #suggest .suggest03 {
    margin-top: 100px;
  }

  #suggest .suggest04,
  #suggest .suggest06 {
    margin-top: -100px;
  }

  /* #suggest .earthImg {
    margin-top: -20px;
  } */

  /* ===== #conclusion 576-767 ===== */

  .concImg {
    height: 600px;
  }

  /* ===== #footer 576-767 ===== */

  .flexSm {
    display: block;
  }
  iframe {
    width: 500px;
    height: 350px;
  }

  /* ===== #history  ===== */
  .history02 {
    flex-direction: row-reverse;
  }

  .historyMsg {
    display: none;
  }

  /* pen */
  .penPic {
    top: -70px;
    right: -420px;
  }

  /* ======= #contactForm ========= */
  .underLayer,
  .underLayerInfo {
    height: 220px;
  }

  /* ======= #thxpage ========= */

  .thanksText {
    line-height: 1.6;
  }
}

@media (min-width: 648px) {
  #keywords .airplane {
    top: -375px;
    right: 120px;
  }
}

/* ============================================================================================================================================= 


                                        2 883 responsive_min768px(768pxから991pxまで適応される):md


============================================================================================================================================= */
@media (min-width: 768px) {
  /* ======= #hero ======== */
  #hero .brMainText {
    display: none;
  }

  /* #hero span { */
  /* line-height: 1; */
  /* letter-spacing: -6.5px; */

  /* ======= #keyword 768-991 ======== */

  /* illust */
  #keywords .person {
    top: -180px;
    left: -10px;
  }

  #keywords .airplane {
    top: -335px;
    right: 150px;
  }

  .brKeywords {
    display: none;
  }

  /* ======= #about 768-991 ======== */

  .timeline {
    /* left: 180px; */
    left: 130px;
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
  }

  .aboutPix {
    top: 0;
    right: 120px;
  }

  /* btm */

  .aboutPerson {
    top: -45px;
    right: -330px;
    width: 50px;
  }

  .aboutBtn {
    left: -80px;
  }

  /* ======= #service ======== */
  .serviceImg {
    min-width: initial;
  }

  #service .service01 .lightBlue {
    top: -220px;
    right: 70px;
    width: 170px;
    height: 170px;
  }

  #service .service02 .lightBlue {
    top: -200px;
    right: 70px;
    width: 170px;
    height: 170px;
  }

  #service .service03 .lightBlue {
    top: -200px;
    right: 70px;
    width: 170px;
    height: 170px;
  }

  #service .darkBlue {
    top: -170px;
    right: 10px;
    width: 130px;
    height: 130px;
  }

  #service .service02 {
    flex-direction: row-reverse;
  }

  /* ======= #points ======== */
  #points .illust {
    width: 50%;
  }
  /* ======= #suggest ======== */
  #suggest .illust {
    width: 100%;
  }

  #suggest .brMd {
    display: none;
  }

  /* =======  #price   ======== */

  .webPlan .pricecards .free,
  .webPlan .pricecards .premium,
  .translatePlan .pricecards .free,
  .translatePlan .pricecards .premium {
    margin-top: 70px;
  }

  .brLg {
    display: block;
  }

  /* equal */

  #price .equal {
    margin: -30px 0 20px;
  }

  /* =======  #option   ======== */

  #option th,
  #option td {
    /* background: rgb(144, 222, 179); */
    display: table-cell;
  }

  #option .tablePc {
    display: table-cell;
  }

  #option .tableSp {
    background: initial;
  }

  #option .borderRightPc {
    border-right: 0.5px solid #b4b4b4;
  }

  /* ===== #conclusion ===== */

  .btnGroup {
    width: 250px;
  }

  #conclusion .concText {
    line-height: 1.5;
  }

  /* ==== #arrow ====== */

  #arrow {
    height: 23vh;
  }

  .cp_arrows .cp_arrow:before,
  .cp_arrows .cp_arrow:after {
    width: 80px;
  }

  .cp_arrows .cp_arrow {
    left: 50%;
  }

  .cp_arrows .cp_arrow:before {
    /* -webkit-transform: rotate(32deg) translateX(-30%); */
    transform: rotate(32deg) translateX(-39%);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }

  /* =======  ========= */
  /* .underLayer {
    height: 200px;
  } */
  /* ======= #footer 768-991 ========= */
  .footerLogo {
    height: 30vh;
  }

  .pricecards {
    display: initial;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }

  /* ===== #history 768-991 ===== */
  .history02 {
    flex-direction: row-reverse;
  }
  /* pen */
  /* pen */
  .penPic {
    top: -70px;
    right: -620px;
  }

  /* =======  #option ========= */
  /* test */

  #info01 th,
  #info01 td {
    display: table-cell;
  }

  #info01 .tablePc {
    display: table-cell;
  }

  #info01 .borderRightPc {
    border-right: 0.5px solid #b4b4b4;
  }

  #info01 .tableSp {
    color: #333;
    background: initial;
  }

  #info01 .onlySp {
    display: none;
  }

  #info01 .onlypc {
    display: block;
  }

  #info01 .onlyTb {
    display: block;
  }

  /* .info01Table02 {
    margin-top: 300px;
  } */
}

/* ============================================================================================================================================= 


                                        

                                             3 1095 responsive_min992px(992pxから1199pxまで適応される):lg




============================================================================================================================================= */
@media (min-width: 992px) {
  /* ====== #headerPc ======= */

  #headerPc {
    display: block;
  }

  #headerSp {
    display: none;
  }
  .dropdown-menu {
    background-color: #ffffff8e;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
  }

  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -15%;
    margin-top: 8px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
  }

  /*  マウスオーバー*/

  .nav-item a:hover {
    color: #203f8c;
    opacity: 0.7;
  }
  /* ====== #hero ======= */
  .heroImg {
    background-image: url(../img/mainTop.jpg);
  }

  #hero .subMainText {
    text-align: center;
  }

  /* ====== #hero ======= */
  #hero span {
    line-height: 1.3;
    /* letter-spacing: -17px; */
  }

  .appearfromSm {
    display: none;
  }

  /* ======= #keyword 992-1199 ======== */

  /* illust */
  #keywords .person {
    top: -180px;
    left: -10px;
  }

  #keywords .airplane {
    top: -335px;
    right: 150px;
  }

  .brSmToLg {
    display: none;
  }

  /* .lessThanMd {
    display: none;
  } */

  /* ======= #about 992-1199 ======== */

  .timeline {
    left: 180px;
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
  }

  .aboutPix {
    top: 0;
    right: 140px;
  }

  /* btm */

  .aboutPerson {
    top: -75px;
    right: -360px;
    width: 60px;
  }

  .aboutBtn {
    left: -120px;
  }

  /* ====== #service ======= */
  #service .lightBlue {
    top: -220px;
    right: 100px;
    width: 200px;
    height: 200px;
  }

  #service .darkBlue {
    top: -200px;
    right: 30px;
    width: 150px;
    height: 150px;
  }

  /* ======= #points ======== */
  #points .illust {
    width: 75%;
  }

  /* =======  #price   ======== */

  /* equal */

  #price .equal {
    margin: -70px 0 -30px;
  }

  /* ======= #suggest ======== */
  #suggest .illust {
    width: 80%;
  }

  #suggest .earthImg {
    margin-top: -20px;
  }

  /* ==== #arrow 992-1199 ====== */

  #arrow {
    height: 25vh;
  }

  .cp_arrows .cp_arrow:before,
  .cp_arrows .cp_arrow:after {
    width: 100px;
  }

  .cp_arrows .cp_arrow {
    left: 50%;
  }

  /* ===== #conclusion 992-1199 ===== */

  .btnGroup {
    width: 300px;
  }

  /* ===== #footer 992-1199 ===== */

  iframe {
    width: 400px;
    height: 425px;
  }

  /* ===== #history 992-1199 ===== */

  /* pen */

  .penPic {
    top: -50px;
    right: -820px;
    rotate: 10deg;
  }
  .historyConc {
    text-align: center;
  }

  /* ======= #contactForm ========= */
  .underLayer,
  .underLayerInfo {
    height: 280px;
  }

  /* ======= #thxpage ========= */

  .thanksText {
    line-height: 1.7;
  }

  /* #info01 .onlyLg {
    display: block;
  } */
}
/* ======================== 共通  992-1199 ===============================*/

/* ============================================================================================================================================= 


                                       
                                           4 1299 responsive_min1200px(1200pxから1399pxまで適応される):xl



/* ============================================================================================================================================= */
@media (min-width: 1200px) {
  /* ====== #hero ======= */
  /* #hero span { */
  /* letter-spacing: -7.5px; */

  /* ======= #keyword 1200-1399 ======== */

  /* illust */
  #keywords .person {
    top: -200px;
    left: 45px;
  }

  #keywords .airplane {
    top: -360px;
    right: 120px;
  }

  /* ======= #about 1200-1399 ======== */

  .timeline {
    left: 200px;
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
  }

  .aboutPix {
    top: 0;
    right: 160px;
  }

  /* btm */

  .aboutPerson {
    top: -45px;
    right: -480px;
    width: 50px;
  }

  .aboutBtn {
    left: -120px;
  }

  /* ====== #service ======= */
  #service .service01 .servicePix,
  #service .service03 .servicePix {
    /* margin-left: 80px; */
    width: 100%;
  }

  #service .service01 .serviceTextArea,
  #service .service03 .serviceTextArea {
    padding-right: 80px;
  }

  /* #service .service02 .serviceTextArea {
    padding-left: 80px;
  } */

  #service .service02 .servicePix {
    width: 100%;
    /* padding-right: 80px; */
    /* margin-right: 80px; */
  }

  /* ===== #price ===== */

  /* equal */

  #price .equal {
    margin: -40px 0 10px;
  }

  /* ===== #suggest ===== */
  #suggest .earth {
    width: 40%;
  }

  /* #suggest .earthImg {
    margin-top: -80px;
  } */

  #suggest .suggest01,
  #suggest .suggest03 {
    margin-top: 200px;
  }

  #suggest .suggest04,
  #suggest .suggest06 {
    margin-top: -150px;
  }

  #suggest .suggest05 {
    margin-top: 40px;
  }

  #suggest .earth {
    margin-top: -100px;
  }

  /* ======   #conclusion 1200-1399 ======= */
  #conclusion .concText {
    line-height: 1.7;
  }

  /* ===== #footer 1200-1399 ===== */

  iframe {
    width: 500px;
    height: 400px;
  }

  /* ====== #history 1200-1399 ======= */
  #history .history01 .servicePix,
  #history .history .servicePix {
    margin-left: 80px;
    width: 80%;
  }

  /* pen */

  .penPic {
    top: -60px;
    right: -998px;
    rotate: 10deg;
  }

  #history .history .serviceTextArea,
  #history .history .serviceTextArea {
    padding-right: 80px;
  }

  #history .history02 .serviceTextArea {
    padding-left: 80px;
  }

  #history .history02 .servicePix {
    width: 80%;
    /* padding-right: 80px; */
    margin-right: 80px;
  }

  /* ======= #contactForm ========= */
  .underLayer,
  .underLayerInfo {
    height: 300px;
  }

  /* ======= #thxpage ========= */

  .thanksText {
    line-height: 1.8;
  }

  /* ======= info01 ========= */
  /* #info01 .onlyLg {
    display: none;
  } */
  #info01 .onlyTb {
    display: none;
  }
}

/* ============================================================================================================================================= 


                                      
                                                   5 responsive_min1400px(1400pxから1800pxまで適応される):xxl



============================================================================================================================================= */
@media (min-width: 1400px) {
  /* ====== #hero ======= */
  /* #hero span { */
  /* letter-spacing: -8px;
  } */

  /* ======= #keyword 1400-1800 ======== */

  /* illust */
  #keywords .person {
    top: -200px;
    left: 45px;
  }
  #keywords .airplane {
    top: -300px;
    right: 250px;
  }

  /* ======= #about 1400-1800 ======== */

  .timeline {
    left: 350px;
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
  }

  .aboutPix {
    top: 0;
    right: 250px;
  }

  /* btm */

  .aboutPerson {
    top: -75px;
    right: -400px;
    width: 60px;
  }

  .aboutBtn {
    left: -250px;
  }
  /* ====== #service ======= */
  #service .lightBlue {
    top: -220px;
    right: 120px;
    width: 250px;
    height: 250px;
  }

  #service .darkBlue {
    top: -170px;
    right: 30px;
    width: 180px;
    height: 180px;
  }

  /* ====== #history 1400-1800 ======= */

  /* pen */

  .penPic {
    top: -20px;
    right: -1100px;
    rotate: 10deg;
  }
}

/* ============================================================================================================================================= 


                                      
                                                   6 responsive_min1400px(1600pxから1800pxまで適応される):



============================================================================================================================================= */
@media (min-width: 1600px) {
  /* ====== #hero ======= */
  /* #hero span { */
  /* letter-spacing: -9px; */
}

/* ============================================================================================================================================= 


                                      
                                                   7 responsive_min1800px(1800pxから無限まで適応される):



============================================================================================================================================= */
@media (min-width: 1800px) {
  /* ====== #hero ======= */
  #hero span {
    /* letter-spacing: -9.5px; */
    width: 120%;
  }
  /* ====== #keywords ======= */
  #keywords .airplane {
    display: none;
  }

  /* ======= #about 1800- ======== */

  .timeline {
    left: 400px;
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
  }

  .aboutPix {
    top: 0;
    right: 300px;
  }
}

/* ============================================================================================================================================= 


                                      
                                                   more than 2500(2500pxから無限まで適応される):



============================================================================================================================================= */
@media (min-width: 1800px) {
  /* ======= #about 1800- ======== */

  .timeline {
    left: 400px;
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
  }

  .aboutPix {
    top: 0;
    right: 150px;
  }
}
