@charset "UTF-8";
/* ======================================================================
 reset
====================================================================== */
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  overflow-y: scroll;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
  padding-left: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, select, textarea {
  box-sizing: border-box;
}

html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 62.5%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #000;
  line-height: 1.6;
  background: #fff;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-all;
  min-width: 1440px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

a:link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: c;
  text-decoration: none;
}

a[href^=tel] {
  color: #000;
}

.contain {
  width: 1440px;
  min-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

input:placeholder-shown, textarea:placeholder-shown {
  color: #000;
}
input::placeholder, textarea::placeholder {
  color: #000;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #000;
}
input:focus::placeholder, textarea:focus::placeholder {
  color: #000;
}

.blue {
  color: #1570a6;
}

.yellow {
  color: #fff000;
}

@media screen and (min-width: 769px) {
  .u_pc {
    display: block;
  }
  .u_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u_pc {
    display: none;
  }
  .u_sp {
    display: block;
  }
}
.p_index .key {
  background: url(../img/index/bg_key.png) center center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .p_index .key {
    background: url(../img/index/sp/bg_key.png) center center/cover no-repeat;
  }
}
.p_index .key .l_content_size_pc_1 {
  position: relative;
}
.p_index .key_img {
  padding: 29px 16px 36px 58px;
}
@media screen and (max-width: 768px) {
  .p_index .key_img {
    padding: 8.2666666667vw 0 0;
    margin: 0 -4vw;
  }
}
.p_index .key_text {
  position: absolute;
  top: 103px;
  right: 0;
  margin-right: -54px;
}
.p_index .key_btn {
  position: absolute;
  bottom: -65px;
  right: 0;
  margin-right: -30px;
}
.p_index .contents_ttl {
  font-size: 4rem;
  font-weight: 700;
  padding: 50px 0 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_index .contents_ttl {
    font-size: 6.6666666667vw;
    padding: 8vw 0 5.3333333333vw;
  }
}
.p_index .implement .contents_ttl {
  color: #1570a6;
}
.p_index .implement_list {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p_index .implement_list {
    margin: 0 -4vw 8vw;
  }
}
.p_index .implement_list li + li {
  margin-left: 69px;
}
@media screen and (max-width: 768px) {
  .p_index .implement_list li + li {
    margin-left: 5.3333333333vw;
  }
}
.p_index .contact_top {
  background: #1570a6;
  padding: 11px 0;
}
@media screen and (max-width: 768px) {
  .p_index .contact_top {
    padding: 4vw 0;
  }
}
.p_index .contact_bottom {
  background: url(../img/common/bg_contact.png) repeat;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .p_index .contact_bottom {
    background: #62b7e9;
    padding: 5.3333333333vw 0;
  }
}
.p_index .contact_bottom .l_content_size_pc_1 {
  position: relative;
}
.p_index .contact_chara {
  position: absolute;
  top: -70px;
  left: 137px;
}
@media screen and (max-width: 768px) {
  .p_index .contact_chara {
    top: -12.8vw;
    left: 2.6666666667vw;
    width: 22.6666666667vw;
  }
}
.p_index .contact_img01 {
  display: flex;
  justify-content: center;
}
.p_index .contact_box {
  width: 1000px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  border: 3px solid #1570a6;
}
@media screen and (max-width: 768px) {
  .p_index .contact_box {
    width: inherit;
    border: 2px solid #1570a6;
  }
}
.p_index .contact_box-ttl {
  background: #1570a6;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p_index .contact_box-ttl {
    padding: 4.4vw 0;
  }
  .p_index .contact_box-ttl img {
    width: 75.6vw;
  }
}
.p_index .contact_box-inner {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_index .contact_box-inner {
    padding: 3.8666666667vw 4vw 4.4vw;
    display: block;
  }
}
.p_index .contact_box-text {
  font-size: 2rem;
  font-weight: 700;
  color: #1570a6;
}
@media screen and (max-width: 768px) {
  .p_index .contact_box-text {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 2.6666666667vw;
  }
}
.p_index .contact_box-tel {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p_index .contact_box-tel {
    justify-content: center;
    margin-bottom: 2.6666666667vw;
  }
}
.p_index .contact_box-tel img {
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .p_index .contact_box-tel img {
    margin-right: 3.4666666667vw;
    width: 11.4666666667vw;
  }
}
.p_index .contact_box-tel p {
  font-family: "Roboto", sans-serif;
  font-size: 6.6rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .p_index .contact_box-tel p {
    font-size: 10vw;
  }
}
.p_index .maintenance {
  background: linear-gradient(to bottom, #fff 0%, #fff 724px, #e8eff3 724px);
}
@media screen and (max-width: 768px) {
  .p_index .maintenance {
    background: linear-gradient(to bottom, #fff 0%, #fff 131.8666666667vw, #e8eff3 131.8666666667vw);
  }
}
.p_index .maintenance_text01 {
  display: flex;
  justify-content: center;
  padding: 80px 0 36px;
}
@media screen and (max-width: 768px) {
  .p_index .maintenance_text01 {
    padding: 12.2666666667vw 0 5.8666666667vw;
    width: 84.9333333333vw;
    margin: 0 auto;
  }
}
.p_index .maintenance_img01 {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p_index .maintenance_img01 {
    margin-bottom: 7.6vw;
  }
}
.p_index .maintenance_text {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: -16px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p_index .maintenance_text {
    font-size: 6vw;
    margin-bottom: -2.9333333333vw;
  }
}
.p_index .maintenance_box {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(20, 124, 185, 0.2);
  padding: 58px 0 40px;
  width: 1000px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .p_index .maintenance_box {
    padding: 8.2666666667vw 3.3333333333vw 5.4666666667vw 3.8666666667vw;
    width: inherit;
    margin-bottom: 7.7333333333vw;
  }
}
.p_index .maintenance_text02 {
  display: flex;
  justify-content: center;
}
.p_index .maintenance_text03 {
  display: flex;
  justify-content: center;
}
.p_index .maintenance_text03-outer {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p_index .maintenance_text03-outer {
    margin-bottom: 7.7333333333vw;
  }
}
.p_index .maintenance_img02 {
  position: absolute;
  bottom: 29px;
  right: 78px;
}
.p_index .maintenance_text04 {
  display: flex;
  justify-content: center;
  margin-bottom: 63px;
}
@media screen and (max-width: 768px) {
  .p_index .maintenance_text04 {
    width: 79.0666666667vw;
    margin: 0 auto 7.7333333333vw;
  }
}
.p_index .maintenance_bottom {
  font-size: 10rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p_index .maintenance_bottom {
    font-size: 11.3333333333vw;
    margin-top: -7.3333333333vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  .p_index .btn {
    position: relative;
  }
}
.p_index .btn a {
  width: 350px;
  height: 70px;
  background: #fff;
  border: 2px solid #000;
  display: block;
  border-radius: 35px;
  margin: 0 auto;
  text-align: center;
  line-height: 66px;
  font-size: 1.8rem;
  font-weight: 500;
  transition: background 0.5s, color 0.5s;
}
@media screen and (max-width: 768px) {
  .p_index .btn a {
    width: 66.6666666667vw;
    height: 12vw;
    font-size: 3.7333333333vw;
    line-height: 11.2vw;
  }
}
.p_index .btn a:hover {
  background: #000;
  color: #fff;
}
.p_index .scroll_list {
  display: flex;
  animation: infinity-scroll-left 95s infinite linear 0.5s both;
}
.p_index .scroll_list-wrap {
  display: flex;
}
.p_index .scroll_list li {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p_index .scroll_list li {
    width: 40vw;
  }
}
.p_index .reason {
  background: #0d78bc;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p_index .reason {
    padding-bottom: 13.3333333333vw;
  }
}
.p_index .reason .contents_ttl {
  color: #fff;
}
.p_index .reason_text01 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p_index .reason_text01 {
    font-size: 3.4666666667vw;
    margin-bottom: 4.6666666667vw;
  }
}
.p_index .reason_list {
  margin: 0 200px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p_index .reason_list {
    font-size: 3.4666666667vw;
    margin: 0;
  }
}
.p_index .reason_list li {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p_index .reason_list li {
    width: 44vw;
    margin-bottom: 4vw;
  }
}
.p_index .reason_chara {
  position: absolute;
  bottom: -21px;
  right: 0;
  margin-right: -64px;
}
@media screen and (max-width: 768px) {
  .p_index .reason_chara {
    position: static;
    width: 64.8vw;
    margin: 0 auto 3.4666666667vw;
  }
}
.p_index .reason_text02 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p_index .reason_text02 {
    font-size: 4.5333333333vw;
  }
}
.p_index .reason_text02-wrap {
  position: relative;
}
.p_index .voice {
  background: #f5f5f5;
  padding: 30px 0 50px;
}
@media screen and (max-width: 768px) {
  .p_index .voice {
    padding: 5.3333333333vw 0 13.3333333333vw;
  }
}
.p_index .voice_list li {
  width: 650px;
}
@media screen and (max-width: 768px) {
  .p_index .voice_list li {
    width: 84vw;
    width: 100%;
  }
}
.p_index .voice_box {
  background: #fff;
  border: 3px solid #c9caca;
  position: relative;
  padding: 37px;
}
@media screen and (max-width: 768px) {
  .p_index .voice_box {
    padding: 6.6666666667vw 6.6666666667vw 5.3333333333vw;
  }
}
.p_index .voice_box dt {
  color: #2787bf;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p_index .voice_box dt {
    font-size: 4.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p_index .voice_box dd {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p_index .voice_box dd {
    font-size: 3.2vw;
  }
}
.p_index .voice_num {
  margin: 0 0 -40px 44px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p_index .voice_num {
    margin: 0 0 -6.1333333333vw 5.8666666667vw;
  }
}
.p_index .voice_num p {
  background: #2787bf;
  color: #fff;
  width: 230px;
  height: 70px;
  font-size: 2.4rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p_index .voice_num p {
    width: 30.6666666667vw;
    height: 9.3333333333vw;
    font-size: 4vw;
  }
}
.p_index .voice_num:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 22px;
  border-bottom-width: 22px;
  border-left-width: 8px;
  border-right-width: 8px;
  margin-left: -8px;
  border-top-color: #2787bf;
  top: 90%;
  left: 15%;
  transform: rotate(-20deg);
}
@media screen and (max-width: 768px) {
  .p_index .voice_num:after {
    top: 80%;
    left: 10%;
  }
}
.p_index .voice_name {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: right;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p_index .voice_name {
    font-size: 3.7333333333vw;
    margin-bottom: 4.8vw;
  }
}
.p_index .voice_name span {
  border-bottom: 3px solid #000;
}
.p_index .splide__arrow {
  background: #2787bf;
  width: 80px;
  height: 80px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p_index .splide__arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.p_index .splide__arrow svg {
  fill: #fff;
  width: 2.4em;
  height: 2.4em;
}
@media screen and (max-width: 768px) {
  .p_index .splide__arrow svg {
    width: 1.4em;
    height: 1.4em;
  }
}
.p_index .splide__arrow--prev {
  left: calc(50% - 395px);
}
@media screen and (max-width: 768px) {
  .p_index .splide__arrow--prev {
    left: 1.8666666667vw;
  }
}
.p_index .splide__arrow--next {
  right: calc(50% - 395px);
}
@media screen and (max-width: 768px) {
  .p_index .splide__arrow--next {
    right: 1.8666666667vw;
  }
}
.p_index .flow {
  background: url(../img/index/bg_flow.jpg) center center/cover no-repeat;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p_index .flow {
    background: url(../img/index/sp/bg_flow.jpg) center center/cover no-repeat;
    padding-bottom: 13.3333333333vw;
  }
}
.p_index .flow .contents_ttl {
  color: #fff;
}
.p_index .flow_img {
  display: flex;
  justify-content: center;
}
.p_index .faq {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p_index .faq {
    padding-bottom: 9.3333333333vw;
  }
}
.p_index .faq_box {
  background: #f3fbfe;
  border-radius: 10px;
  width: 1000px;
  margin: 0 auto 20px;
  padding: 25px 30px;
}
@media screen and (max-width: 768px) {
  .p_index .faq_box {
    width: inherit;
    margin-bottom: 4vw;
    padding: 4vw;
  }
}
.p_index .faq_box dt {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .p_index .faq_box dt {
    width: 8vw;
    height: 8vw;
    font-size: 4vw;
    margin-right: 3.8666666667vw;
  }
}
.p_index .faq_box dd {
  width: 856px;
}
@media screen and (max-width: 768px) {
  .p_index .faq_box dd {
    width: 72vw;
  }
}
.p_index .faq_question {
  position: relative;
  display: flex;
}
.p_index .faq_question dt {
  background: #1570a6;
  color: #fff;
}
.p_index .faq_question dd {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1570a6;
  margin-top: 8px;
  width: 816px;
}
@media screen and (max-width: 768px) {
  .p_index .faq_question dd {
    font-size: 4.5333333333vw;
    margin-top: 0.2666666667vw;
    width: 66.6666666667vw;
  }
}
.p_index .faq_question:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  line-height: 1;
  top: calc(50% - 20px);
  right: 0;
  color: #a7cee5;
  font-size: 3rem;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p_index .faq_question:before {
    font-size: 4vw;
    top: 2vw;
  }
}
.p_index .faq_question.open:before {
  transform: rotate(180deg);
}
.p_index .faq_answer {
  height: 0;
  opacity: 0;
  transition-duration: 0.4s;
}
.p_index .faq_answer.active {
  margin-top: 25px;
  display: flex;
  height: auto;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p_index .faq_answer.active {
    margin-top: 3.3333333333vw;
  }
}
.p_index .faq_answer dt {
  background: #c8e2f1;
  color: #1570a6;
}
.p_index .faq_answer dd {
  font-size: 1.6rem;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .p_index .faq_answer dd {
    font-size: 3.4666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.p_index .news {
  background: url(../img/index/bg_news.png) center center/cover no-repeat;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p_index .news {
    background: url(../img/index/sp/bg_news.png) center center/cover no-repeat;
    padding-bottom: 13.3333333333vw;
  }
}
.p_index .news_list {
  width: 1000px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p_index .news_list {
    width: inherit;
    margin-bottom: 4vw;
  }
}
.p_index .news_list:after {
  content: "";
  width: 320px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p_index .news_list:after {
    width: inherit;
  }
}
.p_index .news_item {
  width: 320px;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p_index .news_item {
    width: 44vw;
    padding: 2.6666666667vw;
    margin-bottom: 4vw;
  }
}
.p_index .news_item-img {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p_index .news_item-img {
    margin-bottom: 3.3333333333vw;
  }
}
.p_index .news_item-date {
  color: #1570a6;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .p_index .news_item-date {
    font-size: 2.9333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p_index .news_item-ttl {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p_index .news_item-ttl {
    font-size: 3.4666666667vw;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_content_size
================================= */
.l_content_size_sp_1 {
  padding: 0 4%;
}
@media screen and (min-width: 1025px) {
  .l_content_size_sp_1 {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.l_content_size_pc_1 {
  width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l_content_size_pc_1 {
    width: auto;
    padding: 0 4vw;
  }
}

/* =================================
 l_container
================================= */
.l_container {
  position: relative;
}

/* =================================
 l_header
================================= */
.l_header {
  position: relative;
}
.l_header .logo {
  position: absolute;
  top: 18px;
  left: 40px;
}
.l_header .header_top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_header .header_top-text {
  margin-left: 200px;
  font-size: 1.8rem;
  font-weight: 700;
}
.l_header .header_contact {
  display: flex;
  align-items: center;
  margin: 15px 30px 15px 0;
}
.l_header .header_contact-text {
  font-size: 2.2rem;
  font-weight: 700;
}
.l_header .header_contact-tel {
  display: flex;
  align-items: center;
  line-height: 1;
}
.l_header .header_contact-tel img {
  margin-right: 12px;
}
.l_header .header_contact-tel p {
  font-family: "Roboto", sans-serif;
  font-size: 5.2rem;
  font-weight: 900;
}
.l_header .header_contact-mail {
  margin-left: 20px;
}
.l_header .header_bottom {
  background: #1570a6;
}
.l_header .gnav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.l_header .gnav:after {
  content: "";
  width: 1px;
  height: 50px;
  background-color: rgb(10, 81, 123);
  box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.2);
  display: inline-block;
}
.l_header .gnav li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.l_header .gnav li:before {
  content: "";
  width: 1px;
  height: 50px;
  background-color: rgb(10, 81, 123);
  box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.2);
  display: inline-block;
}
.l_header .gnav li a {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  width: 165px;
}

/* =================================
 l_header_sp
================================= */
.l_header_sp {
  position: relative;
}
.l_header_sp .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 16vw;
}
.l_header_sp .header_text {
  margin-left: 20.2666666667vw;
  font-size: 2.9333333333vw;
  font-weight: 700;
}
.l_header_sp .logo {
  width: 20vw;
  position: absolute;
  top: 2vw;
  left: 2vw;
}
.l_header_sp .toggle {
  width: 16vw;
  height: 16vw;
  background: #1570a6;
  position: relative;
}
.l_header_sp .toggle span {
  width: 6.6666666667vw;
  height: 0.4vw;
  background: #fff;
  display: block;
  position: absolute;
  left: 4.6666666667vw;
  transition: transform 0.5s, top 0.5s, width 0.5s;
}
.l_header_sp .toggle span:nth-child(1) {
  top: 5.8666666667vw;
}
.l_header_sp .toggle span:nth-child(2) {
  top: 7.4666666667vw;
}
.l_header_sp .toggle span:nth-child(3) {
  top: 9.0666666667vw;
}
.l_header_sp.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.l_header_sp.open .toggle span:nth-child(1) {
  top: 8vw;
  transform: rotate(45deg);
}
.l_header_sp.open .toggle span:nth-child(2) {
  top: 8vw;
  width: 0;
  transform: rotate(-45deg);
}
.l_header_sp.open .toggle span:nth-child(3) {
  top: 8vw;
  transform: rotate(-45deg);
}

/* =================================
 l_menu_sp
================================= */
.l_menu_sp {
  background: #fff;
  padding: 26.6666666667vw 0 5.6vw;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  height: 100vh;
  opacity: 0;
  transition-duration: 0.4s;
  transform: translate(0, -100vh);
}
.l_menu_sp.active {
  opacity: 1;
  transform: translate(0, 0);
}
.l_menu_sp .gnav {
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: 700;
  margin-bottom: 1.3333333333vw;
}
.l_menu_sp .gnav li {
  margin-bottom: 8vw;
}

/* =================================
 l_breadcrumbs
================================= */
/* =================================
 l_main_visual
================================= */
/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
.l_footer .footer_logo {
  display: flex;
  justify-content: center;
  margin: 60px 0 34px;
}
@media screen and (max-width: 768px) {
  .l_footer .footer_logo {
    margin: 13.6vw auto 10vw;
    width: 22.2666666667vw;
  }
}
.l_footer .footer_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l_footer .footer_nav {
    display: block;
    margin-bottom: 9.3333333333vw;
    text-align: center;
  }
}
.l_footer .footer_nav li + li {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .l_footer .footer_nav li + li {
    margin-left: 0;
    margin-top: 6.6666666667vw;
  }
}
.l_footer .footer_nav a {
  font-size: 1.8rem;
  font-weight: 700;
  transition: color 0.5s;
}
@media screen and (max-width: 768px) {
  .l_footer .footer_nav a {
    font-size: 4vw;
  }
}
.l_footer .footer_nav a:hover {
  color: #1570a6;
}
.l_footer .footer_copy {
  text-align: center;
  font-size: 1.5rem;
  color: #4eabe1;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .l_footer .footer_copy {
    font-size: 2.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}

/* =================================
 l_hoge
================================= */
/* ======================================================================
 layout p_top
====================================================================== */
/* =================================
 l_container_top
================================= */
.l_container_top {
  position: relative;
}

/* =================================
 l_header_top
================================= */
/* =================================
 l_header_sp_top
================================= */
/* =================================
 l_main_visual_top
================================= */
/* =================================
 l_content_top
================================= */
/* =================================
 l_main_top
================================= */
/* =================================
 l_side_top
================================= */
/* =================================
 l_footer_top
================================= */
/* =================================
 l_hoge_top
================================= */
/* ======================================================================
 z-index
====================================================================== */
.l_loader {
  z-index: 1000;
}

.l_menu_sp {
  z-index: 998;
}

.l_header {
  z-index: 999;
}

.l_header_sp {
  z-index: 999;
}

.c_btn_p_top {
  z-index: 997;
}

.l_side {
  z-index: 996;
}

/* =================================
 p_top
================================= */
.l_menu_sp_top {
  z-index: 999;
}

.l_header_top {
  z-index: 998;
}

.l_header_sp_top {
  z-index: 998;
}

.c_btn_p_top_top {
  z-index: 997;
}

.l_side_top {
  z-index: 996;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  min-width: 1150px;
  color: #2f2f2f;
  background: #f5f5f0;
}
body.active {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

.en, .ko, .vi, .zhs, .zht {
  word-break: auto-phrase;
}

section {
  position: relative;
}

.open {
  display: block !important;
}

a:focus-visible {
  outline-offset: 0;
  outline: none;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .sp_block {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .main {
    margin-top: 115px;
  }
}

.inner {
  max-width: 1130px;
  padding: 100px 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 90px 15px 50px;
  }
}

.sec_ttl {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: center;
    gap: 10px 0;
  }
}
.sec_ttl_en {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  background: #ff0000;
  padding: 2px 30px;
  color: #fff;
  border-radius: 25px 0 0 25px;
  line-height: initial;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec_ttl_en {
    font-size: 4vw;
    flex-shrink: 0;
    padding: 2px 20px;
  }
}
.sec_ttl_ja {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .sec_ttl_ja {
    font-size: 6.9333333333vw;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
  }
}
.sec_ttl_ja span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .sec_ttl_ja span {
    font-size: 2.9333333333vw;
  }
}

figure {
  margin: 0;
}

.bg_white {
  background: #fff;
}

/* =================================
 header
================================= */
@media screen and (max-width: 768px) {
  .header_inner {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1002;
  }
}
.header_wrap {
  display: flex;
  padding: 20px 50px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header_wrap {
    padding: 20px 15px;
    position: relative;
  }
}
.header_text {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_text {
    display: block;
    background: #000;
    color: #fff;
    font-size: 3.2vw;
    padding: 8px;
    text-align: center;
    position: relative;
    z-index: 1002;
  }
}
.header_logo {
  text-align: center;
}
.header .logo_img {
  width: 250px;
}
@media screen and (max-width: 768px) {
  .header .logo_img {
    width: 150px;
  }
}
.header .logo_catch {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .header .logo_catch {
    display: none;
  }
}
.header_toggle {
  display: none;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .header_toggle {
    display: block;
  }
}
.header_toggle span {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: #000;
  width: 30px;
  position: absolute;
  transition: all 0.3s ease;
}
.header_toggle span:nth-child(1) {
  top: 0;
}
.header_toggle span:nth-child(2) {
  top: 9px;
}
.header_toggle span:nth-child(3) {
  bottom: 0;
}
.header_toggle.active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.header_toggle.active span:nth-child(2) {
  opacity: 0;
}
.header_toggle.active span:nth-child(3) {
  bottom: 8px;
  transform: rotate(-45deg);
}
.header_toggle_layer {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .header_nav {
    display: block;
    width: 100%;
    transform: translateY(-140%);
    position: fixed;
    top: 102px;
    left: 0;
    z-index: 1000;
    transition: transform 0.3s;
    background: #f5f5f0;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .header_nav.active {
    transform: translateY(0%);
    overflow: scroll;
  }
}

.gnav {
  padding-right: 220px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gnav {
    padding: 40px 30px 60px;
  }
}
.gnav_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .gnav_list {
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #bfbfbf;
  }
}
.gnav_item {
  padding-left: 20px;
  border-left: 1px solid #bfbfbf;
}
@media screen and (max-width: 768px) {
  .gnav_item {
    padding-left: 0;
    border-left: none;
    width: 100%;
    position: relative;
  }
  .gnav_item:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    border-top: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
  }
}
.gnav_item:first-child {
  border-left: none;
}
.gnav_item a {
  color: #2f2f2f;
}
@media screen and (max-width: 768px) {
  .gnav_item a {
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 20px;
    padding-top: 20px;
    display: block;
    width: 100%;
  }
}
.gnav_lang {
  background: #fff;
  padding: 8px 40px;
  position: absolute;
  border: none;
  border-radius: 30px;
  top: -8px;
  right: 0;
  z-index: 9999;
  width: 195px;
}
@media screen and (max-width: 768px) {
  .gnav_lang {
    display: none;
    top: 16px;
    right: 65px;
    border: solid 1px #bfbfbf;
    padding: 5px 20px;
    border-radius: 20px;
    width: 135px;
  }
}
.gnav_lang:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  border-top: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  width: 10px;
  height: 10px;
  display: block;
  transform: translateY(-50%) rotate(135deg);
}
@media screen and (max-width: 768px) {
  .gnav_lang:after {
    width: 8px;
    height: 8px;
    top: 15px;
    right: 10px;
  }
}
.gnav_lang_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .gnav_lang_sp {
    display: block;
  }
}
.gnav_lang i {
  color: #ff0000;
  position: absolute;
  top: 21px;
  left: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .gnav_lang i {
    top: 16px;
    left: 10px;
  }
}
.gnav_lang_text {
  color: #2f2f2f;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gnav_lang_text {
    font-size: 3.2vw;
  }
}
.gnav_lang_list {
  display: none;
}
.gnav_lang_list a {
  color: #2f2f2f;
  text-align: center;
}
.gnav_lang_list a:first-child {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .gnav_lang_list a {
    font-size: 3.2vw;
  }
}
.gnav_lang_list.active {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

/* =================================
 mv
================================= */
.en .mv {
  background: url(../../assets/img/kv_en.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .en .mv {
    background: #f5f5f0;
  }
}

.vi .mv {
  background: url(../../assets/img/kv_vi.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .vi .mv {
    background: #f5f5f0;
  }
}

.zhs .mv {
  background: url(../../assets/img/kv_zhs.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .zhs .mv {
    background: #f5f5f0;
  }
}

.zht .mv {
  background: url(../../assets/img/kv_zht.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .zht .mv {
    background: #f5f5f0;
  }
}

.ko .mv {
  background: url(../../assets/img/kv_ko.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .ko .mv {
    background: #f5f5f0;
  }
}

.mv {
  background: url(../../assets/img/kv.jpg) no-repeat top center/cover;
  height: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv {
    background: #f5f5f0;
    height: auto;
  }
}
@media screen and (min-width: 1750px) {
  .mv {
    height: 900px;
  }
}
@media screen and (min-width: 1950px) {
  .mv {
    height: 1000px;
  }
}
.mv_inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv_inner {
    margin-top: 30px;
  }
}
.mv_wrap {
  max-width: 1103px;
  padding: 0 15px;
  margin: 0 auto;
}
.mv_body {
  padding-top: 12%;
}
@media screen and (max-width: 768px) {
  .mv_body {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1750px) {
  .mv_body {
    padding-top: 15%;
  }
}
@media screen and (min-width: 1950px) {
  .mv_body {
    padding-top: 18%;
  }
}
.mv_app {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .mv_app {
    padding: 0 20px;
    margin-bottom: 30px;
    justify-content: center;
    gap: 0 15px;
  }
}
.mv_app_item {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .mv_app_item {
    width: 145px;
  }
}
.mv_app_item img {
  width: 100%;
}
.mv_body_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .mv_body_sp {
    display: block;
  }
}
.mv_title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8%;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .mv_title {
    font-size: 7.4666666667vw;
    font-weight: 800;
    line-height: 1.5;
    color: #ff0000;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 0;
  }
}
.mv_text {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 50px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .mv_text {
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 25px;
    text-align: center;
  }
}
.mv_body_img {
  padding-left: 20px;
}

/* =================================
 notice
================================= */
.notice {
  background: #fff;
}
.notice_inner {
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}
.notice_body {
  padding: 40px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.notice_body_text {
  color: #ff0000 !important;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background: #ffffa5;
  display: inline-block;
  padding: 12px;
  width: 765px;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .notice_body_text {
    font-size: 4vw;
    padding: 10px;
    width: 100%;
    border-radius: 20px;
  }
}

/* =================================
 point
================================= */
.point:before {
  content: "POINT";
  font-family: Montserrat, sans-serif;
  font-size: 200px;
  font-weight: 700;
  color: #f5f5f0;
  line-height: initial;
  position: absolute;
  top: -54px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .point:before {
    font-size: 100px;
    top: -34px;
  }
}
.point_card {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .point_card {
    margin-bottom: 30px;
    overflow: hidden;
  }
}
.point_card_item {
  display: flex;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 768px) {
  .point_card_item {
    flex-direction: column;
  }
}
.point_card_item_label {
  position: absolute;
  top: -80px;
  right: -100px;
}
@media screen and (max-width: 768px) {
  .point_card_item_label {
    top: auto;
    bottom: 80px;
    right: -10px;
  }
}
.point_card_item_label img {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .point_card_item_label img {
    width: 180px;
  }
}
.point_card_item_content {
  width: 50%;
  background: #fff;
  border-radius: 20px 0 0 20px;
  padding: 50px;
  border: solid 1px #e8e8e8;
}
@media screen and (max-width: 768px) {
  .point_card_item_content {
    width: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px 20px 0 0;
    padding: 30px 20px;
  }
}
.point_card_item_img {
  width: 50%;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.point_card_item_img picture {
  height: 100%;
}
.point_card_item_img img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .point_card_item_img {
    width: 100%;
    border-radius: 0;
  }
  .point_card_item_img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 0 0 20px 20px;
  }
}
.point_card_item_ttl {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: initial;
}
@media screen and (max-width: 768px) {
  .point_card_item_ttl {
    font-size: 30px;
    margin-bottom: 15px;
    text-align: center;
  }
}
.point_card_item_text {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .point_card_item_text {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.point_card_item_list {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.point_card_item_list_item {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .point_card_item_list_item {
    gap: 0 10px;
  }
}
.point_card_item_list_item_num {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 2px 20px;
  background: #000;
  color: #fff;
  border-radius: 0 30px 30px 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .point_card_item_list_item_num {
    font-size: 14px;
    padding: 2px 10px;
  }
}
.point_card_item_list_item_text {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .point_card_item_list_item_text {
    font-size: 16px;
  }
}
.point_card_item_note {
  font-size: 12px;
  font-weight: 500;
  color: #8f8f8f;
}
.point_list {
  display: flex;
  gap: 0 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .point_list {
    gap: 30px 0;
    margin-bottom: 30px;
    flex-direction: column;
  }
}
.point_list_item {
  width: calc(50% - 30px);
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .point_list_item {
    width: 100%;
    padding: 30px;
  }
}
.point_list_item_content {
  text-align: center;
}
.point_list_item_content img {
  width: 220px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .point_list_item_content img {
    width: 150px;
    height: auto;
  }
}
.point_list_item_ttl {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: initial;
}
@media screen and (max-width: 768px) {
  .point_list_item_ttl {
    font-size: 8.2666666667vw;
    margin-bottom: 15px;
    letter-spacing: 1px;
    min-height: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.point_list_item_text {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .point_list_item_text {
    font-size: 4vw;
    margin-bottom: 25px;
  }
}
.point_list_item_btn {
  display: inline-block;
  width: 320px;
  padding: 20px;
  background: #c2c2c2;
  color: #fff !important;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .point_list_item_btn {
    font-size: 4vw;
    padding: 15px;
    width: 100%;
  }
}

/* =================================
 cta
================================= */
.cta_content {
  display: flex;
  align-items: center;
  gap: 0 20px;
  background: #fff;
  padding: 25px;
  border-radius: 25px;
  border: solid 1px #e8e8e8;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .cta_content {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
.cta_content_left {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px;
  width: 600px;
  background: #ff0000;
  padding: 20px;
  border-radius: 40px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cta_content_left {
    width: 100%;
    padding: 10px;
    border-radius: 20px 20px 0 0;
  }
}
.cta_content_left i {
  font-size: 32px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cta_content_left i {
    font-size: 20px;
  }
}
.cta_content_left_text {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .cta_content_left_text {
    font-size: 5.0666666667vw;
    font-weight: 700;
    letter-spacing: 1px;
  }
}
.cta_content_right {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .cta_content_right {
    gap: 0 10px;
    padding: 20px;
  }
}

/* =================================
 support
================================= */
.support:before {
  content: "SUPPORT";
  font-family: Montserrat, sans-serif;
  font-size: 200px;
  font-weight: 700;
  color: #fff;
  line-height: initial;
  position: absolute;
  top: -54px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .support:before {
    font-size: 70px;
    top: -20px;
  }
}
@media screen and (max-width: 768px) {
  .support .sec_ttl {
    margin-bottom: 20px;
  }
}
.support .sec_ttl_en {
  margin-top: -40px;
}
@media screen and (max-width: 768px) {
  .support .sec_ttl_en {
    margin-top: -32px;
  }
}
@media screen and (max-width: 768px) {
  .support .sec_ttl_ja span {
    display: none;
  }
  .support .sec_ttl_ja_note {
    font-size: 12px;
    margin-bottom: 30px;
    text-align: center;
  }
}
.support_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .support_list {
    gap: 20px;
    justify-content: flex-start;
  }
}
.support_list_item {
  width: calc(20% - 35px);
}
@media screen and (max-width: 768px) {
  .support_list_item {
    width: calc(50% - 10px);
  }
}
.support_list_item img {
  width: 100%;
}

/* =================================
 function
================================= */
.function {
  counter-reset: num;
}
.function:before {
  content: "FUNCTION";
  font-family: Montserrat, sans-serif;
  font-size: 200px;
  font-weight: 700;
  color: #fff;
  line-height: initial;
  position: absolute;
  top: -54px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .function:before {
    font-size: 65px;
    top: -20px;
  }
}
@media screen and (max-width: 768px) {
  .function .inner {
    padding: 70px 15px 30px;
  }
}
.function_list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .function_list {
    gap: 20px;
  }
}
.function_list_item {
  width: calc(50% - 30px);
  background: #fff;
  border-radius: 10px;
  padding: 60px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  counter-increment: num;
}
@media screen and (max-width: 768px) {
  .function_list_item {
    width: 100%;
    padding: 30px 20px;
  }
}
.function_list_item:before {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  content: counter(num);
  display: block;
  width: 50px;
  height: 50px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  border-radius: 10px 0 10px 0;
}
@media screen and (max-width: 768px) {
  .function_list_item:before {
    font-size: 18px;
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 10px 0 10px 0;
  }
}
.function_list_item.point_item img {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .function_list_item.point_item img {
    width: 170px;
  }
}
.function_list_item img {
  height: 100px;
  width: auto;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .function_list_item img {
    height: 80px;
    width: auto;
    margin: 0 auto 30px;
  }
}
.function_list_item_ttl {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: initial;
}
@media screen and (max-width: 768px) {
  .function_list_item_ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.function_list_item_text {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .function_list_item_text {
    font-size: 14px;
  }
}
.function_list_item_note {
  font-size: 12px;
  font-weight: 500;
  color: #8f8f8f;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .function_list_item_note {
    font-size: 10px;
    margin-top: 10px;
  }
}
.function_list_item_btn {
  display: inline-block;
  width: 320px;
  padding: 20px;
  background: #c2c2c2;
  color: #fff !important;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .function_list_item_btn {
    font-size: 14px;
    padding: 15px;
    width: 100%;
  }
}

/* =================================
 credit
================================= */
.credit:before {
  content: "CREDIT";
  font-family: Montserrat, sans-serif;
  font-size: 200px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: -94px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .credit:before {
    font-size: 80px;
    top: -40px;
  }
}
.credit_box {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 60px;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .credit_box {
    flex-direction: column-reverse;
    padding: 20px 15px;
    gap: 20px 0;
  }
}
.credit_box_content {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .credit_box_content {
    width: 100%;
  }
}
.credit_box_content_ttl {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .credit_box_content_ttl {
    font-size: 8vw;
    margin-bottom: 15px;
    line-height: 1.5;
    text-align: center;
  }
}
.credit_box_content_text {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .credit_box_content_text {
    font-size: 4vw;
    text-align: center;
  }
}
.credit_box_content_note {
  font-size: 12px;
  font-weight: 500;
  color: #8f8f8f;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .credit_box_content_note {
    font-size: 3.2vw;
    margin-top: 10px;
    text-align: center;
  }
}
.credit_box_img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .credit_box_img {
    width: 75%;
  }
}

/* =================================
 howto
================================= */
.howto:before {
  content: "HOW TO";
  font-family: Montserrat, sans-serif;
  font-size: 200px;
  font-weight: 700;
  color: #f5f5f0;
  position: absolute;
  top: -94px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .howto:before {
    font-size: 80px;
    top: -40px;
  }
}
.howto_body {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .howto_body {
    margin-bottom: 40px;
  }
}
.howto_body_inner {
  display: flex;
  gap: 0 30px;
  padding-top: 58px;
  position: relative;
  border-top: 4px dotted #000;
}
@media screen and (max-width: 768px) {
  .howto_body_inner {
    gap: 20px 0;
    padding-top: 0;
    border-top: none;
    border-left: 4px dotted #000;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 10px;
  }
}
.howto_body_item {
  width: calc(25% - 22px);
  background: #fff;
  border-radius: 10px;
  padding: 50px 20px;
  border: solid 1px #e8e8e8;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .howto_body_item {
    width: 90%;
    padding: 20px;
  }
  .howto_body_item_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .howto_body_item_inner {
    width: 100%;
  }
  .howto_body_item_img {
    width: 45px;
    flex-shrink: 0;
  }
}
.howto_body_item:before {
  content: "";
  display: block;
  width: 2px;
  height: 60px;
  border-left: 3px solid #ff0000;
  position: absolute;
  top: -60px;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .howto_body_item:before {
    border-left: none;
    border-top: 3px solid #ff0000;
    width: 30px;
    height: 2px;
    top: 50%;
    left: -30px;
    transform: translate(0, -50%);
  }
}
.howto_body_item:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ff0000;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .howto_body_item:after {
    width: 20px;
    height: 20px;
    top: 50%;
    left: -45px;
    transform: translate(0, -50%);
  }
}
.howto_body_item img {
  width: 65px;
  height: auto;
  margin: 0 auto 20px;
}
.howto_body_item_num {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ff0000;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f0;
}
@media screen and (max-width: 768px) {
  .howto_body_item_num {
    font-size: 3.7333333333vw;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
  }
}
.howto_body_item_ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: initial;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f0;
  min-height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .howto_body_item_ttl {
    font-size: 4.8vw;
    margin-bottom: 10px;
    padding-bottom: 10px;
    min-height: auto;
    letter-spacing: 1px;
    justify-content: flex-start;
  }
}
.howto_body_item_text {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .howto_body_item_text {
    font-size: 3.4666666667vw;
    text-align: left;
  }
}
.howto_body_item_content {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .howto_body_item_content {
    gap: 0 15px;
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .howto_body_item_content_btn {
    width: calc(50% - 8px);
  }
}
.howto_body_item_content_btn img {
  width: 150px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .howto_body_item_content_btn img {
    width: 100%;
  }
}

/* =================================
 company
================================= */
.company .inner {
  max-width: 1270px;
  padding: 135px 15px 100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .company .inner {
    padding: 90px 0 60px;
  }
}
.company_box {
  background: #f5f5f0;
  padding: 100px 50px 50px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company_box {
    padding: 60px 20px 30px;
  }
}
.company_box_img {
  width: 180px;
  height: auto;
  margin: 0 auto;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 768px) {
  .company_box_img {
    width: 150px;
    height: auto;
  }
}
.company_box_text {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .company_box_text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.company_list {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .company_list {
    gap: 15px;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.company_list_item {
  width: calc(33.3333333333% - 20px);
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company_list_item {
    width: 100%;
    padding: 20px 30px;
  }
}
.company_list_item_sub {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .company_list_item_sub {
    font-size: 4vw;
  }
}
.company_list_item_label {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  background: #000;
  color: #fff;
  padding: 2px 16px 4px;
  border-radius: 30px;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .company_list_item_label {
    font-size: 5.3333333333vw;
    padding: 4px 15px 6px;
    margin-bottom: 0;
  }
}
.company_list_item_label span {
  background: #fff;
  color: #000;
  padding: 1px 4px;
  font-size: 15px;
  margin-right: 10px;
  border-radius: 10px;
}
.company_list_item_text {
  font-size: 24px;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .company_list_item_text {
    font-size: 6.4vw;
  }
}
.company_list_item_text .num {
  font-family: Montserrat, sans-serif;
  font-size: 90px;
  font-weight: 700;
  color: #ff0000;
  line-height: initial;
}
@media screen and (max-width: 768px) {
  .company_list_item_text .num {
    font-size: 24vw;
    margin-bottom: -10px;
  }
}
.company_list_item_content {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
.company_list_item_content .company_list_item_text:not(:last-child) {
  border-right: 1px solid #bfbfbf;
  padding-right: 30px;
}
.company_list_item_content + .company_list_item_img {
  padding-top: 20px;
  margin-top: 0;
  border-top: none;
}
.company_list_item_content + .company_list_item_img img {
  width: 100%;
}
.company_list_item_img {
  margin: 0;
  padding-top: 30px;
  border-top: 1px solid #bfbfbf;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .company_list_item_img {
    padding-top: 15px;
    margin-top: 15px;
  }
}
.company_list_item_img img {
  width: 130px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .company_list_item_img img {
    width: 120px;
  }
}

/* =================================
 footer
================================= */
.footer {
  padding: 50px 0 0;
}
.footer_logo {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer_logo {
    margin-bottom: 20px;
  }
}
.footer_logo a {
  display: inline-block;
}
.footer_logo a img {
  width: 280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer_logo a img {
    width: 250px;
  }
}
.footer_text {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .footer_text {
    font-size: 4vw;
    font-weight: 800;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav {
    padding: 0 30px;
  }
}
.footer .gnav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .footer .gnav {
    gap: 15px 0;
    padding: 0;
    flex-direction: row;
  }
}
.footer .gnav_item {
  padding-right: 30px;
  border-right: 1px solid #bfbfbf;
  border-left: none;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .footer .gnav_item {
    width: calc(50% - 15px);
  }
  .footer .gnav_item:nth-child(2n) {
    border-right: none;
    padding-right: 0;
    padding-left: 30px;
  }
  .footer .gnav_item:after {
    content: none;
  }
}
.footer .gnav_item:last-child {
  border-right: none;
  padding-right: 0;
}
.footer .gnav_item a {
  font-size: 15px;
  font-weight: 500;
  color: #2f2f2f;
}
@media screen and (max-width: 768px) {
  .footer .gnav_item a {
    font-size: 4.2666666667vw;
    padding: 0;
    border-bottom: none;
    text-align: center;
  }
}
.footer_copy {
  background: #000;
  text-align: center;
  font-size: 10px;
  color: #fff;
  padding: 30px 0;
  margin-top: 60px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .footer_copy {
    font-size: 9px;
    padding: 20px 0;
    margin-top: 50px;
  }
}

/* =================================

 supportページ

================================= */
.l_support_inner {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .l_support_inner {
    margin-top: 40vw;
  }
}
.l_support .s-mv {
  height: 400px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_support .s-mv {
    height: 100%;
    padding-bottom: 150px;
  }
}
.l_support .s-mv:before {
  content: "JAPAN pay";
  font-family: Montserrat, sans-serif;
  font-size: 200px;
  font-weight: 600;
  color: #fff;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -87px;
  transform: translate(-50%, 0%);
  z-index: 1;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l_support .s-mv:before {
    font-size: 13.3333333333vw;
    bottom: 60px;
  }
}
.l_support .s-mv_inner {
  position: relative;
  z-index: 1;
  background: #ff0000;
  border-radius: 0 100px 100px 0;
  max-width: 90%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l_support .s-mv_inner {
    max-width: 100%;
    border-radius: 0;
  }
}
.l_support .s-mv_inner:after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/support_icon.png) no-repeat center center/contain;
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l_support .s-mv_inner:after {
    display: none;
  }
}
.l_support .s-mv_title {
  max-width: 1030px;
  font-size: 40px;
  font-weight: 700;
  padding: 50px 15px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l_support .s-mv_title {
    font-size: 6.6666666667vw;
    padding: 30px 15px;
    text-align: center;
    position: relative;
  }
  .l_support .s-mv_title:before {
    content: "";
    display: block;
    width: 140px;
    height: 45px;
    background: url(../img/support_icon.png) no-repeat center center/contain;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 1;
    border-radius: 50%;
  }
  .l_support .s-mv_title:after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: #ff0000;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 50%;
  }
}
.l_support .s-mv_chat {
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translate(-50%, 0%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l_support .s-mv_chat {
    bottom: -50px;
  }
}
.l_support .s-mv_chat_inner {
  width: 880px;
  padding: 35px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 0 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_support .s-mv_chat_inner {
    width: 89.3333333333vw;
    padding: 20px;
    border-radius: 10px;
  }
}
.l_support .s-mv_chat_inner:before {
  content: "";
  background: url(../img/chat_icon.png) no-repeat center center/contain;
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0%, -50%);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .l_support .s-mv_chat_inner:before {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
.l_support .s-mv_chat i {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .l_support .s-mv_chat i {
    font-size: 6.6666666667vw;
  }
}
.l_support .s-mv_chat_text {
  font-size: 30px;
  font-weight: 700;
  line-height: initial;
}
@media screen and (max-width: 768px) {
  .l_support .s-mv_chat_text {
    font-size: 4.8vw;
  }
}

/* =================================
 faq
================================= */
.faq_nav {
  margin-bottom: 80px;
}
.faq_nav_list {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.faq_nav_item {
  width: calc(25% - 16px);
}
@media screen and (max-width: 768px) {
  .faq_nav_item {
    width: calc(50% - 10px);
  }
}
.faq_nav_link {
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #eeeeee;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .faq_nav_link {
    font-size: 3.2vw;
  }
}
.faq_nav_link.click {
  background: #000;
  color: #fff;
}
.faq_nav_text {
  font-size: 16px;
  font-weight: 500;
  color: #2f2f2f;
}
@media screen and (max-width: 768px) {
  .faq_nav_text {
    font-size: 3.2vw;
  }
}
.faq_content {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .faq_content {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.faq_content_block {
  margin-bottom: 40px;
  background: #fff;
}
.faq_sec_ttl {
  font-size: 24px;
  font-weight: 700;
  padding: 12px;
  letter-spacing: 2px;
  line-height: initial;
  text-align: center;
  background: #f5f5f0;
  position: relative;
  cursor: pointer;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .faq_sec_ttl {
    font-size: 4.5333333333vw;
  }
}
.faq_sec_ttl:before {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  background: #ff0000;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 40px 40px 0;
}
@media screen and (max-width: 768px) {
  .faq_sec_ttl:before {
    width: 50px;
  }
}
.faq_sec_ttl:after {
  content: "+";
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 100;
  color: #333333;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .faq_sec_ttl:after {
    font-size: 40px;
    height: auto;
    line-height: 35px;
  }
}
.faq_sec_ttl.active:after {
  content: "-";
  font-size: 90px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .faq_sec_ttl.active:after {
    font-size: 60px;
    line-height: 40px;
  }
}
.faq_sec_content {
  padding: 50px;
  display: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .faq_sec_content {
    padding: 30px 15px;
  }
}
.faq_sec_content.active {
  display: block;
}
.faq_sec_content_item {
  border-bottom: solid 1px #eeeeee;
}
.faq_sec_content_item:first-child {
  border-top: solid 1px #eeeeee;
}
.faq_sec_content_item_ttl {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 0 20px;
  cursor: pointer;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .faq_sec_content_item_ttl {
    font-size: 4vw;
    padding: 8px 15px;
    gap: 0 10px;
  }
}
.faq_sec_content_item_ttl:before {
  content: "Q.";
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ff0000;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .faq_sec_content_item_ttl:before {
    font-size: 4vw;
  }
}
.faq_sec_content_item_ttl:after {
  content: "+";
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 100;
  color: #333333;
  margin-left: auto;
  transition: transform 0.3s ease;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .faq_sec_content_item_ttl:after {
    font-size: 40px;
    height: auto;
    line-height: 35px;
  }
}
.faq_sec_content_item_ttl.active:after {
  content: "-";
  font-size: 90px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .faq_sec_content_item_ttl.active:after {
    font-size: 60px;
    line-height: 40px;
  }
}
.faq_sec_content_item_text {
  font-size: 16px;
  font-weight: 500;
  color: #2f2f2f;
  padding: 20px;
  background: #f8f8f8;
  position: relative;
  display: none;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .faq_sec_content_item_text {
    font-size: 3.7333333333vw;
    padding: 8px 15px;
    gap: 0 10px;
  }
}
.faq_sec_content_item_text a {
  text-decoration: underline;
  color: #0040ff;
}
.faq_sec_content_item_text:before {
  content: "A.";
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ff0000;
  margin-top: -5px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .faq_sec_content_item_text:before {
    font-size: 4vw;
    margin-top: 0;
  }
}
.faq_sec_content_item_text.active {
  display: flex;
}
.faq_other {
  text-align: center;
}
.faq_other_btn {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .faq_other_btn {
    margin-bottom: 30px;
  }
}
.faq_other_bnr {
  text-align: center;
}
.faq_other_bnr a {
  display: inline-block;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .faq_other_bnr a {
    width: 100%;
  }
}
.faq_other_bnr a img {
  width: 100%;
}

/* =================================
 btn
================================= */
.btn {
  text-align: center;
}
.btn_link {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  background: #f5f5f0;
  padding: 20px;
  border-radius: 40px;
  text-align: center;
  width: 765px;
  border: solid 1px #eeeeee;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn_link {
    font-size: 3.3333333333vw;
    padding: 15px;
    width: 100%;
    border-radius: 20px;
  }
}
.btn_link:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 1px #333333;
  border-right: solid 1px #333333;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .btn_link:after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
}

.flex_btns {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .flex_btns {
    gap: 20px;
  }
}
.flex_btns .btn_link {
  width: calc(50% - 20px);
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .flex_btns .btn_link {
    width: 100%;
    font-size: 3.7333333333vw;
    border-radius: 10px;
  }
}

.l_support_block {
  margin-bottom: 100px;
  padding-bottom: 100px;
  border-bottom: solid 1px #eeeeee;
}
@media screen and (max-width: 768px) {
  .l_support_block {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

/* =================================
 news
================================= */
.news_block {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .news_block {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 30px 15px;
    margin-bottom: 40px;
  }
}
.news_list {
  display: flex;
  flex-direction: column;
}
.news_list_item {
  border-bottom: solid 1px #eeeeee;
}
.news_list_item:first-child {
  border-top: solid 1px #eeeeee;
}
.news_list_item_ttl {
  display: flex;
  align-items: center;
  gap: 0 20px;
  cursor: pointer;
  user-select: none;
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .news_list_item_ttl {
    flex-direction: column;
    gap: 5px 0;
    align-items: flex-start;
    padding: 15px 40px 15px 8px;
  }
}
.news_list_item_ttl .date {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .news_list_item_ttl .date {
    font-size: 3.4666666667vw;
  }
}
.news_list_item_ttl .ttl {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .news_list_item_ttl .ttl {
    font-size: 4vw;
  }
}
.news_list_item_ttl:after {
  content: "+";
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 100;
  color: #2f2f2f;
  margin-left: auto;
  transition: transform 0.3s ease;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .news_list_item_ttl:after {
    position: absolute;
    top: 25px;
    right: 15px;
    font-size: 40px;
    height: auto;
    line-height: 35px;
  }
}
.news_list_item_ttl.active:after {
  content: "-";
  font-size: 90px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .news_list_item_ttl.active:after {
    font-size: 60px;
    line-height: 40px;
  }
}
.news_list_item_text {
  display: none;
  padding: 20px;
  background: #f8f8f8;
}
@media screen and (max-width: 768px) {
  .news_list_item_text {
    padding: 8px;
    font-size: 3.7333333333vw;
  }
}
.news_list_item_text.active {
  display: block;
}

/* =================================
 maintenance
================================= */
@media screen and (max-width: 768px) {
  .maintenance {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
.maintenance_ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  background: #000;
  color: #fff;
  width: 100%;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .maintenance_ttl {
    font-size: 4.5333333333vw;
    padding: 15px;
    border-radius: 0;
  }
}
.maintenance_content {
  padding: 50px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .maintenance_content {
    padding: 30px 15px;
    border-radius: 0;
  }
}
.maintenance_content iframe {
  width: 100%;
  height: 590px;
}
@media screen and (max-width: 768px) {
  .maintenance_content iframe {
    height: 122.6666666667vw;
  }
}

.customer_content_table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #eeeeee;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .customer_content_table tr {
    display: block;
    width: 100%;
  }
}
.customer_content_table th {
  background: #f5f5f0;
  padding: 20px;
  border: solid 1px #eeeeee;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  width: 300px;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .customer_content_table th {
    font-size: 3.7333333333vw;
    display: block;
    width: 100%;
    padding: 8px 15px;
  }
}
.customer_content_table td {
  padding: 20px;
  border: solid 1px #eeeeee;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .customer_content_table td {
    font-size: 3.7333333333vw;
    display: block;
    width: 100%;
    padding: 8px 15px;
  }
}
.customer_content_table td a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .customer_content_table td a {
    pointer-events: auto;
    text-decoration: underline;
  }
}
.customer_content_text {
  font-size: 16px;
  font-weight: 500;
  padding: 30px 0;
  letter-spacing: 1px;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
}
@media screen and (max-width: 768px) {
  .customer_content_text {
    font-size: 3.7333333333vw;
    padding: 15px;
  }
}
.customer_content_copyright {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .customer_content_copyright {
    font-size: 2.9333333333vw;
    margin-top: 10px;
  }
}
.customer_content .product_info iframe {
  width: 100%;
  height: 270px;
  border: none;
}
@media screen and (max-width: 768px) {
  .customer_content .product_info iframe {
    height: 82.6666666667vw;
  }
}
.customer_content .number_info iframe {
  width: 100%;
  height: 184px;
}
@media screen and (max-width: 768px) {
  .customer_content .number_info iframe {
    height: 60vw;
  }
}/*# sourceMappingURL=style.css.map */