@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Playwrite+DK+Loopet:wght@100..400&display=swap");
.blue-bg {
  background-color: #ecf3fd !important;
}

.color-og {
  color: rgb(231, 104, 0);
}

.color-bl {
  color: #3c83d4;
}

.gr {
  color: rgb(108, 108, 108);
}

.tit1 {
  color: #3c83d4;
}

.gradient, .solution .txt {
  background: linear-gradient(90deg, #08d6ed 0%, #1779cd 100%);
}

.gradient2, .solution.gra2 .txt {
  background: linear-gradient(90deg, #e84403 0%, #ed9f09 100%);
}

.gradient3, .solution.gra3 .txt {
  background: linear-gradient(90deg, #95efff 0%, #fed4f5 100%);
}

.mbNone {
  margin-bottom: 0 !important;
}

.tit2 {
  background: -webkit-linear-gradient(0deg, #533FF2, #367EF3, #2BD2F2);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  color: #367EF3;
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 960px) {
  .tit2 {
    font-size: 2.4rem;
  }
}

.tit3 {
  background: linear-gradient(90deg, #08d6ed 0%, #1779cd 100%);
  /* グラデーションの設定 */
  -webkit-background-clip: text;
  /* 背景クリップをテキストに */
  -webkit-text-fill-color: transparent;
  /* テキストの塗りつぶしを透明に */
  background-clip: text;
  /* 非WebKitブラウザのための設定 */
}

.c-container, #zoomhowto .zoomhowto__box,
#tenshokuflow .zoomhowto__box, .solution .mb-lr, .solution .flow2, .solution .flow, .solution .p-qa .qa, .p-qa .solution .qa, .solution .employment, .solution .achevement, .solution .tit2, .solution .voices2, .solution .p-support, .solution .chart-sc, .solution .solution {
  padding: 0 6vw;
}

.txt-center {
  margin-bottom: 20px;
  text-align: center;
}

.font-sm {
  font-size: 14px;
  line-height: 1.5;
}

.mb-xs {
  margin-bottom: 10px;
}

.mb-sm, .c-contact .contact-form .submit-btn, .c-contact .contact-form .privacy, .p-qa .qa .faq__item, .faq ul li, .point ol li, .ftr ul li, .voice .slider .hero .swiper-container3, .voice .slider .hero, .c-title, .cta .ct-btn {
  margin-bottom: 30px;
}

.mb-md, .worries {
  margin-bottom: 40px;
}

.mt-lr {
  margin-top: 50px;
}

.mb-lr, .flow2, .flow, .p-qa .qa, .employment, .achevement, .solution, .chart-sc, .p-support, .voices2, .tit2 {
  margin-bottom: 50px;
}

.pb-sm {
  padding-bottom: 30px;
}

.pb-md {
  padding-bottom: 40px;
}

.pb-lr {
  padding-bottom: 50px;
}

.mt-lg {
  margin-top: 80px;
}
@media (min-width: 960px) {
  .mt-lg {
    margin-top: 200px;
  }
}

.questionnaire .Img {
  margin-bottom: 30px;
}
.questionnaire .questionnaire-tit {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding: 10px 10px;
}
.questionnaire .blackwood_box {
  position: relative;
  color: #613d29;
  margin: 30px 0;
  font-weight: bold;
}
.questionnaire .blackwood_box .results {
  display: none;
}
.questionnaire .blackwood_box .results.show_result {
  display: block;
  margin-bottom: 10px;
}
.questionnaire .blackwood_box .selecter {
  margin-bottom: 10px;
}
.questionnaire .blackwood_box .selecter > span {
  border: solid 3px #613d29;
  display: block;
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 28px;
}
.questionnaire .blackwood_box .selecter > span:hover {
  background: #f96680;
  border-color: #fff;
  color: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  transition: 200ms;
}
.questionnaire .blackwood_box .show_result .wood-line {
  background: #f96680;
  color: white;
  border-radius: 30px;
  transition: 1s;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  width: 1%;
  font-weight: bold;
}
.questionnaire .blackwood_box .show_result .wood-line span {
  width: 100%;
  text-align: right;
  display: block;
  padding: 5px 10px 5px 0;
  box-sizing: border-box;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .questionnaire .blackwood_box .show_result .wood-line span {
    padding-right: 3px;
    font-size: 1em;
  }
}
.questionnaire .blackwood_box .checked .results span.result-text {
  padding-left: 1.1em;
  position: relative;
  color: red;
}
.questionnaire .blackwood_box .checked .results span.result-text::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20data-prefix%3D%22fas%22%20data-icon%3D%22check%22%20class%3D%22svg-inline--fa%20fa-check%20fa-w-16%22%20role%3D%22img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23613d29%22%20d%3D%22M173.898%20440.727L423.869%20190.756c9.373-9.373%209.373-24.569%200-33.941l-22.667-22.667c-9.357-9.357-24.522-9.375-33.901-.04L166.04%20318.218%2074.98%20227.157c-9.373-9.373-24.569-9.373-33.941%200l-22.667%2022.667c-9.373%209.373-9.373%2024.569%200%2033.941l104.426%20104.426c9.372%209.373%2024.568%209.373%2033.941%200z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-size: contain;
}

.chart {
  margin: 20px 0;
  position: relative;
  z-index: 1;
  font-variant: tabular-nums;
  font-feature-settings: "tnum";
}

.chart-main {
  width: 180px;
  height: 180px;
  margin: auto;
  position: relative;
}

.chart-txt {
  font-size: 50px;
  margin: 0;
  position: absolute;
  top: 46%;
  left: 50%;
  line-height: 1;
  transform: translateY(-0.4em) translateX(-0.7em);
  letter-spacing: 0;
}

/* .safari-only .chart-txt {
  -webkit-text-fill-color: #ED9F09;
} */
.chart-number {
  display: inline-block;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.4s;
  width: 60px;
  background: var(--grd-cta, linear-gradient(90deg, #E82C03 0%, #ED9F09 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.6rem;
}

.appear .chart-number {
  opacity: 1;
}

.chart-percentage {
  font-size: 24px;
  opacity: 1;
  transition: opacity 0.4s;
  opacity: 0;
  margin-left: -15px;
  background: var(--grd-cta, linear-gradient(90deg, #E82C03 0%, #ED9F09 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.appear .chart-percentage {
  opacity: 1;
}

.charts-wrapper {
  width: 100%;
}

.charts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}

.charts > * {
  flex: 0 0 auto;
  width: 22%;
}

.downArrow {
  display: flex;
  justify-content: center;
  animation-name: btnAnime02;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
.downArrow span {
  position: relative;
  width: 100px;
  height: 65px;
  padding: 0 10px;
  box-sizing: border-box;
  max-width: 100%;
}
.downArrow span::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50%;
  height: 40%;
  background: #d096bb;
}
.downArrow span::after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top right, transparent 49%, #d096bb 50%) top left/50% 100% no-repeat, linear-gradient(to top left, transparent 49%, #d096bb 50%) top right/50% 100% no-repeat;
}

.arrowFlow__area {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.arrowFlow__area.small .arrowFlow__inner {
  padding-bottom: 100px;
}
.arrowFlow__area.small .arrowFlow__inner .arrow {
  width: 25px;
  height: 30px !important;
  margin: 0 5px;
}
.arrowFlow__area.small .arrowFlow__inner .arrow::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #ba0d0d transparent transparent transparent;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.arrowFlow__area.small .arrowFlow__inner .arrowFlow__beforeG,
.arrowFlow__area.small .arrowFlow__inner .arrowFlow__afterG {
  width: 50%;
}
.arrowFlow__area .arrowFlow__inner {
  padding-bottom: 180px;
  overflow-y: hidden;
  position: relative;
}
.arrowFlow__area .arrowFlow__inner .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #ba0d0d;
  line-height: 1;
  position: relative;
  width: 40px;
  height: 60px !important;
  background: currentColor;
  margin: 0 30px;
}
.arrowFlow__area .arrowFlow__inner .arrow.orange {
  color: orange;
}
.arrowFlow__area .arrowFlow__inner .arrow.orange::before {
  border-color: orange transparent transparent transparent;
}
.arrowFlow__area .arrowFlow__inner .arrow::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #ba0d0d transparent transparent transparent;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.arrowFlow__area .arrowFlow__inner .arrowFlow__beforeG {
  width: 80%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  animation-name: arrowFlow;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform: translate(-50%, -300%);
  position: absolute;
  top: 0;
  left: 50%;
}
.arrowFlow__area .arrowFlow__inner .arrowFlow__afterG {
  animation-delay: 1s;
  width: 80%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  animation-name: arrowFlow;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform: translate(-50%, -300%);
  position: absolute;
  top: 0;
  left: 50%;
}

.cp_arrows {
  position: relative;
  height: 50px;
  margin-top: 1em;
  margin-bottom: 3em;
}
.cp_arrows .cp_arrow {
  position: absolute;
  top: 100%;
  left: 45%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  opacity: 0;
}
.cp_arrows .cp_arrow::before, .cp_arrows .cp_arrow::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 3px;
  content: "";
  background: #E91E63;
}
.cp_arrows .cp_arrow::before {
  transform: rotate(30deg) translateX(-39%);
  transform-origin: top left;
}
.cp_arrows .cp_arrow::after {
  transform: rotate(-30deg) translateX(39%);
  transform-origin: top right;
}
.cp_arrows .cp_arrow.cp_arrowfirst {
  animation: cp_arrows 2s ease-in-out infinite;
}
.cp_arrows .cp_arrow.cp_arrowsecond {
  animation: cp_arrows 2s 1s ease-in-out infinite;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* 半透明の黒 */
  z-index: 999;
  /* バナーの下に表示 */
}

#bannerPopup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  animation: fadeAndRotate 1s ease forwards;
  z-index: 1000;
}
@media (max-width: 959px) {
  #bannerPopup {
    width: 300px;
  }
}

#closeButton {
  position: fixed;
  top: 25%;
  right: 9%;
  cursor: pointer;
  z-index: 1001;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  line-height: 13px;
}

.purupuru {
  animation: purupuru 1s linear infinite;
}

.grow {
  animation: 1.8s linear infinite, grow 1300ms ease infinite;
}

.flash {
  animation: flash 1.6s linear infinite;
}

.katakata {
  animation: katakata 0.5s linear infinite;
}

@keyframes fadeAndRotate {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.ueshita {
  animation: ueshita 1.5s linear infinite;
  transition: all 0.3s;
}

.continue {
  margin: 0 0 15px 0;
  display: flex;
  justify-content: center;
}
.continue span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 100vh;
  margin: 10px 0;
  animation: dot 1s linear infinite;
}
.continue span.dot-1 {
  animation-delay: 0.1s;
}
.continue span.dot-2 {
  animation-delay: 0.2s;
}
.continue span.dot-3 {
  animation-delay: 0.3s;
}

@keyframes bgdot {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -320px 185px;
  }
}
@keyframes katakata {
  0% {
    transform: rotate(1deg);
  }
  30% {
    transform: rotate(-1deg);
  }
  60% {
    transform: rotate(1deg);
  }
  90% {
    transform: rotate(-1deg);
  }
}
@keyframes flash {
  30% {
    opacity: 0;
  }
}
@keyframes dot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrowFlow {
  0% {
    transform: translate(-50%, -300%);
  }
  60% {
    transform: translate(-50%, 100%);
  }
  100% {
    transform: translate(-50%, 400%);
  }
}
@keyframes btnAnime02 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes purupuru {
  0% {
    transform: skew(9deg);
  }
  10% {
    transform: skew(-8deg);
  }
  20% {
    transform: skew(7deg);
  }
  30% {
    transform: skew(-6deg);
  }
  40% {
    transform: skew(5deg);
  }
  50% {
    transform: skew(-4deg);
  }
  60% {
    transform: skew(3deg);
  }
  70% {
    transform: skew(-2deg);
  }
  80% {
    transform: skew(1deg);
  }
  90% {
    transform: skew(0deg);
  }
  100% {
    transform: skew(0deg);
  }
}
@keyframes grow {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.03);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.03);
  }
  70% {
    transform: scale(1);
  }
}
@keyframes ueshita {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes cp_arrows {
  0% {
    top: 40%;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ac-title.is-active {
  transition: all 3s;
}
.ac-title.is-active .i_box::after {
  height: 0 !important;
}

.ac-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ac-content.is-open {
  height: auto;
  opacity: 1;
  display: block;
  transition: all 0.3s;
}

body {
  letter-spacing: 1.2px;
  font-family: sans-serif, "Noto Sans JP";
  color: rgb(61, 61, 61);
}
@media (min-width: 960px) {
  body {
    background-color: rgba(253, 251, 251, 0.6549019608);
  }
}

@media (min-width: 960px) {
  .view-sp {
    display: none;
  }
}
.underline {
  text-decoration: underline;
}

.ct-btn {
  text-align: center;
}
.ct-btn a {
  position: relative;
  color: rgb(90, 159, 238);
  padding: 4vw 7vw;
  border-radius: 30px;
  background-color: yellow;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 4px 6px 10px rgba(131, 129, 15, 0.26);
}
.ct-btn a::after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.ct-btn .shiny-btn {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 10vw;
}
.ct-btn .shiny-btn::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@media (min-width: 600px) {
  .ct-btn .shiny-btn {
    margin: 0 24vw;
    border-radius: 60px;
    padding: 2vw 6vw;
  }
}
@media (min-width: 960px) {
  .ct-btn .shiny-btn {
    margin: 0 30vw;
    border-radius: 60px;
    padding: 2vw 6vw;
  }
}

.superwrapper {
  overflow: hidden;
  max-width: 600px;
  margin: auto;
}
@media (min-width: 960px) {
  .superwrapper {
    box-shadow: 0px 0px 10px rgb(178, 178, 178);
  }
}

#header {
  text-align: center;
}
#header .logo {
  padding: 10px 0 4px 0;
}
#header .logo img {
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 960px) {
  #header .logo::before {
    height: 150px;
    width: 360px;
  }
  #header .logo img {
    width: 210px;
    height: 70px;
  }
}

.cta {
  padding: 40px 0;
  background-image: url(../images/task.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #0f2162;
  font-size: 22px;
}
.cta .ct-btn span {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  color: #0f2162;
}
.cta .ct-tel {
  text-align: center;
}
.cta .ct-tel .tel {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  color: #0f2162;
  padding-left: 25px;
}
.cta .ct-tel .tel::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 22px;
  width: 22px;
  background-image: url(../images/contact_phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  .cta h3 {
    font-size: 34px;
  }
  .cta .ct-btn a {
    font-size: 30px;
  }
  .cta .ct-btn a::after {
    right: 30px;
    height: 22px;
    width: 22px;
  }
  .cta .ct-btn a.shiny-btn {
    margin: 0 26vw;
  }
  .cta .ct-btn span {
    font-size: 26px;
  }
  .cta .ct-tel .tel {
    font-size: 36px;
    padding-left: 40px;
  }
  .cta .ct-tel .tel::before {
    height: 30px;
    width: 30px;
  }
  .cta .ct-tel small {
    font-size: 22px;
  }
}

.ImgMax {
  max-width: 600px;
  margin: 0 auto 30px auto;
}

.red {
  color: rgb(200, 0, 0);
  font-weight: bold;
}

.mark {
  background: linear-gradient(transparent 50%, #fff45c 50%);
}

.color {
  color: #4a90e2;
}

.color2 {
  color: rgb(231, 104, 0);
}

.c-title {
  text-align: center;
  font-size: 1.3rem;
  position: relative;
  z-index: 100;
  font-weight: bold;
}
.c-title img {
  width: 42%;
  padding-bottom: 3px;
}

.c-title2 {
  margin-bottom: 30px;
  position: relative;
  z-index: 100;
}
.c-title2 img {
  width: 42%;
  padding-bottom: 3px;
}
.c-title2 .en {
  display: inline-block;
  font-family: "Caveat", cursive;
  padding-right: 10px;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 60px;
  transform: rotate(-10deg);
  background: linear-gradient(90deg, #08d6ed 0%, #1779cd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.c-title2 .ja {
  margin-top: -5px;
  font-size: 20px;
  padding-left: 10px;
}
.c-title2.gra3 .en {
  background: linear-gradient(90deg, #95efff 0%, #fed4f5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.c-title2.long .ja {
  margin-top: 0px !important;
}

.c-title3 {
  margin-bottom: 30px;
  position: relative;
  z-index: 100;
  text-align: center;
}
.c-title3 .en {
  display: inline-block;
  font-family: "Caveat", cursive;
  padding-right: 10px;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 50px;
  background: linear-gradient(90deg, #08d6ed 0%, #1779cd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.c-title3 .ja {
  font-size: 24px;
  padding-left: 10px;
}
.c-title3 img {
  width: 42%;
  padding-bottom: 3px;
}

.marker-gra {
  position: relative;
  font-weight: bold;
  z-index: 100;
  /* 文字の両側に余白を追加 */
}
.marker-gra::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  /* 下からの距離を調整 */
  height: 10px;
  width: 100%;
  /* 線の高さ */
  background: linear-gradient(90deg, #95efff, #fed4f5);
  border-radius: 10px;
  z-index: -1;
  opacity: 0.6;
}

@media (min-width: 960px) {
  .view-sp {
    display: none;
  }
}
@media (max-width: 959px) {
  .view-pc {
    display: none;
  }
}
.dot {
  padding-top: 0.4em;
  background-image: radial-gradient(0.1em 0.1em at center center, #f03748, #f03748 50%, transparent);
  background-position: top left;
  background-size: 1.05em 0.3em;
  background-repeat: repeat-x;
  color: #f03748;
}

.center {
  text-align: center;
}

.arrow {
  max-width: 60px;
  margin: 0 auto 30px auto;
}

.cta-line {
  margin: 0 auto 0 auto;
  padding: 30px 0;
}
.cta-line.orange {
  position: relative;
  background: url(../images/common/bg-orange2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto 0 auto;
  padding: 30px 0;
}
.cta-line.orange h4,
.cta-line.orange p {
  color: black;
}
.cta-line.blue {
  position: relative;
  background: url(../images/common/bg-blue2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto 0 auto;
  padding: 30px 0;
}
.cta-line.blue::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.1921568627);
}
.cta-line.blue h4,
.cta-line.blue p {
  color: black;
  position: relative;
  z-index: 100;
}
.cta-line .Img {
  padding: 0 10px;
  position: relative;
  z-index: 100;
}
.cta-line h4 {
  margin-bottom: 20px;
  font-size: 1.2rem;
  text-align: center;
  font-family: "Noto Sans JP";
}
.cta-line p {
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
}

.fv {
  position: relative;
}
.fv .overlap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25%;
  margin: auto;
}
.fv .mk-e {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

.c-contactstep {
  max-width: 800px;
  margin: 0 auto 50px auto;
  padding: 20px;
  /* プログレスバーのスタイル */
  /* ステップ間の線 */
  /* 現在のステップまでのスタイル */
  /* レスポンシブ対応 */
  /* フォームコンテンツのスタイル */
  /* 見出しのスタイル */
  /* ラジオボタングループのスタイル */
  /* Contact Form 7のラジオボタン構造に合わせたスタイル */
  /* ラジオボタンを非表示 */
  /* チェック時のスタイル */
  /* ホバー時のスタイル */
  /* ボタングループのスタイル */
  /* 次へ進むボタン */
  /* 前に戻るボタン */
  /* フォームの入力欄スタイル */
  /* ラジオボタンの基本スタイル */
  /* チェック状態のスタイル */
  /* ホバー状態のスタイル */
  /* アクティブ（クリック）状態のスタイル */
}
.c-contactstep .step-progress-bar {
  margin-bottom: 40px;
}
.c-contactstep .progress-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}
.c-contactstep .progress-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.c-contactstep .progress-steps::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #e0e0e0;
  z-index: 1;
}
.c-contactstep .progress-step {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 2;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #999;
  transition: all 0.3s ease;
}
.c-contactstep .progress-step span {
  font-size: 16px;
}
.c-contactstep .progress-step.is-current {
  border-color: #3c83d4;
  color: #3c83d4;
}
.c-contactstep .progress-step.is-complete {
  border-color: #3c83d4;
  background: #3c83d4;
  color: #fff;
}
@media (max-width: 768px) {
  .c-contactstep .progress-step {
    width: 30px;
    height: 30px;
  }
  .c-contactstep .progress-step span {
    font-size: 14px;
  }
}
.c-contactstep .step-form-wrapper {
  box-shadow: 0px 0px 5px rgb(199, 199, 199);
  border-radius: 20px;
}
.c-contactstep .step-form-wrapper h2 {
  background-color: #2f4252;
  color: #fff;
  padding: 10px 10px;
  border-radius: 20px 20px 0 0;
  text-align: center;
}
.c-contactstep .step-form-wrapper h2 p {
  font-size: 18px;
}
.c-contactstep .step-form-wrapper .step-form {
  padding: 20px;
}
.c-contactstep .step-content {
  display: none;
}
.c-contactstep .step-content.active {
  display: block;
}
.c-contactstep .step-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
  position: relative;
  padding-left: 15px;
}
.c-contactstep .step-content h3::before {
  content: "■";
  position: absolute;
  left: -5px;
  color: #333;
}
.c-contactstep .radio-button-group {
  margin: 20px 0 20px;
}
@media (max-width: 768px) {
  .c-contactstep .radio-button-group {
    grid-template-columns: 1fr;
  }
}
.c-contactstep .wpcf7-radio {
  display: contents;
}
.c-contactstep .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  display: block;
}
.c-contactstep .wpcf7-radio .wpcf7-list-item input[type=radio] {
  opacity: 0;
  position: absolute;
}
.c-contactstep .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label {
  background: #E85A2C;
  color: #fff;
}
.c-contactstep .wpcf7-radio .wpcf7-list-item-label:hover {
  background: rgba(232, 90, 44, 0.1);
}
.c-contactstep .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:hover {
  background: #E85A2C;
}
.c-contactstep .button-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  margin-top: 30px;
}
.c-contactstep .button-group .submit-wrap {
  position: relative;
}
.c-contactstep .button-group .wpcf7-spinner {
  position: absolute;
}
.c-contactstep .next-button,
.c-contactstep .wpcf7-submit {
  width: 200px;
  max-width: 400px;
  padding: 20px;
  border: none;
  border-radius: 50px;
  background: #E85A2C;
  color: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.c-contactstep .wpcf7-form-control-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-contactstep .wpcf7-form-control-wrap .wpcf7-list-item {
  width: 48%;
}
.c-contactstep .next-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  transition: 0.3s;
  z-index: 100;
}
.c-contactstep .prev-button {
  position: relative;
  width: 200px;
  max-width: 400px;
  padding: 20px;
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  transition: color 0.3s ease;
  font-size: 16px;
}
.c-contactstep .prev-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: solid 2px gray;
  border-left: solid 2px gray;
  transform: rotate(315deg);
  transition: 0.3s;
  z-index: 100;
}
.c-contactstep .form-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}
.c-contactstep .form-group.form-label {
  gap: 10px;
  margin-bottom: 0;
}
.c-contactstep .form-group.form-label .wpcf7-form-control-wrap input {
  width: 100%;
}
.c-contactstep .form-group label {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.c-contactstep .form-group input {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  width: 250px;
}
.c-contactstep .form-group input:focus {
  outline: none;
  border-color: #E85A2C;
  box-shadow: 0 0 0 2px rgba(232, 90, 44, 0.1);
}
.c-contactstep .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-weight: bold;
}
.c-contactstep .wpcf7-radio .wpcf7-list-item input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.c-contactstep .wpcf7-radio .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
  text-align: center;
  min-height: 70px;
  width: 100%;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.c-contactstep .wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label {
  background: #E85A2C;
  color: #fff;
}
.c-contactstep .wpcf7-radio .wpcf7-list-item-label:hover {
  background: rgba(232, 90, 44, 0.1);
}
.c-contactstep .wpcf7-radio .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label:hover {
  background: #E85A2C;
}
.c-contactstep .wpcf7-radio .wpcf7-list-item-label:active {
  transform: scale(0.98);
}

.fvDescription {
  padding: 30px 0;
  background-color: #f6f6f6;
}
.fvDescription ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.fvDescription ul li {
  width: 24%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 5px rgb(199, 199, 199);
  font-weight: bold;
  color: rgb(231, 104, 0);
  text-align: center;
  font-size: 13px;
  padding: 5px 0;
}
.fvDescription ul li.small {
  width: 21%;
}
.fvDescription ul li.big {
  width: 27%;
}
.fvDescription .text {
  text-align: center;
  background: linear-gradient(90deg, #e84403 0%, #ed9f09 100%);
  font-weight: bold;
  color: #fff;
  padding: 5px 0;
  box-shadow: 3px 3px 5px rgb(199, 199, 199);
  margin-bottom: 10px;
  border-radius: 20px;
}
.fvDescription .logo {
  max-width: 250px;
  margin: auto;
}

.worries {
  padding: 30px 0 30px 0;
  position: relative;
  background-image: url(../images/AdobeStock_142428404_Preview.jpeg);
  background-size: cover;
  background-position: 100% 10%;
}
.worries::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #e3f2f9;
  opacity: 0.9;
}
.worries .c-title {
  line-height: 1.8;
}
.worries ul {
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}
.worries li {
  border-bottom: 1px solid rgb(214, 214, 214);
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 1.1rem;
}
.worries li strong {
  font-weight: bold;
  color: #4a90e2;
  font-size: 1.3rem;
}
@media (min-width: 960px) {
  .worries li p {
    font-size: 20px;
  }
  .worries li p strong {
    font-size: 28px;
  }
}
.worries li::before {
  position: absolute;
  content: "1";
  font-size: 18px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  top: -10px;
  left: -10px;
  bottom: 0;
  margin: auto;
  background: #4a90e2;
  font-weight: bold;
  color: #fff;
  border-radius: 100%;
}
.worries li:nth-of-type(2)::before {
  content: "2";
}
.worries li:nth-of-type(3)::before {
  content: "3";
}
.worries li:nth-of-type(4)::before {
  content: "4";
}
.worries li:nth-of-type(5)::before {
  content: "5";
  margin: -12px;
  left: 8px;
}
.worries li:nth-of-type(6)::before {
  content: "6";
  margin: -12px;
  left: 8px;
}

.problem {
  position: relative;
}
.problem h2 {
  position: absolute;
  top: 0;
  left: 6vw;
}
.problem h2 .en {
  margin-bottom: 10px;
}
.problem .Img {
  padding-left: 6vw;
}

.worries2 {
  position: relative;
  padding: 30px 0;
  background-color: #f7f5f5;
}
.worries2 .grade-tit {
  text-align: center;
  font-weight: bold;
  padding: 30px 0;
  font-size: 20px;
  position: relative;
  background-image: url(../images/home/solution_03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.worries2 .grade-tit span {
  position: relative;
  z-index: 200;
}
.worries2 .grade-tit::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #95efff 0%, #fed4f5 100%);
  z-index: 1;
  opacity: 0.8;
}
.worries2 .hukidashi {
  margin-top: -20px;
  position: relative;
  z-index: 300;
}

.p-message {
  padding: 40px 30px;
  background-color: #3c83d4;
  background-image: url(../images/common/AdobeStock_184171149.jpeg);
  background-repeat: repeat;
  background-size: 620px;
  animation: bgdot 15s linear infinite;
}

.voice {
  padding: 30px 0;
  position: relative;
}
.voice.gra2 .slider .hero .swiper-container3 .swiper-button-prev,
.voice.gra2 .slider .hero .swiper-container3 .swiper-button-next {
  border: 1px solid rgb(231, 104, 0);
}
.voice.gra2 .slider .hero .swiper-container3 .swiper-button-prev {
  left: 0;
}
.voice.gra2 .slider .hero .swiper-container3 .swiper-button-prev::before {
  border-top: 3px solid rgb(231, 104, 0);
  border-left: 3px solid rgb(231, 104, 0);
  transform: rotate(-45deg);
}
.voice.gra2 .slider .hero .swiper-container3 .swiper-button-next {
  right: 0;
}
.voice.gra2 .slider .hero .swiper-container3 .swiper-button-next::before {
  border-top: 3px solid rgb(231, 104, 0);
  border-right: 3px solid rgb(231, 104, 0);
}
.voice::before {
  position: absolute;
  top: -10px;
  right: 0;
  content: "";
  height: 150px;
  width: 150px;
  background-image: url(../images/common/kamihubuki.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.6;
}
.voice::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  content: "";
  height: 150px;
  width: 150px;
  background-image: url(../images/common/kamihubuki.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.6;
}
.voice .slider {
  position: relative;
  z-index: 100;
}
.voice .slider .hero .swiper-container3 {
  position: relative;
}
.voice .slider .hero .swiper-container3 .swiper-slide {
  box-shadow: 0px 0px 10px rgb(200, 202, 209);
  border-radius: 10px;
  background-color: #fff;
}
.voice .slider .hero .swiper-container3 .swiper-slide .flex {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 10px 0;
  padding: 10px 10px 0 10px;
}
.voice .slider .hero .swiper-container3 .swiper-slide .flex h4 {
  margin-bottom: 5px;
}
.voice .slider .hero .swiper-container3 .swiper-slide .flex .profile {
  color: #707070;
  font-size: 0.8rem;
}
.voice .slider .hero .swiper-container3 .swiper-slide .flex .Img {
  width: 28%;
}
.voice .slider .hero .swiper-container3 .swiper-slide .flex .Img img {
  border-radius: 50%;
  height: 70px;
  width: 70px;
}
.voice .slider .hero .swiper-container3 .swiper-slide .flex .text {
  width: 70%;
}
.voice .slider .hero .swiper-container3 .swiper-slide .baImg {
  padding: 10px;
  position: relative;
  z-index: 100;
}
.voice .slider .hero .swiper-container3 .swiper-slide h4::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  height: 80px;
  width: 80px;
  background-image: url(../images/common/94b676ad-d9aa-4404-bc3a-fd735a8558ad.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.voice .slider .hero .swiper-container3 .swiper-slide h4::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 80px;
  width: 80px;
  background-image: url(../images/common/94b676ad-d9aa-4404-bc3a-fd735a8558ad.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.voice .slider .hero .swiper-container3 .swiper-slide .txt {
  padding: 0px 10px 10px 10px;
}
.voice .slider .hero .swiper-container3 .swiper-slide .txt h4 {
  margin-bottom: 20px;
  text-align: center;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.voice .slider .hero .swiper-container3 .swiper-slide .txt h4 strong {
  text-decoration: underline;
  font-size: 1.2rem;
}
.voice .slider .hero .swiper-container3 .swiper-slide .txt p {
  border-radius: 10px;
  background-color: rgba(240, 240, 240, 0.7607843137);
  padding: 10px;
  height: 250px;
  position: relative;
  z-index: 100;
}
.voice .slider .hero .swiper-container3 .swiper-button-prev,
.voice .slider .hero .swiper-container3 .swiper-button-next {
  bottom: -10%;
  border: 1px solid #3c83d4;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7764705882);
}
.voice .slider .hero .swiper-container3 .swiper-button-prev::after,
.voice .slider .hero .swiper-container3 .swiper-button-next::after {
  color: #fff;
  font-size: 28px;
  display: none;
}
.voice .slider .hero .swiper-container3 .swiper-button-prev {
  left: 0;
}
.voice .slider .hero .swiper-container3 .swiper-button-prev::before {
  position: absolute;
  top: 0;
  right: -10px;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  border-top: 3px solid #3c83d4;
  border-left: 3px solid #3c83d4;
  transform: rotate(-45deg);
}
.voice .slider .hero .swiper-container3 .swiper-button-next {
  right: 0;
}
.voice .slider .hero .swiper-container3 .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 10px;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 20px;
  width: 20px;
  border-top: 3px solid #3c83d4;
  border-right: 3px solid #3c83d4;
  transform: rotate(45deg);
}
@media (max-width: 599px) {
  .voice .slider .hero .swiper-container3 .view-pc {
    display: none;
  }
}
@media (min-width: 600px) {
  .voice .slider .hero .swiper-container3 .swiper-slide .view-sp {
    display: none !important;
  }
  .voice .slider .hero .swiper-container3 .swiper-slide .flex {
    display: flex;
    align-items: center;
  }
  .voice .slider .hero .swiper-container3 .swiper-slide .flex .h4 {
    width: 48%;
  }
  .voice .slider .hero .swiper-container3 .swiper-slide .txt {
    padding: 0px 30px 30px 30px;
  }
  .voice .slider .hero .swiper-container3 .swiper-button-prev,
  .voice .slider .hero .swiper-container3 .swiper-button-next {
    height: 50px;
    width: 50px;
  }
  .voice .slider .hero .swiper-container3 .swiper-button-prev::after,
  .voice .slider .hero .swiper-container3 .swiper-button-next::after {
    color: #fff;
    font-size: 36px;
  }
}
@media (min-width: 960px) {
  .voice .baImg {
    padding: 30px !important;
  }
  .voice .flex .text {
    width: 76% !important;
  }
}

.voices2 .box {
  padding: 30px 3vw 15px 3vw;
  background: url(../images/common/bg-orange2.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.voices2 .box h3 {
  text-align: center;
  font-size: 1.6rem;
}
.voices2 .box h3 .tit span {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
}
.voices2 .box h3 .desc {
  color: #fff;
}
.voices2 .box ol li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.voices2 .box ol li .Img {
  width: 15%;
}
.voices2 .box ol li .Img img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.voices2 .box ol li .text {
  width: 70%;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  font-weight: bold;
  position: relative;
}
.voices2 .box ol li .text::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 30%;
  border-top: 8px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 8px solid #fff;
  border-left: 10px solid transparent;
}
.voices2 .box ol li:nth-child(2n) {
  flex-direction: row-reverse;
}
.voices2 .box ol li:nth-child(2n) .text::before {
  content: "";
  position: absolute;
  left: 100%;
  top: 30%;
  border-top: 8px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 10px solid #fff;
}
.voices2 .box ol li:last-child {
  margin-bottom: 0;
}
.voices2 .right {
  font-size: 10px;
  color: #616161;
  text-align: right;
}

.record {
  background-image: url(../images/home/record_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 800px;
}
.record::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(../images/common/kamihubuki.webp);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
  opacity: 0.8;
}
.record .boxl {
  background-color: rgba(255, 255, 255, 0.8235294118);
  padding: 20px 20px;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  box-shadow: 0px 0px 5px rgb(199, 199, 199);
}
.record .boxl h3 {
  text-align: center;
  font-size: 2rem;
  width: 100%;
}
.record .boxl p {
  background-color: #b69814;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  box-shadow: 0px 0px 5px rgb(199, 199, 199);
  font-size: 1.4rem;
}
.record .boxl p span {
  font-size: 1.8rem;
}
.record .boxl #odometer {
  width: 80%;
  position: relative;
}
.record .boxl #odometer .odometer-inside {
  position: relative;
}
.record .boxl #odometer .odometer-inside::after {
  position: absolute;
  right: 10px;
  bottom: 8px;
  content: "";
  height: 30px;
  width: 30px;
  background-image: url(../images/common/mei.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .record .boxl #odometer .odometer-inside::after {
    height: 50px;
    width: 50px;
    right: 60px;
  }
}
.record .boxl #odometer::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 60px;
  width: 35px;
  background-image: url(../images/common/wing-l.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.record .boxl #odometer::after {
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 60px;
  width: 35px;
  background-image: url(../images/common/wing-r.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.record .boxl .odometer {
  font-size: 4em;
  text-align: center;
  display: block !important;
  color: #cab141;
  font-weight: bold;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.record .boxl .visible {
  opacity: 1;
}
@media (min-width: 960px) {
  .record {
    height: 600px;
    margin: 0 auto;
  }
}

.agent h3 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
}
.agent .boxText {
  background: linear-gradient(90deg, #e84403 0%, #ed9f09 100%);
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  border-radius: 100px;
  margin-bottom: 30px;
}
.agent p {
  text-align: center;
}
.agent .agent-icons {
  margin: 30px 0;
}
.agent .agent-icons ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.agent .agent-icons ul li {
  width: 35%;
  padding: 20px;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  background: linear-gradient(90deg, #e84403 0%, #ed9f09 100%);
  margin-bottom: 20px;
  box-shadow: 5px 5px 5px #d7c4b6;
  font-weight: bold;
  font-size: 20px;
}
.agent .agent-icons ul li .Img {
  margin-bottom: 10px;
}
.agent .agent-icons ul li .Img img {
  width: 40px;
  height: 45px;
}

.p-support {
  position: relative;
}
.p-support::before {
  position: absolute;
  left: 0;
  bottom: -10%;
  right: 0;
  margin: auto;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/common/bg-blue.webp);
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  z-index: -1;
  opacity: 0.3;
}
.p-support__desc {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.p-support ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-support ul li {
  width: 39%;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 20px;
  font-weight: bold;
  position: relative;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  box-shadow: 2px 2px 5px rgb(199, 199, 199);
  background-color: #fff;
}
.p-support ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  /* ボーダーの角丸 */
  padding: 3px;
  /* ボーダーの幅 */
  background: linear-gradient(90deg, #e84403 0%, #ed9f09 100%);
  /* グラデーションの定義 */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  /* ボーダーをコンテンツの背面に配置 */
}
.p-support ul li .Img img {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.agentBimyou {
  position: relative;
  background: url(../images/home/agent-worrie.webp);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: bold;
  padding: 60px 0 60px 0;
}
.agentBimyou.blue .box ul li::before {
  background-image: url(../images/common/icon-check2.png);
}
.agentBimyou::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.6;
}
.agentBimyou .c-container, .agentBimyou #zoomhowto .zoomhowto__box, #zoomhowto .agentBimyou .zoomhowto__box,
.agentBimyou #tenshokuflow .zoomhowto__box,
#tenshokuflow .agentBimyou .zoomhowto__box, .agentBimyou .solution .mb-lr, .agentBimyou .solution .flow2, .agentBimyou .solution .flow, .agentBimyou .solution .p-qa .qa, .p-qa .agentBimyou .solution .qa, .agentBimyou .solution .employment, .agentBimyou .solution .achevement, .solution .agentBimyou .mb-lr, .solution .agentBimyou .flow2, .solution .agentBimyou .flow, .solution .agentBimyou .p-qa .qa, .p-qa .solution .agentBimyou .qa, .solution .agentBimyou .employment, .solution .agentBimyou .achevement, .agentBimyou .solution .tit2, .solution .agentBimyou .tit2, .agentBimyou .solution .voices2, .solution .agentBimyou .voices2, .agentBimyou .solution .p-support, .solution .agentBimyou .p-support, .agentBimyou .solution .chart-sc, .solution .agentBimyou .chart-sc, .agentBimyou .solution .solution, .solution .agentBimyou .solution {
  position: relative;
  z-index: 100;
}
.agentBimyou h3 {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.agentBimyou h3 p {
  font-size: 22px;
}
.agentBimyou h3 span {
  position: absolute;
  top: -40px;
  left: 0;
  font-size: 22px;
  transform: rotate(-10deg);
}
.agentBimyou .box {
  padding: 30px 10px;
  background-color: rgba(255, 255, 255, 0.2392156863);
  font-size: 19px;
  margin-bottom: 30px;
}
.agentBimyou .box ul li {
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}
.agentBimyou .box ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 18px;
  width: 18px;
  background-image: url(../images/common/icon-check1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.agentBimyou .box .right {
  text-align: right;
  font-weight: normal;
}
.agentBimyou .desc {
  text-align: center;
  font-size: 20px;
}

.graph {
  padding: 30px 0;
  background-color: #e3f2f9;
}
.graph .c-container, .graph #zoomhowto .zoomhowto__box, #zoomhowto .graph .zoomhowto__box,
.graph #tenshokuflow .zoomhowto__box,
#tenshokuflow .graph .zoomhowto__box, .graph .solution .mb-lr, .graph .solution .flow2, .graph .solution .flow, .graph .solution .p-qa .qa, .p-qa .graph .solution .qa, .graph .solution .employment, .graph .solution .achevement, .solution .graph .mb-lr, .solution .graph .flow2, .solution .graph .flow, .solution .graph .p-qa .qa, .p-qa .solution .graph .qa, .solution .graph .employment, .solution .graph .achevement, .graph .solution .tit2, .solution .graph .tit2, .graph .solution .voices2, .solution .graph .voices2, .graph .solution .p-support, .solution .graph .p-support, .graph .solution .chart-sc, .solution .graph .chart-sc, .graph .solution .solution, .solution .graph .solution {
  position: relative;
}
.graph .c-container::before, .graph #zoomhowto .zoomhowto__box::before, #zoomhowto .graph .zoomhowto__box::before,
.graph #tenshokuflow .zoomhowto__box::before,
#tenshokuflow .graph .zoomhowto__box::before, .graph .solution .mb-lr::before, .graph .solution .flow2::before, .graph .solution .flow::before, .graph .solution .p-qa .qa::before, .p-qa .graph .solution .qa::before, .graph .solution .employment::before, .graph .solution .achevement::before, .solution .graph .mb-lr::before, .solution .graph .flow2::before, .solution .graph .flow::before, .solution .graph .p-qa .qa::before, .p-qa .solution .graph .qa::before, .solution .graph .employment::before, .solution .graph .achevement::before, .graph .solution .tit2::before, .solution .graph .tit2::before, .graph .solution .voices2::before, .solution .graph .voices2::before, .graph .solution .p-support::before, .solution .graph .p-support::before, .graph .solution .chart-sc::before, .solution .graph .chart-sc::before, .graph .solution .solution::before, .solution .graph .solution::before {
  position: absolute;
  top: 0;
  right: 10px;
  content: "";
  height: 120px;
  width: 120px;
  background-image: url(../images/common/94b676ad-d9aa-4404-bc3a-fd735a8558ad.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
}
.graph .c-container::after, .graph #zoomhowto .zoomhowto__box::after, #zoomhowto .graph .zoomhowto__box::after,
.graph #tenshokuflow .zoomhowto__box::after,
#tenshokuflow .graph .zoomhowto__box::after, .graph .solution .mb-lr::after, .graph .solution .flow2::after, .graph .solution .flow::after, .graph .solution .p-qa .qa::after, .p-qa .graph .solution .qa::after, .graph .solution .employment::after, .graph .solution .achevement::after, .solution .graph .mb-lr::after, .solution .graph .flow2::after, .solution .graph .flow::after, .solution .graph .p-qa .qa::after, .p-qa .solution .graph .qa::after, .solution .graph .employment::after, .solution .graph .achevement::after, .graph .solution .tit2::after, .solution .graph .tit2::after, .graph .solution .voices2::after, .solution .graph .voices2::after, .graph .solution .p-support::after, .solution .graph .p-support::after, .graph .solution .chart-sc::after, .solution .graph .chart-sc::after, .graph .solution .solution::after, .solution .graph .solution::after {
  position: absolute;
  left: 10px;
  bottom: 0;
  content: "";
  height: 120px;
  width: 120px;
  background-image: url(../images/common/94b676ad-d9aa-4404-bc3a-fd735a8558ad.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.graph p {
  font-weight: bold;
  font-family: "Noto Sans JP";
  text-align: center;
  margin-bottom: 10px;
}
.graph p.right {
  text-align: right;
  color: #bebebe;
  font-weight: 100;
  font-size: 10px;
}
.graph .box {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px 10px 20px;
  box-shadow: 0px 0px 5px rgb(199, 199, 199);
  position: relative;
}
.graph .box::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 70px;
  width: 150px;
  background-image: url(../images/common/img_decorate.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.graph .box::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  height: 70px;
  width: 150px;
  background-image: url(../images/common/img_decorate.webp);
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(-1, 1);
}
.graph .box .Img {
  margin: auto;
  width: 200px;
  margin-bottom: 30px;
}
.graph .box2 {
  background-color: #fa6482;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.4rem;
  position: relative;
  z-index: 100;
}
.graph .box2 small {
  font-size: 50%;
}
.graph .box2 strong {
  font-size: 2rem;
}

.chart-sc {
  background-image: url(../images/home/point2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  padding: 30px 0;
  border-top: 10px solid;
  overflow: hidden;
  -o-border-image: linear-gradient(90deg, #e82c03 0%, #ed9f09 100%);
     border-image: linear-gradient(90deg, #e82c03 0%, #ed9f09 100%);
  border-image-slice: 1;
}
.chart-sc#item01 {
  background-image: url(../images/home/img4.webp);
}
.chart-sc#item02 {
  background-image: url(../images/home/img3.webp);
}
.chart-sc.gra2 {
  -o-border-image: linear-gradient(90deg, #95efff 0%, #fed4f5 100%);
     border-image: linear-gradient(90deg, #95efff 0%, #fed4f5 100%);
  border-image-slice: 1;
}
.chart-sc.gra2 .chart-number {
  background: linear-gradient(90deg, #fed4f5 50%, #bffcff 100%);
  -webkit-background-clip: text;
          background-clip: text;
}
.chart-sc.gra2 .chart-percentage {
  background: linear-gradient(90deg, #95efff 0%, #fed4f5 100%);
  -webkit-background-clip: text;
          background-clip: text;
}
.chart-sc::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #2a2b2c;
  z-index: 1;
  opacity: 0.7;
}
.chart-sc .desc {
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 100;
  font-size: 1.4rem;
}
.chart-sc .desc small {
  font-weight: normal;
  font-size: 60%;
}
.chart-sc img {
  position: relative;
  z-index: 1000;
}

.solution .swiper-container4 {
  position: relative;
  margin-bottom: 50px;
}
.solution .swiper-container4 .Img {
  margin-bottom: -10px;
}
.solution .swiper-container4 .swiper-pagination {
  bottom: -30px;
}
.solution .txt {
  color: #fff;
  text-align: center;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.solution .txt p {
  position: relative;
  padding-left: 70px;
  text-align: left;
}
.solution .txt p::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 80px;
  width: 80px;
  background-image: url(../images/common/2023best.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.solution .mb-lr, .solution .flow2, .solution .flow, .solution .p-qa .qa, .p-qa .solution .qa, .solution .employment, .solution .achevement, .solution .tit2, .solution .voices2, .solution .p-support, .solution .chart-sc, .solution .solution {
  text-align: center;
  font-weight: bold;
  position: relative;
  margin-top: 130px;
}
.solution .mb-lr::before, .solution .flow2::before, .solution .flow::before, .solution .p-qa .qa::before, .p-qa .solution .qa::before, .solution .employment::before, .solution .achevement::before, .solution .tit2::before, .solution .voices2::before, .solution .p-support::before, .solution .chart-sc::before, .solution .solution::before {
  position: absolute;
  top: -5.5em;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  visibility: visible;
  background: linear-gradient(45deg, transparent 50%, #08d6ed 50%, #1779cd);
  transform: rotate(135deg);
}
.solution.gra2 .mb-lr::before, .solution.gra2 .flow2::before, .solution.gra2 .flow::before, .solution.gra2 .p-qa .qa::before, .p-qa .solution.gra2 .qa::before, .solution.gra2 .employment::before, .solution.gra2 .achevement::before, .solution.gra2 .tit2::before, .solution.gra2 .voices2::before, .solution.gra2 .p-support::before, .solution.gra2 .chart-sc::before, .solution.gra2 .solution::before {
  background: linear-gradient(90deg, #e84403 0%, #ed9f09 100%);
}
.solution.gra2 .txt {
  color: #fff;
}
.solution.gra3 .mb-lr::before, .solution.gra3 .flow2::before, .solution.gra3 .flow::before, .solution.gra3 .p-qa .qa::before, .p-qa .solution.gra3 .qa::before, .solution.gra3 .employment::before, .solution.gra3 .achevement::before, .solution.gra3 .tit2::before, .solution.gra3 .voices2::before, .solution.gra3 .p-support::before, .solution.gra3 .chart-sc::before, .solution.gra3 .solution::before {
  background: linear-gradient(45deg, transparent 50%, #95efff 50%, #fed4f5);
}
.solution.gra3 .txt {
  color: rgb(61, 61, 61);
}

.counseling {
  position: relative;
}
.counseling .Img {
  position: relative;
}
.counseling .Img .over-text {
  position: absolute;
  bottom: 3%;
}
.counseling .Img .over-text p {
  margin-bottom: 10px;
}
.counseling .Img .over-text p span {
  background: linear-gradient(90deg, #e84403 0%, #ed9f09 100%);
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
}
.counseling .desc {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}

.latter {
  padding: 30px 0;
  background-color: rgba(244, 244, 244, 0.7215686275);
}
.latter.blue-bg {
  padding: 30px 0;
}
.latter .Img {
  background: #fff;
  box-shadow: 0px 5px 5px rgb(199, 199, 199);
}

.achevement .c-title {
  font-size: 1.3rem;
}

.top-slide {
  overflow: visible;
}
.top-slide .infiniteslide_wrap {
  overflow: visible !important;
}
.top-slide .gallery {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.top-slide .gallery img {
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0px 10px;
  height: 60px;
}

.employment {
  background-color: #131624;
  padding: 30px 0;
}
.employment .c-title {
  color: #fff;
}
.employment ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.employment ul li {
  background-color: #fff;
  width: 42%;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 10px;
}
.employment ul li .Img {
  text-align: center;
  position: relative;
}
.employment ul li .Img .num {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  background: -webkit-linear-gradient(90deg, #95efff 0%, #fed4f5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.employment ul li .Img img {
  border-radius: 10px 10px 0 0;
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.employment ul li .Img img.big {
  width: 80px;
}
.employment ul li h4 {
  text-align: center;
  margin-top: 10px;
}
.ftr {
  background-color: #e3f2f9;
  padding: 30px 0;
}
.ftr ul li {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0px 0px 5px rgb(225, 225, 225);
}
.ftr ul li:nth-child(1) .Img::before {
  background-image: url(../images/common/icon_point_1.svg);
}
.ftr ul li:nth-child(2) .Img::before {
  background-image: url(../images/common/icon_point_2.svg);
}
.ftr ul li:nth-child(3) .Img::before {
  background-image: url(../images/common/icon_point_3.svg);
}
.ftr ul li:nth-child(4) .Img::before {
  background-image: url(../images/common/icon_point_4.svg);
}
.ftr ul li .Img {
  margin-bottom: 10px;
  position: relative;
}
.ftr ul li .Img::before {
  position: absolute;
  left: -10px;
  bottom: -5px;
  content: "";
  height: 70px;
  width: 70px;
  background-image: url(../images/common/icon_point_1.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.ftr ul li .Img img {
  border-radius: 10px;
}
.ftr ul li .text h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.point {
  padding: 30px 0;
}
.point.gra3 {
  background-image: url(../images/common/colorful-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.point.gra3 ol li .name {
  background: linear-gradient(90deg, #95efff 0%, #fed4f5 100%);
  text-shadow: 1px 1px 2px #6d6f71;
}
.point.gra3 ol li .ImgBox {
  background: linear-gradient(90deg, #95efff 0%, #fed4f5 100%);
}
.point.gra2 ol li .name {
  background: linear-gradient(90deg, #e84403 0%, #ed9f09 100%);
}
.point.gra2 ol li .ImgBox {
  background: linear-gradient(90deg, #e84403 0%, #ed9f09 100%);
}
.point ol li {
  position: relative;
}
.point ol li .name {
  background: linear-gradient(90deg, #22bebb 0%, #1779cd 100%);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  border-radius: 10px 0 10px 0;
  color: #fff;
  padding: 5px;
}
.point ol li .name .num {
  font-size: 1.4rem;
  font-weight: bold;
}
.point ol li .ImgBox {
  border-radius: 10px;
  background: linear-gradient(90deg, #22bebb 0%, #1779cd 100%);
  padding: 2px;
  margin-bottom: 10px;
  height: 125px;
}
.point ol li .ImgBox .Img {
  background: #fff;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.point ol li .ImgBox .Img img:nth-child(1) {
  width: 50px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-left: 40px;
  padding-top: 50px;
  padding-bottom: 15px;
}
.point ol li .ImgBox .Img img:nth-child(1).small {
  width: 45px;
  height: 55px;
}
.point ol li .ImgBox .Img img:nth-child(2) {
  width: 56%;
  border-radius: 0 10px 10px 0;
  height: 125px;
}
.point ol li .text h3 {
  margin-bottom: 10px;
}

.point02 {
  position: relative;
  margin-top: 200px;
}
.point02::before {
  content: "";
  position: absolute;
  left: 0;
  top: -8rem;
  display: block;
  width: 100%;
  height: 38rem;
  background: linear-gradient(to right, #3c83d4 4.4%, #0f2162 74.5%);
  transform: skewY(12deg);
  transform-origin: 0 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .point02::before {
    top: -5rem;
    height: 93rem;
    background: linear-gradient(135deg, #3c83d4 -27%, #0f2162);
    transform: skewY(15deg);
  }
}
.point02__num {
  display: inline-block;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #000000;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  letter-spacing: 0.04em;
  position: relative;
  margin-bottom: 20px;
}
.point02__num span {
  font-size: 1.4rem;
}
.point02__num::after {
  position: absolute;
  top: 0;
  right: -0.1rem;
  content: "";
  border-bottom: 3.8rem solid #fff;
  border-left: 2.5rem solid transparent;
}
@media (max-width: 767px) {
  .point02__num {
    display: inline-block;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #000000;
    padding: 0.5rem 3rem 0.5rem 1.4rem;
    letter-spacing: 0.04em;
    position: relative;
  }
  .point02__num::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    border-bottom: 3.4rem solid #fff;
    border-left: 2.8rem solid transparent;
  }
}
.point02__ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.point02__img {
  text-align: center;
}
.point02__img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.point02__list ul li {
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 1px 1px 5px rgb(121, 121, 121);
}
.point02__desc {
  padding: 20px 20px 40px 20px;
  font-size: 14px;
}
@media (min-width: 960px) {
  .point02__list ul {
    display: flex;
    justify-content: space-between;
  }
  .point02__list ul li {
    width: 32%;
  }
}

.point3 ol li .num {
  color: #3c83d4;
}
.point3 ol li h3 {
  background-color: #3c83d4;
  color: #fff;
  padding: 10px 10px;
}

.faq {
  background-color: #e3f2f9;
  padding: 30px 0;
}
.faq h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #0f2162;
}
.faq ul li {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.099);
}
.faq__qe {
  margin-bottom: 20px;
}
.faq__qe h4 {
  position: relative;
  padding-left: 35px;
  color: #0f2162;
}
.faq__qe h4::before {
  content: "Q";
  display: inline-block;
  color: #4a90e2;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  font-size: 28px;
}
.faq__ans {
  position: relative;
  padding-left: 35px;
}
.faq__ans::before {
  content: "A";
  display: inline-block;
  color: #0f2162;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 28px;
  font-weight: bold;
}

.p-qa {
  padding: 30px 0;
}
.p-qa.gra3 {
  background-image: url(../images/common/colorful-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
}
.p-qa.gra3 .qa .ac-title span {
  color: rgb(61, 61, 61);
}
.p-qa.gra3 .qa .ac-title .i_box {
  background: linear-gradient(90deg, #95efff 0%, #fed4f5 100%);
}
.p-qa .qa .faq__item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px rgb(199, 199, 199);
  position: relative;
  background: linear-gradient(90deg, #08d6ed 0%, #1779cd 100%);
  padding: 3px;
}
.p-qa .qa .faq__item .wrap {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}
.p-qa .qa .ac-title {
  position: relative;
  cursor: pointer;
  transition: color 0.2s cubic-bezier(0, 0, 0.58, 1);
  font-weight: bold;
}
.p-qa .qa .ac-title span {
  line-height: 1.5;
  display: block;
  padding: 20px 45px 20px 10px;
  color: black;
}
.p-qa .qa .ac-title .i_box {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  border-radius: 50%;
  background: linear-gradient(90deg, #08d6ed 0%, #1779cd 100%);
}
.p-qa .qa .ac-title .i_box::before {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 2px solid #fff;
  width: 16px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.p-qa .qa .ac-title .i_box::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-left: 2px solid #fff;
  width: 0;
  height: 16px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.3s;
}
.p-qa .qa .ac-content {
  position: relative;
  margin-left: 0;
}
.p-qa .qa .ac-content .m-description-article {
  font-size: 20px;
  display: block;
  line-height: 2;
  padding: 10px 10px;
}
.p-qa .qa .more-btn {
  display: block;
}

.flow {
  padding-bottom: 50px;
}
.flow ol {
  padding: 0px;
  margin: 0;
}
.flow .promotion-page-section__body {
  margin: 0 7vw;
}
.flow .coordination-flow {
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
}
.flow .coordination-flow__step-item {
  position: relative;
  padding: 15px;
  background: #dcebf5;
  margin-bottom: 10px;
  width: 300px;
}
.flow .coordination-flow__step-item:first-child {
  border-radius: 10px 10px 0 0;
}
.flow .coordination-flow__step-item:first-child-section-title::before {
  background-image: url(../images/flow-1.8ff3c71.png);
}
.flow .coordination-flow__step-item::after {
  display: block;
  content: "";
  position: absolute;
  border-style: solid;
  left: 0;
  bottom: -40px;
  border-color: #dcebf5 transparent transparent;
  border-width: 40px 165px 0;
  z-index: 10;
}
.flow .coordination-flow__step-item:nth-child(2), .flow .coordination-flow__step-item:nth-child(3), .flow .coordination-flow__step-item:nth-child(4), .flow .coordination-flow__step-item:nth-child(5) {
  padding-top: 60px;
}
.flow .coordination-flow__step-item:nth-child(2)::before, .flow .coordination-flow__step-item:nth-child(3)::before, .flow .coordination-flow__step-item:nth-child(4)::before, .flow .coordination-flow__step-item:nth-child(5)::before {
  display: block;
  content: "";
  position: absolute;
  border-style: solid;
  border-color: #fff transparent transparent;
  left: 0;
  top: 0;
  border-width: 40px 166px 0;
  z-index: 3;
  border-radius: 10px;
}
.flow .coordination-flow__step-item-section-title {
  position: relative;
  font-size: 20px;
  padding: 120px 0 0;
  color: #0096cc;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.flow .coordination-flow__step-item-section-title::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 160px;
  height: 120px;
  margin: auto;
  background-image: url(../images/home/flow4.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.flow .coordination-flow__step-item-section-title#second::before {
  background-image: url(../images/home/flow5.webp);
}
.flow .coordination-flow__step-item-section-title#thard::before {
  background-image: url(../images/home/flow3.webp);
}
.flow .coordination-flow__step-item-section-title#forth::before {
  background-image: url(../images/home/flow1.webp);
}
.flow .coordination-flow__step-item-section-title#five::before {
  background-image: url(../images/home/flow2.webp);
}
.flow .coordination-flow__step-item-section-title .step-label__label {
  position: absolute;
  top: 0;
  left: -5px;
  display: block;
  color: #00b3dc;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.4em;
  z-index: 5;
}
.flow .coordination-flow__step-item-section-title .step-label__value {
  position: absolute;
  top: -20px;
  left: -5px;
  display: block;
  color: #fff;
  font-size: 90px;
  font-weight: 700;
  font-family: Arial;
  letter-spacing: -0.05em;
  line-height: 1;
  opacity: 1;
  z-index: 4;
}
.flow .coordination-flow__step-item-section {
  position: relative;
}
.flow .coordination-flow__step-item-section-description {
  font-size: 13px;
  margin: 10px 0 0;
  color: #333;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
}
.flow .coordination-flow__step-item-section-feature {
  margin: 20px 0 0;
}
.flow .coordination-flow__step-item-section-feature .balloon {
  height: 100%;
  padding: 15px 15px 15px;
  border-radius: 8px;
  position: relative;
  background: #f8f8f8;
}
.flow .coordination-flow__step-item-section-feature .balloon p {
  color: rgb(88, 87, 87);
  font-size: 14px;
}
.flow .coordination-flow__step-item-section-feature .balloon h4 {
  position: relative;
  text-align: center;
  padding-top: 55px;
  margin-bottom: 10px;
  color: #0f2162;
  font-weight: bold;
  font-size: 20px;
}
.flow .coordination-flow__step-item-section-feature .balloon h4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  background-image: url(../images/flow5.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.flow .coordination-flow__step-item-section-feature .balloon h4#title02::before {
  background-image: url(../images/flow6.png);
}
.flow .coordination-flow__step-item-section-feature .balloon h4#title03::before {
  background-image: url(../images/flow4.png);
}
@media (max-width: 575px) {
  .flow .coordination-flow__step-item-section-feature {
    margin: 20px 0 0;
  }
}
@media (min-width: 600px) {
  .flow .coordination-flow__step-item {
    width: 600px;
  }
  .flow .coordination-flow__step-item::after {
    border-width: 40px 318px 0;
  }
  .flow .coordination-flow__step-item:nth-child(2)::before, .flow .coordination-flow__step-item:nth-child(3)::before {
    border-width: 40px 318px 0;
  }
}
@media (max-width: 959px) {
  .flow .feature-pc {
    display: none;
  }
}
@media (min-width: 960px) {
  .flow .coordination-flow {
    display: flex;
    justify-content: center;
  }
  .flow .coordination-flow__step-item {
    width: 410px;
  }
  .flow .coordination-flow__step-item-section-title {
    padding: 100px 0 0;
  }
  .flow .coordination-flow__step-item-section-title::before {
    height: 80px;
  }
  .flow .coordination-flow__step-item::after {
    border-width: 40px 220px 0;
  }
  .flow .coordination-flow__step-item:nth-child(2)::before, .flow .coordination-flow__step-item:nth-child(3)::before, .flow .coordination-flow__step-item:nth-child(4)::before, .flow .coordination-flow__step-item:nth-child(5)::before {
    border-width: 40px 220px 0;
  }
  .flow .coordination-flow__step-item-section-feature.view-sp {
    display: none;
  }
  .flow .coordination-flow .feature-pc {
    width: 45%;
  }
  .flow .coordination-flow .feature-pc .balloon {
    position: relative;
    background-color: #f0f0f0;
    margin-bottom: 80px;
  }
  .flow .coordination-flow .feature-pc .balloon::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 20px;
    height: 20px;
    margin: auto;
    transform: rotate(45deg);
    background: #f4f4f4;
  }
}

.flow2 ul {
  text-align: center;
  margin-top: 24px;
  position: relative;
  z-index: 1;
}
.flow2 ul li {
  padding: 20px;
  font-size: 20px;
  border-radius: 20px;
  color: #3c83d4;
  font-weight: 700;
  position: relative;
  background: #e3f2f9;
  position: relative;
}
.flow2 ul li:nth-child(2), .flow2 ul li:nth-child(3), .flow2 ul li:nth-child(4) {
  margin-top: 30px;
}
.flow2 ul li:last-child::before {
  display: none;
}
.flow2 ul li::before {
  content: "";
  width: 3px;
  height: 35px;
  background: #3c83d4;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.flow2 ul li.v-arrow::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 15px 9px 0 9px;
  border-color: #3c83d4 transparent transparent transparent;
  bottom: -33px;
  left: 50%;
  transform: translateX(-50%);
}
.flow2 ul li.gra {
  color: #fff;
  background: linear-gradient(78deg, #22bebb -8.83%, #1779cd 78.35%);
}
.flow2 ul li.gra h3 {
  margin-bottom: 10px;
}
.flow2 ul li.gra p {
  font-size: 14px;
  font-weight: normal;
  position: relative;
}
.flow2 ul li.gra p::before {
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 60px;
  width: 60px;
  background-image: url(../images/common/cracker.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.flow2 ul li.gra p::after {
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 60px;
  width: 60px;
  background-image: url(../images/common/cracker.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: scale(-1, 1);
  opacity: 0.8;
}

.flow3 ol li {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
}
.flow3 ol li .step {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  background: #2f4252;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
}
.flow3 ol li .step .box {
  text-align: center;
  font-weight: bold;
}
.flow3 ol li .step .box small {
  display: block;
  font-size: 10px;
}
.flow3 ol li .step .box .num {
  font-size: 18px;
}
.flow3 ol li .text {
  width: 80%;
  padding-left: 15px;
}
.flow3 ol li .text h3 {
  margin-bottom: 10px;
  color: #2b9ef6;
}

.flow4 {
  padding: 30px 0;
  position: relative;
}
.flow4::before {
  position: absolute;
  left: 0;
  bottom: -20%;
  right: 0;
  margin: auto;
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/common/bg-orange.webp);
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  z-index: -1;
  opacity: 0.2;
}
.flow4 ol {
  padding-top: 30px;
}
.flow4 ol li {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.16), 0.28125rem 0.375rem 0 skyblue;
  border-radius: 100px;
  padding: 20px 10px 15px 10px;
  margin-bottom: 80px;
  text-align: center;
}
.flow4 ol li:nth-child(2), .flow4 ol li:nth-child(3), .flow4 ol li:nth-child(4) {
  margin-top: 30px;
}
.flow4 ol li:last-child::before {
  display: none;
}
.flow4 ol li::before {
  content: "";
  width: 3px;
  height: 55px;
  background: #3c83d4;
  position: absolute;
  bottom: -55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.flow4 ol li:last-child {
  background: linear-gradient(90deg, #08d6ed 0%, #1779cd 100%);
  color: #fff;
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.16), 0.28125rem 0.375rem 0 rgb(255, 255, 255);
}
.flow4 ol li .step {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  background: #3c83d4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
}
.flow4 ol li .step .box {
  text-align: center;
  font-weight: bold;
}
.flow4 ol li .step .box small {
  display: block;
  font-size: 10px;
}
.flow4 ol li .step .box .num {
  font-size: 18px;
}
.flow4 ol li .text {
  padding-left: 15px;
}
.flow4 ol li .text h3.iconLine {
  position: relative;
}
.flow4 ol li .text h3.iconLine::before {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
  content: "";
  height: 30px;
  width: 30px;
  background-image: url(../images/common/icon-line-cta.png);
  background-size: contain;
  background-repeat: no-repeat;
}

footer {
  background-color: #303030;
  padding: 30px 0;
  color: #fff;
}
footer a {
  text-decoration: underline;
  color: #fff;
  font-size: 12px;
}
footer .footer__adress,
footer .footer__copy {
  font-size: 14px;
  margin-bottom: 15px;
}
footer .footer__copy {
  font-size: 14px;
}
footer .footer__copy a {
  color: rgb(120, 120, 120);
}
footer .footer__logo {
  text-align: center;
}
footer .footer__logo img {
  width: 40%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}
@media (min-width: 600px) {
  footer .footer__flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  footer .footer__logo {
    text-align: center;
  }
  footer .footer__logo img {
    width: 80%;
  }
}

#contact-page .c-topview {
  margin-bottom: 0;
}

.c-contact {
  padding-top: 40px;
  margin-bottom: 50px;
}
.c-contact .wrap br {
  display: none;
}
.c-contact .wrap p {
  display: inline;
}
.c-contact .wrap p.privacy {
  display: block;
}
.c-contact__text.mark {
  content: "*";
  font-size: 16px;
  color: #1d649e;
}
.c-contact .contact-form {
  border-radius: 20px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #f1fafd;
  margin: 0 20px;
}
.c-contact .contact-form input, .c-contact .contact-form textarea {
  width: 100%;
  border: 1px solid rgb(82, 94, 102);
  border-radius: 5px;
}
.c-contact .contact-form textarea {
  margin-bottom: 0;
}
.c-contact .contact-form input {
  height: 45px;
}
.c-contact .contact-form select {
  width: 100%;
  height: 45px;
  border: 1px solid rgb(61, 61, 61);
}
.c-contact .contact-form dl {
  text-align: left;
  display: inline-block;
  width: 280px;
}
.c-contact .contact-form dt {
  font-size: 16px;
  font-weight: bold;
}
.c-contact .contact-form .must {
  position: relative;
  padding: 5px 5px 5px 0;
  margin-right: 10px;
}
.c-contact .contact-form .must::after {
  content: "*";
  font-size: 18px;
  color: rgb(29, 100, 158);
}
.c-contact .contact-form .free {
  padding: 5px 15px 5px 0;
  margin-right: 10px;
}
.c-contact .contact-form .ct-request select {
  width: 100%;
}
.c-contact .contact-form .ct-flex {
  display: flex;
  justify-content: space-between;
  width: 280px;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}
.c-contact .contact-form .ct-sex {
  display: inline-block;
  text-align: left;
}
.c-contact .contact-form .ct-sex input {
  margin: 0;
}
.c-contact .contact-form .ct-sex select {
  height: 45px;
}
.c-contact .contact-form .ct-age {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-age dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.c-contact .contact-form .ct-date {
  text-align: left;
  font-size: 14px;
}
.c-contact .contact-form .ct-date input {
  margin-top: 0;
  width: 130px;
}
.c-contact .contact-form .ct-time {
  display: inline-block;
  text-align: right;
}
.c-contact .contact-form .ct-time dt {
  text-align: left;
  display: block;
  padding-left: 13px;
}
.c-contact .contact-form .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid red;
}
.c-contact .contact-form .wpcf7-acceptance input {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}
.c-contact .contact-form .ms-1 {
  color: rgb(33, 128, 218);
  border-bottom: 1px solid rgb(33, 128, 218);
}
.c-contact .contact-form .submit-btn {
  position: relative;
  text-align: center;
}
.c-contact .contact-form .submit-btn input:disabled {
  background: -webkit-linear-gradient(right, #FF6973, #EA4F6D);
}
.c-contact .contact-form .submit-btn input {
  width: 70%;
  max-width: 320px;
  background: -webkit-linear-gradient(right, #FF6973, #EA4F6D);
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 30px;
}
.c-contact .contact-form .ajax-loader {
  display: none;
}
.c-contact .contact-form .wpcf7-spinner {
  position: absolute;
  top: 0;
  right: -10px;
}
@media (min-width: 600px) {
  .c-contact .contact-form .c-contact-text {
    font-size: 18px;
  }
  .c-contact .contact-form dt {
    font-size: 20px;
  }
  .c-contact .contact-form dl {
    width: 540px;
  }
  .c-contact .contact-form .ct-date input {
    width: 250px;
  }
  .c-contact .contact-form .ct-flex {
    width: 540px;
  }
  .c-contact .contact-form .submit-btn input {
    width: 70%;
    max-width: 320px;
    height: 64px;
    font-size: 20px;
  }
  .c-contact .contact-form .wpcf7-acceptance input {
    height: 30px;
    width: 30px;
    margin-right: 15px;
  }
  .c-contact .contact-form .ms-1 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .c-contact .contact-form dl {
    width: 650px;
  }
  .c-contact .contact-form .ct-date input {
    width: 380px;
  }
  .c-contact .contact-form .ct-flex {
    width: 800px;
  }
  .c-contact .contact-form .ct-age dt,
  .c-contact .contact-form .ct-time dt {
    padding-left: 25px;
  }
}
.c-contact .grecaptcha-badge {
  box-shadow: none !important;
  width: 100% !important;
}
.c-contact .grecaptcha-badge iframe {
  box-shadow: grey 0px 0px 5px;
}
@media (min-width: 960px) {
  .c-contact .contact-form {
    margin: 0 200px;
  }
}
@media (min-width: 1600px) {
  .c-contact .contact-form {
    margin: 0 400px;
  }
}
@media (min-width: 2000px) {
  .c-contact .contact-form {
    margin: 0 600px;
  }
}

#thanks {
  background-color: #f7fdff;
  max-width: 800px;
  margin: auto;
}
#thanks h3 {
  margin-bottom: 50px;
}
#thanks .ct-btn {
  max-width: 500px;
  margin: auto;
}
#thanks .ct-btn .shiny-btn {
  margin: 0 !important;
}
#thanks .c-container, #thanks #zoomhowto .zoomhowto__box, #zoomhowto #thanks .zoomhowto__box,
#thanks #tenshokuflow .zoomhowto__box,
#tenshokuflow #thanks .zoomhowto__box, #thanks .solution .mb-lr, .solution #thanks .mb-lr, #thanks .solution .tit2, .solution #thanks .tit2, #thanks .solution .voices2, .solution #thanks .voices2, #thanks .solution .p-support, .solution #thanks .p-support, #thanks .solution .chart-sc, .solution #thanks .chart-sc, #thanks .solution .solution, .solution #thanks .solution, #thanks .solution .achevement, .solution #thanks .achevement, #thanks .solution .employment, .solution #thanks .employment, #thanks .solution .p-qa .qa, .solution .p-qa #thanks .qa, #thanks .p-qa .solution .qa, .p-qa .solution #thanks .qa, #thanks .solution .flow, .solution #thanks .flow, #thanks .solution .flow2, .solution #thanks .flow2 {
  padding: 100px 5vw 50px 5vw;
}
#thanks .c-container p, #thanks #zoomhowto .zoomhowto__box p, #zoomhowto #thanks .zoomhowto__box p,
#thanks #tenshokuflow .zoomhowto__box p,
#tenshokuflow #thanks .zoomhowto__box p, #thanks .solution .mb-lr p, .solution #thanks .mb-lr p, #thanks .solution .tit2 p, .solution #thanks .tit2 p, #thanks .solution .voices2 p, .solution #thanks .voices2 p, #thanks .solution .p-support p, .solution #thanks .p-support p, #thanks .solution .chart-sc p, .solution #thanks .chart-sc p, #thanks .solution .solution p, .solution #thanks .solution p, #thanks .solution .achevement p, .solution #thanks .achevement p, #thanks .solution .employment p, .solution #thanks .employment p, #thanks .solution .p-qa .qa p, .solution .p-qa #thanks .qa p, #thanks .p-qa .solution .qa p, .p-qa .solution #thanks .qa p, #thanks .solution .flow p, .solution #thanks .flow p, #thanks .solution .flow2 p, .solution #thanks .flow2 p {
  margin-bottom: 20px;
}

.c-privacy h1,
.c-privacy h2 {
  margin-bottom: 20px;
}
.c-privacy p {
  margin-bottom: 5px;
}
.c-privacy ul {
  margin-bottom: 10px;
}
.c-privacy h1 {
  border-left: 8px solid #3c83d4;
}

.grecaptcha-badge {
  display: none;
}

#zoomhowto .tit-bg,
#tenshokuflow .tit-bg {
  padding: 20px 20px;
  background-color: #9ae2ff;
  margin-bottom: 30px;
}
#zoomhowto .txt-center,
#tenshokuflow .txt-center {
  margin-bottom: 0;
}
#zoomhowto .zoom_title,
#tenshokuflow .zoom_title {
  padding: 30px 0;
  color: #fff;
  position: relative;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#zoomhowto .zoom_title img,
#tenshokuflow .zoom_title img {
  width: 80%;
  display: block;
  text-align: center;
}
#zoomhowto .zoom_title span,
#tenshokuflow .zoom_title span {
  position: relative;
  z-index: 200;
  font-size: 1.6rem;
}
#zoomhowto .zoom_title::before,
#tenshokuflow .zoom_title::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.6;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
}
#zoomhowto .tenshokuflow_title,
#tenshokuflow .tenshokuflow_title {
  padding: 30px 0;
  margin-bottom: 0;
}
#zoomhowto .tenshokuflow_title img,
#tenshokuflow .tenshokuflow_title img {
  max-width: 250px;
  margin: auto;
}
#zoomhowto .tenshokuflow_txt,
#tenshokuflow .tenshokuflow_txt {
  margin-bottom: 30px;
}
#zoomhowto .tenshokuflow_box,
#tenshokuflow .tenshokuflow_box {
  padding: 10px;
  border: 1px solid #3c83d4;
  box-shadow: 3px 3px 20px rgb(220, 220, 220);
}
#zoomhowto .tenshokuflow_box h3,
#tenshokuflow .tenshokuflow_box h3 {
  margin-bottom: 10px;
}
#zoomhowto .zoomhowto__box,
#tenshokuflow .zoomhowto__box {
  margin-bottom: 30px;
}
#zoomhowto .zoomhowto__box h3,
#tenshokuflow .zoomhowto__box h3 {
  margin-bottom: 10px;
}
#zoomhowto .zoomhowto__box p,
#tenshokuflow .zoomhowto__box p {
  margin-bottom: 10px;
}/*# sourceMappingURL=style.css.map */