@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;
  overflow-x: hidden;
  /* background: #f56500; */
  /* overflow-y: scroll; */
  box-sizing: border-box;
  box-shadow: none;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;

  /* background: #203f8c; */
  background: #ecefee;
  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;
}

.h1Text {
  font-size: clamp(1.313rem, 1.038rem + 1.46vw, 2.5rem);
}

.h2Text01 {
  font-size: clamp(1.25rem, 1.091rem + 0.85vw, 1.938rem);
}

.h2Text02 {
  font-size: clamp(1.188rem, 1.058rem + 0.69vw, 1.75rem);
}

.h3Text01 {
  font-size: clamp(1.063rem, 0.962rem + 0.54vw, 1.5rem);
}

.h3Text02 {
  font-size: clamp(1rem, 0.942rem + 0.31vw, 1.25rem);
}

.h4Text {
  font-size: clamp(0.938rem, 0.894rem + 0.23vw, 1.125rem);
}

.h5Text {
  font-size: clamp(0.875rem, 0.832rem + 0.23vw, 1.063rem);
}

.h6Text {
  font-size: clamp(0.75rem, 0.736rem + 0.08vw, 0.813rem);
}

.pText01 {
  font-size: clamp(0.813rem, 0.769rem + 0.23vw, 1rem);
}

.pText02 {
  font-size: clamp(0.75rem, 0.707rem + 0.23vw, 0.938rem);
}

.pText03 {
  font-size: clamp(0.75rem, 0.721rem + 0.15vw, 0.875rem);
}

.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;
}

.indexTop {
  position: relative;
  top: 0;
  right: -10px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  /* background-color: #f56500; */
  background-color: #c74f41;
  /* border: 1.5px solid #fff; */
  /* background: #d8b838; */
  z-index: 30;
}

.indexTop {
  position: relative;
  top: 0;
  right: -10px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  /* background-color: #f56500; */
  background-color: #f56500;
  /* border: 1.5px solid #fff; */
  /* background: #d8b838; */
  z-index: 30;
}

.indexTop: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-top_link {
  position: relative;
  top: 0;
  right: -10px;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  /* background-color: #f56500; */
  background-color: #fff100;
  border: 1.5px solid #203f8c;
  /* 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 #203f8c;
  border-left: 2px solid #203f8c;
}

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




                      　　　　　　　　　　　　　　　　　　　       #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: #203f8c;
}
#headerPc a:hover {
  border-bottom: solid 2px #203f8c;
  /* 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;
} */
/* contact*/
/* ==========  ＃book お問い合わせ（SP） ============*/

#book {
  display: none;
}

/* #ContactSp {
  display: block;
} */
/* =========================================================================================================================================




                      　　　　　　　　　　　　　　　　　　　       #hero（メイン）





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

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-image: none;
}
.textShine01 {
  /* font-size:50px; */
  text-align: left;
  /* margin: 20px 0px 20px 10px; */
  position: relative;
  font-style: normal;
  background-image: linear-gradient(70deg, rgb(252, 31, 31) 45%, #fff 50%, rgba(0, 0, 0, 0.14) 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 5s infinite;
}

@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

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




                      　　　　　　　　　　　　　　　　　　　       #topics（トピックス）





=========================================================================================================================================*/
#topics {
  background: url(../img/lightBlueBk.jpg);
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
}

.labelPc {
  display: none;
}

.illustPc,
.illustCamera {
  display: none;
}

.facebook a:hover,
.x a:hover,
.note a:hover {
  opacity: 0.6;
}

.table > :not(caption) > * > * {
  border-bottom-width: inherit;
}

/* ========== 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);
}

/*============ arrow ===============*/
.arrow p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
}
.arrow span {
  top: -5px;
  left: 5px;
  display: block;
  width: 155px;
  height: 2px;
  background-color: #c74f41;
  position: relative;
  transform: scale(0, 1);
  transform-origin: top left;
  animation: arrow01 5s ease-in-out infinite forwards;
}
@keyframes arrow01 {
  0% {
    transform: scale(0, 1);
  }
  30% {
    transform: scale(0, 1);
  }
  40% {
    transform: scale(1, 1);
  }
  85% {
    transform: scale(1, 1);
    opacity: 1;
  }
  90% {
    transform: scale(1, 1);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.arrow span::after {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  border-right: 2px solid #c74f41;

  transform: rotate(-45deg) scale(1, 0);
  transform-origin: right bottom;
  position: absolute;
  bottom: 2px;
  right: 1px;
  animation: arrow02 5s ease-in-out infinite forwards;
}
@keyframes arrow02 {
  0% {
    transform: rotate(-45deg) scale(1, 0);
  }
  45% {
    transform: rotate(-45deg) scale(1, 0);
  }
  55% {
    transform: rotate(-45deg) scale(1, 1);
  }
  85% {
    transform: rotate(-45deg) scale(1, 1);
    opacity: 1;
  }
  90% {
    transform: rotate(-45deg) scale(1, 1);
    opacity: 0;
  }
  100% {
    transform: rotate(-45deg) scale(1, 1);
    opacity: 0;
  }
}

.appearfromSm {
  display: none;
}

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




                      　　　　　　　　　　　　　　　　　　　       #if（もしも）





=========================================================================================================================================*/
/* 
#if {
  background: url(../img/if/ifBk.png);
  background-position: contain;
  background-repeat: no-repeat;
  width: 100%;
} */

.dots {
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
}

.emphasis {
  color: red;
  /* font-size: 30px; */
}

.ifCircleBg {
  height: 200px;
  border-radius: 70%;
  margin-top: -100px;
}

.ifTextImg {
  padding-top: 110px;
}

/*====================================  #if02（もしも）  =====================================*/

.solvingText {
  width: 310px;
}

.textShine02 {
  /* font-size:50px; */
  text-align: left;
  /* margin: 20px 0px 20px 10px; */
  position: relative;
  font-style: normal;
  background-image: linear-gradient(70deg, #f56500 45%, #fff 50%, rgba(0, 0, 0, 0.14) 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 3s infinite;
}

@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* btn or */

.btn--info03 {
  color: #fff;
  background-color: #ffffff;
  border: 1px solid #f56500;
  border-bottom: 5px solid #f56500;
}

.btn--info03 .textBtn {
  color: #c0f500;
}

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

.btn--info03:hover {
  margin-top: 3px;
  color: #333;
  background: #f56500;
  border-bottom: 3px solid #f51d00;
  transform: translateY(3px);
}
.btn--infoshadow03 {
  -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--info03 {
  color: #fff;
  background-color: #f56500;
  border-bottom: 5px solid #f51d00;
}

.btn--info03:hover {
  margin-top: 3px;
  color: #203f8c;
  background: #f56500;
  border: 1px solid #f56500;
  border-bottom: 3px solid #f51d00;
  transform: translateY(3px);
}
.btn--infoshadow03 {
  -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;
}

.blueBar {
  top: 14px;
}
/*====================================  #if03（もしも）  =====================================*/

.yellowLighter {
  background: linear-gradient(transparent 60%, #fff100 0%);
}

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



                    　　　　　　　　　　　　　　　                   #suggest




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

#suggest .illust {
  width: 70%;
}

#suggest .earth {
  margin: 30px;
}

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



                    　　　　　　　　　　　　　　　                   #works




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

/* .cards-wrapper {
  display: flex;
  justify-content: center;
} */
.card img {
  max-width: 100%;
  max-height: 100%;
}
.card02 {
  margin: 0 0.5em;
  background: #fff;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
  /* border-radius: 40px; */
}
.carousel-inner {
  padding: 1em;
}
#work .carousel-control-prev,
#work .carousel-control-next {
  background-color: #e1e1e1;
  width: 5vh;
  height: 5vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
/* slick slider */

.slider-2 .slick-slide {
  width: 600px;
  /* height: 500px; */
  margin: 0 40px;
  position: relative;
  overflow: hidden;
}
.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-2 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 200px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.slider-2 .slick-arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
.slider-2 .slick-next {
  right: 0;
}
.slider-2 .slick-prev {
  left: 0;
}
.slider-2 .slick-next::before {
  left: 20px;
}
.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}

.partnerLink a:hover {
  opacity: 0.7;
}

.slick-dots li button:before {
  font-family: initial;
}

.dots-2 .slick-dots button {
  display: none;
}

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



                    　　　　　　　　　　　　　　　 
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 #price





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

.whiteCircle {
  top: -30px;
  left: 30px;
}

.recommendation {
  top: -35px;
  left: 20px;
}
/* 制作プラン*/
.webPlan ul,
.translatePlan ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#price .whiteBox,
#price02 .whiteBox {
  border-radius: initial;
}

.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;
}

.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 





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

#option .tablePc {
  display: none;
}

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

#option .whiteBox {
  border-radius: 0;
}

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



                    　　　　　　　　　　　　　　　 
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 #maintenance





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

#maintenance .whiteBox {
  border-radius: 0;
}
/* =========================================================================================================================================




                      　　　　　　　　　　　　　　　　　　　       #keywords（keywords）





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

#keywords .keywordsText {
  display: block;
}

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

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

/* illust */
#keywords .person {
  top: -65px;
  right: -20px;
}

#keywords .airplane {
  display: none;
}

.brSmToLg {
  display: none;
}

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




                      　　　　　　　　　　　　　　　　　　　       #About（私たちについて）





=========================================================================================================================================*/
.timeline {
  left: 10px;
  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: -20px;
  right: -200px;
  width: 35px;
} */

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




                    　　　　　　　　　　　　　　                         #conclusion




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

.btn--orange {
  color: #fff;
  background-color: #203f8c;
  border-bottom: 4px solid #faf7f7;
  /* border-radius: 50px; */
}
.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #203f8c;
  border-bottom: 2px solid #fffefe;
  transform: translateY(3px);
}
.btn--shadow {
  -webkit-box-shadow: 0 2px 7px rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 7px rgba(255, 254, 254, 0.3);
  transition: 0.5s;
}

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

.btnGroup {
  width: 160px;
}

#conclusion {
  line-height: 1.3;
}

.concImg {
  height: 700px;
}

.concText {
  line-height: 1.6;
}

/* cursor */
/* .cursor {
  top: 15px;
  left: 200px;
  width: 70px;
  transform-origin: center bottom;
  animation: yurayura 4s linear infinite;
  z-index: 900;
}

@keyframes yurayura {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
}

.cursor {
  top: -30px;
  right: 20px;
} */

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




                    　　　　　　　　　　　　　　                         #footer




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

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

iframe {
  width: 280px;
}

.copyRight {
  padding-bottom: 60px;
}

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







                                                      下層ページ







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

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


                                                       #service


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

#service {
  background: url(../img/lightBlueBk.jpg);
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
}

#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);
}

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




                    　　　　　　　　　　　　　　                         #history




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

#history {
  background: url(../img/lightBlueBk.jpg);
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
}

/* ページトップへのボタン*/
.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;
  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; */
}

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




                    　　　　　　　　　　　　　　                        infoPage



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

#info01 {
  background: url(../img/lightBlueBk.jpg);
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
  width: 100%;
  /* border-bottom: 1px solid #252525; */
}

/* .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;
}

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




                    　　　　　　　　　　　　　　                         #contactForm




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

#contact {
  background: url(../img/lightBlueBk.jpg);
  background-position: center top;
  background-repeat: repeat;
  background-size: contain;
  width: 100%;
  padding-top: 100px;
}
.underLayer {
  margin-top: -40px;
  background-image: url(../img/contactBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 110px;
}
/* =============================================================================================================================================




                    　　　　　　　　　　　　　　                        thxPage



/* ============================================================================================================================================= */
/* 後で調整必要かも↓
 */
.thxBg {
  height: 100vh;
}

.thanksText {
  line-height: 1.4;
}

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



                    　　　　　　　　　　　　　　　 
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　 #info(助成金) and  btns





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

/* . {
  width: 240px;
} */

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

.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;
}

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






                                                               responsive





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

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



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


============================================================================================================================================= */
@media (min-width: 376px) {
  /* ===== #if ===== */

  .centerText {
    left: 30px;
  }

  /*=========  #if02 ========*/

  .solvingText {
    width: 300px;
  }

  /*=========  #price ========*/
  /* 基本料金 */

  .whiteCircle {
    top: -30px;
    left: 35px;
  }

  .recommendation {
    top: -33px;
    left: 20px;
  }

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

  /* btm */

  /* .aboutPerson {
    top: -0px;
    right: -240px;
    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) {
  /* ===== #if ===== */

  .centerText {
    left: 80px;
  }

  /*=========  #if02 ========*/

  .solvingText {
    width: 330px;
  }

  .ifMiddleText01 {
    margin-right: 80px;
  }

  .ifMiddleText03 {
    margin-right: -80px;
  }

  /*=========  #price ========*/
  /* 基本料金 */

  .whiteCircle {
    top: -30px;
    left: 40px;
  }

  .recommendation {
    top: -37px;
    left: 20px;
  }

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

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

  /* btm */

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

  /* illust */
  #keywords .person {
    top: -70px;
    right: -65px;
  }

  #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) {
  /* ======= #topics SM ======== */
  /* arrow */

  .arrow span {
    top: -5px;
    left: -5px;
    width: 155px;
  }

  /* ===== #if SM===== */

  .centerText {
    left: initial;
  }

  /*=========  #price ========*/
  /* 基本料金 */

  .whiteCircle {
    top: -40px;
    left: 70px;
  }

  .recommendation {
    top: -35px;
    left: 20px;
  }

  /* ======= #keyword 576-767 ======== */
  /* illust */
  #keywords .person {
    top: -130px;
    left: -80px;
  }

  /* ===== #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;
  }

  /* ======= #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 {
    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) {
  /* ======= #topics MD ======== */
  /* arrow */

  .arrow span {
    top: -5px;
    left: -5px;
    width: 165px;
  }

  /*=========  #if02 MD ========*/

  .solvingText {
    width: 350px;
  }

  .blueBar {
    top: 20px;
  }

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

  #suggest .brMd {
    display: none;
  }

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

  /*=========  #price MD ========*/
  /* 基本料金 */

  .whiteCircle {
    top: -60px;
    left: 130px;
  }

  .recommendation {
    top: -265px;
    left: 20px;
  }

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

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

  #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,
  #service .service02 .lightBlue,
  #service .service03 .lightBlue {
    top: -170px;
    right: 150px;
    width: 170px;
    height: 170px;
  }

  /* #service .service02 .lightBlue {
    top: -170px;
    right: 150px;
    width: 170px;
    height: 170px;
  }

  #service .service03 .lightBlue {
    top: -170px;
    right: 150px;
    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%;
  }

  /* =======  #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;
  }

  /* =======  ========= */
  /* .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;
    border-bottom: 0.5px solid #b4b4b4;
  }

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

  #info01 .borderRightPc {
    border-right: 0.5px solid #b4b4b4;
    border-bottom: 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 ======= */

  /* ==========  ＃book お問い合わせ（PC） ============*/
  #book {
    display: block;
  }

  #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;
  }

  .appearfromSm {
    display: none;
  }
  /* Top */
  .bi::before {
    line-height: initial;
    vertical-align: initial;
  }

  .mainView {
    margin-top: -100px;
  }

  /* Middle */
  .figureInner {
    left: -115px;
    top: -60px;
    z-index: 1;
  }

  .figureMiddle {
    left: 130px;
  }

  /* bottom */
  .mainbottomView {
    margin-top: -50px;
  }

  /* ======= #topics LG ======== */
  /* arrow */

  .arrow span {
    top: -5px;
    left: -3px;
    width: 175px;
  }

  /* ======= #if LG ======== */

  .ifCircleBg {
    height: 280px;
    border-radius: 70%;
    margin-top: -140px;
  }
  .ifTextImg {
    padding-top: 130px;
  }

  /* ======= #if02 LG ======== */

  .blueBar {
    top: 22px;
  }

  /*=========  #price LG ========*/
  /* 基本料金 */

  .whiteCircle {
    top: -60px;
    left: 190px;
  }

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

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

  /* ======= #price LG ======== */
  .recommendation {
    top: -275px;
    left: 20px;
  }

  /* ======= #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;
  }

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

  /* 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;
  }

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

  /* equal */

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

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

  .btnGroup {
    width: 300px;
  }

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

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

  .copyRight {
    padding-bottom: initial;
  }

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

  /* pen */

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

  /* ======= #contactForm ========= */

  #contact {
    padding-top: 110px;
  }
  .underLayer {
    height: 280px;
  }

  .subTitleLg {
    padding-top: 120px;
  }

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

  .thanksText {
    line-height: 1.7;
  }

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

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


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



/* ============================================================================================================================================= */
@media (min-width: 1200px) {
  /* ====== #hero ======= */
  /* Middle */
  .figureInner {
    left: -145px;
    /* top: -100px; */
    z-index: 1;
  }

  /* ======= #if XL ======== */

  .ifCircleBg {
    height: 300px;
    margin-top: -145px;
  }
  .ifTextImg {
    padding-top: 140px;
  }

  /*=========  #if02 XL ========*/

  .solvingText {
    width: 500px;
  }

  .blueBar {
    top: 30px;
  }

  /*=========  #price XL ========*/
  /* 基本料金 */

  .whiteCircle {
    top: -60px;
    left: 290px;
  }

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

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

  #suggest .earth {
    width: 40%;
  }

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

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

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

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

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

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

  #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: 430px;
  } */

  /* ====== #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;
  }

  /* ======   #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 ========= */

  #contact {
    padding-top: 120px;
  }
  .underLayer,
  .underLayerInfo {
    height: 380px;
  }

  .subTitleLg {
    padding-top: 200px;
  }

  /* ======= #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 ======= */
  /* Middle */
  .figureInner {
    left: -185px;
    top: -90px;
    z-index: 1;
  }

  /* ======= #if XXL ======== */

  .ifCircleBg {
    height: 350px;
    margin-top: -170px;
  }
  .ifTextImg {
    padding-top: 170px;
  }

  /*=========  #if02 XXL ========*/

  .blueBar {
    top: 35px;
  }

  /*=========  #price XXL ========*/
  /* 基本料金 */

  .whiteCircle {
    top: -70px;
    left: 330px;
  }

  .recommendation {
    top: -280px;
    left: 20px;
  }

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

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

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

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

  /* 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;
  }

  /* ======= #contactForm ========= */

  #contact {
    padding-top: 130px;
  }
}

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


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



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

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

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


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



============================================================================================================================================= */
@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: 300px;
  }

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

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


                                      
                                                   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;
  }

  /* illust */
  #keywords .person {
    display: none;
  }
}
