@charset "UTF-8";

@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");

@font-face {
  font-family: "DIN Alternate";
  src: url('../fonts/DINAlternate-Bold.ttf');
}

@font-face {
  font-family: "Noto Sans JP";
  src: url('../fonts/NotoSansJP.ttf');
}

/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif;
  font-style: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  overflow: auto;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

body {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

body.open {
  height: 150vh;
}

a {
  text-decoration: none;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: text;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  padding: 0;
  margin: 0;
  list-style: none;
}

section {
  padding: 40px;
}

h2 {
  font-size: 30px;
  color: white;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

h3 {
  font-size: 30px;
  color: white;
  text-align: center;
}

h3 span {
  font-size: 16px;
  color: white;
}

.anchor {
  color: #00f;
  text-decoration: underline;
}

.anchor:hover {
  text-decoration: none;
}

.wrapper {
  width: 980px;
  margin: 0 auto;
}

.login_btn {
  background-color: #1f58a7;
  display: block;
  justify-content: center;
  margin: 0 auto;
  width: 148px;
  height: 31px;
}

.login:before {
  content: "";
  background-image: url(../img/logo_maimo.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 14px;
  vertical-align: middle;
  margin: 0 2px 2px -8px;
}

.type-plaio .login:before,
.type-plaio+.sp_tab_only .login:before {
  background-image: url(../img/logo_plaio.png);
  width: 14px;
  height: 24px;
  margin: 0 8px 0 -10px;
}

.login {
  position: relative;
  line-height: 31px;
  color: white;
  font-size: 14px;
}

.login:after {
  content: "";
  background: url(../img/arrow_white.png) no-repeat;
  display: inline-block;
  height: 11px;
  padding: 0 4px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/*plan*/
.plan_title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan_title img {
  margin-right: 10px;
}

.plan_title .h3_1 {
  margin: 0;
}

.plan_lists li {
  width: 460px;
  background-color: rgb(15, 33, 52, 0.6);
  padding-top: 20px;
}

.plan_hr {
  display: block;
  margin: 20px auto;
  width: 135px;
  border-width: 4px 0 0 0;
  border-top: 4px solid #fff;
}

.GB {
  display: block;
  width: 100px;
  background-color: #1f58a7;
  color: white;
  font-size: 20px;
  text-align: center;
  margin-right: 20px;
  padding: 10px 2px;
  line-height: 1.2;
}

.GB span {
  color: white;
  font-size: 30px;
}

.GB span.option {
  font-size: 16px;
}

.price_list {
  margin: 0 auto 20px auto;
  border-collapse: separate;
  border-spacing: 0px 10px;
}

.price {
  color: white;
  font-size: 18px;
  text-align: center;
  margin-right: 20px;
}

.price span {
  color: white;
  font-size: 30px;
}

.plan a {
  background-color: #1f58a7;
  display: block;
  justify-content: center;
  height: 45px;
  line-height: 45px;
  color: white;
  font-size: 18px;
  display: inline-block;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}

.plan a:after {
  content: "";
  background: url(../img/arrow_white.png) no-repeat;
  display: inline-block;
  height: 11px;
  padding: 0 8px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.btn_area {
  display: block;
  text-align: center;
  margin: 40px auto 0;
}

/*notes_list*/
.notes_list {
  margin: 1.5em 0 0;
  font-size: 12px;
}

.notes_list>li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.notes_list>li::before {
  content: "\203B";
}

.en-page .notes_list>li::before {
  content: "*";
}

/*media*/
.date {
  font-size: 12px;
}

/*footer_banner*/
.footer_banner {
  padding: 40px;
  text-align: center;
  background-color: #f3f3f3;
}

.footer_banner p {
  font-size: 14px;
}

/*footer_menu*/
.footer_menu {
  margin: 50px 0 0;
  padding: 40px 40px 20px 40px;
  background-color: #303030;
}

.link_btns {
  margin-bottom: 20px;
}

.link_btns ul {
  display: flex;
  justify-content: flex-start;
}

.link_btns ul li {
  width: 100%;
  margin: 0 4% 0 0;
}

.link_btns ul li:last-child {
  margin: 0;
}

.link_btns a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  min-height: 40px;
  line-height: 1.2;
  text-align: center;
  border: solid 2px #fff;
  font-size: 18px;
  position: relative;
  padding: 2px 20px;
}


.link_btns a:after {
  content: "";
  background: url(../img/arrow_white.png) no-repeat;
  display: inline-block;
  height: 11px;
  padding: 0 8px;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}

.footer_nav {
  margin: 40px 0 0;
}

footer nav ul li,
footer nav ul li a {
  color: white;
  font-size: 13px;
  position: relative;
}

footer nav ul>li {
  padding: 0 0 0 17px;
}

footer nav ul>li:before {
  position: absolute;
  left: 0;
  top: 3px;
  content: "";
  background: url(../img/arrow_white.png) no-repeat;
  display: inline-block;
  width: 9px;
  height: 11px;
  vertical-align: middle;
}

footer nav ul>li>ul {
  margin: 10px 0 0 0;
}

footer nav ul>li>ul>li {
  padding: 0 0 0 1.5em;
}

footer nav ul>li>ul>li:not(:first-child) {
  margin: 10px 0 0 0;
}

footer nav ul>li>ul>li::before {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: auto;
  height: auto;
  background: none;
  content: "-";
}

.footer_menu .recaptchaText {
  color: white;
  font-size: 11px;
  text-align: center;
  padding-top: 40px;
}

.footer_menu .recaptchaText a {
  color: white;
  text-decoration: underline;
}

.footer_menu .recaptchaText a:hover {
  text-decoration: none;
}

.footer_menu .copyright {
  color: white;
  font-size: 11px;
  text-align: center;
  padding-top: 20px;
}

.footer_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer_nav .footer_nav_m {
  display: flex;
  width: 100%;
}

.footer_nav_m>ul {
  padding-right: 20px;
}

.footer_nav_m>ul>li:not(:last-child) {
  margin: 0 0 10px;
}

.footer_logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer_logo img {
  margin-right: 30px;
}

/* YouTube */
.youtube {
  max-width: 560px;
  margin: 0 auto 40px;
}

.youtube .video_wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
  background: #000 url(../img/btn_youtube.png) no-repeat 50% 50%;
}

.youtube .video_wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* reCAPTCHAバッジの位置調整 */
.grecaptcha-badge {
  bottom: 80px !important;
}

/* ナビの子要素 */
.accordion-child {
  display: none;
}


@media screen and (max-width: 1180px) {
  /* 1180px以下に適用されるCSS（スマホ・タブレット用） */

  /*========= ナビゲーションのためのCSS ===============*/
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: white;
    /*動き*/
    transition: all 0.6s;
  }

  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    right: 0;
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    padding-top: 60px;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }

  /*ナビゲーション*/
  #g-nav .g-nav-list-inner {
    margin: 0 auto;
    padding: 5vw 0;
    width: 95%;
  }

  #g-nav .g-nav-list-inner li a {
    display: block;
    position: relative;
    font-size: 1rem;
    margin: 0;
    text-align: left;
    padding: 2vw 17px;
    color: #333;
    font-weight: 700;
    text-decoration: none;
    transition: .5s;
    background: none;
    border-bottom: 1px solid #ccc;
  }

  #g-nav .g-nav-list-inner li a.active {
    color: #e62219;
  }

  #g-nav .g-nav-list-inner li a::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 11px;
    background: url(../img/f_aroow.png) no-repeat left center / contain;
    text-align: revert;
    content: "";
    transform: translateY(-50%);
    transition: all 0.5s;
  }

  #g-nav .g-nav-list-inner li a.active::before {
    transform: translateY(-50%) rotate(90deg);
  }

  #g-nav .g-nav-list-inner li ul {
    margin: 0 0 15px 0;
    padding: 0 0 0 17px;
  }

  #g-nav .g-nav-list-inner .language_btn {
    display: block;
    margin: 20px auto 0;
    padding: 4px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    border: 2px solid #1f58a7;
    border-radius: 100vh;
    max-width: 170px;
  }

  #g-nav .g-nav-list-inner .language_btn span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 1.5em;
    color: #1f58a7;
  }

  #g-nav .g-nav-list-inner .language_btn span::after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.3em;
    height: 1.3em;
    background: url(../img/ico_language.svg) no-repeat 0 0 / contain;
    transform: translateY(-50%);
    content: "";
  }

  /*リストのレイアウト設定*/
  #g-nav li {
    list-style: none;
    text-align: center;
  }

  #g-nav li a {
    text-decoration: none;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 0.1em;
    font-size: 14px;
  }

  /*========= ボタンのためのCSS ===============*/
  .openbtn1 {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 0px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  /*×に変化*/
  .openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #f7f7f7;
    width: 45%;
  }

  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }

  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }

  .login_btn {
    width: 180px;
  }

  .btn_area_nav {
    margin: 20px auto 0;
  }

  /*========= レイアウトのためのCSS ===============*/
  section {
    padding: 20px;
  }

  h1 {
    font-size: 1.2rem;
  }

  h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 18px;
  }

  h3 span {
    font-size: 12px;
  }

  #header {
    width: 100%;
    height: 52px;
    background: #1f58a7;
    color: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 1000;
  }

  header img {
    width: auto;
    height: 42px;
    padding: 5px 0 5px 10px;
  }

  .wrapper,
  .wrapper2 {
    max-width: 100%;
    width: 100%;
  }

  /*plan*/
  .plan_lists li {
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  .plan h3:before {
    background-image: url(../img/icon1.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 40px;
    height: 51px;
    position: absolute;
    top: 50%;
    left: 40px !Important;
    transform: translateY(-50%);
  }

  .price {
    font-size: 14px;
  }

  .price span {
    font-size: 20px;
  }

  .GB {
    margin-right: 10px;
    font-size: 16px;
    width: 70px;
  }

  .GB span {
    font-size: 20px;
  }

  .plan a {
    width: 235px;
    padding: 0;
    font-size: 14px;
  }

  /*media*/
  .media_left img {
    margin: 0 auto 5px;
  }

  /*footer*/
  .footer_banner {
    padding: 40px 20px;
  }

  .footer_banner img {
    width: 100%;
    height: auto;
    max-width: 563px;
  }

  .footer_menu {
    padding: 40px 20px 20px 20px;
    background-color: #303030;
  }

  .nav_btn {
    padding: 0 20px;
  }

  .link_btns ul {
    max-width: 900px;
    margin: 0 auto;
  }

  .link_btns a {
    color: white;
    border: solid 2px #fff;
    font-size: 14px;
  }

  .youtube {
    max-width: none;
  }

  .grecaptcha-badge {
    bottom: 350px !important;
  }
}

@media screen and (min-width: 1181px) {

  /* 1181px以上に適用されるCSS（PC用） */
  .sp_tab_only,
  .sp_only {
    display: none !important;
  }

  .container {
    margin-left: 180px;
  }

  img.menu_logo {
    display: block;
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .side_menu {
    width: 180px;
    height: 100%;
    padding-top: 20px;
    background-color: white;
    border-right: solid 1px #e2e2e2;
    position: fixed;
    top: 0;
    left: 0;
  }

  .side_menu nav {
    width: 100%;
    background-color: white;
  }

  .menu_logo {
    margin-bottom: 40px;
  }

  .side_menu nav ul li {
    padding: 8px 10px;
  }

  .side_menu nav ul li a {
    position: relative;
    display: block;
    padding: 0 0 0 17px;
    font-size: 14px;
  }

  .side_menu nav ul li ul {
    margin: 10px 0 0;
    padding: 0 0 0 7px;
  }

  .side_menu nav ul li a:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    background: url(../img/arrow_gray.png) no-repeat;
    display: inline-block;
    width: 9px;
    height: 11px;
    transition: all 0.5s;
  }

  .side_menu nav ul li a.active:before {
    transform: rotate(90deg);
  }

  .side_menu .btn_area {
    margin-top: 20px;
  }

  .side_menu .btn_area .language_btn {
    display: block;
    margin: 20px auto 0;
    padding: 4px;
    width: 136px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    border: 2px solid #1f58a7;
    border-radius: 100vh;
  }

  .side_menu .btn_area .language_btn span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 1.5em;
    color: #1f58a7;
  }

  .side_menu .btn_area .language_btn span::after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.3em;
    height: 1.3em;
    background: url(../img/ico_language.svg) no-repeat 0 0 / contain;
    transform: translateY(-50%);
    content: "";
  }

  /*plan*/
  .plan_lists {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }

  /*link*/
  .link ul {
    display: flex;
    justify-content: center;
  }

  /*media*/
  .media ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }

  .media li {
    width: 95%;
    display: flex;
    justify-content: space-around;
  }

  .media_right {
    padding: 5px 0 5px 20px;
  }
}

@media screen and (min-width:600px) and (max-width:1180px) {
  /* 1180px以下〜600px以上に適用されるCSS（タブレット用） */

  .pc_only,
  .sp_only {
    display: none !important;
  }

}

@media screen and (max-width: 599px) {
  /* 480px以下に適用されるCSS（スマホ用） */

  .pc_only {
    display: none !important;
  }

  a[href*="tel:"] {
    pointer-events: auto;
    cursor: auto;
  }

  .wrapper {
    max-width: 100%;
    width: 100%;
  }

  .wrapper2 {
    max-width: 100%;
    margin: 0 auto;
  }

  .link_btns {
    margin-bottom: 15px;
  }

  .link_btns ul {
    display: block;
    padding: 0 30px;
  }

  .link_btns ul li,
  .link_btns ul li:last-child {
    margin: 0px auto 20px auto;
    text-align: center;
    max-width: none;
  }

  /*footer*/
  .footer_nav {
    display: block;
    margin: 40px 0 0;
  }

  .footer_nav nav {
    width: auto;
  }

  .footer_nav .footer_nav_m {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }

  .footer_nav_m>ul {
    width: 50%;
    margin: 0 0 40px;
    padding-right: 0;
  }

  .footer_logo {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }

  .footer_logo img {
    margin-right: 0;
    align-self: auto;
    width: auto;
    height: 65px;
  }

  .grecaptcha-badge {
    bottom: 200px !important;
  }
}

img {
  border: none;
  vertical-align: bottom;
  line-height: 1;
  -ms-interpolation-mode: bicubic;
  width: auto;
  max-width: 100%;
  height: auto;
}

/* Header new */
.pc {
  display: block;
}

.sp {
  display: none;
}

.pc-flex {
  display: flex;
}

.sp-flex {
  display: none;
}

.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hArea {
  width: 100%;
  z-index: 999;
  background: #fff;
  height: 96px;
  position: relative;
}

.hLogo {
  position: relative;
  z-index: 9999;
}

.hLogo img {
  display: block;
}

.subHead {
  position: fixed;
  width: 100%;
  top: 96px;
  left: 0;
  background-color: #EFF4FF;
  max-height: 0;
  height: 100%;
  overflow: hidden;
  transition: all .3s ease;
  z-index: 1;
}

.subHead.active {
  max-height: 71px;
}

.header-pc {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 96px;
  padding: 0 48px;
  border-bottom: 1px solid #D5D5D5;
  background: #fff;
  z-index: 2;
}

.nav-pc {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  height: 100%;
}

.nav-pc .nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
}

.nav-pc .nav-item-last {
  font-weight: 500;
  color: #1F58A6;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-pc .nav-trigger {
  font-weight: 500;
  color: #1F58A6;
  position: relative;
}

.nav-pc .nav-trigger:hover {
  cursor: pointer;
}

.nav-pc .nav-item.active .nav-trigger {
  height: 100%;
  line-height: 96px;
}

.nav-pc .nav-item.active .nav-trigger::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #1F58A6;
}

.nav-pc .nav-child-list {
  position: absolute;
  z-index: 0;
  width: max-content;
  bottom: 0;
  transform: translateY(100%);
  height: 71px;
  opacity: 0;
  transition: all .2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  pointer-events: none;
}

.nav-pc .nav-child-list.nav-last {
  left: 0;
  width: 100%;
}

.nav-pc .nav-item.active .nav-child-list {
  opacity: 1;
  z-index: 2;
  pointer-events: auto;
}

.nav-pc .nav-child {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
}

.nav-pc .nav-child:hover {
  color: #1F58A6;
}

.hFunction {
  display: flex;
  align-items: center;
}

.hFunction .select-lang {
  display: flex;
  align-items: center;
  border-left: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
  padding: 0 16px;
  margin-right: 24px;
  color: #333;
  height: 18px;
}

.hFunction .hBtn {
  width: 151px;
  height: 48px;
  background-color: #1F58A6;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  margin-right: 20px;
}

.hFunction .loginBtn {
  position: relative;
  width: 151px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #df2e8b;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #df2e8b;
  font-weight: bold;
  font-size: 12px;
}

.hFunction .loginBtn::before {
  position: absolute;
  left: 9px;
  top: 50%;
  width: 18px;
  height: 31px;
  background: url(../img/ico_plaio.png) no-repeat 0 0 / contain;
  content: "";
  transform: translateY(-50%);
}

.hFunction .loginBtn::after {
  position: absolute;
  right: 7px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #df2e8b;
  border-right: 2px solid #df2e8b;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.select-lang select {
  background: transparent;
  padding: 5px;
  font-size: 13px;
  line-height: 1;
  border: 0;
  outline: 0px;
  border-radius: 0;
  height: 34px;
  color: #333;
}

/* Footer */
footer {
  background-color: rgba(213, 213, 213, 0.2);
  padding: 52.6px 25px;
}

.footer-top {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 40px;
}

.footer-label, .footer-list li a {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.footer-label {
  font-weight: bold;
  margin-bottom: 16px;
}

.footer-label:last-child {
  margin-bottom: 0;
}

.footer-col:last-child .footer-label {
  display: flex;
}


.footer-list li a:hover {
  color: #1F58A6;
}

.footer-middle {
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 30px 0;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  max-width: 1056px;
  margin: 0 auto;
  font-size: 16px;
}

.footer-middle a {
  color: #333;
}

.footer-middle a:hover {
  color: #1F58A6;
}

.footer-bottom {
  padding: 40px 0;
  display: flex;
  align-items: center;
  max-width: 1056px;
  margin: 0 auto;
  gap: 53.21px;
}

.copy-right {
  font-size: 14px;
  line-height: 28px;
  color: #333;
}

.scroll-to-top {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background-color: #1F58A6;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='15' viewBox='0 0 24 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.1667 13.4335L12.3333 1.76685L1.5 13.4335' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  bottom: 59.4px;
  right: 8.75vw;
  z-index: 100;
  display: none;
}

.scroll-to-top:hover {
  cursor: pointer;
}

.main-container {
  max-width: 1108px;
  padding: 0 25px;
  margin: 0 auto;
}

.mv-common {
  margin-bottom: 64px;
}

.mv-common .mv-img {
  width: 100%;
  height: 560px;
}

.mv-common .mv-tlt {
  margin-top: -78px;
  text-align: center;
}

.mv-common .mv-tlt h1 {
  font-size: 110px;
  line-height: 1.45;
  font-weight: bold;
  color: #1F58A6;
  margin-bottom: 24px;
}

.mv-common .mv-tlt p {
  font-size: 32px;
  font-weight: bold;
  color: #1F58A6;
}

.btn-common {
  width: 320px;
  height: 64px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #002B89;
  font-size: 18px;
  font-weight: 500;
  border-radius: 7vw;
  transition: all .3s ease;
}

.btn-common:hover {
  cursor: pointer;
  background-color: #D1DDF8;
}


@media screen and (max-width: 1024px) {

  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .pc-flex {
    display: none;
  }

  .sp-flex {
    display: flex;
  }

  .btn-common {
    max-width: 320px;
    width: 100%;
  }

  .hArea {
    height: 56px;
    border-bottom: 1px solid #D5D5D5;
  }

  .header-sp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 56px;
    background: #fff;
  }

  .header-main {
    background: #fff;
    padding: 0 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 9999;
    border-bottom: 1px solid #D5D5D5;
  }

  .menu-trigger {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 9999;
  }

  .menu-trigger:hover {
    cursor: pointer;
  }

  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .hamburger {
    position: relative;
    width: 18px;
    height: 14px;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1F58A6;
    border-radius: 4px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 6px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(17px) rotate(-45deg);
    transform: translateY(17px) rotate(-45deg);
    top: -10px;
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-17px) rotate(45deg);
    transform: translateY(-17px) rotate(45deg);
    bottom: -12px;
  }

  .menu-trigger .text {
    margin-top: 3px;
    font-size: 10px;
    line-height: 14px;
  }

  .menu-trigger .text.close {
    display: none;
  }

  .menu-trigger .text.show {
    display: block;
  }

  .menu-trigger.active .text.close {
    display: block;
  }

  .menu-trigger.active .text.show {
    display: none;
  }

  /*gnav*/
  .gnav {
    /* display: none; */
    height: 150vh;
    position: absolute;
    width: 100%;
    z-index: 999;
    transition: .5s;
    left: 0;
    top: 0;
    /* opacity: 0; */
    /* display: none; */
    transform: translateY(-150vh);
    overflow: auto;
  }

  .gnav__overlay {
    background: rgba(0, 0, 0, .5);
    /* display: none; */
    position: absolute;
    width: 100%;
    z-index: 1;
    inset: 0;
  }

  .gnav.active {
    width: 100%;
    /* opacity: 1; */
    transform: translateY(0);
  }

  .gnav__menu {
    display: block;
    width: 100%;
    justify-content: start;
  }

  .gnav__wrap {
    align-items: baseline;
    height: auto;
    justify-content: center;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    background: #fff;
    padding: 56px 0 20px;
    transform: translate(0, -100%);
    transition: .5s;
  }

  .active .gnav__wrap {
    transform: translate(0, 0);
  }


  .nav-trigger, .nav-child {
    width: 100%;
    height: 58px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    padding: 0 32px;
    border-bottom: 1px solid #D5D5D5;
    color: #333;
  }

  .nav-child:hover {
    cursor: pointer;
    background-color: #1F58A6;
    color: #fff;
  }

  .gnav .nav-item-last {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #1F58A6;
    font-weight: bold;
    padding: 0 32px;
    height: 58px;
    border-bottom: 1px solid #D5D5D5;
  }

  .nav-trigger {
    color: #1F58A6;
    font-weight: bold;
    transition: all .3s ease;
  }

  .nav-trigger .language {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #333;
    font-size: 13px;
  }

  .nav-item.active .nav-trigger img {
    transform: rotate(180deg);
  }

  .nav-child-list {
    overflow: hidden;
    max-height: 0;
    background-color: #EFF4FF;
    transition: max-height .3s ease-out;
  }

  .nav-item.active .nav-child-list {
    max-height: 100vh;
    transition: max-height .5s ease-in;
  }

  .gnav .hBtn {
    width: 279px;
    height: 48px;
    background-color: #1F58A6;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 20px;
  }

  .gnav .loginBtn {
    position: relative;
    width: 151px;
    margin: 20px auto 0;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #df2e8b;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #df2e8b;
    font-weight: bold;
    font-size: 12px;
  }

  .gnav .loginBtn::before {
    position: absolute;
    left: 9px;
    top: 50%;
    width: 18px;
    height: 31px;
    background: url(../img/ico_plaio.png) no-repeat 0 0 / contain;
    content: "";
    transform: translateY(-50%);
  }

  .gnav .loginBtn::after {
    position: absolute;
    right: 7px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #df2e8b;
    border-right: 2px solid #df2e8b;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }

  .closeBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 0 auto;
    margin-top: 20px;
    border: 0;
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }

  footer {
    padding: 40px 25px;
  }

  .footer-top {
    padding: 0 28px;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }

  .footer-label {
    font-size: 18px;
  }

  .footer-middle {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 40px 26px;
  }

  .footer-middle a {
    color: #333;
    font-size: 16px;
  }

  .footer-bottom {
    padding: 48px 0 0;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
  }

  .scroll-to-top {
    right: 25px;
    bottom: 40px;
  }

  .mv-common {
    margin-bottom: 5vw;
  }

  .mv-common .mv-img {
    height: 43.75vw;
  }

  .mv-common .mv-tlt {
    margin-top: -6.1vw;
  }

  .mv-common .mv-tlt h1 {
    font-size: 8.6vw;
    line-height: 1.45;
    margin-bottom: 1.875vw;
  }

  .mv-common .mv-tlt p {
    font-size: max(2.5vw, 18px);
  }
}

.banner-sim {
  position: relative;
  padding: 40px 0;
  background: url("../img/top/mv_bg.png") no-repeat center / cover;
}

.banner-sim .banner-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
  line-height: 1;
}

.banner-sim .banner-text .banner-title {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

.banner-sim .banner-text .banner-subtitle {
  color: #fff;
  font-size: 24px;
}

.banner-sim .banner-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.banner-sim .banner-person {
  position: absolute;
  bottom: 0;
  right: 60px;
  width: 218px;
}

@media screen and (max-width: 1024px) {
  .banner-sim {
    height: 50vw;
    padding: 2.8vw 25px;
    background: url("../img/top/mv_bg_top_sp.png") no-repeat center / cover;
  }

  .banner-sim::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 29vw;
    background: url("../img/top/mv_bg_sp.png") no-repeat center / cover;
  }

  .banner-sim .banner-text {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 8.14vw;
    position: relative;
    z-index: 2;
    line-height: 1.375;
  }

  .banner-sim .banner-text .banner-title {
    font-size: 5.58vw;
    margin-bottom: 5px;
  }

  .banner-sim .banner-text .banner-subtitle {
    font-size: 3.72vw;
  }

  .banner-sim .banner-btn-group {
    gap: 16px;
    position: relative;
    z-index: 2;
  }

  .banner-sim .banner-btn {
    width: 100%;
    height: 11.62vw;
    font-size: 3.72vw;
  }

  .banner-sim .banner-person {
    width: 31.78vw;
    right: 4.11vw;
    top: -8.8vw;
    bottom: unset;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 32px 48px;
}

.breadcrumb-item {
  font-size: 14px;
  line-height: 28px;
  color: #333;
}

.breadcrumb-item a {
  font-size: 14px;
  line-height: 28px;
  color: #333;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 8px;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 8px;
  color: #6c757d;
  content: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0.999999L9 6L1 11' stroke='%23333333'/%3E%3C/svg%3E%0A");
}

@media screen and (max-width: 1024px) {
  .breadcrumb {
    padding: 15px 25px;
  }

  .breadcrumb-item {
    font-size: 12px;
    line-height: 20px;
  }

  .breadcrumb-item a {
    font-size: 12px;
    line-height: 20px;
  }
}

/* max-width: 414px ここまで */
@media screen and (max-width: 414px) {
  .banner-text .banner-title.en {
    font-size: 18px;
  }
  .banner-person.en {
    width: 31.78vw;
    right: 0.11vw;
    top: -5.8vw;
    bottom: unset;
  }
}
