@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
}

img {
  vertical-align: top;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
/* ヘッダー */
header {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
header .header-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  align-items: center;
}
header .header-inner .logo {
  width: 200px;
  text-decoration: none;
}

@media (max-width: 768px) {
  header .header-inner {
    padding: 0.8rem;
  }
  header .header-inner .logo {
    width: 150px;
  }
}
/* メインビジュアル */
.main-visual {
  padding-top: 4rem;
  width: 100%;
  background: linear-gradient(30deg, #E6F3FF, #fff);
  text-align: center;
}
.main-visual img {
  width: 100%;
  max-width: 1000px;
  height: auto;
}
.main-visual img.sp-image {
  display: none;
}

@media (max-width: 768px) {
  .main-visual {
    padding-top: 3rem;
  }
  .main-visual img {
    width: 95%;
  }
  .main-visual img.pc-image {
    display: none;
  }
  .main-visual img.sp-image {
    display: inline;
  }
}
/* ナビゲーション */
.nav-menu {
  background-color: #00A0E9;
  padding: 1rem 0;
}
.nav-menu ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0 1rem;
}
.nav-menu ul a {
  color: #ffffff;
  text-decoration: none;
  padding: 0.5rem 1rem;
  transition: opacity 0.3s;
}
.nav-menu ul a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }
}
#five-g {
  background-color: #ffffff;
}

#price {
  background-color: #f5f5f5;
  background-image: linear-gradient(134deg, rgba(1, 1, 1, 0.02) 0%, rgba(1, 1, 1, 0.02) 16%, transparent 16%, transparent 76%, rgba(58, 58, 58, 0.02) 76%, rgba(58, 58, 58, 0.02) 100%), linear-gradient(215deg, rgba(166, 166, 166, 0.02) 0%, rgba(166, 166, 166, 0.02) 33%, transparent 33%, transparent 79%, rgba(111, 111, 111, 0.02) 79%, rgba(111, 111, 111, 0.02) 100%), linear-gradient(303deg, rgba(215, 215, 215, 0.02) 0%, rgba(215, 215, 215, 0.02) 7%, transparent 7%, transparent 90%, rgba(192, 192, 192, 0.02) 90%, rgba(192, 192, 192, 0.02) 100%), linear-gradient(302deg, rgba(113, 113, 113, 0.02) 0%, rgba(113, 113, 113, 0.02) 34%, transparent 34%, transparent 73%, rgba(65, 65, 65, 0.02) 73%, rgba(65, 65, 65, 0.02) 100%), linear-gradient(90deg, white, white);
}

#area {
  background: url(../images/area-bg.png);
}

#qa {
  background: #eef7fd;
}

.features {
  background: linear-gradient(30deg, rgba(0, 160, 233, 0.7), #00A0E9);
}

.service-intro {
  background-color: #fff;
}

section {
  padding: 4rem 1rem;
}
section .section-inner {
  max-width: 1000px;
  margin: 0 auto;
}
section .section-inner.device-section {
  text-align: center;
}
section .section-inner.device-section img {
  max-width: 700px;
  width: 100%;
  height: auto;
}
section .section-inner.features-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}
section .section-inner.features-section .feature-item {
  flex: 1;
  text-align: center;
}
section .section-inner.features-section .feature-item img {
  width: 100%;
  max-width: 200px;
  height: auto;
}
section .section-inner.service-intro-section .logo-wrapper {
  margin-bottom: 2rem;
  text-align: center;
}
section .section-inner.service-intro-section .logo-wrapper img {
  width: 100%;
  max-width: 800px;
}
section .section-inner.service-intro-section .intro-text {
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.8;
  font-weight: bold;
}
section .section-inner.service-intro-section .benefits {
  display: flex;
  align-items: center;
}
section .section-inner.service-intro-section .benefits .thumb {
  width: 30%;
}
section .section-inner.service-intro-section .benefits .thumb img {
  width: 100%;
  height: auto;
}
section .section-inner.service-intro-section .benefits .benefit-items {
  width: 60%;
  margin: 0 auto;
}
section .section-inner.service-intro-section .benefits .benefit-items img {
  padding: 4% 0;
  width: 100%;
  height: auto;
}
section .section-inner.service-intro-section .feature-cards {
  display: flex;
  gap: 1rem;
  margin-bottom: 3rem;
}
section .section-inner.service-intro-section .feature-cards .feature-card {
  flex: 1;
  background: linear-gradient(30deg, rgba(0, 160, 233, 0.7), #00A0E9);
  color: white;
  padding: 3.5rem 0.5rem;
  border-radius: 5px;
  text-align: center;
}
section .section-inner.service-intro-section .feature-cards .feature-card img {
  width: 100px;
  height: auto;
  margin-bottom: 1.5rem;
}
section .section-inner.service-intro-section .feature-cards .feature-card h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
section .section-inner.service-intro-section .feature-cards .feature-card p {
  font-size: 0.9rem;
  line-height: 1.6;
}
section .section-inner.service-intro-section .notes {
  font-size: 0.75rem;
  color: #666;
  line-height: 1.6;
}
section .section-inner.service-intro-section .notes p {
  margin-bottom: 0.5rem;
}
section .section-inner.price-section {
  padding: 4rem 0;
}
section .section-inner.price-section .price-header {
  margin-bottom: 2rem;
  text-align: center;
}
section .section-inner.price-section .price-header .price-yen-icon {
  text-align: center;
}
section .section-inner.price-section .price-header .price-yen-icon img {
  width: 100px;
  height: auto;
}
section .section-inner.price-section .price-header h2 {
  font-size: 2rem;
}
section .section-inner.price-section .price-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
section .section-inner.price-section .price-content .giga-unlimited {
  margin-bottom: 1rem;
  width: 100%;
  max-width: 300px;
}
section .section-inner.price-section .price-content .giga-unlimited img {
  width: 100%;
}
section .section-inner.price-section .price-content .price-table {
  width: 100%;
  border-collapse: collapse;
}
section .section-inner.price-section .price-content .price-table th, section .section-inner.price-section .price-content .price-table td {
  padding: 0.5rem;
  border-bottom: 1px dotted #ccc;
}
section .section-inner.price-section .price-content .price-table th {
  text-align: left;
  width: 50%;
}
section .section-inner.price-section .price-content .price-table td {
  text-align: right;
}
section .section-inner.price-section .comparison-wrapper {
  margin-top: 4rem;
}
section .section-inner.price-section .comparison-wrapper .comparison-table {
  width: 100%;
  margin: 0 auto;
}
section .section-inner.price-section .comparison-wrapper .comparison-table img {
  width: 100%;
}
section .section-inner.price-section .comparison-wrapper .comparison-notes {
  font-size: 0.75rem;
  color: #666;
  line-height: 1.6;
  margin-top: 4rem;
}
section .section-inner.price-section .comparison-wrapper .comparison-notes p {
  margin-bottom: 0.5rem;
}
section .section-inner.price-section .option-wrapper {
  margin-top: 4rem;
}
section .section-inner.price-section .option-wrapper .logo-wrapper {
  margin-bottom: 2rem;
  text-align: center;
}
section .section-inner.price-section .option-wrapper .logo-wrapper img {
  width: 100%;
  max-width: 800px;
}
section .section-inner.price-section .option-wrapper .intro-text {
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
}
section .section-inner.price-section .option-wrapper .option-image {
  width: 100%;
  max-width: 800px;
  margin: 2rem auto;
}
section .section-inner.price-section .option-wrapper .option-image img {
  width: 100%;
  height: auto;
}
section .section-inner.price-section .option-wrapper .option-note {
  font-size: 0.75rem;
  color: #666;
  line-height: 1.6;
  margin-top: 4rem;
}
section .section-inner.price-section .option-wrapper .option-note p {
  color: #d55376;
}
section .section-inner.campaign-section .logo-wrapper {
  margin-bottom: 2rem;
  text-align: center;
}
section .section-inner.campaign-section .logo-wrapper img {
  width: 100%;
  max-width: 800px;
}
section .section-inner.campaign-section .campaign-table {
  width: 100%;
  text-align: center;
}
section .section-inner.campaign-section .campaign-table img {
  width: 100%;
  height: auto;
  max-width: 800px;
}
section .section-inner.campaign-section .campaign-table img:nth-child(1) {
  margin-bottom: 1rem;
}
section .section-inner.area-section {
  padding: 4rem 0;
}
section .section-inner.area-section .area-header {
  margin-bottom: 2rem;
  text-align: center;
}
section .section-inner.area-section .area-header .area-icon {
  text-align: center;
}
section .section-inner.area-section .area-header .area-icon img {
  width: 100px;
  height: auto;
}
section .section-inner.area-section .area-header h2 {
  font-size: 2rem;
}
section .section-inner.area-section .areacheck {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
section .section-inner.area-section .areacheck iframe {
  width: 100%;
  height: 700px;
}
section .section-inner.qa-section {
  padding: 4rem 0;
}
section .section-inner.qa-section .qa-header {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
}
section .section-inner.qa-section .qa-header .qa-icon {
  text-align: center;
}
section .section-inner.qa-section .qa-header .qa-icon img {
  width: 100px;
  height: auto;
}
section .section-inner.qa-section .qa-header h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
section .section-inner.qa-section .qa-list {
  margin: 0 auto;
}
section .section-inner.qa-section .qa-list .qa-item {
  background-color: #fff;
  border-bottom: 1px dotted #333;
}
section .section-inner.qa-section .qa-list .qa-item .qa-question {
  padding: 2.5rem 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
section .section-inner.qa-section .qa-list .qa-item .qa-question .plus-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  font-size: 2rem;
  transition: transform 0.3s ease;
}
section .section-inner.qa-section .qa-list .qa-item .qa-answer {
  padding: 0 1.5rem 0 3.5rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
}
section .section-inner.qa-section .qa-list .qa-item.active .plus-icon {
  transform: rotate(45deg);
}
section .section-inner.qa-section .qa-list .qa-item.active .qa-answer {
  padding: 0 1.5rem 1.5rem 3.5rem;
  max-height: 500px;
  opacity: 1;
}
section .section-inner.qa-section .qa-list .qa-item.active .qa-answer p {
  margin: 0;
  line-height: 1.6;
}
section .section-inner.qa-section .qa-list .qa-item.active .qa-answer a {
  color: #00A0E9;
  text-decoration: none;
}
section .section-inner.qa-section .qa-list .qa-item.active .qa-answer a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  section {
    padding: 2.5rem 0.5rem;
  }
  section .section-inner.features-section {
    flex-wrap: wrap;
    gap: 2rem 0;
    justify-content: space-around;
  }
  section .section-inner.features-section .feature-item {
    width: 40%;
    flex: none;
    text-align: center;
  }
  section .section-inner.service-intro-section .logo-wrapper {
    margin-bottom: 1.5rem;
  }
  section .section-inner.service-intro-section .intro-text {
    margin-bottom: 2rem;
  }
  section .section-inner.service-intro-section .benefits {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  section .section-inner.service-intro-section .benefits .thumb {
    width: 100%;
    text-align: center;
  }
  section .section-inner.service-intro-section .benefits .thumb img {
    max-width: 200px;
  }
  section .section-inner.service-intro-section .benefits .benefit-items {
    width: 100%;
  }
  section .section-inner.service-intro-section .feature-cards {
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }
  section .section-inner.service-intro-section .feature-cards .feature-card {
    flex: none;
    width: 100%;
    padding: 1.5rem 0.5rem;
  }
  section .section-inner.service-intro-section .feature-cards .feature-card h3 {
    font-size: 1rem;
  }
  section .section-inner.price-section {
    padding: 0;
  }
  section .section-inner.price-section .price-header .price-yen-icon img {
    width: 60px;
  }
  section .section-inner.price-section .price-header h2 {
    font-size: 1.2rem;
  }
  section .section-inner.price-section .price-content .giga-unlimited {
    max-width: 200px;
  }
  section .section-inner.price-section .price-content .price-table th, section .section-inner.price-section .price-content .price-table td {
    padding: 0.4rem;
    font-size: 0.75rem;
  }
  section .section-inner.price-section .price-content .price-table th {
    width: 40%;
  }
  section .section-inner.price-section .comparison-wrapper {
    margin-top: 3rem;
  }
  section .section-inner.price-section .comparison-wrapper .comparison-notes {
    margin-top: 2rem;
  }
  section .section-inner.price-section .option-wrapper {
    margin-top: 2rem;
  }
  section .section-inner.price-section .option-wrapper .logo-wrapper {
    margin-bottom: 1.5rem;
  }
  section .section-inner.price-section .option-wrapper .intro-text {
    font-size: 0.9rem;
  }
  section .section-inner.price-section .option-wrapper .option-note {
    margin-top: 2rem;
  }
  section .section-inner.area-section {
    padding: 0;
  }
  section .section-inner.area-section .area-header .area-icon img {
    width: 60px;
  }
  section .section-inner.area-section .area-header h2 {
    font-size: 1.2rem;
  }
  section .section-inner.area-section .areacheck {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  section .section-inner.area-section .areacheck iframe {
    height: 500px;
    border: 0;
    width: 720px;
    max-width: 100%;
  }
  section .section-inner.qa-section {
    padding: 0;
  }
  section .section-inner.qa-section .qa-header {
    margin-bottom: 3rem;
  }
  section .section-inner.qa-section .qa-header .qa-icon img {
    width: 60px;
  }
  section .section-inner.qa-section .qa-header h2 {
    font-size: 1.2rem;
  }
  section .section-inner.qa-section .qa-list .qa-item {
    font-size: 0.9rem;
  }
  section .section-inner.qa-section .qa-list .qa-item .qa-question {
    padding: 1.5rem 0.5rem;
  }
  section .section-inner.qa-section .qa-list .qa-item .qa-question .plus-icon {
    width: 20px;
    height: 20px;
    font-size: 1.2rem;
  }
  section .section-inner.qa-section .qa-list .qa-item .qa-answer {
    padding: 0 1.5rem 0 3.5rem;
  }
  section .section-inner.qa-section .qa-list .qa-item.active .qa-answer {
    padding: 0 1.5rem 1.5rem 3.5rem;
  }
}
footer {
  padding: 4rem 1rem;
  background-color: #252525;
}
footer .content {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
footer .content .pdf {
  margin: 0 0 1.5rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
footer .content .pdf a {
  width: 30%;
  font-size: 0.9rem;
  padding: 0.5rem 1.5rem;
  border-radius: 20px;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  text-align: center;
  position: relative;
  background-color: #fff;
}
footer .content .pdf a::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
}
footer .content .tel {
  margin: 1.5rem 0;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
}
footer .content .tel a {
  color: #00A0E9;
  text-decoration: none;
}
footer .content .address {
  margin: 1.5rem 0 0;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  footer {
    padding: 2rem 1rem;
  }
  footer .content {
    width: 100%;
  }
  footer .content .pdf {
    gap: 0.7rem;
  }
  footer .content .pdf a {
    width: 100%;
    max-width: 250px;
    font-size: 0.7rem;
    padding: 0.5rem 1rem;
  }
  footer .content .pdf a::after {
    right: 5px;
  }
  footer .content .tel {
    font-size: 0.8rem;
  }
  footer .content .address {
    font-size: 0.8rem;
  }
}
.copyright {
  padding: 2rem 1rem;
  text-align: center;
}
.copyright p {
  font-size: 0.7rem;
}

#apply {
  background: #E6F3FF;
  padding: 1rem 1rem;
}
#apply .apply-section {
  max-width: 700px;
  margin: 0 auto;
  padding: 4rem 0;
}
#apply .apply-section .apply-content {
  margin: 0 auto;
}
#apply .apply-section .apply-content .apply-item {
  background-color: #4CAF50;
  /* モーダル用のスタイル */
}
#apply .apply-section .apply-content .apply-item .apply-question {
  padding: 2.5rem 1rem;
  cursor: pointer;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
}
#apply .apply-section .apply-content .apply-item .apply-answer {
  padding: 0 1.5rem 0 3.5rem;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
}
#apply .apply-section .apply-content .apply-item .apply-answer .apply-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#apply .apply-section .apply-content .apply-item .apply-answer .apply-links .apply-link {
  display: block;
  background-color: #fff;
  text-decoration: none;
  color: #333;
  padding: 1rem;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  transition: background-color 0.3s;
  font-size: 1rem;
}
#apply .apply-section .apply-content .apply-item .apply-answer .apply-links .apply-link:hover {
  background-color: #e6f7fe;
}
#apply .apply-section .apply-content .apply-item .apply-answer .apply-links .credit-btn {
  border: none;
  cursor: pointer;
}
#apply .apply-section .apply-content .apply-item .modal {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
#apply .apply-section .apply-content .apply-item .modal .modal-content {
  background-color: #fefefe;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  border: 1px solid #888;
  width: 95%;
  max-width: 600px;
  border-radius: 5px;
}
#apply .apply-section .apply-content .apply-item .modal .modal-content .close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
#apply .apply-section .apply-content .apply-item .modal .modal-content .close-btn:hover,
#apply .apply-section .apply-content .apply-item .modal .modal-content .close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#apply .apply-section .apply-content .apply-item .modal .modal-content .url-copy {
  display: flex;
  margin-top: 15px;
}
#apply .apply-section .apply-content .apply-item .modal .modal-content .url-copy input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
}
#apply .apply-section .apply-content .apply-item .modal .modal-content .url-copy button {
  padding: 10px 15px;
  background-color: #5D6D7E;
  color: white;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
#apply .apply-section .apply-content .apply-item .modal .modal-content .url-copy button:hover {
  background-color: #495A69;
}
#apply .apply-section .apply-content .apply-item.active .apply-answer {
  padding: 0 1.5rem 1.5rem 3.5rem;
  max-height: 500px;
  opacity: 1;
}

@media (max-width: 768px) {
  #apply {
    padding: 2.5rem 0.5rem;
  }
  #apply .apply-section {
    padding: 0;
  }
  #apply .apply-section .apply-content .apply-item {
    font-size: 0.9rem;
  }
  #apply .apply-section .apply-content .apply-item .apply-question {
    padding: 1.5rem 0.5rem;
  }
  #apply .apply-section .apply-content .apply-item.active .apply-answer {
    padding: 0 1rem 1rem 1rem;
  }
  #apply .apply-section .apply-content .apply-item.active .apply-answer .apply-links .apply-link {
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=style.css.map */