@charset "UTF-8";

/* header */
.top .header {
  width: 100%;
  background: none;
  position: absolute;
  top: 0;
  z-index: 1;
}
.header {
  background: #ffffff;
  position: relative;
}
.header-inner {
  width: 85%;
  max-width: 2000px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  align-items: center;
}
.header-logo {
  width: auto;
  height: 50px;
}
.header-logo img {
  width: auto;
  height: 100%;
}
.header-logo img:nth-of-type(1) {
  margin-right: 30px;
}
header .btn_inquiry {
  margin: 0 -20px 0 auto;
}

/* button */
.btn_common {
  width: 100%;
  max-width: 250px;
  height: 70px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s ease;
}
.btn_common span.label {
  flex-shrink: 1;
  width: 100%;
  position: relative;
  letter-spacing: 2px;
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
}
.btn_common span.label span {
  font-weight: 700;
}
.btn_inquiry {
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
}
.btn_common:hover {
  color: #2e2e2e;
  transform-origin: right;
  transition: all 0.5s ease;
}
.btn_common:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.btn_common::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
}
.btn_nestpay {
  background: #e53c41;
  background: linear-gradient(100deg,rgba(215, 26, 45, 1) 0%, rgba(229, 62, 65, 1) 100%);
  border: 1px solid #e53c41;
}
.btn_nestcom {
  background: #5561F5;
  background: linear-gradient(100deg,rgba(85, 97, 245, 1) 0%, rgba(103, 114, 246, 1) 100%);
  border: 1px solid #5561F5;
}
.btn_contact {
  background: #222222;
  background: linear-gradient(100deg,rgba(34, 34, 34, 1) 0%, rgba(48, 48, 48, 1) 100%);
  border: 1px solid #222222;
  padding: 0;
}
.back .btn_contact {
  background: #cfcfcf;
  color: #222222;
  border: 1px solid #cfcfcf;
}
.service_btn .btn_common,
.contact_btn .btn_common
{
  min-width: 380px;
  height: 80px;
  font-size: 1.1em;
}
.contact_btn {
  width: max-content;
  margin: 50px auto 0;
}
.contact_btn>div {
  display:inline-block;
  position: relative;
}
.contact_btn>div::after {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.06) rotate(0deg);
  content: url(../img/icon_arrow.png);
  position: absolute;
  right: 50px;
  top: 40%;
  user-select: none;
  pointer-events: none;
}
.contact_btn>div.send::after {
  transition: all 0.5s ease;
  transform: scale(0.06) rotate(0deg);
  right: 50px;
  top: 40%;
}
.contact_btn>div.send:hover::after {
  filter: invert(100%);
}
.contact_btn>div.back:after {
  transform: scale(0.06) rotate(180deg);
  left: 50px;
  top: 60%;
  filter: invert(100%);
}
.privacy-agreement {
  width: max-content;
  margin: 40px auto 0;
}
/* icon */
.btn_common .icon {
  transition: all 0.5s ease;
}
.btn_common:hover .icon {
  transition: all 0.5s ease;
  filter: invert(100%);
}
.btn_inquiry .icon {
  width: 45px;
  height: 30px;
  position: relative;
  display: flex;
  left: 40px;
}
.btn_nestpay .icon,
.btn_nestcom .icon,
.contact_btn .icon
{
  width: 20px;
  height: 20px;
  position: relative;
  display: flex;
  right: 40px;
}
.btn_inquiry .icon::after {
  content: url(../img/icon_mail.png);
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.11);
  position: absolute;
  right: 23px;
  top: 8%;
  user-select: none;
  pointer-events: none;
}
.btn_nestpay .icon::after,
.btn_nestcom .icon::after,
.btn_contact .icon::after
{
  content: url(../img/icon_arrow.png);
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.06) rotate(90deg);
  position: absolute;
  left: 25px;
  top: 15%;
  user-select: none;
  pointer-events: none;
}
.btn_contact .icon::after {
  transform: scale(0.06) rotate(0deg);
  left: 15px;
}
.footer-con2 a::after {
  content: url(../img/icon_arrow.png);
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.05);
  position: absolute;
  right: -20px;
  top: -25%;
  user-select: none;
  pointer-events: none;
}
.service_btn .btn_nestpay .icon::after,
.service_btn .btn_nestcom .icon::after
{
  transform: scale(0.065) rotate(90deg);
  left: 22px;
  top: 10%;
  user-select: none;
  pointer-events: none;
}


/* top */
.top {
  height: 800px;
  position: relative;
  /* background-image: url(../img//kv_pc.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative; */
}
.top img.bgimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.headline_contents {
  width: 75%;
  max-width: 1800px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 130px;
  padding: 0;
}
.headline {
  color: #fff;
  opacity: 0;
  transform: translateY(24px);
}
.headline.fade-in {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.headline h2 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
}
.headline p {
  margin-top: 20px;
  font-weight: 700;
  font-size: 1.1em;
}
.top .btns {
  display: flex;
  margin: 5rem auto 0;
}
.top .btns a:nth-of-type(1) {
  margin-right: 20px;
}

main {
  width: 100%;
}
.inner {
  width: 55%;
  max-width: 1500px;
  min-width: 910px;
  margin: 0 auto;
  position: relative;
  display: block;
}
.fade {
  opacity: 0;
  transform: translateY(24px);
}
.fade.fade-in {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}


/* service */
#nestpay {
  padding-top: 1em;
  background: #ffffff;
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 249, 249, 1) 50%, rgba(255, 244, 244, 1) 100%);
}
.service1 {
  margin: 6rem auto 0;
  padding-bottom: 18rem;
}
#nestcom {
  margin-top: -100px;
  padding-top: 1em;
  background: #ffffff;
  background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(247, 248, 255, 1) 50%, rgba(241, 242, 255, 1) 100%);
  border-radius: 100px 100px 0 0;
}
.service1, .service2 {
  overflow: hidden;
}
.service2 {
  margin: 5em auto 0;
  padding-bottom: 18rem;
}
.service1 h2,
.service2 h2 {
  padding-bottom: 20px;
  position: relative;
}
.service1 h2 {
  border-bottom: 2px solid #fbe9e9;
}
.service2 h2 {
  border-bottom: 2px solid #e8ebff;
}
.service1 h2::before,
.service2 h2::before {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: -2px;
}
.service1 h2::before {
  background: #e33654;
}
.service2 h2::before {
  background: #5763f5;
}
.service1 h2 img,
.service2 h2 img {
  height: 25px;
}
.service_side {
  display: flex;
  align-items: center;
}
.service_side>div {
  width: 50%;
}
.service_side>div img {
  width: 120%;
  max-width: 120%;
  margin-left: -15%;
}
.service_side>div h3 {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: bold;
}
.service_side>div h3 span {
  font-weight: 600;
}
.service_side>div p {
  line-height: 1.8;
}
ul.service_list {
  display: flex;
  flex-flow: wrap;
}
ul.service_list li {
  width: 49%;
  text-align: center;
}
.service1 ul.service_list li {
  border: 1px solid #fbe9e9;
  border-bottom: none;
}
.service2 ul.service_list li {
  border: 1px solid #e8ebff;
  border-bottom: none;
}
.service1 ul.service_list li:nth-of-type(1),
.service2 ul.service_list li:nth-of-type(1) {
  padding: 30px 0;
  border-top: none;
  border-left: none;
}
.service1 ul.service_list li:nth-of-type(2),
.service2 ul.service_list li:nth-of-type(2) {
  padding: 0 0 30px;
  border-top: none;
  border-right: none;
}
.service1 ul.service_list li:nth-of-type(3),
.service2 ul.service_list li:nth-of-type(3) {
  margin-bottom: 30px;
  padding: 30px 0;
  border-left: none;
  border-bottom: none;
}
.service1 ul.service_list li:nth-of-type(4),
.service2 ul.service_list li:nth-of-type(4) {
  margin-bottom: 30px;
  padding: 30px 0;
  border-right: none;
  border-bottom: none;
}
ul.service_list li img {
  width: 180px;
}
ul.service_list li p.ttl {
  margin: 20px auto 10px;
  font-size: 1.3em;
  font-weight: bold;
}
.service1 ul.service_list li p.ttl {
  color: #e43b3f;
}
.service2 ul.service_list li p.ttl {
  color: #5556f5;
}
.service_btn {
  width: max-content;
  margin: 30px auto 0;
}


/* contact */
#contact {
  margin-top: -100px;
  padding-top: 1em;
  background: #ffffff;
  border-radius: 100px 100px 0 0;
  position: relative;
}
.contact {
  margin: 5em auto 0;
  padding-bottom: 10rem;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.contact p.ttl {
  margin: 40px auto 20px;
  font-size: 1.4em;
  font-weight: bold;
}
.contact_inner {
  margin: 0 auto;
}
.contact_inner h2 img {
  height: 40px;
}
.contact_form {
  width: 84%;
  margin: 50px auto 0;
  padding: 6rem 8%;
  text-align: left;
  background: #f7f7f7;
  border-radius: 20px;
}
.inquiry_website { /*BOT対策用*/
  position: absolute;
  left: -9999px;
}
.contact_form .form-row {
  margin-top: 30px;
}
.contact_form .form-row.inquiry_information {
  margin-top: 0px;
}
.contact_form .form-label {
  margin-bottom: 5px;
  font-size: 1.1em;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.contact_form .inquiry_platform .form-label {
  align-items: start;
}
.contact_form span.required {
  padding: 6px 0 0 3px;
  color: #e53c41;
  font-size: 2rem;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
}
.contact_form .inquiry_platform span.required {
  line-height: 1;
}

.contact_form .form-row.inquiry_information>div,
.contact_form .form-row.inquiry_appStatus>div,
.contact_form .form-row.inquiry_objective>div,
.contact_form .form-row.inquiry_platform>div,
.contact_form .form-row.inquiry_fanclubStatus>div
{
  display: flex;
  align-items: flex-start;
}
.contact_form .form-row.inquiry_information .form-label {
  width: 30%;
  float: left;
}
.contact_form .form-row.inquiry_appStatus .form-label,
.contact_form .form-row.inquiry_objective .form-label,
.contact_form .form-row.inquiry_platform .form-label,
.contact_form .form-row.inquiry_fanclubStatus .form-label
{
  width: 40%;
  float: left;
}
.contact_form .form-row.inquiry_information .form-input {
  display: flex;
}
.contact_form .form-row.inquiry_information .form-input label {
  width: fit-content;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contact_form .form-row.inquiry_information .form-input label:nth-of-type(1) {
  margin-right: 30px;
}

.inquiry_select_nestpay {
  margin-top: 30px;
}
.inquiry_select_nestcom {
  visibility: hidden;
  height: 0px;
  margin-top: 0px;
  overflow: hidden;
}
.inquiry_select_nestcom.show {
  visibility: initial;
  height: auto;
}
.contact_form .form-input label {
  display: block;
}
.contact_form .form-row small {
  margin-top: -5px;
  margin-bottom: 8px;
  display: block;
  letter-spacing: 1px;
}
.contact_form .form-input input,
.contact_form .form-input select,
.contact_form .form-input textarea
{
  font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
  outline: none;
}
.contact_form .form-input.radio-column,
.contact_form .form-input.checkbox-column
{
  line-height: 2;
}
.contact_form .form-input.radio-column label,
.contact_form .form-input.checkbox-column label
{
  width: fit-content;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contact_form .form-input input[type="text"],
.contact_form .form-input input[type="email"],
.contact_form .form-input input[type="tel"]
{
  width: 95.5%;
  padding: 3% 2%;
  font-size: 1em;
  border: 1px solid #ededed;
  border-radius: 20px;
}
.contact_form .form-input .form-input-wrap {
  width: 99.8%;
  position: relative;
}
.contact_form .form-input select {
  width: 100%;
  padding: 3% 2%;
  font-size: 1em;
  border: 1px solid #ededed;
  border-radius: 20px;
  color: #222222;
  background: #fff;
  -webkit-appearance: none;
  appearance: none;
  letter-spacing: 2px;
}
.contact_form .form-input select::-ms-expand { /*IE*/
  display: none;
}
.contact_form .form-input .form-input-wrap::after {
  content: url(../img/icon_arrow.png);
  transform: scale(0.065) rotate(90deg);
  filter: invert(100%);
  width: 15px;
  height: 15px;
  position: absolute;
  top: 27%;
  right: 20px;
  user-select: none;
  pointer-events: none;
}
.contact_form .form-input textarea {
  width: 95.5%;
  height: 200px;
  min-height: 200px;
  max-height: 600px;
  padding: 3% 2%;
  font-size: 1em;
  resize: vertical;
  border: 1px solid #ededed;
  border-radius: 20px;
}

/* input カスタマイズ */
.contact_form input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 1px 5px 0 0;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: -2px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact_form input[type="radio"]:checked {
  border: 1px solid #e53c41;
}
.contact_form input[type="radio"]:checked:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #e53c41;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.contact_form input[type="checkbox"],
.privacy-agreement input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0 6px 0 0;
  border: 1px solid #cfcfcf;
  background-color: #fff;
  vertical-align: -5px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.privacy-agreement input[type="checkbox"] {
  margin: 0 auto;
}
.contact_form input[type="checkbox"]:checked,
.privacy-agreement input[type="checkbox"]:checked {
  background-color: #e53c41;
  border: 1px solid #e53c41
}
.contact_form input[type="checkbox"]:checked:before,
.privacy-agreement input[type="checkbox"]:checked:before {
  content: '';
  width: 5px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: #e53c41;
  transform: rotate(45deg);
  position: absolute;
  top: 1px;
  left: 6px;
}
/* error */
.contact_form input.error,
.contact_form select.error,
.contact_form textarea.error
{
  border: 1px solid #e53c41!important;
}
.error-message {
  color: #e53c41;
  font-size: 0.8em;
  letter-spacing: 0px;
}
.contact_form .form-input input[type="text"],
.contact_form .form-input input[type="email"],
.contact_form .form-input input[type="tel"],
.contact_form .form-input select
{
  margin-bottom: 5px;
}

/* confirm */
.confirm-table {
  width: 100%;
}
.confirm-table th {
  width: 42%;
  padding: 20px 0;
  font-weight: bold;
  border-bottom: 1px solid #ededed;
  vertical-align: top;
}
.confirm-table tr:nth-of-type(1) th,
.confirm-table tr:nth-of-type(1) td {
  padding-top: 0px;
}
.confirm-table td {
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
  vertical-align: top;
}
.confirm-table tr:nth-last-child(1) th,
.confirm-table tr:nth-last-child(1) td {
  padding-bottom: 0;
  border-bottom: none;
}


/* sub */
.sub_top {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.sub_top .bgimg {
  width: 100%;
  height: 200px;
}
.sub_title {
  width: 75%;
  height: 100%;
  max-width: 1800px;
  margin: 0 auto;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}
.sub_top h2 {
  font-size: 4.5rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 25%;
  line-height: 1.5;
}
.sub_inner {
  width: 100%;
  margin: 0 auto;
  padding: 7rem 0 12rem;
}
.sub .pan {
  width: 100%;
  padding: 30px 0;
  font-size: 0.8em;
  display: flex;
}
.sub .pan a {
  color: #4a4a4a;
}
.sub .pan span {
  color: #505050;
  padding: 0 10px;
  display: inline-block;
}
.sub .pan p {
  color: #222222;
}
.sub_inner p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.sub_inner p.ttl {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 130%;
  font-weight: bold;
}
.sub_inner p.ttl_prnt {
  margin-top: 50px;
  margin-bottom: -30px;
  font-size: 150%;
  font-weight: bold;
}
.sub_inner ul {
  margin-top: 10px;
  padding-left: 25px;
}
.sub_inner ul>li {
  margin-bottom: 10px;
  padding-left: 0px;
  color: #323232;
  list-style: auto;
}
.sub_inner ol {
  list-style: none;
  margin-top: 10px;
  padding-left: 0;
  counter-reset: num;
}
.sub_inner ol>li {
  margin-bottom: 10px;
  padding-left: 0px;
  color: #323232;
  counter-increment: num;
  display: flex;
}
.sub_inner ol>li::before {
  min-width: 30px;
  content: "(" counter(num) ") ";
}
.sub_inner ul ol>li {
  margin-bottom: 5px!important;
}
.sub_inner ul.disc {
  padding-left: 22px;
}
.sub_inner ul.disc>li {
  list-style: disc;
}
.kiyaku_date {
  margin: 60px auto 0;
}
.company dl {
  border-top: 1px solid #cecece;
  display: flex;
  flex-wrap: wrap;
}
.company dt, .company dd {
  padding: 20px 0;
  border-bottom: 1px solid #cecece;
}
.company dt {
  width: 45%;
  padding-left: 2%;
  font-weight: bold;
  display: inline-block;
}
.company dd {
  width: 51%;
  padding-right: 2%;
  display: inline-block;
}
/* footer */
.footer {
  color: #fff;
}
.footer-inner {
}
.footer-logo {
  width: auto;
  height: 40px;
  text-align: center;
}
.footer-logo img {
  width: auto;
  height: 100%;
  margin: 0 20px;
}
.footer-con1 {
  padding: 3em 0;
  background: #222222;
}
.footer-con2 {
  padding: 2.5em 0;
  font-size: 0.8em;
  background: #0f0f0f;
  letter-spacing: 1px;
}
.footer-con-inner {
  width: 85%;
  margin: 0 auto;
}
.footer-con2>div {
  display: flex;
}
.footer-con2 .footer-con-inner>div {
  display: flex;
}
.footer-con2 .footer-con-inner>div a {
  color: #fff;
  margin-right: 70px;
  display: flex;
  position: relative;
}
.footer-con2 .footer-con-inner>div a:last-of-type(1) {
  margin-right: 0px;
}
.copyright {
  margin: 0 0 0 auto;
  color: #e1e1e1;
  display: flex;
  right: 0;
}

@media screen and (max-width: 1500px) {
  .headline_contents {
    bottom: 150px;
  }
  .service1 {
    margin: 4rem auto 0;
  }
}
@media screen and (max-width: 1300px) {
  .sub_top h2 {
    font-size: 4rem;
  }
  .sub_title {
    width: 90%;
  }
}
@media screen and (max-width: 1200px) {
  .header-inner {
    width: 90%;
    padding: 20px 0;
  }
  .header-logo {
    height: 40px;
  }
  .top {
    height: 700px;
  }
  .headline_contents {
    width: 80%;
    bottom: 130px;
  }
  .headline h2 {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .service1 {
    margin: 2rem auto 0;
  }
  .btn_nestpay .icon::after, .btn_nestcom .icon::after {
    left: 10px;
  }
  .service_btn .btn_nestpay .icon::after, .service_btn .btn_nestcom .icon::after {
    left: 15px;
  }
  .top .btns .icon {
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .sub .pan {
    width: 95%;
    margin: 0 auto;
  }
  .sub_top h2 {
    font-size: 3.5rem;
  }
  .sub_inner {
    width: 80%;
    padding: 60px 0 120px;
  }
}
@media screen and (max-width: 970px) {
  .header-inner {
    width: 90%;
    padding: 20px 0;
  }
  .header-logo {
    width: auto;
    height: 40px;
    display: flex;
    align-items: center;
  }
  .header-logo a {
    display: flex;
    align-items: center;
  }
  .header-logo img {
    width: 150px;
    height: max-content;
  }
  .top {
    height: 650px;
  }
  .headline_contents {
    bottom: 100px;
  }
  header .btn_inquiry {
    margin: 0 0 0 auto;
    width: 50px;
    height: 50px;
  }
  .btn_inquiry .icon {
    width: 30px;
    height: 33px;
    left: 10px;
  }
  .btn_inquiry .icon::after {
    transform: scale(0.09);
    right: 26px;
    top: 12%;
  }
  .btn_common.btn_inquiry span.label {
    display: none;
  }
  .inner {
    width: 100%;
    min-width: auto;
  }
  .service1, .service2 {
    width: 90%;
  }
  .contact_inner {
    width: 90%;
  }
  .service_btn {
    margin: 0 auto 10px;
  }
  .sub .pan {
    width: 90%;
    margin: 0 auto;
  }
  .footer-logo {
    height: 30px;
  }
}
@media screen and (max-width: 950px) {
  .contact_form .form-row.inquiry_appStatus>div,
  .contact_form .form-row.inquiry_objective>div,
  .contact_form .form-row.inquiry_platform>div,
  .contact_form .form-row.inquiry_fanclubStatus>div
  {
    display: block;
  }
  .contact_form .form-row.inquiry_appStatus .form-label,
  .contact_form .form-row.inquiry_objective .form-label,
  .contact_form .form-row.inquiry_platform .form-label,
  .contact_form .form-row.inquiry_fanclubStatus .form-label
  {
    width: auto;
    float: none;
  }
  .contact_form .inquiry_platform .form-label br.pc-only {
    display: none !important;
  }
  .confirm-table.confirm-nestcom th {
    width: 45%;
  }
}
@media screen and (max-width: 860px) {
  .contact_form .form-row.inquiry_information>div {
    display: block;
  }
  .contact_form .form-row.inquiry_information .form-label {
    width: auto;
    float: none;
  }
  .contact_form .form-row.inquiry_information .form-input {
    line-height: 2.5;
  }
  .confirm-table,
  .confirm-table tbody,
  .confirm-table tr,
  .confirm-table th,
  .confirm-table.confirm-nestcom th,
  .confirm-table td
  {
    width: 100%;
    display: block;
  }
  .confirm-table tr {
    border-bottom: 1px solid #ededed;
  }
  .confirm-table tr:nth-last-child(1) {
    border-bottom: none;
  }
  .confirm-table th {
    padding: 20px 0 10px;
    border-bottom: none;
  }
  .confirm-table td {
    padding: 0 0 20px;
    border-bottom: none;
  }
  .confirm-table tr:nth-last-child(1) td {
    padding-top: 10px;
  }
}
@media screen and (max-width: 830px) {
  .top {
    height: 600px;
  }
  .headline_contents {
    width: 85%;
    bottom: 50px;
  }
  .service1 {
    margin: 6rem auto 0;
  }
  .service_side {
    display: block;
  }
  .service_side>div {
    width: 90%;
    margin: 0 auto;
  }
  .service_side>div:nth-of-type(2) {
    margin: -120px auto 0;
  }
  .service_side>div h3 {
    margin-top: -40px;
  }
  .service_side>div img {
    width: 130%;
    max-width: 130%;
    margin-left: -15%;
    margin-top: -50px;
  }
  ul.service_list {
    width: 90%;
    margin: 50px auto 0;
    display: block;
  }
  ul.service_list li {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 0 30px;
  }
  .service1 ul.service_list li {
    border-bottom: 1px solid #fbe9e9;
  }
  .service2 ul.service_list li {
    border-bottom: 1px solid #e8ebff;
  }
  .service1 ul.service_list li:nth-of-type(1),
  .service2 ul.service_list li:nth-of-type(1) {
    padding: 0 0 30px;
  }
  .service1 ul.service_list li:nth-of-type(1),
  .service2 ul.service_list li:nth-of-type(1),
  .service1 ul.service_list li:nth-of-type(3),
  .service2 ul.service_list li:nth-of-type(3) {
    border-right: none;
  }
  .service1 ul.service_list li:nth-of-type(2),
  .service2 ul.service_list li:nth-of-type(2),
  .service1 ul.service_list li:nth-of-type(4),
  .service2 ul.service_list li:nth-of-type(4) {
    border-left: none;
  }
  .service1 ul.service_list li:nth-of-type(3),
  .service2 ul.service_list li:nth-of-type(3) {
    padding: 0;
    border-top: none;
  }
  ul.service_list li:last-of-type(1) {
    border-bottom: none;
  }
  .company dt {
    width: 40%;
  }
  .company dd {
    width: 56%;
  }
  .footer-con2 {
    padding: 2.5em 0 3em;
  }
  .footer-con2>div {
    width: max-content;
    display: block;
  }
  .footer-con2 .footer-con-inner>div a {
    margin-right: 0;
  }
  .footer-con2 .footer-con-inner>div a:nth-of-type(2) {
    margin-left: 70px;
    margin-right: 20px;
  }
  .copyright {
    margin-top: 20px;
    font-size: 90%;
    justify-content: center;
  }

}


/* ========================================================
  SP
======================================================== */
@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
  .btn_common {
    opacity: 1 !important;
  }
  .top {
    height: 700px;
    margin-bottom: -100px;
  }
  .headline_contents {
    width: 85%;
    max-width: 100%;
    bottom: 0;
    top: 200px;
  }
  .headline h2 {
    font-size: 4rem;
    font-weight: 900;
  }
  #nestpay {
    margin-top: -50px;
  }
  .service1 {
    margin: 20px auto 0;
  }
  .service_side>div {
    width: 80%;
  }
  .service_side>div:nth-of-type(2) {
    width: max-content;
    margin: -90px auto 0;
  }
  #nestcom, #contact {
    border-radius: 70px 70px 0 0;
  }
  .contact {
    padding-bottom: 80px;
  }
  .contact_form .form-row.inquiry_information .form-input {
    display: block;
  }
  .contact_form .form-input input[type="text"],
  .contact_form .form-input input[type="email"],
  .contact_form .form-input input[type="tel"]
  {
    width: 93.5%;
    padding: 15px 3%;
    border-radius: 10px;
  }
  .contact_form .form-input.radio-column,
  .contact_form .form-input.checkbox-column {
    line-height: 2.5;
  }
  .contact_form .form-input select {
    padding: 15px 3%;
    border-radius: 10px;
  }
  .contact_form .form-input .form-input-wrap::after {
    transform: scale(0.055) rotate(90deg);
    width: 10px;
    height: 10px;
    top: 27%;
    right: 15px;
  }
  .contact_form .form-input textarea {
    max-height: 200px;
    width: 94%;
    padding: 15px 3%;
    border-radius: 10px;
  }
  .confirm-table table,
  .confirm-table tbody,
  .confirm-table tr.message,
  .confirm-table tr.message th,
  .confirm-table tr.message td
  {
    width: 100%;
    display: block;
  }
  .confirm-table tr.message td {
    padding-top: 10px;
  }

  .sub .pan {
    padding: 20px 0;
  }
  .sub_inner {
    padding: 50px 0 100px;
  }
  .company dl {
    display: block;
  }
  .company dt {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 0px;
    border-bottom: none;
  }
  .company dd {
    width: 96%;
    padding-top: 10px;
    padding-left: 2%;
    padding-right: 2%;
  }
  
  .sub_top,
  .sub_top .bgimg {
    height: auto;
  }
  .sub_top h2 {
    font-size: 3rem;
  }
  
  .footer-con2 a::after {
    transform: scale(0.04);
    top: -39%;
  }
}
@media screen and (max-width: 740px) {
  .contact_form {
    padding: 40px 8%;
  }
}
@media screen and (max-width: 600px) {
  .inner {
    overflow: hidden;
  }
  .header-logo img {
    width: 140px;
  }
  .top {
    margin-bottom: 0;
  }
  .top .btns {
    display: block;
  }
  .top .btns .btn_common {
    width: 100%;
    max-width: 380px;
    min-width: 300px;
    height: 70px;
    margin: 0 auto;
  }
  .top .btns a:nth-of-type(1) {
    margin: 0 auto 20px auto;
  }
  .service_btn .btn_common,
  .contact_btn .btn_common
  {
    max-width: 360px;
    min-width: 300px;
    height: 70px;
    margin: 0 auto;
  }
  .btn_nestpay .icon,
  .btn_nestcom .icon,
  .top .btns .icon
  {
    right: 30px;
  }
  .service_btn .btn_nestpay .icon,
  .service_btn .btn_nestcom .icon
  {
    right: 20px;
  }
  .contact_btn {
    margin: 40px auto 0;
  }
  .service1 {
    margin: 50px auto 0;
  }
  .service_side>div:nth-of-type(2) {
    margin: -80px auto 0;
  }
}
@media screen and (max-width: 520px) {
  .header-logo img {
    width: 120px;
  }
  .header-logo img:nth-of-type(1) {
    margin-right: 25px;
  }
  header .btn_inquiry {
    margin: -5px 0 -5px auto;
  }
  .top {
    height: 600px;
    margin-bottom: 50px;
  }
  .headline h2 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
  .headline p {
    font-size: 0.9em;
  }
  .service1 {
    margin: 30px auto 0;
  }
  .service1 h2, .service2 h2 {
    padding-bottom: 15px;
  }
  .service1 h2::before,
  .service2 h2::before
  {
    width: 30px;
  }
  .service1 h2 img,
  .service2 h2 img
  {
    height: 19px;
  }
  .contact_inner h2 img {
    height: 25px;
  }
  .service_side>div {
    width: 90%;
  }
  .service_side>div img {
    width: 136%;
    max-width: 136%;
    margin-left: -17%;
    margin-top: -30px;
  }
  .service_side>div h3 {
    margin-top: -60px;
  }
  .service_side>div:nth-of-type(2) {
    width: 90%;
    margin: 0px auto 0;
  }
  .contact p.ttl {
    margin: 30px auto 10px;
    font-size: 1.2em;
  }
  .contact_form {
    width: 86%;
    margin: 40px auto 0;
    padding: 40px 7%;
  }
  
  .sub_top h2 {
    font-size: 2.5rem;
  }

  .footer-logo {
    height: 25px;
  }
}
@media screen and (max-width: 450px) {
  .header-inner {
    padding: 10px 0;
  }
  .header-logo img {
    width: 100px;
  }
  .header-logo img:nth-of-type(1) {
    margin-right: 20px;
  }
  header .btn_inquiry {
    width: 40px;
    height: 40px;
  }
  .btn_inquiry .icon {
    width: 20px;
    height: 23px;
  }
  .btn_inquiry .icon::after {
    transform: scale(0.08);
    right: 20px;
    top: 1px;
  }
  .top {
    height: 550px;
  }
  .headline_contents {
    top: 170px;
  }
  .headline h2 {
    margin-left: -2%;
  }
  .headline p {
    width: 110%;
    max-width: 110%;
    margin-left: -2%;
  }
  .top .btns .btn_common,
  .service_btn .btn_common,
  .contact_btn .btn_common,
  .btn_common
  {
    height: 65px;
  }
}
@media screen and (max-width: 400px) {
  .headline h2 {
    font-size: 2.2rem;
  }
  .headline p {
    font-size: 0.8em;
  }
  .footer-con-inner {
    width: 90%;
  }
  .footer-logo {
    height: 20px;
  }
}
@media screen and (max-width: 360px) {
  .top {
    margin-bottom: 30px;
  }
  .headline h2 {
    margin-left: -3%;
  }
  .headline p {
    margin-left: -3%;
    font-size: 0.7em;
  }
  .service_side>div:nth-of-type(2) {
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 350px) {
  .headline p {
    text-wrap-mode: nowrap;
  }
  .top .btns .btn_common {
    width: 100%;
    max-width: none;
    min-width: 270px;
    height: 60px;
  }
  .service_btn .btn_common,
  .contact_btn .btn_common {
    max-width: max-content;
    min-width: 270px;
    height: 60px;
    font-size: 1em;
  }
  .service_btn .btn_nestpay .icon::after,
  .service_btn .btn_nestcom .icon::after {
    left: 18px;
    transform: scale(0.05) rotate(90deg);
    top: 20%;
  }
  .contact_btn>div.send::after {
    transform: scale(0.05) rotate(0deg);
  }
  .contact_btn>div.back:after {
    transform: scale(0.05) rotate(180deg);
  }
}
@media screen and (max-width: 345px) {
  .contact_form .form-input.radio-column label,
  .contact_form .form-input.checkbox-column label {
    align-items: start;
  }
  .contact_form input[type="radio"],
  .contact_form input[type="checkbox"] {
    margin-top: 3.5px;
  }
}


/* ========================================================
  PC/SP 切替表示
======================================================== */
/* PCのみ適用 */
.pc-only {
  display: block !important;
}
.sp-only {
  display: none !important;
}
/* SPのみ適用 */
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
