html {
  overflow-y: scroll;
}

body {
  width: 100%;
  font-size: 1.1rem;
  color: #252525;
  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: 130px 110px 160px;
}

.cb {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

h2 {
  font-size: 2.7rem;
  line-height: 1.1;
  margin-bottom: 60px;
  color: #0f3291;
  margin-top: 0;
}

h2 span {
  font-size: 1.5rem;
  color: #0f3291;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 13px;
}

.h2_left {
  text-align: left;
}

/*header*/
.header {
  position: fixed;
  width: 100%;
  height: 100px;
  z-index: 10;
  background-color: #fff;
}

.header ul {
  width: 87%;
  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 .mail {
  margin: 0 0 0 10px;
  /* height: 110px; */
  background: #00aff0;
}

/*  */
.header .logo {
  width: 13%;
  /* max-width: 240px; */
  height: 100px;
  float: left;
  margin: 0;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.header .logo img {
  width: 10vw;
}

.pc li a {
  text-decoration: none;
  color: #1E2124;
  font-weight: 500;
  font-size: 1.1rem;
}

.sp {
  display: none;
}

.pc .tel {
  /* margin-left: 55px; */
  margin: 0 15px;
  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: 80px;
  padding-bottom: 80px;
  background-color: #EBF5FF;
}

.contact_btn_02 a {
  font-size: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  padding: 20px 150px;
  /* border-radius: 10px; */
  color: #fff;
  background: #00AFF0;
}

.contact_btn_02 a:hover {
  opacity: 0.8;
}

.contact_btn_02 .b_white {
  background: #fff;
  color: #1E2124;
}

.contact_btn_02 .b_white:hover {
  background: #e6e6e6;
}

.nav {
  height: 100px;
}

.pc .mail:hover {
  opacity: 0.8;
}

/*main*/
#main {
  padding-top: 100px;
  background: #F8FCFF;
  height: 750px;
  position: relative;
}

#main .kv_text_area {
  width: 1200px;
  position: relative;
  top: 78px;
  margin: 0 auto;
}

#main .copy {
  font-size: 3.3rem;
  font-weight: 600;
  margin: 20px 0 40px;
  color: #00aff0;
  text-align: left;
  line-height: 1.4;
  z-index: 2;
  position: absolute;
  top: 10px;
}

#main .copy_text {
  font-size: 1.28rem;
  color: #000;
  text-align: left;
  line-height: 1.6;
  z-index: 2;
  position: absolute;
  right: 0;
  top: 447px;
}

#main .point_area {
  display: inline-block;
  position: absolute;
  left: 0%;
  top: 223px;
}

#main .point {
  display: flex;
  font-size: 1.22rem;
  text-align: center;
  color: #0f3291;
  justify-content: center;
}

#main .point p {
  font-weight: 500;
}

#main .point p:nth-of-type(n+2) {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #0f3291;
}

#main .kv_img_01 {
  max-width: 634px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}

#main .kv_img_01 img {
  width: 100%;
}

#main .kv_img_03 {
  max-width: 634px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}

#main .kv_img_03 img {
  width: 100%;
}

#main .kv_img_02 {
  max-width: 460px;
  height: auto;
  position: absolute;
  top: 340px;
  left: 0;
}

#main .kv_img_02 img {
  width: 100%;
}

#main .kv_img_04 {
  max-width: 460px;
  height: auto;
  position: absolute;
  top: 340px;
  left: 0;
}

#main .kv_img_04 img {
  width: 100%;
}

.kv_img {
  z-index: 1;
  opacity: 0;
  -webkit-animation: anime 10s 0s infinite;
  animation: anime 10s 0s infinite;
}

/* アニメーションの開始時間をずらす*/
.kv_img:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.kv_img:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.kv_img:nth-of-type(3) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.kv_img:nth-of-type(4) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0
  }
  }

.br_tb {
  display: none;
}

.pc li .contact_btn {
  color: #fff;
  padding: 0vw 1.2vw;
  font-size: 1.1vw;
  line-height: 100px;
  display: block;
}


/*  */
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: #EBF5FF;
  color: #00aff0;
  padding: 20px 0;
  margin-top: 50px;
  font-weight: 600;
}

#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;
  /* 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: #1E2124;
}

/*reason*/

#reason {
  background-color: #EBF5FF;
}

#reason .reason_box {
  background-color: #fff;
  padding: 20px 50px 50px;
  margin-top: 60px;
}

#reason .reason_box .title {
  font-size: 1.9rem;
  color: #0f3291;
  font-weight: 600;
  line-height: 1.4;
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #A8D4FF;
  display: flex;
  align-items: center;
}

#reason .reason_box .title .number {
  font-size: 4rem;
  color: #A8D4FF;
  position: relative;
  top: -3px;
  line-height: 1.4;
  margin-right: 20px;
}

#reason .reason_box .img_flex {
  display: flex;
  width: 100%;
  align-items: center;
}

#reason .text_area {
  margin-top: 35px;
}

#reason .text_area .subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}

#reason .text_area p {
  line-height: 1.6;
}

#reason .reason_box_01 {
  margin-top: 0;
}

#reason .reason_box_01 .img_flex .text_area {
  width: 50%;
}

#reason .reason_box_01 .img_flex .img_area {
  width: 50%;
  box-sizing: border-box;
  padding-left: 20px;
}

#reason .reason_box_01 .img_flex .img_area img {
  width: 100%;
}

#reason .reason_box .title .large {
  font-size: 2.6rem;
}

#reason .reason_box_01 .title {
  width: 50%;
}

#reason .reason_box_01 .title .number {
  top: 0;
}

#reason .reason_box_02 {
  padding: 20px 50px 0;
}

#reason .reason_box_02 .title {
  width: 50%;
  position: relative;
  left: 50%;
}

#reason .reason_box_02 .img_flex {
  align-items: start;
}

#reason .reason_box_02 .img_flex .img_area {
  width: 50%;
  text-align: right;
  position: relative;
  top: -50px;
  padding-right: 70px;
  box-sizing: border-box;
}

#reason .reason_box_02 .img_flex .img_area img {
  max-width: 400px;
}

#reason .reason_box_02 .img_flex .text_area {
  width: 50%;
}

#reason .reason_box_04 {
  padding: 20px 50px 0;
}

#reason .reason_box_04 .title {
  width: 50%;
  position: relative;
  left: 50%;
  display: flex;
  margin-top: 25px;
  padding-bottom: 20px;
}

#reason .reason_box_04 .title .number {
  top: 0;
  line-height: 1.4;
}

#reason .reason_box_04 .img_flex {
  align-items: start;
}

#reason .reason_box_04 .img_flex .img_area {
  width: 50%;
  box-sizing: border-box;
  position: relative;
  top: -50px;
  padding-right: 30px;
}

#reason .reason_box_04 .img_flex .img_area img {
  width: 100%;
}

#reason .reason_box_04 .img_flex .text_area {
  width: 50%;
}

.br_1200 {
  display: none;
}

/*company*/
#company {
  background-color: #fff;
}

.company_dl dl {
  border-bottom: 1px solid #A8D4FF;
  padding-bottom: 20px;
  width: 93%;
  margin-left: 7%;
}

.company_dl dt {
  width: 25%;
  float: left;
  font-weight: 600;
  color: #0f3291;
}

.company_dl dd {
  margin-left: 25%;
}

.company_flex {
  display: flex;
  width: 100%;
  align-items: center;
}

.company_flex .company_img {
  width: 35%;
}

.company_img img {
  width: 100%;
}

.company_flex .company_dl {
  width: 65%;
}

/*member*/
#member {
  background-color: #fff;
  position: relative;
}

#member .member_flex {
  display: flex;
  width: 100%;
  align-items: center;
}

#member .member_area {
  display: grid;
  gap: 40px;
}

#member .member_flex .img_area {
  width: 25%;
}

#member .member_flex .img_area img {
  width: 100%;
}

#member .member_flex .text_area {
  width: 75%;
  padding-left: 50px;
}

#member .border_color {
  border-bottom: 2px solid #A8D4FF;
  line-height: 1.2;
  margin-top: 0;
}

#member .name {
  font-weight: 600;
  font-size: 1.5rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#member .name .position {
  font-size: 1.1rem;
  color: #0f3291;
  display: inline-block;
  font-weight: 600;
  margin: 0 0 1em 0;
}

#member .name span {
  font-size: 1rem;
  margin-left: 23px;
}

/*interview*/

#interview {
  background-color: #EBF5FF;
}

#interview .top_area {
  display: flex;
  width: 100%;
}

#interview .top_area .text_area {
  width: 57%;
}

#interview .top_area .text_area .title {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 50px;
  line-height: 1.5;
}

#interview .top_area .text_area .company_name {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
}

#interview .top_area .image_area {
  width: 43%;
}

#interview .top_area .image_area img {
  width: 100%;
}

#interview .interview_body .name_bold {
  font-weight: 600;
}

#interview .interview_body p {
  margin-top: 10px;
}

#interview .interview_body .subtitle {
  color: #0f3291;
  margin-top: 50px;
  font-weight: 600;
  margin-bottom: 13px;
}

#interview .interview_body .image_flex_area {
  display: flex;
  width: 100%;
}

#interview .interview_body .image_flex_area .image_area {
  width: 30%;
  padding-right: 40px;
  box-sizing: border-box;
  margin-top: 30px;
}

#interview .interview_body .image_flex_area .image_area figcaption,
#interview .top_area .image_area figcaption {
  font-size: 0.9rem;
}

#interview .interview_body .image_flex_area .image_area img {
  width: 100%;
}

#interview .interview_body .image_flex_area .text_area {
  width: 70%;
}

/*case*/

.case_dl {
  margin-bottom: 25px;
  border-bottom: 1px solid #A8D4FF;
  padding-bottom: 15px;
}

.case_dl .dl_01 {
  width: 40%;
  display: block;
  float: left;
  margin: 5px 0;
  text-align: center;
}

.case_dl .dl_01 .main_dt {
  background: #0f3291;
  color: #fff;
  font-weight: 600;
  float: left;
  padding: 10px;
}

.case_dl .dl_01 .main_dt_buy {
  background: #00aff0;
  color: #fff;
  font-weight: 600;
  float: left;
  padding: 10px;
}

.case_dl .dl_01 .sub_dt {
  background: #CECECE;
}

.case_dl .dl_01 .sell {
  text-align: left;
  margin-left: 90px;
  padding: 10px;
  background: #f8f0fb;
  border-left: 2px solid #0f3291;
  margin-bottom: 10px;
  font-weight: 600;
}

.case_dl .dl_01 .buy {
  text-align: left;
  margin-left: 90px;
  padding: 10px;
  background: #EBF5FF;
  border-left: 2px solid #00b0ec;
  margin-bottom: 10px;
  font-weight: 600;
}

.case_dl .dl_01 dd {
  text-align: left;
  margin-left: 90px;
  padding: 10px;
  border-left: 2px solid #0f3291;
  margin-bottom: 5px;
}

.case_dl .dl_02 {
  width: 20%;
  display: block;
  float: left;
  margin: 5px 0;
}

.case_dl .dl_02 dd {
  clear: left;
  text-align: center;
  margin: 20px 0;
  position: relative;
  top: 7px;
}

.case_dl .dl_02 dt {
  width: 100%;
  color: #0f3291;
  font-weight: 500;
  text-align: center;
  float: none;
  padding: 0;
  margin-top: 22px;
  font-size: 0.9rem;
}

.case_dl .dl_02 .date_dt {
  margin-top: 0;
}

.case_dl .dl_02 .date_dd {
  margin: 0;
  top: 0;
  margin-top: 3px;
  font-weight: 500;
}

.case_dl .dl_02 .period {
  margin: 0;
  top: 0;
  margin-top: 3px;
  font-weight: 500;
}

.case_dl dt {
  float: left;
  text-align: left;
  padding: 10px;
  font-weight: 500;
}

.case_dl dd {
  margin-left: 0;
}

.case_dl .dt_02 {
  margin-right: 70%;
  margin-bottom: 18px;
}

#case .button {
  text-align: center;
  padding: 10px;
  color: #0f3291;
  /* background: #00aff0; */
  background: #fff;
  width: 200px;
  font-weight: 500;
  margin: 50px auto;
  /* border-radius: 10px; */
  border: 1px solid #0f3291;
}

#case .button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.close {
  background: #1E2124;
  display: table;
  font-weight: 600;
  position: relative;
  top: 40px;
}

#case .content {
  display: inline-block;
  width: 100%;
}

.dl_02 .case_img {
  position: relative;
}

.dl_02 .case_img img {
  width: 17%;
  left: 0;
  right: 0;
  margin: auto;
}

.case_dl .dl_01 .t_left {
  text-align: left;
}

/* Trends */
/* #trends {
  background-color: #fff;
}

#trends .news_box {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #A8D4FF;
}

#trends .news_box:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#trends .news_box .title {
  color: #0f3291;
  font-weight: 600;
  font-size: 1.3rem;
}

#trends .news_box .date {
  margin-bottom: 20px;
  margin-top: 5px;
}

#trends .news_box .supplement {
  font-size: 0.9rem;
  margin-top: 10px;
} */

/*FAQ*/
#faq {
  background-color: #fff;
  position: relative;
}

.ac {
  position: relative;
}

.ac-child span {
  color: #00aff0;
}

.ac-parent {
  position: relative;
  border-bottom: 1px solid #A8D4FF;
  text-align: left;
  line-height: 50px;
  cursor: pointer;
  padding: 20px 0 20px 30px;
  font-weight: 500;
  color: #000;
}

.ac-parent:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #4b4948;
  border-bottom: 2px solid #4b4948;
  transform: translateY(-50%) rotate(45deg);
}

.ac-parent.open:after {
  top: 55%;
  transform: translateY(-50%) rotate(225deg);
}
/* 
.ac-parent:first-child {
  border-top: 1px solid #dbdbdb;
} */

.ac-parent:last-of-type {
  border-bottom: none;
}

.ac-child {
  display: none;
  padding: 20px 30px;
  border-bottom: 1px solid #A8D4FF;
  margin-left: 0;
}

.ac-child:last-of-type {
  border-bottom: none;
}

.ac-parent span {
  font-size: 1.5rem;
  margin-right: 20px;
  color: #A8D4FF;
}

/*CONTACT*/
#contact {
  background: #EBF5FF;
}

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

.tb_br {
  display: none;
}

.br_sp {
  display: none;
}

.sp_br_sp {
  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 {
    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 {
    background: #fff;
    color: #00aff0;
    padding: 10px 30px;
    /* border-radius: 30px; */
  }

  .sp_contact {
    width: 50%;
    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: #00aff0;
    -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: #00aff0;
  }

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

}

@media screen and (max-width: 1400px) {
  #main {
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
  }

  #main .kv_text_area {
    width: auto;
    max-width: 1120px;
  }

  #main .copy {
    font-size: 3.1rem;
    line-height: 1.25;
  }

  #main .copy_text {
    font-size: 1.45vw;
    top: 403px;
  }
  
  #main .point_area {
    top: 182px;
  }

  #main .point {
    font-size: 1.1rem;
  }

  #main .kv_img_01 {
    width: 45vw;
  }

  #main .kv_img_03 {
    width: 45vw;
  }

  #main .kv_img_02 {
    width: 29vw;
    top: 290px;
  }

  #main .kv_img_04 {
    width: 29vw;
    top: 290px;
  }

}


@media screen and (max-width: 1300px) {

  /* reason */
  #reason .reason_box {
    padding: 20px 30px 50px;
  }

  #reason .reason_box_02 {
    padding: 20px 30px 0;
  }

  #reason .reason_box_04 {
    padding: 20px 30px 0;
  }
  
  #reason .reason_box .title {
    font-size: 1.7rem;
    padding-bottom: 15px;
  }

  #reason .reason_box .title .large {
    font-size: 2.4rem;
  }

  #reason .reason_box .title .number {
    font-size: 3.7rem;
    margin-right: 15px;
  }

  #reason .reason_box_04 .br_pc_reason {
    display: none;
  }

   /* interview */
   #interview .top_area .text_area .title {
    font-size: 2.2vw;
  }

  #interview .top_area .text_area .company_name {
    font-size: 1.7vw;
  }

}


@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 .copy {
    font-size: 2.8rem;
  }

  #main .copy_text {
    top: 30vw;
  }

  #main .kv_img_01 {
    width: 43vw;
  }

  #main .kv_img_03 {
    width: 43vw;
  }

  #main .copy_text {
    font-size: 1.4vw;
  }

  #main .point_area {
   top: 185px;
  }

  #main .point {
    font-size: 1rem;
  }

  #main .point p:nth-of-type(n+2) {
    margin-left: 27px;
    padding-left: 27px;
  }

  /* case */
  .case_dl .dl_01 .main_dt {
    min-width: 70px;
  }

  .case_dl .dl_01 .main_dt_buy {
    min-width: 70px;
  }

  .br_1200 {
    display: block;
  }

}

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

  /* KV */
  #main {
    height: 73vw;
    padding-left: 8vw;
    padding-right: 8vw;
  }

  #main .copy {
    font-size: 4.3vw;
  }

  #main .copy_text {
    font-size: 0.9rem;
    top: 32vw;
  }

  #main .kv_img_02 {
    width: 30vw;
    top: 29vw;
  }

  #main .kv_img_04 {
    width: 30vw;
    top: 29vw;
  }

  #main .point_area {
    top: 18vw;
  }

  #main .point p:nth-of-type(n+2) {
    margin-left: 2vw;
    padding-left: 2vw;
  }

  #main .point {
    font-size: 1.7vw;
  }

  /* reason */
  #reason .reason_box .title {
    font-size: 1.5rem;
  }

  #reason .reason_box .title .number {
    font-size: 4.7vw;
    top: -2px;
  }

  #reason .reason_box .title .large {
    font-size: 2rem;
  }

  #reason .text_area .subtitle {
    font-size: 1.2rem;
  }

  #reason .text_area p {
    font-size: 1.5vw;
  }

  .reason_box_01::before {
    left: -8%;
  }

  .reason_box_02::before {
    left: 18%;
  }

  .reason_box_03::before {
    left: -8%;
  }

  .reason_box_04::before {
    left: 18%;
  }

  #reason .reason_box_04 .img_flex .img_area img {
    left: 70px;
  }

  /* company */
  #company {
    height: auto;
  }

  h2 {
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 60px;
  }

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

  blockquote .w_fl {
    width: 100%;
  }

  blockquote .w_fr {
    width: 100%;
  }

  /* member */

  #member .name {
    font-size: 1.3rem;
  }

  #member .member_flex .img_area {
    width: 30%;
  }

  #member .member_flex .text_area {
    width: 70%;
  }


  /* interview */
  #interview .top_area .text_area .title {
    font-size: 2.5vw;
  }

  #interview .top_area .text_area .company_name {
    font-size: 2vw;
  }

}

@media screen and (max-width: 768px) {
  .open_btn {
    width: 29.9%;
  }

  .header .logo {
    width: 200px;
    padding: 0 20px;
    height: 95px;
  }

  #main {
    height: 800px;
    padding-left: 40px;
    padding-right: 40px;
  }

  #main .kv_text_area {
    top: 63px;
  }  

  #main .copy {
    font-size: 2rem;
    top: 153px;
    text-align: center;
    position: relative;
  }

  #main .copy_text {
    font-size: 1rem;
    top: 130px;
    text-align: center;
    position: relative;
  }

  #main .kv_img_01 {
    width: 280px;
    top: -50px;
    right: 0;
  }

  #main .kv_img_03 {
    width: 280px;
    top: -50px;
    right: 0;
  }

  #main .kv_img_02 {
    width: 230px;
    top: 460px;
  }

  #main .kv_img_04 {
    width: 230px;
    top: 460px;
  }

  #main .point_area {
    top: 380px;
    right: 0;
    min-width: 350px;
    left: 50%;
    transform: translateX(-50%);
  }

  #main .point {
    font-size: 1rem;
  }

  .br_tb {
    display: block;
  }

  .row img {
    width: 90%;
  }

  h2 {
    margin-bottom: 55px;
  }

  .contact_btn_02 a {
    font-size: 1.1rem;
    padding: 17px 50px;
  }

  /* company */
  .company_img img {
    width: 90%;
    max-width: 350px;
  }

  .company_flex .company_dl {
    width: 90%;
  }

  .company_dl dl {
    width: 100%;
  }

  /* reason */
  #reason .reason_box .img_flex {
    display: block;
  }

  #reason .reason_box_01 .title {
    width: 100%;
  }

  #reason .reason_box_01 .img_flex .text_area {
    width: 100%;
  }

  #reason .reason_box_01 .img_flex .img_area {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    padding-left: 0;
  }

  #reason .reason_box_02 .title {
    width: 100%;
  }

  #reason .reason_box_04 .title {
    width: 100%;
  }

  #reason .reason_box {
    padding: 40px 30px 50px;
  }

  #reason .reason_box .title .number {
    font-size: 3rem;
    top: 0;
  }

  #reason .text_area p {
    font-size: 1rem;
  }

  #reason .reason_box_02 .title {
    left: 0;
  }

  #reason .reason_box_02 .img_flex .img_area {
    width: 90%;
    max-width: 300px;
    padding: 0;
    margin: 0 auto;
    top: 0;
    margin-bottom: 20px;
    margin-top: 35px;
  }

  #reason .reason_box_02 .img_flex .text_area {
    width: 100%;
  }

  #reason .reason_box_04 .title {
    left: 0;
    margin-top: 0;
  }

  #reason .reason_box_04 .img_flex .img_area {
    width: 90%;
    max-width: 400px;
    padding: 0;
    margin: 0 auto;
    top: 0;
    margin-bottom: 20px;
    margin-top: 35px;
  }

  #reason .reason_box_04 .img_flex .img_area img {
    width: 100%;
    left: 0;
    bottom: 0;
  }

  #reason .reason_box_04 .img_flex .text_area {
    width: 100%;
  }

  /* member */
  #member .member_area {
    gap: 50px;
  }

  #member .name {
    font-size: 1.3rem;
  }

  #member .member_flex {
    display: block;
  }

  #member .member_flex .img_area {
    width: 60%;
    margin: 0 auto;
  }

  #member .member_flex .text_area {
    width: 100%;
    padding: 0;
  }

  #member .name {
    font-size: 1.3rem;
  }

  #member .member_area {
    margin-top: 30px;
  }

  #member .name {
    margin-top: 20px;
    text-align: center;
    line-height: 1.2;
  }

  #member .name .position {
    margin-bottom: 0.7em;
    font-size: 1rem;
  }

  /* interview */
  #interview .top_area {
    display: block;
  }

  #interview .top_area .text_area {
    width: 100%;
  }

  #interview .top_area .image_area {
    width: 100%;
  }

  #interview .top_area .text_area .title {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }

  #interview .top_area .text_area .company_name {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  #interview .interview_body .image_flex_area {
    display: block;
  }

  #interview .interview_body .image_flex_area .image_area {
    width: 100%;
    padding-right: 0;
  }

  #interview .interview_body .image_flex_area .text_area {
    width: 100%;
  }

  #interview .interview_body .subtitle {
    margin-top: 30px;
  }


  /* case */
  .case_dl .dl_01 .main_dt {
    float: none;
    text-align: center;
  }

  .case_dl .dl_01 .main_dt_buy {
    float: none;
    border-bottom: 2px solid #00b0ec;
  }

  .case_dl .dl_01 .sell {
    text-align: left;
    margin-left: 0;
    padding: 10px;
    background: #f8f0fb;
    font-weight: 600;
    border-left: 2px solid #0f3291;
    margin-bottom: 10px;
  }

  .case_dl .dl_01 .sell {
    border-left: 0;
    margin-bottom: 5px;
    text-align: center;
  }

  .case_dl .dl_01 .buy {
    margin-left: 0;
    border-left: 0;
    margin-bottom: 5px;
    text-align: center;
  }

  .case_dl dt {
    float: none;
    border-bottom: 2px solid #0f3291;
    text-align: center;
    color: #0f3291;
  }

  .case_dl .dl_01 dd {
    margin-left: 0;
    border-left: 0;
    margin-bottom: 5px;
    text-align: center;
  }

  .case_dl .dl_01 dt,
  .case_dl .dl_01 .sell,
  .case_dl .dl_01 .buy {
    font-size: 0.8rem;
  }

  .case_dl .dl_02 {
    width: 28%;
    padding-right: 8px;
    padding-left: 8px;
    box-sizing: border-box;
    margin-top: 80px;
  }

  .case_dl .dl_01 {
    width: 36%;
  }

  .dl_02 .case_img img {
    width: 22%;
  }

  .case_dl .dl_02 dt {
    border-bottom: none;
    font-size: 0.8rem;
  }

  /* trends */
  /* #trends .news_box .title {
    font-size: 1.1rem;
  } */

  /* FAQ */
  .ac-parent {
    padding-right: 55px;
  }

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

}

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

  .br_pc {
    display: none;
  }

  .sp_tel_mail {
    right: 60px;
  }

  .sp_tel_mail .tel_sp {
    margin-right: 10px;
  }

  #main .copy {
    top: 135px;
  }

  #main .copy_text {
    top: 115px;
    font-size: 0.9rem;
  }

  #main .kv_img_01 {
    width: 250px;
  }

  #main .kv_img_03 {
    width: 250px;
  }

  #main .kv_img_02 {
    width: 210px;
  }

  #main .kv_img_04 {
    width: 210px;
  }

  #main .point_area {
    top: 378px;
  }

  #main .point {
    font-size: 3.5vw;
  }

  #main .point p:nth-of-type(n+2) {
    margin-left: 3.2vw;
    padding-left: 3.2vw;
  }

  .header .logo {
    width: 50%;
    height: 80px;
  }

  .nav {
    height: 80px;
  }

  .header {
    height: 80px;
  }

  section .contents_inner {
    padding: 70px 25px;
  }

  h2 {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  h2 span {
    font-size: 1.1rem;
  }

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

  /* reason */
  #reason .reason_box {
    margin-top: 50px;
    padding: 30px 20px 40px;
  }

  #reason .reason_box .title {
    font-size: 1.3rem;
  }

  #reason .reason_box .title .large {
    font-size: 1.8rem;
  }

  #reason .reason_box_02 .title {
    padding-bottom: 0;
  }

  /* case */
  .case_dl .dl_01 .main_dt {
    width: auto;
  }

  .case_dl .dl_01 .sell {
    width: auto;
  }

  .dl_02 .case_img img {
    width: 35%;
  }

  .case_dl {
    margin-bottom: 35px;
    font-size: 0.85rem;
  }

  .case_dl .dl_01 {
    font-size: 0.9rem;
  }

  #case .button {
    margin: 0px auto;
    width: 150px;
    font-size: 3.5vw;
  }

  /* FAQ */
  .ac-parent span {
    font-size: 1.2rem;
    margin-right: 10px;
    display: inline-block;
    float: left;
    position: relative;
    top: -5px;
  }

  .ac-parent {
    line-height: 1.5;
    padding: 20px 0;
    padding-right: 35px;
  }

  .ac-parent:after {
    right: 10px;
    width: 8px;
    height: 8px;
  }

  .ac-child {
    padding: 20px 15px;
  }

  .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: 55%;
    display: block;
    margin: auto;
  }

  .sp_contact {
    width: 55%;
    margin-top: 50px;
  }

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