@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  line-height: 1.6em;
  font-family:
    "Noto Sans JP",
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    Roboto,
    "Segoe UI",
    YuGothic,
    "Yu Gothic Medium",
    "Yu Gothic",
    Verdana,
    Meiryo,
    sans-serif;
  color: #3e3a39;
  width: 100%;
  position: relative;
  overflow-x: hidden !important;
  margin: 0;
  background: #fff;
}
nav {
  font-family: english-grotesque, sans-serif;
  font-weight: 300;
  font-style: normal;
}
main {
  min-height: 600px;
}
@media (max-width: 768px) {
  main {
    padding-bottom: 50px;
  }
}
@media (min-width: 960px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media (max-width: 959px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.img_full {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*-----------------共通--------------------*/

.marker_yel {
  background: linear-gradient(transparent 80%, #f4d847 0%);
  position: relative;
}
.txt_wht {
  color: #fff;
}
.txt_center {
  text-align: center;
  margin: 0 auto;
}
.txt_caution {
  text-align: center;
  font-family: Inter;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2em; /* 28px */
  padding: 20px;
}
.txt_list {
  padding: 15px;
}
.txt_list li {
  list-style: disc;
  margin-left: 30px;
}
@media (min-width: 768px) {
  .spbr {
    display: none;
  }
}
@media (max-width: 767px) {
  .spbr {
    display: block;
  }
}
@media (min-width: 960px) {
  .col_ctt {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
  }
  .mag_ctrl {
    margin: 0 -40px;
  }
  .col2to1_box {
    width: 50%;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
  }
  .col3to1_box {
    width: 33.333333%;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
  }
  .col4to1_box {
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
  }
  .col_rev2-1 {
    order: 2;
  }
  .col_rev1-2 {
    order: 1;
  }
}
@media (max-width: 959px) {
  .col_ctt {
    display: block;
    position: relative;
  }
  .mag_ctrl {
    margin: 0 -20px;
  }
  .col2to1_box {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
  }
  .col3to1_box {
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
    box-sizing: border-box;
    position: relative;
  }
  .col4to1_box {
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
    box-sizing: border-box;
    position: relative;
  }
  .col_rev2-1 {
    order: 1;
  }
  .col_rev1-2 {
    order: 2;
  }
}

@media (min-width: 960px) {
  .container1120 {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    box-sizing: border-box;
  }
  .txt_ttl {
    width: 100%;
    font-size: 2.8rem;
    line-height: 1.3em;
    position: relative;
    font-weight: 700;
  }
  .ctt_ttl {
    font-size: 4rem;
    line-height: 1.3em;
    color: #ff5888;
    margin: 40px auto;
    padding-bottom: 20px;
    position: relative;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
  }
  .ctt_ttl_blk {
    font-size: 4rem;
    line-height: 1.3em;
    color: #3e3a39;
    margin: 40px auto;
    padding-bottom: 20px;
    position: relative;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
  }
  .ctt_ttl_blk_l {
    font-size: 4rem;
    line-height: 1.3em;
    color: #3e3a39;
    margin: 40px auto;
    padding-bottom: 20px;
    position: relative;
    font-weight: 700;
    text-align: left;
    letter-spacing: 2px;
  }
  .ctt_ttl_blk_l::after {
    content: "";
    width: 100px;
    height: 4px;
    background: #3e3a39;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 959px) {
  .container1120 {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
  }
  .txt_ttl {
    width: 100%;
    font-size: 2.5rem;
    line-height: 1.3em;
    position: relative;
    font-weight: 700;
  }
  .ctt_ttl {
    font-size: 3rem;
    line-height: 1.3em;
    color: #ff5888;
    margin: 40px auto;
    padding-bottom: 20px;
    position: relative;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
  }
  .ctt_ttl_blk {
    font-size: 3rem;
    line-height: 1.3em;
    color: #3e3a39;
    margin: 40px auto;
    padding-bottom: 20px;
    position: relative;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
  }
  .ctt_ttl_blk_l {
    font-size: 3rem;
    line-height: 1.3em;
    color: #3e3a39;
    margin: 40px auto;
    padding-bottom: 20px;
    position: relative;
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
  }
  .ctt_ttl_blk_l::after {
    content: "";
    width: 100px;
    height: 4px;
    background: #3e3a39;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.ctt_ttl::after {
  content: "";
  width: 100px;
  height: 4px;
  background: #ff5888;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ctt_ttl_blk::after {
  content: "";
  width: 100px;
  height: 4px;
  background: #3e3a39;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*-------------------共通ボタン-------------------*/

.box_btn {
  display: inline-block;
}
.box_btn > a {
  max-width: 258px;
  height: 50px;
  border-radius: 25px;
  padding: 15px 40px;
  position: relative;
  background: #000;
  color: #fff !important;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 700;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}
.box_btn > a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}
@media (min-width: 960px) {
  .box_btn > a:hover {
    color: #000 !important;
    background-color: #fff;
  }
  .box_btn > a:hover::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
  }
}

/*-----------------about--------------------*/
#about_head {
  text-align: center;
  font-family: Inter;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
}
#about_head::after {
  content: "";
  width: 100%;
  height: 5px;
  flex-shrink: 0;
  background: #f4d847;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.about_container::before {
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(to right, #007dd7, #ff0e1f);
  transform: skewY(3deg);
  position: absolute;
  bottom: -70px;
  left: 0;
  z-index: -1;
}
@media (min-width: 960px) {
  .about_container {
    width: 100%;
    padding: 100px 30px 50px 30px;
    box-sizing: border-box;
    margin: 0 auto;
    background: linear-gradient(to right, #007dd7, #ff0e1f);
    position: relative;
  }
  .about_point {
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 20px;
  }
  .about_point > li {
    width: calc(25% - 20px);
    padding: 10px;
    margin: 10px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
  }
}
@media (max-width: 959px) {
  .about_container {
    width: 100%;
    padding: 100px 30px 50px 30px;
    box-sizing: border-box;
    margin: 0 auto;
    background: linear-gradient(to right, #007dd7, #ff0e1f);
    position: relative;
  }
  .about_point {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
  .about_point > li {
    width: calc(50% - 20px);
    padding: 10px;
    margin: 10px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
  }
}
.about_point > li > .point {
  color: #007dd7;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 10px;
}
.about_point > li > .img {
  width: 100%;
  height: 66px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
}
.about_point > li > .img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about_point > li > .ttl {
  color: #060606;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.about_point > li > .price {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 49.4px */
  letter-spacing: 1px;
}
.about_point > li > .strong {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 33.8px */
  letter-spacing: 1px;
}

/*-----------------PLAN--------------------*/

.planbg_2 {
  background: #f2f2f2;
}
@media (min-width: 960px) {
  .plan_container {
    width: 100%;
    padding: 120px 30px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
  }
  .plan_ctt {
    max-width: 960px;
    border: solid 1px #007dd7;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .plan_box {
    width: 50%;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
  }
  .planbg_3 {
    background: #f2f2f2;
  }
  .planbg_4 {
    background: #fff;
  }
}
@media (max-width: 959px) {
  .plan_container {
    width: 100%;
    padding: 100px 30px 50px 30px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
  }
  .plan_ctt {
    width: 100%;
    border: solid 1px #007dd7;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
  }
  .plan_box {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
  }
  .planbg_3 {
    background: #fff;
  }
  .planbg_4 {
    background: #f2f2f2;
  }
}
.plan_box > .no {
  color: #007dd7;
  font-family: "Helvetica Neue";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: 10px;
  left: 10px;
}
.plan_box > .ttl {
  color: #007dd7;
  font-family: "Noto Sans JP";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-left: 50px;
  padding-bottom: 20px;
}
.plan_box > dl {
  display: flex;
  border-bottom: solid 1px #007dd7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.plan_box > dl > dt {
  width: 34%;
  color: #007dd7;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.plan_box > dl > dd {
  width: 66%;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.plan_installment_detail {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
.plan_box > dl > dd > span {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 0 5px;
}

.plan_box > dl > dd > strong {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 30px */
}
.plan_minus {
  color: #ff0e1f;
}

/*-----------------Mobile WiFi--------------------*/

.mwifi_container::before {
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(to right, #007dd7, #ff0e1f);
  transform: skewY(-3deg);
  position: absolute;
  top: -70px;
  left: 0;
  z-index: -1;
}
.mwifi_container::after {
  content: "";
  width: 100%;
  height: 200px;
  background: linear-gradient(to right, #007dd7, #ff0e1f);
  transform: skewY(3deg);
  position: absolute;
  bottom: -70px;
  left: 0;
  z-index: -1;
}
@media (min-width: 960px) {
  .mwifi_container {
    width: 100%;
    padding: 50px 30px;
    box-sizing: border-box;
    margin: 0 auto;
    background: linear-gradient(to right, #007dd7, #ff0e1f);
    position: relative;
  }
  .mwifi_ctt {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
  }
  .mwifi_box {
    width: calc(50% - 20px);
    margin: 10px;
    padding: 10px;
    box-sizing: border-box;
  }

  .mwifi_cttPC {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .mwifi_cttPC > .mwifi_box:only-child {
    grid-column: 2;
  }

  .mwifi_cttPC > .mwifi_box {
    width: auto;
    margin: 0;
  }
}
@media (max-width: 959px) {
  .mwifi_container {
    width: 100%;
    padding: 100px 30px 50px 30px;
    box-sizing: border-box;
    margin: 0 auto;
    background: linear-gradient(to right, #007dd7, #ff0e1f);
    position: relative;
  }
  .mwifi_ctt {
    max-width: 960px;
    margin: 0 auto;
    display: block;
  }
}
.mwifi_box > .img {
  width: 100%;
  max-width: 300px;
  height: 210px;
  padding: 20px 0;
  margin: 0 auto;
}
.mwifi_box > .img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mwifi_box > .name {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #fff;
}
.mwifi_box > ul {
  margin-left: 10px;
  padding-left: 10px;
  padding-bottom: 20px;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 28.8px */
}
.mwifi_box > ul > li {
  list-style: disc;
}
.mwifi_box > dl {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  color: #fff;
  margin-bottom: 20px;
}
.mwifi_box > dl > dt {
  width: 40%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  padding: 10px;
}
.mwifi_box > dl > dd {
  width: 60%;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  padding: 10px;
}

/*-----------------OPTION--------------------*/

@media (min-width: 960px) {
  .option_container {
    width: 100%;
    padding: 120px 30px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
  }
  .option_ctt {
    max-width: 960px;
    margin: 20px auto;
    display: block;
  }
  .option_cards {
    display: grid;
    gap: 28px;
  }
}
@media (max-width: 959px) {
  .option_container {
    width: 100%;
    padding: 100px 30px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
  }
  .option_ctt {
    width: 100%;
    margin: 20px auto;
  }
  .option_cards {
    display: grid;
    gap: 20px;
  }
}
.option_card {
  background: #fff;
}
.option_card_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 24px;
  background: linear-gradient(to right, #007dd7, #ff0e1f);
  border-left: 6px solid #ffd94a;
}
.option_card_head h3 {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.option_card_price {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
.option_card_body {
  padding: 24px 8px 8px;
}
.option_card_body p {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin: 0;
}
.option_badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}
.option_badges span {
  min-width: 120px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media (max-width: 959px) {
  .option_card_head {
    padding: 16px 18px;
    align-items: flex-start;
    flex-direction: column;
  }
  .option_card_head h3 {
    font-size: 18px;
  }
  .option_card_price {
    font-size: 16px;
  }
  .option_card_body {
    padding: 18px 0 0;
  }
  .option_card_body p {
    font-size: 14px;
    line-height: 1.8;
  }
  .option_badges span {
    min-width: auto;
    font-size: 14px;
    padding: 8px 14px;
  }
}

/*-----------------FLOW--------------------*/
@media (min-width: 960px) {
  .flow_container {
    width: 100%;
    padding: 100px 30px;
    box-sizing: border-box;
    margin: 0 auto;
    background: linear-gradient(to right, #007dd7, #ff0e1f);
    position: relative;
  }
  .flow_point {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    padding: 20px 0;
  }
  .flow_point > li {
    width: calc(50% - 50px);
    padding: 10px;
    margin: 25px;
    box-sizing: border-box;
    border-radius: 15px;
    text-align: center;
    position: relative;
    border: solid 2px #fff;
  }
  .flow_point > li::after {
    content: "→";
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .flow_point > li:last-child::after {
    display: none;
  }
  .flow_point > li > .no {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    padding-bottom: 20px;
  }
  .flow_point > li > .img {
    width: 140px;
    height: 95px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
  }
  .flow_point > li > .img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .flow_point > li > .ttl {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
  }
  .flow_point > li > .ttl > span {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
@media (max-width: 959px) {
  .flow_container {
    width: 100%;
    padding: 100px 30px;
    box-sizing: border-box;
    margin: 0 auto;
    background: linear-gradient(to right, #007dd7, #ff0e1f);
    position: relative;
  }
  .flow_point {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    padding: 20px 0;
  }
  .flow_point > li {
    width: 100%;
    max-width: 500px;
    padding: 0 0 20px 65px;
    margin-bottom: 20px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    position: relative;
    border-bottom: solid 1px #fff;
    display: block;
  }
  .flow_point > li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 60px;
    width: 1px;
    height: calc(100% - 80px);
    background: #000;
  }
  .flow_point > li::after {
    content: "";
    position: absolute;
    left: 6px;
    bottom: 20px;
    width: 8px;
    height: 8px;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    transform: rotate(45deg);
  }
  .flow_point > li:last-child::after {
    display: none;
  }
  .flow_point > li:last-child::before {
    display: none;
  }
  .flow_point > li > .no {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .flow_point > li > .img {
    width: 140px;
    height: 95px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
    float: right;
    padding: 0 0 10px 10px;
  }
  .flow_point > li > .img > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .flow_point > li > .ttl {
    width: 100%;
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
  }
  .flow_point > li > .ttl > span {
    color: #fff;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.flow_point > li > .txt {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
}

/*-----------------payment--------------------*/

.payment_container {
  width: 100%;
  padding: 120px 30px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

/*-----------------contact--------------------*/
@media (min-width: 960px) {
  .ctct_container {
    width: 100%;
    padding: 100px 30px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #f5f5f5;
    position: relative;
  }
}
@media (max-width: 959px) {
  .ctct_container {
    width: 100%;
    padding: 100px 30px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #f5f5f5;
    position: relative;
  }
}
.ctct_form_wrap {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 0;
  padding: 32px;
  background: #fff;
  border-radius: 24px;
  box-sizing: border-box;
}
.ctct_form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form_group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form_group label {
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 700;
  color: #007dd7;
}
.form_group input,
.form_group textarea {
  padding: 12px 16px;
  font-family: inherit;
  font-size: 1.6rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}
.form_group input:focus,
.form_group textarea:focus {
  outline: none;
  border-color: #007dd7;
  box-shadow: 0 0 0 3px rgba(0, 125, 215, 0.1);
}
.form_group textarea {
  resize: vertical;
  min-height: 120px;
}
.form_submit {
  margin-top: 16px;
}
.btn_submit {
  display: inline-block;
  width: 100%;
  padding: 14px 24px;
  background: #ff0e1f;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.btn_submit:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .ctct_form_wrap {
    padding: 24px 20px;
  }
  .form_group input,
  .form_group textarea {
    font-size: 1.6rem;
  }
}

/*-----------------privacy--------------------*/
.policy_page {
  padding: 20px 0 80px;
}
.policy_page .container950_inner {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  padding: 32px;
}
.policy_intro,
.policy_block p,
.policy_block li {
  font-family: Inter;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333;
}
.policy_block {
  padding: 20px 0;
  border-bottom: 1px dotted #808080;
}
.policy_block:first-of-type {
  padding-top: 0;
}
.policy_block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.policy_block h4 {
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 12px;
  color: #000;
}
.policy_block ol {
  padding-left: 1.5em;
  margin: 12px 0 0;
}
.policy_block li + li {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .policy_page .container950_inner {
    padding: 24px 20px;
  }
}
/*-------------------footer-------------------*/
footer {
  position: relative;
  padding-top: 50px;
}
.footer_logo {
  margin: 0 auto;
}
.footer_logo img {
  max-width: 230px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.footer_logo a {
  transition: ease 0.3s all;
}
.footer_logo a:hover {
  opacity: 0.7;
}
.footer_menu > ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.footer_menu > ul > li {
  width: 25%;
  padding: 20px;
}
.footer_menu > ul > li > ul > li {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 15px;
}

@media (max-width: 959px) {
  .footer_menu > ul {
    padding: 30px 0;
    flex-wrap: wrap !important;
  }
  .footer_menu > ul > li {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
  }
}

.fcopy {
  color: #9b9b9b;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 300%; /* 36px */
  margin: 0 auto;
}
/*---------------------------company-----------------------------*/

.company_name {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.company_else {
  font-size: 1.4rem;
  position: relative;
  letter-spacing: 1px;
}
.company_map a {
  position: relative;
  top: 7px;
  margin-left: 20px;
}
@media (min-width: 960px) {
  .company_ctt {
    width: 100%;
    max-width: 800px;
    min-height: 50vh;
    margin: 0 auto;
    position: relative;
  }
  .company_info > dl {
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #b7b7b7;
  }
  .company_info > dl > dt {
    width: 90px;
    position: relative;
    font-size: 1.3rem;
    line-height: 1.5em;
  }
  .company_info > dl > dd {
    width: calc(100% - 90px);
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
  }
}
@media (max-width: 959px) {
  .company_ctt {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
  }
  .company_info > dl {
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #b7b7b7;
  }
  .company_info > dl > dt {
    width: 100px;
    position: relative;
    font-size: 1.3rem;
    line-height: 1.5em;
  }
  .company_info > dl > dd {
    width: calc(100% - 100px);
    position: relative;
    padding-left: 20px;
    line-height: 1.5em;
  }
}

#add > p {
  font-size: 1.3rem;
}

#add > span {
  border: solid 1px #151515;
  color: #151515;
  padding: 2px 5px;
  margin-left: 5px;
  font-size: 1.1rem;
  line-height: 1em;
  border-radius: 15px;
  display: inline-block;
}

/*---------------------------procedure-----------------------------*/
.ctctlink_box {
  width: 80%;
  max-width: 500px;
  border-radius: 15px;
  border: 2px solid #ec221f;
  padding: 15px 25px;
  color: #ec221f;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3em;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  .ctctlink_box {
    bottom: 35px;
  }
}
.ctctlink_box > a {
  text-decoration: underline !important;
  color: #ec221f !important;
}
.procedure_ctt > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
}
.procedure_ctt > ul > li {
  width: 50%;
  position: relative;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 15px;
  border: 2px solid #f4d847;
}
@media (max-width: 959px) {
  .procedure_ctt > ul > li {
    width: 100%;
  }
}
.procedure_ctt2 > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
  border-radius: 15px;
  border: 2px solid #f4d847;
}
.procedure_ctt2 > ul > li {
  width: 50%;
  position: relative;
  padding: 25px;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .procedure_ctt2 > ul > li:last-child {
    border-left: solid 2px #f4d847;
  }
}
@media (max-width: 959px) {
  .procedure_ctt2 > ul > li:last-child {
    border-top: solid 2px #f4d847;
  }
  .procedure_ctt2 > ul > li {
    width: 100%;
  }
}
.procedure_ctt_ttl {
  color: #000;
  font-family: Inter;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 24px */
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: dotted 1px #808080;
}
.procedure_ctt_txt {
  color: #000;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  padding-bottom: 10px;
}
.procedure_ctt_tel {
  color: #5ca0da;
  font-family: Inter;
  font-size: 4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 40px */
  display: flex;
  align-items: center;
}
.procedure_ctt_tel::before {
  content: "➿";
  padding-right: 10px;
}
@media (max-width: 959px) {
  .procedure_ctt_tel {
    font-size: 2.6rem;
  }
  .procedure_ctt_tel::before {
    content: "➿";
    padding-right: 5px;
    font-size: 1.5rem;
  }
}

.procedure_ctt_open {
  padding-top: 10px;
}
.procedure_ctt_open > dl {
  display: flex;
}
.procedure_ctt_open > dl > dt {
  color: #000;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
  width: 80px;
}
.procedure_ctt_open > dl > dd {
  color: #000;
  font-family: Inter;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 24px */
}
@media (max-width: 959px) {
  .procedure_ctt_open > dl > dt {
    font-size: 1.4rem;
  }
  .procedure_ctt_open > dl > dd {
    font-size: 1.4rem;
  }
}
/*--------------legal-notice--------------*/

.legal_table > table {
  width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  .legal_table > table tr th {
    width: 30% !important;
    padding: 20px;
    border-bottom: 1px solid #fff2ad;
    vertical-align: middle;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
  }

  .legal_table > table tr td {
    padding: 20px;
    border-bottom: 1px dotted #808080;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  .legal_table > table tr th {
    max-width: 50%;
    padding: 10px 10px 0 10px;
    vertical-align: middle;
    font-family: Inter;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    box-sizing: border-box;
  }

  .legal_table > table tr td {
    max-width: 100%;
    padding: 5px 10px 10px 10px;
    display: block;
    box-sizing: border-box;
    border-bottom: 1px dotted #808080;
  }
}

@media (min-width: 768px) {
  .fix_table tr th,
  .fix_table tr td {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .fix_table tr th,
  .fix_table tr td {
    display: block;
    min-width: auto !important;
  }
}
.fix_table th {
  color: #333;
}

thead th {
  background-color: #808080 !important;
  color: #fff !important;
}

/*-------------------下層ページcss-------------------*/
.nottl {
  position: relative;
  height: 100px;
}
.stroke_og {
  color: #007dd7 !important;
}
.text_og {
  color: #007dd7 !important;
}

.base_header_ctt {
  width: 100%;
  height: 350px;
  overflow: hidden !important;
  position: relative;
  margin-top: 70px;
}
.base_ttl_box {
  text-align: center;
  margin: 0 auto;
}
.base_ttl_box > span {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 72px */
}
.base_ttl_box > h2 {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
}
.base_ttl_box > h3 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 960px) {
  .base_header_ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #000;
    font-size: 3rem;
    font-weight: 700;
  }
}
@media (max-width: 959px) {
  .base_header_ttl {
    width: 100%;
    text-align: center;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #000;
    font-size: 2.4rem;
    font-weight: 700;
  }
}

.base_header_ttl::after {
  content: "";
  width: 100%;
  max-width: 200px;
  height: 5px;
  flex-shrink: 0;
  background: linear-gradient(to right, #007dd7, #ff0e1f);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 960px) {
  .container950 {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding: 25px;
    box-sizing: border-box;
    position: relative;
  }
}
@media (max-width: 959px) {
  .container950 {
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    box-sizing: border-box;
    position: relative;
  }
}
.container950_ttl {
  width: 100%;
  font-family: Inter;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 24px */
  background: linear-gradient(to right, #007dd7, #ff0e1f);
  color: #fff;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 15px;
}
.container950_inner {
  padding: 25px;
  margin: 0 auto;
  display: block;
}
.container950_inner > .ttl {
  font-family: Inter;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5em;
  padding-bottom: 15px;
}

.container950_inner > .txt {
  font-family: Inter;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 2em;
  padding-bottom: 15px;
}

/*--------------terms--------------*/
.terms_lead {
  text-align: left;
  margin: 0 0 24px;
  font-size: 1.7rem;
  line-height: 1.8;
}
.terms_list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.terms_list > li {
  border-bottom: 1px dotted #808080;
}
.terms_list > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 8px;
  color: inherit;
  text-decoration: none;
}
.terms_list > li > a:hover .terms_list_title {
  text-decoration: underline;
}
.terms_list_title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.terms_list_action {
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #007dd7;
}
.terms_view_wrap {
  padding-bottom: 40px;
}
.terms_view_nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 16px;
  font-size: 1.4rem;
}
.terms_embed_wrap {
  background: #f4f4f4;
  border: 1px solid #ddd;
}
.terms_embed {
  display: block;
  width: 100%;
  height: 80vh;
  min-height: 480px;
  border: 0;
}
