html {
  overflow-y: scroll;
}

body {
  width: 100%;
  font-size: 1.05rem;
  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;
}

section .contents_inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 110px 110px 110px;
}

.cb {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

h2 {
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 40px;
  margin-top: 0;
}

/* h2 span {
  font-size: 1.5rem;
  color: #00aff0;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 13px;
} */

/*header*/
.header {
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 10;
  background-color: #E4F2FF;
}

.header ul {
  width: 85%;
  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 15px;
}

/*  */
.header ul .entry {
  margin: 0 10px 0 20px;
  /* height: 110px; */
  background: #096FCA;
  box-sizing: border-box;
}

.sp_tel_mail .entry {
  margin: 0 10px 0 20px;
  /* height: 110px; */
  background: #096FCA;
  box-sizing: border-box;
}

.pc li .contact_btn {
  color: #fff;
  padding: 0vw 2vw;
  font-size: 1.5rem;
  height: 75px;
  line-height: 75px;
  display: block;
  box-shadow: 0 0 6px #b8b8b8;
}

.sp_tel_mail li .contact_btn {
  color: #fff;
  padding: 0vw 2vw;
  font-size: 1.5rem;
  height: 75px;
  line-height: 75px;
  display: block;
  box-shadow: 0 0 6px #b8b8b8;
}

.header .logo {
  width: 15%;
  /* max-width: 240px; */
  height: 100px;
  float: left;
  margin: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.header .logo img {
  width: 13vw;
}

.pc li a {
  text-decoration: none;
  color: #023F76;
  font-weight: 600;
  font-size: 1.1rem;
}

.sp_tel_mail {
  list-style: none;
  padding-left: 0;
}

.sp_tel_mail li a {
  text-decoration: none;
  color: #023F76;
  font-weight: 600;
  font-size: 1.1rem;
}

.pc .list a:hover {
  opacity: 0.8;
}

.sp {
  display: none;
}

.pc .tel {
  margin: 0 12px;
  position: relative;
  font-weight: 500;
  font-size: 1.45vw;
  color: #00aff0;
  line-height: 1.2;
  display: flex;
  align-items: flex-end;
  position: relative;
  top: -5px;
}

.pc .tel span {
  font-size: 0.8vw;
}

.pc .tel img {
  width: 40px;
  margin-right: 5px;
}

.pc .tel a {
  font-size: 1.45vw;
  color: #00aff0;
}

.sp_tel_mail {
  display: none;
}

.contact_btn_02 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #F4F4F4;
}

.contact_btn_02 .cta_lead {
  font-size: 1.2rem;
  font-weight: 600;
  color: #023F76;
  margin-bottom: 10px;
}

/* ctaボタンアニメーション */

.contact_btn_02 .btn_animation {
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  top: 2.5rem;
}

.contact_btn_02 .btn_animation .btn {
  display: block;
  position: relative;
  /* height: 78px;
  line-height: 78px; */
  /* text-decoration: none; */
  /* background-color: #096FCA; */
  background-color: #d5560c;
  color: #fbfbfb;
  text-align: center;
  overflow: hidden;
  font-size: 1.7rem;
  font-weight: 600;
  text-decoration: none;
  padding: 20px 130px;
  color: #fff;
  box-shadow: 0 0 6px #b8b8b8;
  display: inline-block;
}

.contact_btn_02 .btn_animation .btn::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fbfbfb;
    animation: btn_animation 2.5s ease-in-out infinite;
}

@keyframes btn_animation {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

.contact_btn_02 .btn_animation .btn:hover {
  opacity: 0.8;
}

/*  */

.nav {
  height: 100px;
}

.pc .mail:hover {
  opacity: 0.8;
}

/*main*/
#main {
  padding-top: 100px;
  /* background: #F8FCFF; */
  height: 750px;
  position: relative;
  /* background: url("/stsc/img/mv_img.jpg") no-repeat;
  background-size: cover;
  background-position: center top; */

}

#main .kv_text_area {
  width: 1300px;
  /* position: relative; */
  /* top: 100px; */
  margin: 0 auto;
}

#main .copy {
  font-size: 8rem;
  font-weight: 600;
  /* margin: 40px 0 40px; */
  margin: 0;
  color: #000;
  text-align: left;
  line-height: 1.4;
  z-index: 3;
  display: inline-block;
  position: relative;
  /* top: 50%; */
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  /* position: absolute;
  top: 400px; */
}

/* テキストアニメーション */
.js-text-anime span {
    opacity: 0;
    transition: 0.5s;
}

#main .copy_text {
  font-size: 2rem;
  color: #000;
  font-weight: 600;
  /* text-align: left; */
  line-height: 1.6;
  /* position: relative; */
  position: absolute;
  top: 640px;
  left: 26%;
  /* right: 19%; */
  display: inline-block;
  /* background-color: #E4F2FF; */
  /* padding: 25px 30px; */
  color: #023F76;
  /* box-shadow: 10px 10px 0px #73BDFF; */
  /* 横に線 */
  display: flex;
  align-items: center; /* 垂直中心 */
  /* justify-content: center;  */
  z-index: 3;
  width: 1000px;
}
/* 横に線 */
.copy_text:before {
  border-top: 3px solid;
  content: "";
  width: 30px; /* 線の長さ */
  margin-right: 1em; /* 文字の右隣 */
  position: relative;
  /* top: -20px; */
  margin-right: 20px;
}
/*  */

#main .copy_text span {
  color: #096FCA;
}

.square_1 {
  position: absolute;
  width: 111px;
  /* width: 5.7vw; */
  height: 383px;
  /* height: 20vw; */
  left: 6%;
  top: 5%;
  background: #023F76;
}

.square_2 {
  position: absolute;
  width: 26px;
  /* width: 1.4vw; */
  height: 189px;
  /* height: 9.5vw; */
  left: 2%;
  top: 47%;
  background: #096FCA;
  }

.square_3 {
  position: absolute;
  width: 95px;
  height: 260px;
  left: 0%;
  top: 75%;
  background: #73BDFF;
}

.square_4 {
  position: absolute;
  width: 89px;
  height: 342px;
  left: 85%;
  top: 17%;
  background: #73BDFF;
  z-index: 2;
}

.square_5 {
  position: absolute;
  width: 115px;
  height: 559px;
  left: 92%;
  top: 48%;
  background: #096FCA;
  z-index: 2;
}

.line_01 {
  position: absolute;
  /* width: 1115px; */
  width: 78vw;
  height: 0px;
  /* left: 1271px; */
  left: 49%;
  /* top: 376px; */
  top: 48%;
  border: 1px solid #73BDFF;
  transform: rotate(117.45deg);
  z-index: 1;
}

.line_02 {
  position: absolute;
  /* width: 1113px; */
  width: 100vw;
  height: 0px;
  /* left: 1228px; */
  left: 48%;
  /* top: 369px; */
  top: 76%;
  border: 1px solid #096FCA;
  transform: rotate(60.28deg);
  z-index: 1;
}

/*  */
footer {
  margin: 100px auto 0;
  text-align: center;
  font-weight: 500;
}

.footer_contents {
  padding-right: 20px;
  padding-left: 20px;
}

.footer_policy {
  margin-bottom: 20px;
  font-weight: 600;
}

footer .logo {
  width: 200px;
  margin: 0 auto;
  margin-top: 30px;
}

footer .write {
  /* background-color: #E4F2FF; */
  color: #000;
  padding: 20px 0;
  /* margin-top: 50px; */
  font-weight: 600;
}

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 3;
}

#pagetop a {
  background: #096FCA;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #E4F2FF;
  display: inline-block;
  width: 60px;
  height: 60px;
  /* border-radius: 50px; */
}

#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: #000;
}

.bold_text {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 30px;
}

/* message */

#message {
  background-color: #096FCA;
  background-image: url(/stsc/intern/img/message_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
}

#message .contents_inner {
  max-width: 1000px;
}

#message h2 {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.3;
}

#message .bold_text {
  color: #fff;
  font-size: 1.3rem;
}

/* aboutsc */
#aboutsc {
  position: relative;
}
#aboutsc .aboutsc_h2_1 {
  display: inline-block;
  background-color: #E4F2FF;
  padding: 20px 35px;
  position: relative;
  left: 35%;
}

#aboutsc .aboutsc_h2_1 span {
  color: #096FCA;
}

#aboutsc .aboutsc_img {
  /* max-width: 660px; */
  width: 34vw;
  position: absolute;
  left: 0;
  top: 230px;
}

#aboutsc .aboutsc_img img {
  width: 100%;
}

#aboutsc .right_area {
  max-width: 800px;
  position: relative;
  left: 35%;
  margin-bottom: 150px;
}

#aboutsc .aboutsc_h2_2 {
  display: inline-block;
  /* background-color: #096FCA; */
  background-color: #E4F2FF;
  padding: 20px 30px;
  /* color: #fff; */
  margin-top: 50px;
  /* position: relative;
  left: -190px; */
}

#aboutsc .aboutsc_h2_2 span {
  color: #096FCA;
}

#aboutsc p {
  margin-top: 10px;
}

/* gain */
#gain {
  /* background-color: #E4F2FF; */
  position: relative;
}

#gain::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 85%;
  background-color: #E4F2FF;
  z-index: -1;
}

#gain::after {
  content: "";
	position: absolute;
	width: 750px;
	height: 450px;
	background-color: #B4DCFF;
	top: 58%;
	right: 11%;
	z-index: -2;
}

.title_center {
  text-align: center;
}

#gain .gain_img {
  width: 70%;
  margin: 0 auto;
  margin-top: 30px;
}

#gain .gain_img img {
  width: 100%;
}

#gain .gain_h2 {
  display: inline-block;
  background-color: #fff;
  padding: 20px 30px;
}

#gain .gain_h2 span {
  color: #096FCA;
}

/* voice */
#voice {
  /* background-color: #fff; */
  margin-top: 40px;
}

#voice .voice_h2 {
  display: inline-block;
  background-color: #096FCA;
  padding: 20px 30px;
  color: #fff;
  /* position: relative;
  left: -190px; */
}

#voice .voice_box {
  background-color: #E4F2FF;
  margin-top: 30px;
  padding: 30px 40px 50px;
  box-sizing: border-box;
}

#voice .voice_box_gray {
  background-color: #F4F4F4;
}

#voice .voice_box:nth-of-type(n+2) {
  margin-top: 70px;
}


#voice .voice_box .voice_title {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 40px;
  color: #000;
  padding: 15px 0;
  margin-bottom: 30px;
  border-bottom: 3px solid #096FCA;
}

#voice .voice_box .voice_title span {
  color: #096FCA;
}

#voice .voice_box .voice_flex {
  display: flex;
  width: 100%;
  gap: 10px;
  background-color: #fff;
  padding: 15px 35px;
  box-sizing: border-box;
  align-items: center;
}

#voice .voice_box .voice_flex .voice_img {
  width: 100px;
  flex-shrink: 0;
}

#voice .voice_box .voice_flex .voice_img img {
  width: 100%;
}

#voice .voice_box .voice_flex:nth-of-type(n+2) {
  margin-top: 20px;
}


/* 引用デザイン */
.voice_blockquote {
  position: relative;
}

.voice_blockquote:before{
  display: inline-block;
  position: absolute;
  top: -25px;
  left: 1px;
  content: "“";
  color: #CEE5FA;
  font-size: 105px;
  line-height: 1;
}

/* .voice_blockquote:after{
    display: inline-block;
    position: absolute;
    bottom: -40px;
    right: 20px;
    text-align: center;
    content: "”";
    font-family: sans-serif;
    color: #ECF6FF;
    font-size: 90px;
    line-height: 1;
} */

.voice_blockquote p {
    position: relative;
    z-index: 2;
    padding-left: 52px;
    /* padding-top: 12px; */
}

/*company*/
#company {
  /* background-color: #fff; */
  position: relative;
  margin-top: 130px;
}

#company .contents_inner {
  padding: 100px 50px 100px 200px;
  max-width: 1000px;
}

#company::before {
  position: absolute;
  content: "";
  height: 90%;
  width: 87%;
  background-color: #E4F2FF;
  z-index: -1;
  left: 13%;
  top: 5%;
}

#company::after {
  content: "";
	position: absolute;
	width: 750px;
	height: 450px;
	background-color: #B4DCFF;
	top: 1%;
	left: 9%;
	z-index: -2;
}

#company .company_h2 {
  display: inline-block;
  background-color: #096FCA;
  padding: 20px 30px;
  color: #fff;
  position: relative;
  writing-mode: vertical-rl;
  letter-spacing: 0.4em;
  position: absolute;
  /* left: 17%; */
  right: 74%;
  top: 28%;
}

#company .contents_inner .content_area {
  background-color: #fff;
  padding: 60px;
}


.company_dl dl {
  border-bottom: 1px solid #023F76;
  padding-bottom: 20px;
  width: 93%;
  margin-left: 7%;
}

.company_dl dt {
  width: 25%;
  float: left;
  font-weight: 600;
}

.company_dl dd {
  margin-left: 25%;
}

.company_flex {
  display: flex;
  width: 100%;
  align-items: center;
}

.company_flex .company_img {
  width: 33%;
}

.company_img img {
  width: 100%;
}

.company_flex .company_dl {
  width: 67%;
}


/*CONTACT*/
#contact {
  background: #E7F7FF;
}

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: 1.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: #007AFF;
}

.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:-webkit-autofill {
	box-shadow: 0 0 0px 1000px #fff inset;
}

blockquote.step label {
  display: block;
  /* float: left; */
  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: #f01423;
}

.button {
  font-family: 'Noto Sans JP', sans-serif;
}

.button button {
  color: #fff;
  background: #00aff0;
  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 #00aff0;
}

.button button:hover {
  opacity: 0.8;
}

/* 矢印背景 */
/* #contact button::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 83.5%;
  width: 20px;
  横幅 height: 20px;
  高さ border-radius: 50%;
  角の丸み background: #fff;
} */

/* 矢印 */
#contact button::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 1px;
  bottom: 0;
  left: 85.5%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  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;
}

.inquirytable_title {
  color: #1E2124;
  border-bottom: none;
  padding-bottom: 10px;
}

.button .return {
  color: #00aff0;
  font-weight: 600;
  background: #fff;
  /* padding: 8px 10px; */
  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: #f01423;
}

#contact .encourage {
  text-align: center;
  margin-bottom: 20px;
}

.br_sp {
  display: none;
}

.br_768 {
  display: none;
}

button.disabled-button {
  background-color: #ccc;
  cursor: not-allowed;
  border: 2px solid #ccc;
}

@media screen and (max-width: 1600px) {
  nav {
    height: 92px;
  }

  .header {
    height: 92px;
  }

  .sp_tel_mail .entry {
    height: 70px;
    line-height: 70px;
    position: relative;
    top: 3px;
  }

  .sp_tel_mail li .contact_btn {
    /* display: none; */
    font-size: 1.3rem;
    height: 70px;
    line-height: 70px;
  }

  .sp {
    display: block;
  }

  .sp_tel_mail {
    display: block;
    position: fixed;
    z-index: 4;
    right: 57px;
    top: 3px;
    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 {
    background: #fff;
    color: #096FCA;
    padding: 10px 30px;
    /* border-radius: 30px; */
    font-weight: 600;
  }

  .sp_contact {
    width: 80%;
    display: block;
    margin: auto;
    margin-top: 30px;
  }

  .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: 4;
    position: fixed;
    top: 0;
    left: 0;
  }

  .hamburger {
    display: block;
    position: fixed;
    z-index: 11;
    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: #096FCA;
    -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: #096FCA;
  }

  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 20px;
    height: 95px;
  }

  .header .logo img {
    width: 100%;
  }

  .header .pc {
    display: none;
  }

  #main {
    margin-left: 0;
    padding-top: 92px;
  }

  .square_1 {
  position: absolute;
  /* width: 111px; */
  width: 5.7vw;
  height: 383px;
  /* height: 20vw; */
  left: 6%;
  top: 5%;
  background: #023F76;
}

.square_2 {
  position: absolute;
  /* width: 26px; */
  width: 1.4vw;
  height: 189px;
  /* height: 9.5vw; */
  left: 2%;
  top: 47%;
  background: #096FCA;
  }

.square_3 {
  position: absolute;
  /* width: 95px; */
  width: 6.5vw;
  height: 260px;
  left: 0%;
  top: 75%;
  background: #73BDFF;
}

.square_4 {
  position: absolute;
  /* width: 89px; */
  width: 5.5vw;
  height: 342px;
  left: 85%;
  top: 17%;
  background: #73BDFF;
  z-index: 2;
}

.square_5 {
  position: absolute;
  /* width: 115px; */
  width: 7vw;
  height: 559px;
  left: 92%;
  top: 48%;
  background: #096FCA;
  z-index: 2;
}

/* gain */
#gain::before {
  width: 93%;
}

#gain::after {
  right: 2%;
  top: 57%;
}

}

@media screen and (max-width: 1400px) {
  #main {
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
    height: 700px;
  }

  #main .kv_text_area {
    width: auto;
    max-width: 1120px;
    position: relative;
    top: 80px;
  }

  #main .copy {
    line-height: 1.25;
    font-size: 8vw;
    top: 85px;
  }

  #main .copy_text {
    font-size: 2vw;
    top: 28vw;
  }

  .line_01 {
    position: absolute;
    /* width: 1115px; */
    width: 78vw;
    height: 0px;
    /* left: 1271px; */
    left: 49%;
    /* top: 376px; */
    top: 107%;
    border: 1px solid #73BDFF;
    transform: rotate(117.45deg);
    z-index: 1;
}

  .line_02 {
    position: absolute;
    /* width: 1113px; */
    width: 118vw;
    height: 0px;
    /* left: 1228px; */
    left: 48%;
    /* top: 369px; */
    top: 194%;
    border: 1px solid #096FCA;
    transform: rotate(60.28deg);
    z-index: 1;
  }
  
.square_1 {
  position: absolute;
  /* width: 111px; */
  width: 5.7vw;
  height: 383px;
  /* height: 20vw; */
  left: -3%;
  top: -74%;
  background: #023F76;
}

.square_2 {
  position: absolute;
  /* width: 26px; */
  width: 1.4vw;
  height: 13vw;
  /* height: 9.5vw; */
  left: -7%;
  top: 69%;
  background: #096FCA;
  }

.square_3 {
  position: absolute;
  /* width: 95px; */
  width: 6.5vw;
  height: 260px;
  left: -10%;
  top: 143%;
  background: #73BDFF;
}

.square_4 {
  position: absolute;
  /* width: 89px; */
  width: 5vw;
  height: 22vw;
  left: 92%;
  top: -8%;
  background: #73BDFF;
  z-index: 2;
}

.square_5 {
  position: absolute;
  /* width: 115px; */
  width: 6.5vw;
  /* height: 559px; */
  height: 30vw;
  left: 101%;
  top: 73%;
  background: #096FCA;
  z-index: 2;
}

#company .company_h2 {
  right: 82%;
}

/* aboutsc */

#aboutsc .aboutsc_h2_1 {
  left: 30%;
}

#aboutsc .right_area {
  max-width: 700px;
  margin-bottom: 50px;
  left: 30%;
}

#aboutsc .aboutsc_img {
  width: 30vw;
}

}


@media screen and (max-width: 1200px) {
  body {
    font-size: calc(var(--vw) * 1.25);
  }

  .header .logo {
    padding: 0 15px;
  }

  .pc .tel {
    margin: 0 10px;
  }

  .pc li .contact_btn {
    padding: 0vw 1vw;
  }

  .header ul li {
    margin: 45px 10px;
  }

  .header ul li a {
    font-size: 1.2vw;
  }

  #main .sub_copy {
    font-size: 1.8rem;
  }

  #main .copy_text {
    top: 30vw;
  }

  /* aboutsc */
  #aboutsc .right_area {
    max-width: 650px;
  }

}

@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: 90px 40px 80px;
  }

  .sp .tel_sp_02 a::before {
    width: 15px;
  }

  .globalMenuSp ul li {
    margin: 25px 0;
  }

  /* KV */
  #main {
    height: 63vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  #main .sub_copy {
    font-size: 3vw;
  }

  #main .copy {
    top: 6vw;
  }

  #main .copy_text {
    font-size: 1.2rem;
    top: 29vw;
    left: 20%;
  }

  .bold_text {
    font-size: 1.4rem;
  }

  .br_pc {
    display: none;
  }
  
  /* message */
  #message .contents_inner {
    max-width: 750px;
  }

  #message h2 {
    font-size: 1.8rem;
  }

  #message .bold_text {
    font-size: 1.1rem;
  }

  /* aboutsc */
  #aboutsc .aboutsc_h2_2 {
    margin-bottom: 40px;
}

#aboutsc .aboutsc_flex {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}

#aboutsc .right_area {
  width: 60%;
  position: static;
}

#aboutsc .aboutsc_img {
  width: 40%;
  position: static;
  margin-right: 30px;
}




  /* gain */

  #gain::before {
    width: 100%;
  }

  #gain::after {
    right: 0%;
    top: 51%;
    width: 68%;
    height: 450px;
    display: none;
  }

  /* voice */

  #voice {
    margin-top: 0;
  }

  #voice .voice_box {
    margin-top: 0;
  }

  #voice .voice_box .voice_title {
    font-size: 1.6rem;
    padding: 13px 0;
  }

  /* company */
  #company {
    height: auto;
    margin-top: 0;
    background-color: #E4F2FF;
  }

  #company .contents_inner {
    padding: 80px 40px;
  }

  #company::before {
    display: none
  }

  #company::after {
    display: none;
  }

  /* .title_center_1024 {
    text-align: center;
  } */

  h2 {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 40px;
  }

  #company .company_h2 {
  display: inline-block;
  background-color: #096FCA;
  padding: 20px 30px;
  color: #fff;
  position: static;
  writing-mode: horizontal-tb;
  letter-spacing: normal;
}

  .h3_title {
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
}

  .company_flex {
    display: block;
  }

  .company_flex .company_img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .company_flex .company_dl {
    width: 70%;
    margin: 0 auto;
  }

  .tb_br {
    display: block;
  }

  .company_img img {
    width: 350px;
    position: relative;
    top: 0;
  }

  .company_dl dt {
    width: 25%;
  }

  .company_dl dd {
    width: 75%;
    margin-left: 25%;
  }

  .company_dl dl {
    width: 85%;
    margin: 20px auto;
  }

  .open_btn {
    width: 22.3%;
  }

  #company .contact_btn_02 {
    bottom: 6%;
  }

  .back_object {
    padding: 60px 50px;
  }

  .contact_btn_02 .fee_title {
    font-size: 1.5rem;
  }

  blockquote .w_fl {
    width: 100%;
  }

  blockquote .w_fr {
    width: 100%;
  }

}

@media screen and (max-width: 768px) {
  .open_btn {
    width: 29.9%;
  }

  .header .logo {
    width: 200px;
    padding: 0 20px;
    height: 95px;
  }

  #main {
    height: 500px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #main .sub_copy {
    font-size: 3.5vw;
    padding: 5px 13px;
  }

  #main .copy {
    /* font-size: 2.5rem; */
    font-size: 3rem;
    top: 20px;
    /* margin: 30px 0 40px; */
    line-height: 1.4;
  }

  #main .copy_text {
    top: 180px;
    line-height: 1.4;
    font-size: 1.1rem;
    align-items: flex-start;
    left: 25%;
  }

  .copy_text:before {
    border-top: 3px solid;
    content: "";
    width: 20px;
    margin-right: 1em;
    position: relative;
    top: 13px;
    margin-right: 12px;
}
  
  .line_01 {
    position: absolute;
    width: 120vw;
    height: 0px;
    left: 32%;
    top: 39%;
    border: 1px solid #73BDFF;
    transform: rotate(104.45deg);
    z-index: 1;
}

  .line_02 {
    position: absolute;
    width: 118vw;
    height: 0px;
    left: 28%;
    top: 2%;
    border: 1px solid #096FCA;
    transform: rotate(70deg);
    z-index: 1;
  }
  
.square_1 {
  position: absolute;
  width: 5.7vw;
  height: 140px;
  left: -2%;
  top: -71%;
  background: #023F76;
}

.square_2 {
  position: absolute;
  width: 1.4vw;
  height: 14vw;
  left: -2%;
  top: 119%;
  background: #096FCA;
  }

.square_3 {
  position: absolute;
  width: 6.5vw;
  height: 260px;
  left: 2%;
  top: 151%;
  background: #73BDFF;
}

.square_4 {
  position: absolute;
  width: 5vw;
  height: 22vw;
  left: 94%;
  top: 0%;
  background: #73BDFF;
  z-index: 2;
}

.square_5 {
  position: absolute;
  width: 6.5vw;
  height: 22vw;
  left: 100%;
  top: 117%;
  background: #096FCA;
  z-index: 2;
}

/* テキストの動き解除 */
  /* .copy .move_01,.move_02 {
    white-space: normal;
    overflow: visible;
    width: 100%;
    animation: none;
  } */
/*  */

  h2 {
    margin-bottom: 45px;
  }

  .contact_btn_02 a {
    font-size: 1.1rem;
    padding: 17px 50px;
  }

  .h3_title {
    margin-top: 70px;
    font-size: 1.6rem;
  }

  .sp_tel_mail {
    top: 15px;
  }

  .sp_tel_mail .entry {
    height: 55px;
    line-height: 55px;
    position: relative;
    top: -2px;
  }

  .sp_tel_mail li .contact_btn {
    font-size: 1.1rem;
    height: 55px;
    line-height: 55px;
  }

  .bold_text {
    font-size: 1.25rem;
  }

  /* aboutsc */
  
  #aboutsc .aboutsc_h2_1 {
    left: 0;
    margin-bottom: 30px;
  }

  #aboutsc .aboutsc_h2_2 {
    padding: 20px 20px;
    margin-bottom: 30px;
  }

  #aboutsc .aboutsc_flex {
    display: block;
  }

  #aboutsc .right_area {
    width: 100%;
    margin-bottom: 25px;
  }

  #aboutsc .aboutsc_img {
    width: 80%;
    margin-right: 0;
    margin: 0 auto;
  }

  /* message */
  #message h2 {
    font-size: 1.3rem;
  }

  #message .bold_text {
    font-size: 1rem;
    margin-bottom: 0;
  }

  /* gain */

  .title_center {
    text-align: left;
  }

  #gain .gain_img {
    width: 100%;
  }

  /* voice */
  #voice {
    margin-top: 0;
  } 

  #voice .voice_box {
    padding: 15px 20px 30px;
  }

  #voice .voice_box .voice_title {
    font-size: 1.25rem;
    padding: 13px 0;
  }

  #voice .voice_box:nth-of-type(n+2) {
    margin-top: 60px;
  }

  #voice .voice_box .voice_flex {
    padding: 15px 20px;
  }

  #voice .voice_box .voice_flex .voice_img {
    width: 80px;
 }

  .voice_blockquote:before {
    top: -5px;
    left: -2px;
    font-size: 80px;
  }

  .voice_blockquote p {
    padding-left: 40px;
  }

  /* ctaボタンアニメーション */
  .contact_btn_02 .btn_animation .btn {
    font-size: 1.5rem;
    padding: 20px 85px;
  }

  /* company */
  .company_img img {
    width: 90%;
    max-width: 350px;
  }

  .company_flex .company_dl {
    width: 90%;
  }

  .company_dl dl {
    width: 100%;
  }


  footer {
    display: grid;
    grid-template-columns: 1fr;
  }

  footer .logo {
    margin-top: 50px;
  }

  .footer_policy {
    text-align: center;
    margin-top: 10px;
  }

  footer .write {
    text-align: center;
  }

  /* メルマガパーミッション */
  .checkbox-container .checkbox-label {
    flex: 1;
    width: calc(100% - 80px);
    cursor: pointer;
  }

  .br_768 {
  display: block;
}

}

@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) {
  .br_sp {
    display: block;
  }

  .sp_tel_mail {
    right: 60px;
  }

  .sp_tel_mail .tel_sp {
    margin-right: 10px;
  }

  #main {
    height: 400px;
  }

  #main .copy {
    font-size: 2.2rem;
    line-height: 1.5;
    top: 2px;
    margin: 0;
  }

  #main .copy_text {
    font-size: 1rem;
    top: 125px;
    left: 17%;
  }

  
  .line_01 {
    position: absolute;
    width: 119vw;
    height: 0px;
    left: 38%;
    top: 41%;
    border: 1px solid #73BDFF;
    transform: rotate(104.45deg);
    z-index: 1;
}

  .line_02 {
    position: absolute;
    width: 118vw;
    height: 0px;
    left: 32%;
    top: 2%;
    border: 1px solid #096FCA;
    transform: rotate(78deg);
    z-index: 1;
  }
  
.square_1 {
  position: absolute;
  width: 5.7vw;
  height: 140px;
  left: -7%;
  top: -71%;
  background: #023F76;
}

.square_2 {
  position: absolute;
  width: 1.4vw;
  height: 14vw;
  left: -2%;
  top: 119%;
  background: #096FCA;
  }

.square_3 {
  position: absolute;
  width: 6.5vw;
  height: 260px;
  left: 2%;
  top: 151%;
  background: #73BDFF;
}

.square_4 {
  position: absolute;
  width: 5vw;
  height: 22vw;
  left: 98%;
  top: 0%;
  background: #73BDFF;
  z-index: 2;
}

.square_5 {
  position: absolute;
  width: 6.5vw;
  height: 38vw;
  left: 100%;
  top: 117%;
  background: #096FCA;
  z-index: 2;
}

  .header .logo {
    width: 50%;
    height: 80px;
  }

  .nav {
    height: 80px;
  }

  .header {
    height: 80px;
  }

  .sp_tel_mail {
    top: 8px;
  }

  .sp_none {
    display: none;
  }

  .sp_tel_mail li .contact_btn {
    font-size: 1rem;
    height: 55px;
    line-height: 55px;
    padding: 0vw 3vw;
  }

  section .contents_inner {
    padding: 80px 25px 70px;
  }

  h2 {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  /* aboutsc */
  #aboutsc .aboutsc_h2_1 {
    padding: 20px 20px;
  }

  #aboutsc .aboutsc_h2_2 {
    padding: 20px 20px;
  }

  /* gain */
  #gain .gain_h2 {
    padding: 20px 20px;
  }

  /*  voice */
  #voice .voice_h2 {
    padding: 20px 20px;
  }

  #voice .voice_box .voice_flex .voice_img {
    width: 60px;
  }

  .voice_blockquote:before {
    top: -12px;
    left: -37px;
    font-size: 80px;
  }

  .voice_blockquote p {
    padding-left: 0;
  }

  /*　アニメーション cta */
  .contact_btn_02 .btn_animation .btn {
    font-size: 1.3rem;
    padding: 20px 45px;
  }

  /* company */
  #company .contents_inner {
    padding: 70px 25px;
  }

  #company .company_h2 {
    padding: 20px 20px; 
  }

  .company_img {
    width: 75%;
    position: relative;
  }

  .company_dl dt {
    width: 100%;
    float: none;
  }

  .company_dl dd {
    width: 100%;
    margin-left: 0;
  }

  .company_flex .company_dl {
    width: 100%;
  }

  .open_btn {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .footer_policy a {
    font-size: 0.8rem;
    text-decoration: none;
    color: #1E2124;
  }

  .button .return {
    margin: 0 7px;
    /* width: 170px; */
    margin-bottom: 20px;
  }

  /*  */
  #pagetop {
    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: 40px;
  }

  .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;
  }
}
