@charset "UTF-8";

@font-face {
    font-family: 'ExtraBold';
    src:url('../font/LINESeedJP_TTF ExtraBold.ttf'); 
}
.only-m {
  display: none !important;
}
.only-pc-br{ display: block;}
.container {
  position: relative;
  width: 1286px;
  margin: 0 auto;
}

.w1444 {
  position: relative;
  width: 1444px;
  margin: 0 auto;
}



.btn {
  display: block;
  width: 17vw;
  height: 3.9vw;
  background-color: #fff;
  border-radius: 3.9vw;
  font-size: 1.25vw;
  line-height: 3.9vw;
  color: #666;
  text-align: center;
  font-weight: 500;
  transition: all 0.5s;
}
.btn:hover {
  transform: scale(1.08);
}

/* 子页 */
.subBanner {
  margin-top: 0px;
  position: relative;
  height: 26.45vw;
  background: #000;
  text-align: center;
}
.subBanner h1 {
  position: relative;
  padding-top: 8vw;
  font-size: 3.75vw;
  line-height: 6vw;
  color: #fff;
  font-weight: 900;
}
.subBanner p {
  position: relative;
  font-size: 1.25vw;
  line-height: 2.5vw;
  font-weight: 400;
  color: #fff;
}
.subTitle{ padding: 5vw 0 4vw;font-size: 2vw; line-height: 4vw; text-align: center;}
/* --------------------------------------------------------------Q&A---------------------------------------------------------- */
.faq {
  margin: 60px auto;
  font-size: 18px;
  line-height: 40px;
}
.faq li {
  position: relative;
  padding: 0 22px;
  border: 1px solid #bfbfbf;
  margin-bottom: 40px;
}
.faq h4, .faq div {
  position: relative;
  padding: 16px 0 16px 60px;
}
.faq h4 span,.faq div>span {
  position: absolute;
  padding-right: 10px;
  left: 0;
  top: 16px;
  font-size: 20px;
}
.faq div {
  padding-left: 40px;
  border-top: 1px solid #dcdcdc;
}
.faq div p {
  font-size: 16px;
}
.faq div p span{ font-weight: 700;}

/* ---------------------------------------------------------------------Operate---------------------------------------------------------------- */

.operateMain .video-container{ width: 100%;}
.operateMain .video-container video{ display: block; width: 100%; height: auto;}

/* -----------------------------------------------------------------------news------------------------------------------------------------------------ */

.newsPage .subNews {
  position: relative;
  display: flex;
}
.newsPage .news-section {
  flex: 1;
  padding-top: 3.65vw;
}
.newsPage .news-section .news-cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.newsPage .news-section .news-cards .card {
  width: 94%;
  margin-left: 6%;
  padding-bottom: 3.65vw;
  margin-bottom: 3.65vw;
  background: #fff;
  border-bottom: 1px solid #d1d1d1;
  transition: transform 0.3s ease;
}
.newsPage .news-section .news-cards .card a {
  display: flex;
  flex-direction: row-reverse;
}
.newsPage .news-section .news-cards .card .img {
  display: block;
  width: 40%;
  height: 12.9vw;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsPage .news-section .news-cards .card .img img {
  display: block;
  width: 100%;
}
.newsPage .news-section .news-cards .card .card-content {
  float: left;
  width: 56%;
  margin-right: 4%;
}
.newsPage .news-section .news-cards .card .desc {
  padding: 1vw 0;
  color: #363636;
  font-size: 1.25vw;
  line-height: 2.3vw;
}
.newsPage .news-section .news-cards .card p {
  font-size: 0.9375vw;
  line-height: 2vw;
}
.newsPage .news-section .news-cards .card .tag {
  display: block;
  width: 10vw;
  background-color: #3265ff;
  border-radius: 2.4vw;
  font-size: 1.25vw;
  line-height: 2.4vw;
  color: #fff;
  text-align: center;
}
.newsPage .news-section .pagination {
  display: flex;
  justify-content: center;
  margin: 0 0 3vw;
}
.newsPage .news-section .pagination a {
  font-size: 1.56vw;
  line-height: 3vw;
  color: #5D5D5D;
  padding: 0 1vw;
}
.newsPage .news-section .pagination a:hover {
  color: #3265ff;
  text-decoration: underline;
}
.newsPage .archive-section {
  position: sticky;
  top: 10vw;
  max-height: 80vh;
  overflow-y: auto;
  width: 14vw;
  margin: 4.4vw 0;
  background: #F5F9FF;
  border-radius: 0.9375vw;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  align-self: start;
}
.newsPage .archive-section h3 {
  padding-left: 1vw;
  font-size: 1.25vw;
  line-height: 4vw;
  color: #3265ff;
  border-bottom: 1px dashed #707070;
}
.newsPage .archive-section li {
  padding-left: 1.875vw;
}
.newsPage .archive-section li a {
  display: block;
  font-size: 1.04vw;
  line-height: 2.4vw;
  color: #363636;
}
.newsPage .archive-section li a:hover {
  color: #3265ff;
}

.news-article .article-title {
  padding-top: 4.375vw;
}
.news-article .article-title h2 {
  font-size: 2.5vw;
  line-height: 3.125vw;
  font-weight: 700;
  color: #000;
}
.news-article .article-title p {
  padding: 1vw 0;
  font-size: 1.25vw;
  line-height: 2.08vw;
  font-weight: 500;
  color: #000;
}
.news-article .article-title .article-meta {
  margin-top: 18px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 18px;
  line-height: 54px;
  color: #000;
}
.news-article .article-title .article-meta span {
  float: left;
  font-family: "Oswald";
}
.news-article .article-title .article-meta a {
  float: right;
  padding-left: 70px;
  background: url(../images/icon-arr01.png) no-repeat left center;
}
.news-article .article-image {
  display: block;
  margin: 50px auto;
  max-width: 100%;
}
.news-article .article-text {
  font-size: 16px;
  line-height: 40px;
  font-weight: 500;
  color: #000;
}
.news-article .social-links {
  padding-top: 4.5VW;
  text-align: center;
}
.news-article .social-links h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
}
.news-article .social-links a {
  display: inline-block;
  margin: 50px 10px;
  border-radius: 50%;
}
.news-article .social-links a img {
  display: block;
  width: 44px;
  transition: all .5s;
}
.news-article .social-links a:hover img {
  transform: scale(1.08);
}

.pageNav {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 60px;
  text-align: center;
}
.pageNav a {
  display: inline-block;
  margin: 0 20px;
  font-size: 24px;
  line-height: 118px;
  color: #000;
  font-weight: 400;
}
.pageNav a:hover {
  color: #3265ff;
}
.pageNav .prev {
  padding-left: 68px;
  background: url(../images/icon-arr02.png) no-repeat left center;
}
.pageNav .next {
  padding-right: 68px;
  background: url(../images/icon-arr03.png) no-repeat right center;
}

/* ------------------------------------------------------------------privacy---------------------------------------------------------------------------------- */

.privacyPage .article {
  padding-bottom: 6vw;
}
.privacyPage .article h2 {
  font-size: 1.875vw;
  line-height: 4em;
  text-align: center;
  margin-top: 3vw;
}
.privacyPage .article h3 {
  position: relative;
  padding-left: 1.8vw;
  font-size: 1.56vw;
  line-height: 3.2vw;
  margin-top: 2vw;
}
.privacyPage .article h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2vw;
  width: .833vw;
  height: .833vw;
  background-color: #000;
}
.privacyPage .article p {
  font-size: 1.04vw;
  line-height: 2.5vw;
  color: #363636;
}

/* --------------------------------------------------------contact--------------------------------------------------------- */
.logobox { padding: 30px 0; margin: 20px 0; background-color: #000;}
.logobox img{ display: block; margin: 0 auto;}

.contactPage .subContact {
  padding-bottom: 6vw;
}
.contactPage .subContact .section-heading {
  position: relative;
}
.contactPage .subContact .section-heading h3 {
  position: relative;
  margin-bottom: 3vw;
  font-size: 1.25vw;
  line-height: 4vw;
  color: #000;
}

.contactPage .subContact .section-heading .required-note {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.04vw;
  line-height: 4vw;
}
.contactPage .form-row {
  margin-bottom: 1.5vw;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.contactPage .form-label, .contactPage .toPrivacy {
  width: 100%;
  font-size: 20px;
  line-height: 50px;
}
.contactPage .form-label.required:after {
  content: " *";
  color: #e32;
}
.contactPage .form-input {
  width: 100%;
}
.contactPage .form-input input,
.contactPage .form-input select,
.contactPage .form-input textarea {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 18px;
  box-sizing: border-box;
}
.contactPage .select {
  position: relative;
}
.contactPage .select::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 0.2vw;
  width: 2vw;
  height: 2vw;
  background: #fff url(../images/icon-arr04.png) no-repeat center;
  background-size: 0.88vw auto;
}
.contactPage .form-input textarea {
  padding: 20px;
  min-height: 150px;
  resize: vertical;
  font-family: "Noto Sans JP", sans-serif;
}
.contactPage .error-message {
  display: block;
  width: 100%;
  color: #e32;
  font-size: 16px;
  line-height: 30px;
  display: none;
}
.contactPage input:invalid:not(:focus):not(:placeholder-shown),
.contactPage textarea:invalid:not(:focus):not(:placeholder-shown) {
  border-color: #e32;
}
.contactPage input:invalid:not(:focus):not(:placeholder-shown) + .error-message,
.contactPage textarea:invalid:not(:focus):not(:placeholder-shown) + .error-message {
  display: block;
}
.contactPage .checkbox-container {
  margin: 30px 0;
  font-size: 18px;
  line-height: 40px;
}
.contactPage .checkbox-container a {
  color: #3265ff;
  text-decoration: underline;
}
.contactPage .checkbox-container > div {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contactPage .checkbox-container input[type=checkbox] {
  margin-right: 10px;
  margin-top: 15px;
}
.contactPage .submit-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}
.contactPage .submit-container .btn {
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.contactPage .btn-edit {
  background-color: #888;
  color: white;
}
.contactPage .btn-edit:hover {
  background-color: #666;
}
.contactPage .btn-confirm {
  background-color: #2c5aa0;
  color: white;
}
.contactPage .btn-confirm:hover {
  background-color: #1e3d73;
}
.contactPage .btn-submit {
  background-color: #051277;
  color: white;
}
.contactPage .btn-submit:hover {
  background-color: #081579;
}
.contactPage .confirmation {
  display: none;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.contactPage .confirmation-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.contactPage .confirmation-label {
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}

.thank-you-message {
  padding-top: 8vw;
  background-color: #fff;
  text-align: center;
}
.thank-you-message h1 {
  font-size: 3vw;
  line-height: 4;
}
.thank-you-message p {
  font-size: 1.5vw;
  line-height: 1.6;
}
.thank-you-message .btn {
  background: #3265ff;
  margin: 3vw auto;
  color: #fff;
}

@media (min-width: 1921px) {
  .container {
    width: 67vw;
  }
  .w1444 {
    width: 75.2vw;
  }
  .articlePage .article-text {
    font-size: 0.833vw;
    line-height: 2.06vw;
  }
}
@media (min-width: 1000px) and (max-width: 1460px) {
  .container {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .header .contact-link {
    right: 50px;
  }
  .w1444 {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .index-pickup .container {
    padding: 0;
  }
}