/* reset start */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
  text-align: justify;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
}
/* reset end */

html {
  overflow-y: scroll;
}

body {
  width: 100%;
  font-size: 1rem;
  color: #000;
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  overflow: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

p {
  margin: 0;
  text-align: justify;
}

section .contents_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 40px 140px;
}

.cb {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 60px;
  margin-top: 0;
  letter-spacing: 0.08em;
}

h2 span {
  font-size: 1.1rem;
  color: #0a3291;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 13px;
  position: relative;
  padding-left: 30px;
}

h2 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #0a3291;
  margin-right: 6px;
}

h2 span::after {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #00aff0;
}
h2.white {
  color: #fff;
}

h2.white span {
  color: #fff;
}

h2.white span::before {
  background: #fff;
}

h2.white span::after {
  background: #fff;
}

h2.center {
  text-align: center;
}

h3 {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin: 80px 0 40px;
}

h3::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 3px;
  background: #0a3291;
  border-radius: 10px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

/*header*/
.header {
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 10;
  background-color: #fff;
}

.header ul {
  width: 85%;
  height: 100px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header ul li {
  display: inline-block;
  margin: 35px 18px;
}

/*  */
.header ul .mail {
  margin: 10px 20px 10px 10px;
  background: linear-gradient(135deg, #0a3291 0%, #00aff0 100%);
  border-radius: 5px;
}

/*  */
.header .logo {
  width: 15%;
  height: 100px;
  float: left;
  margin: 0;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.header .logo img {
  width: 12vw;
}

.pc li a {
  text-decoration: none;
  color: #1E2124;
  font-weight: 500;
  font-size: 1rem;
}

.pc .list a:hover {
  background: linear-gradient(135deg, #0a3291 0%, #00aff0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sp {
  display: none;
}

.pc .tel {
  margin: 0 12px;
  padding: 32px 10px 4px;
  position: relative;
  border-top: 3px solid #0a3291;
  border-bottom: 3px solid #0a3291;
}

.pc .tel::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../svg/tel_icon_pc.svg) no-repeat;
  background-size: contain;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.pc .tel a {
  font-size: 1.4vw;
  font-weight: 600;
  color: #0a3291;
}

.sp_tel_mail {
  display: none;
}

.contact_btn_02 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #E7F7FF;
}

.contact_btn_02 a {
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  padding: 20px 100px;
  color: #fff;
  background: #00aff0;
}

.contact_btn_02 a:hover {
  opacity: 0.8;
}

.nav {
  height: 100px;
}

.pc .mail:hover {
  opacity: 0.8;
}

/*main*/
#main {
  padding-top: 100px;
  height: 900px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

#main .kv_text_area {
  width: 1300px;
  position: relative;
  top: 10px;
  margin: 0 auto;
  opacity: 0;
  animation: fadeInUp 1.2s ease-out forwards;
}

#main .copy {
  font-size: 8rem;
  font-weight: 800;
  margin: 70px 0 40px;
  background: linear-gradient(135deg, #0a3291 0%, #00aff0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
  z-index: 2;
  letter-spacing: 0.06em;
  opacity: 0;
  animation: fadeInUp 1.2s ease-out 0.2s forwards;
}

#main .copy_text {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 100px 0;
  text-align: center;
  opacity: 0;
  animation: fadeInUp 1.2s ease-out 0.4s forwards;
}

/* 背景アニメーションテキスト */
.bg_wrapper {
  position: absolute;
  top: 57%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.wrapper {
  width: 100%
  z-index: 1;
  display: flex;
  width: 100%;
  overflow: hidden;
}

.loop_text {
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  font-size: 15rem;
  font-weight: 900;
  color: #0070c0;
  opacity: 0.05;
  }

.loop_text:nth-child(odd) {
  animation: loop 80s -40s linear infinite;
}

.loop_text:nth-child(even) {
  animation: loop2 80s linear infinite;
}

/* 反対方向のアニメーション */
.wrapper.reverse .loop_text:nth-child(odd) {
  animation: loopReverse 80s -40s linear infinite;
}

.wrapper.reverse .loop_text:nth-child(even) {
  animation: loop2Reverse 80s linear infinite;
}

/* アニメーション定義 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInBg {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.05;
  }
}

@keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
}

/* 逆方向のアニメーション */
@keyframes loopReverse {
    0% {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(100%);
    }
}

@keyframes loop2Reverse {
    0% {
      transform: translateX(-200%);
    }
    to {
      transform: translateX(0);
    }
}

/* スクロールアニメーション */
.fade-in-content {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in-content.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/*  */
.pc li .contact_btn {
  color: #fff;
  padding: 37px 1vw 13px;
  font-size: 1.1rem;
  display: block;
  position: relative;
}

.pc li .contact_btn::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../svg/mail_icon_pc.svg) no-repeat;
  background-size: contain;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

/*  */
footer {
  margin: 100px auto 0;
  padding-top: 30px;
  text-align: center;
  font-weight: 500;
  background: #fff;
}

.footer_contents {
  padding-right: 20px;
  padding-left: 20px;
}

.footer_policy {
  margin-bottom: 20px;
  font-weight: 500;
}

.footer_policy a {
  margin-right: 20px;
}

footer .logo {
  width: 200px;
  margin: 0 auto;
  margin-top: 30px;
}

footer .write {
  color: #0a3291;
  padding: 20px 0;
  margin-top: 50px;
  font-weight: 500;
}

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 3;
}

#pagetop a {
  background: #00aff0;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #EBF8FF;
  display: inline-block;
  width: 60px;
  height: 60px;
}

#pagetop .arrow {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  line-height: 50px;
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
  position: relative;
  top: 14px;
}

.footer_policy a {
  text-decoration: none;
  color: #1E2124;
}

/* about-fa */
.about-fa_img {
  margin-top: 60px;
}

/* service */
#service {
  color: #fff;
  background: linear-gradient(180deg, #00aff0 0%, #0a3291 100%);
}

#service .service_wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

#service .service_box {
  width: 100%;
  background: #fff;
  margin-top: 60px;
  padding: 60px 40px;
  color: #000;
}

#service .service_box .service_img {
  width: 120px;
  height: auto;
  margin: 0 auto 20px;
}

#service .service_box .service_img.small {
  width: 80px;
}

#service h3.service_title {
  font-size: 1.2rem;
  color: #0a3291;
  margin: 20px 0 40px;
}

#service .detail_wrap {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}

#service .detail_box {
  width: 100%;
}

#service .detail_box .detail_title {
  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

#service .detail_box .detail_title.text_small {
  font-size: 0.96rem;
}

#service .detail_box .detail_title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #d7d7d7;
  border-radius: 10px;
  margin: 16px auto 0;
}

#service .detail_box .detail_ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

#service .detail_box .detail_ul li::before {
  content: "●";
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 0.4rem;
  line-height: 2;
  color: #0a3291;
}

/* features */
#features .features_wrap {
  margin-top: 80px;
  padding: 0 30px;
}

#features .features_img {
  margin-top: 60px;
  text-align: center;
}

#features .features_img img {
  width: 50%;
}

#features .features_box {
  position: relative;
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
}

#features .features_box:last-child::before {
  display: none;
}

#features .features_box .number {
  position: relative;
  color: #0a3291;
  font-size: 2.5rem;
  font-weight: 600;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#features .features_box .features_title {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #0a3291;
}

#features .features_box .features_ul li {
  position: relative;
  padding-left: 15px;
}

#features .features_box .features_ul li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  top: 13px;
  left: 0;
  transform: translateY(-50%);
  background: #0a3291;
}

/* member */
#members {
  position: relative;
}

#members .contents_inner {
  display: flex;
  max-width: 100%;
  padding: 0 0 140px 15vw;
  gap: 60px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

#members .member_wrap {
  width: 80%;
  padding: 20px 10px 20px 0;
}

/* Slickスライダー用の高さ調整 */
#members .slick-track {
  display: flex;
  align-items: stretch;
  margin-left: 0 !important;
}

#members .slick-slide {
  height: auto;
  display: flex;
}

#members .slick-list {
  padding-left: 0 !important;
}

#members h2 {
  width: 20%;
  margin-bottom: 0;
}

#members .member_wrap {
  padding: 20px 10px 20px 0;
}

#members .member_box {
  margin: 20px;
  width: 40%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.16);
}

#members .text_box .position {
  color: #0a3291;
  font-weight: 600;
  margin-bottom: 6px;
}

#members .text_box .name {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 18px;
}

#members .text_box .name span {
  color: #00aff0;
  font-size: 0.9rem;
  font-weight: 500;
}

/* company */
#company .contents_inner {
  display: flex;
  gap: 80px;
  max-width: 100%;
  padding: 0 0 140px 15vw;
}

#company .company_info {
  width: 40%;
}

#company .company_img {
  width: 60%;
}

#company .company_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#company .company_dl dl {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  padding: 15px 10px 15px;
}

#company .company_dl dt {
    width: 25%;
    font-weight: 600;
    margin-right: 20px;
}

#company .company_dl dd {
    width: 75%;
}

#company .company_dl dd a {
  text-decoration: underline;
}

/* contact */
#contact {
  color: #fff;
  background: linear-gradient(180deg, #00aff0 0%, #0a3291 100%);
}

blockquote {
  margin: 0 auto;
}

blockquote.step input.text,
blockquote.step textarea {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 15px;
  background-color: #fff;
  border: solid 1px #dbdbda;
  border-radius: 0;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1rem;
}

blockquote.step label.item {
  margin: 0 20px 0 0;
  font-size: 1rem;
  text-align: left;
  clear: both;
  width: 100%;
}

blockquote.step label {
  display: block;
  padding: 10px 0;
  margin-right: 15px;
  border-radius: 0;
  box-sizing: border-box;
}

blockquote.step .text {
  display: block;
}

blockquote .w_fl {
  width: 48%;
  float: left;
}

blockquote .w_fr {
  width: 48%;
  float: right;
}

.select-os .check_box {
  clear: both;
}

input {
  display: none;
}

/* メルマガパーミッション */
input[type=checkbox] {
  display: block;
  clear: both;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  cursor: pointer;
  accent-color: #f8f8f8;
}

.checkbox-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.checkbox-container .checkbox-label {
  border: none;
  background: none;
  padding: 0 !important;
  display: inline-block;
  float: none;
  margin-bottom: 0;
  line-height: 1.4;
  cursor: pointer;
}

.input-radio {
  display: flex;
  align-items: center;
}
/* 連絡方法ラジオの表示強制 */
.contact-plan {
  margin: 10px 0;
}
.contact-plan input[type="radio"] {
  appearance: auto !important;
  -webkit-appearance: auto !important;
  position: static !important;
  opacity: 1 !important;
  clip: auto !important;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  margin-top: 0;
  cursor: pointer;
}
.contact-plan .select-os label {
  padding-left: 0;
  background: none;
}
.contact-plan .select-os {
  align-items: center;
  display: flex;
}
.select-os .method {
  color: #fff;
    border: none;
    text-align: left;
    display: inline-block;
    padding: 0 !important;
    margin-bottom: 0;
    background: #fff;
}
.supMail, .supTel {
  display: none;
}
.contact-plan:has(#plan_mail:checked) .supMail,
.contact-plan:has(#plan_any:checked) .supMail {
  display: inline;
}
.contact-plan:has(#plan_mail:checked) .supTel,
.contact-plan:has(#plan_any:checked) .supTel {
  display: inline;
}

/* オートコンプリート機能デザイン変更 */
input:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #fff inset;
}

blockquote.step label {
  display: block;
  padding: 15px 0;
  margin-right: 15px;
  border-radius: 0;
  box-sizing: border-box;
}

.select-os label {
  color: #1e2124;
  border: 1px solid #dbdbda;
  text-align: center;
  display: inline-block;
  padding: 9px 40px !important;
  background: #fff;
  float: left;
  margin-bottom: 10px;
  cursor: pointer;
}

.required {
  color: #ffff00;
}

.button {
  font-family: 'Noto Sans JP', sans-serif;
}

.button button {
  color: #0a3291;
  background: #fff;
  padding: 10px;
  display: block;
  width: 250px;
  cursor: pointer;
  margin: 0 auto;
  clear: both;
  border: 0px;
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  font-weight: 600;
  position: relative;
  top: 50px;
  font-size: 1.1rem;
  font-family: inherit;
  /* border-radius: 10px; */
  padding: 15px 30px;
  box-sizing: border-box;
  /* 矢印のため */
  position: relative;
  border: 2px solid #0a3291;
}

.button button:hover {
  opacity: 0.8;
}

/* 矢印 */
#contact button::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 1px;
  bottom: 0;
  left: 85.5%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0a3291;
  border-right: 2px solid #0a3291;
  transform: rotate(45deg);
}

.select-os input[type="radio"]:checked.sell_buy+label {
  color: #fff;
  background-color: #00aff0;
}

.check_box:checked+.label {
  color: #fff;
  background-color: #00aff0;
}

.select-os input[type="radio"]:checked.icon+label {
  color: #fff;
  background-color: #00aff0;
}

.inquirytable {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}

.inquirytable tr:first-child {
  border-top: 1px solid #dbdbdb;
}

.inquirytable tr {
  border-bottom: 1px solid #dbdbdb;
}

.inquirytable th {
  text-align: left;
  padding: 10px 20px;
  width: 25%;
  border-right: 1px solid #dbdbdb;
  background: #00aff0;
  border-left: 1px solid #dbdbdb;
  color: #fff;
}

.inquirytable td {
  width: 60%;
  padding: 0 20px;
  border-right: 1px solid #dbdbdb;
  background: #fff;
  color: #000;
}

.inquirytable_title {
  color: #fff;
  border-bottom: none;
  padding-bottom: 10px;
}

.button .return {
  color: #00aff0;
  font-weight: 600;
  background: #fff;
  display: block;
  border: 2px solid #00aff0;
  cursor: pointer;
  margin: 0 auto;
}

#contact .button .return::after {
  content: "";
  position: absolute;
  border-top: 2px solid #00aff0;
  border-right: 2px solid #00aff0;
}

.error {
  color: #ffff00;
}

#contact .encourage {
  text-align: center;
  margin-bottom: 20px;
}

.br_sp {
  display: none;
}

button.disabled-button {
  background-color: #ccc;
  cursor: not-allowed;
  border: 2px solid #ccc;
}

@media screen and (max-width: 1600px) {
  #main {
    margin-left: 0;
    padding-top: 92px;
  }

  /* member */
  #members .contents_inner {
    padding: 0 0 160px 100px;
    gap: 40px;
  }

  #members h2 {
    width: 30%;
  }

  #members .member_wrap {
    width: 70%;
  }

  /* company */
  #company .contents_inner {
    padding: 0 0 160px 100px;
    gap: 40px;
  }

}

@media screen and (max-width: 1400px) {
  #main {
    height: 700px;
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
  }

  #main .kv_text_area {
    width: auto;
    max-width: 1120px;
    position: relative;
    top: 45px;
  }

  #main .copy {
    font-size: 7rem;
    margin: 0;
  }

  #main .copy_text {
    font-size: 1.1rem;
    margin: 80px 0;
  }

}

@media screen and (max-width: 1200px) {
  #main {
    height: 700px;
  }

  #main .kv_text_area {
    top: 4vw;
  }

  #main .copy {
    font-size: 10vw;
  }

  #main .copy_text {
    font-size: 1.6vw;
    margin: 60px 0;
  }

  .loop_text {
    font-size: 12rem;
  }

  nav {
    height: 92px;
  }

  .header {
    height: 92px;
  }

  .sp {
    display: block;
  }

  .sp_tel_mail {
    display: block;
    position: fixed;
    z-index: 3;
    right: 80px;
    top: 15px;
    cursor: pointer;
    text-align: center;
    margin: 5px;
  }

  .sp .tel_sp_02 a::before {
    content: url(../svg/tel_icon_03.svg);
    width: 20px;
    height: auto;
    display: block;
    position: absolute;
    top: 4px;
    left: -20%;
  }

  .sp .mail_sp_02 a {
    font-weight: 600;
    background: #fff;
    color: #0a3291;
    padding: 10px 30px;
  }

  .sp_contact {
    width: 80%;
    display: block;
    margin: auto;
  }

  .sp_contact li {
    position: relative;
  }

  .sp_tel_mail .tel_sp {
    list-style: none;
    float: left;
    margin-right: 15px;
  }

  .sp_tel_mail .mail_sp {
    list-style: none;
    float: left;
  }

  .tel_sp img {
    float: left;
    display: block;
    width: 50px;
  }

  .mail_sp img {
    float: left;
    display: block;
    width: 50px;
  }

  .header {
    width: 100%;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
  }

  .hamburger {
    display: block;
    position: fixed;
    z-index: 5;
    right: 15px;
    top: 25px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #0a3291;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 8px;
  }

  .hamburger span:nth-child(2) {
    top: 17px;
  }

  .hamburger span:nth-child(3) {
    top: 26px;
  }

  nav.globalMenuSp {
    position: fixed;
    z-index: 4;
    left: 50%;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 50%;
    height: 100vh;
    background: #0a3291;
  }

  nav.globalMenuSp.active {
    transform: translateX(0%);
  }

  .globalMenuSp ul {
    list-style: none;
    padding-left: 0;
    margin-top: 100px;
  }

  .globalMenuSp ul li {
    margin: 35px 0;
    font-size: 1.2rem;
  }

  .globalMenuSp ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    position: relative;
  }

  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
  }

  .header img {
    width: 100%;
  }

  .header .logo {
    width: 220px;
    padding: 0 15px;
    height: 95px;
  }

  .header .logo img {
    width: 100%;
  }

  .header .pc {
    display: none;
  }

  body {
    font-size: calc(var(--vw) * 1.25);
  }

}

@media screen and (max-width: 1024px) {
  nav.globalMenuSp {
    left: 25%;
    width: 75%;
  }

  .globalMenuSp ul li {
    font-size: 1rem;
  }

  section .contents_inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 40px;
  }

  .sp .tel_sp_02 a::before {
    width: 15px;
  }

  .globalMenuSp ul li {
    margin: 25px 0;
    text-align: center;
  }

  /* KV */
  #main {
    height: 65vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  #main .sub_copy {
    font-size: 3vw;
  }

  .loop_text {
    font-size: 20vw;
  }

  /* contact */
  .back_object {
    padding: 60px 50px;
  }

  .contact_btn_02 .fee_title {
    font-size: 1.5rem;
  }

  blockquote .w_fl {
    width: 100%;
  }

  blockquote .w_fr {
    width: 100%;
  }

  footer {
    margin-top: 50px;
  }

  #contact .contents_inner {
    margin-bottom: 50px;
  }

  /* service */
  #service .service_box {
    padding: 40px 30px;
  }

  #service .detail_wrap {
    gap: 30px;
  }

  #service .service_box .service_img {
    width: 100px;
  }

  #service .service_box .service_img.small {
    width: 60px;
  }

  /* features */
  #features .features_box {
    gap: 30px;
  }

  #features .features_box .text_box {
    width: 85%;
  }

  /* members */
  #members .contents_inner {
    padding: 10px 0 80px 40px;
    gap: 20px;
  }

  #members .member_box {
    width: 50%;
  }

  #members h2 {
    width: 40%;
  }

  #members .member_wrap {
    width: 60%;
  }

  /* company */
  #company .contents_inner {
    flex-direction: column;
    padding: 10px 0 80px 40px;
    gap: 0;
  }

  #company .company_info {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 40px;
  }

  #company .company_img {
    width: 100%;
  }

}

@media screen and (max-width: 768px) {
  .br_sp {
    display: block;
  }

  .open_btn {
    width: 29.9%;
  }

  .header .logo {
    width: 200px;
    padding: 0 20px;
    height: 95px;
  }

  #main {
    height: 120vw;
  }

  #main .kv_text_area {
    top: 7vw;
  }

  #main .copy {
    font-size: 14vw;
    line-height: 1.2;
  }

  #main .copy_text {
    font-size: 3vw;
    margin: 60px 0;
  }

  .loop_text {
    font-size: 32vw;
  }

  /*  */

  h2 {
    margin-bottom: 45px;
    font-size: 2rem;
    line-height: 1.2;
  }

  h2 span {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 1.2rem;
  }

  .contact_btn_02 a {
    font-size: 1.1rem;
    padding: 17px 50px;
  }

  footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  footer .logo {
    margin-top: 50px;
  }

  .footer_policy {
    text-align: center;
    margin-top: 10px;
    line-height: 2;
  }

  footer .write {
    text-align: center;
  }

  /* メルマガパーミッション */
  .checkbox-container .checkbox-label {
    flex: 1;
    width: calc(100% - 80px);
    cursor: pointer;
  }

  /* service */
  #service .detail_wrap {
    flex-direction: column;
    gap: 50px;
    margin-top: 50px;
  }

  #service .service_wrap {
    flex-direction: column;
    gap: 0;
  }

  #service .detail_box .detail_title.text_small {
    font-size: 1rem;
  }

  /* features */
  #features .features_wrap {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }

  #features .features_box .features_title {
    font-size: 1.1rem;
  }

  #features .features_img img {
    width: 100%;
  }

  /* member */
  #members .contents_inner {
    flex-direction: column;
    padding: 10px 40px 80px;
    gap: 0;
  }

  #members h2 {
    width: 100%;
    margin-bottom: 40px;
  }

  #members .member_wrap {
    width: 100%;
    padding: 20px 0;
  }

  #members .member_box {
    width: 70%;
  }

   /* company */
   #company .contents_inner {
    padding: 10px 0 80px 40px;
  }

}

@media screen and (max-width: 600px) {
  #contact .button .return {
    margin-bottom: 20px;
  }

  #contact .inquirytable th {
    font-size: 0.8rem;
  }
}


@media screen and (max-width: 500px) {
  .sp_tel_mail {
    right: 60px;
  }

  .sp_tel_mail .tel_sp {
    margin-right: 10px;
  }

  #main {
    height: 150vw;
    padding-left: 30px;
    padding-right: 30px;
  }

  #main .copy_text {
    font-size: 4.2vw;
  }

  .header .logo {
    width: 45%;
    height: 80px;
  }

  .nav {
    height: 80px;
  }

  .header {
    height: 80px;
  }

  section .contents_inner {
    padding: 70px 25px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .open_btn {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .footer_policy a {
    margin-right: 15px;
    font-size: 0.8rem;
    text-decoration: none;
    color: #1E2124;
  }

  .button .return {
    margin: 0 7px;
    margin-bottom: 20px;
  }

  /*  */
  #pagetop {
    bottom: 48px;
    right: 20px;
  }

  #pagetop .arrow {
    width: 14px;
    height: 14px;
    top: 0px;
  }

  #pagetop a {
    padding: 10px 5px;
  }

  #pagetop a {
    width: 50px;
    height: 50px;
  }

  .sp_contact {
    width: 90%;
    display: block;
    margin: auto;
    margin-top: 50px;
  }

  .sp .mail_sp_02 a {
    padding: 10px 15px;
    font-size: 0.9rem;
  }

  .sp_contact li {
    width: 100%;
    float: none;
  }

  .tel_sp img {
    width: 45px;
  }

  .mail_sp img {
    width: 45px;
  }

  /* contact */
  blockquote.step input.text,
  blockquote.step textarea {
    padding: 10px;
  }

  #contact .encourage {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .contact-plan .select-os {
    display: block;
  }

  .input-radio {
    margin-bottom: 10px;
  }

  /* features */
  #features .features_box .number {
    font-size: 2rem;
  }

  /* members */
  #members .contents_inner {
    padding: 10px 25px 70px;
  }

  #members .text_box .text {
    font-size: 0.9rem;
  }

  #members .member_box {
    flex-direction: column;
    width: 100%;
  }

  /* company */
  #company .contents_inner {
    padding: 10px 0 70px 25px;
  }

  #company .company_info {
    padding-right: 25px;
  }

}
