/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto; }

html, body {
  width: 100%;
  min-height: 100%; }

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #434343;
  letter-spacing: 1px; }

@media only screen and (min-width: 768px) {
  .sp-visible {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.125vw; }

  .sp-hidden {
    display: none !important; }

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none; } }
span.link,
a {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s, background-color 0.3s, background-image 0.3s, border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  -webkit-transition: color 0.3s, background-color 0.3s, background-image 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  cursor: pointer; }

@media only screen and (min-width: 768px) {
  a:hover {
    color: #003f37;
    text-decoration: none;
    opacity: 0.8; } }
small, .en {
  font-family: "Roboto", sans-serif;
  font-weight: 500; }

/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700; }

p {
  line-height: 1.6; }

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none;
  zoom: 1;
  overflow: hidden; }

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: normal; }

dl, dt, dd {
  zoom: 1;
  overflow: hidden; }

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

@media only screen and (max-width: 767px) {
  input, textarea, select {
    font-size: 1.6rem;
    box-sizing: border-box; } }
button {
  font-family: "Noto Sans JP", sans-serif; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

object {
  vertical-align: middle;
  outline: none; }

em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 100%; }

i {
  font-style: normal; }

u {
  text-decoration: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

sup {
  font-size: 1em;
  vertical-align: text-top; }

sub {
  font-size: 1em;
  vertical-align: text-bottom; }

hr {
  display: none; }

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative; }

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none; }

/* --------------------------------------
		105 other
-------------------------------------- */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?agpyv2");
  src: url("../fonts/icomoon.eot?agpyv2#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?agpyv2") format("truetype"), url("../fonts/icomoon.woff?agpyv2") format("woff"), url("../fonts/icomoon.svg?agpyv2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  position: relative; }

.icon-u:before {
  content: "\32"; }

.icon-d:before {
  content: "\33"; }

.icon-l:before {
  content: "\34"; }

.icon-r:before {
  content: "\35"; }

.icon-dr:before {
  content: "\39"; }

.icon-check:before {
  content: "\5a"; }

.icon-cr:before {
  content: "\e046"; }

.icon-contact:before {
  content: "\e900";
  transform: scale(-1, 1);
  display: inline-block; }

@media only screen and (min-width: 1025px) {
  /* --------------------------------------
  		102 header
  -------------------------------------- */
  .header {
    background: rgba(255,255,255,0.6);
    min-width: 112rem;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999; }
    .header-logo {
      width: 15rem;
      position: absolute;
      left: 2rem;
      top: 1rem;
      z-index: 2;
      text-align: center; }
      .header-logo_img {
        width: 15rem;
        line-height: 1;
        margin-bottom: -.5rem; }
      .header-logo_img img {
        max-width: 100%;}
      .header-logo_txt {
        width: 14rem;
        margin: 0 auto; }
    .header-contact {
      position: absolute;
      right: 0;
      top: 2.4rem;
      z-index: 2; }
      .header-contact a {
        width: 17.8rem;
        display: block;
        background: #003f37;
        color: #fff;
        border-radius: 2.1rem 0 0 2.1rem;
        line-height: 4.2rem;
        text-align: center;
        font-weight: 700; }
    .header-nav {
      height: 9rem;
      padding: 0 18rem 0 17rem;
      text-align: center;
      position: relative;
      z-index: 1;
      clear: both; }
      .header-nav > ul {
        height: 9rem;
        font-size: 1.3rem;
        text-align: center;
        overflow: visible; }
        .header-nav > ul > li {
          display: inline-block;
          margin: 0 .3rem;
          overflow: visible; }
          .header-nav > ul > li > a {
            height: 9rem;
            line-height: 2rem;
            display: block;
            position: relative;
            padding: 3.5rem .4rem; }
            .header-nav > ul > li > a:hover:after {
              content: "";
              width: 100%;
              height: .3rem;
              background: #003f37;
              left: 0;
              bottom: 2.5rem;
              position: absolute; }
          .header-nav > ul > li .header-nav-more {
            width: 100%;
            max-height: 110rem;
            color: #fff;
            overflow: hidden;
            position: absolute;
            left: 0;
            top: 9rem;
            background: rgba(0, 63, 55, 0.9);
            z-index: -1;
            transition: all .5s; }
            .header-nav > ul > li .header-nav-more ul li {
              display: inline-block;
              margin: 0 .8rem; }
              .header-nav > ul > li .header-nav-more ul li a {
                font-size: 1.3rem;
                display: block;
                line-height: 6rem;
                padding: 0 .5rem;
                color: #fff;
                text-align: left; }
          .header-nav > ul > li.off .header-nav-more {
            max-height: 0; }

  /* --------------------------------------
  		103 content
  -------------------------------------- */
  .main-container {
    clear: both;
  }
  .main-container_header {
    background: rgba(40, 81, 175, 0.05);
    text-align: center;
    position: relative;
    padding: 6rem 0; }
    .main-container_header-pankuzu {
      left: 1rem;
      top: 1rem;
      font-size: 1.1rem;
      text-align: left;
      position: absolute; }
      .main-container_header-pankuzu ul {
        width: 90%;
        margin: 0 auto; }
        .main-container_header-pankuzu ul li {
          display: inline-block;
          font-weight: 700;
          font-size: 1.2rem; }
          .main-container_header-pankuzu ul li a {
            font-weight: 400;
            font-size: 1rem; }
            .main-container_header-pankuzu ul li a:after {
              font-size: 1rem;
              content: " - ";
              color: #888;
              margin-left: .3rem; }
    .main-container_header-ttl {
      font-size: 1.4rem;
      text-align: center; }
    .main-container_header-en {
      display: block;
      letter-spacing: .3rem;
      font-size: 6rem;
      color: #003f37;
      line-height: 1; }
  .main-container_inner {
    width: 112rem;
    margin: 0 auto; }
  .main-container_btn {
    text-align: center;
    padding: 8rem 0 8rem; }
    .main-container_btn a {
      width: 48rem;
      margin: 0 auto;
      border: 0.1rem solid #003f37;
      line-height: 5rem;
      text-align: center;
      display: block; }
      .main-container_btn a i {
        color: #003f37; }
  .main-container:after {
    clear: both;
    content: "";
    display: block; }

  .aside-contact {
    background: #f5f5f5;
    height: 39rem;
    overflow: hidden; }
    .aside-contact_inner {
      text-align: center;
      padding-top: 12rem; }
      .aside-contact_inner p {
        font-weight: 700;
        font-size: 1.8rem;
        line-height: 2;
        padding-bottom: 3rem; }
      .aside-contact_inner-btn a {
        width: 32rem;
        line-height: 6rem;
        border-radius: 3rem;
        background: #003f37;
        color: #fff;
        font-weight: 700;
        font-size: 1.8rem;
        display: block;
        margin: 0 auto; }
        .aside-contact_inner-btn a i {
          font-size: 3.2rem;
          margin-right: 1rem;
          position: relative;
          bottom: -.5rem; }
    .aside-contact_wrap {
      width: 112rem;
      margin: 0 auto;
      position: relative;
      padding-left: 65rem;
      height: 39rem; }
      .aside-contact_wrap figure {
        position: absolute;
        left: -10rem;
        top: 0;
        height: 100%;
        width: 65rem;
        background: url("../images/commons/fig_contact_2.jpg") no-repeat 50% 50%;
        background-size: cover; }
        .aside-contact_wrap figure:after, .aside-contact_wrap figure:before {
          content: "";
          width: 5rem;
          height: 100%;
          position: absolute;
          top: 0;
          background: url("../images/commons/contact_cover.png") no-repeat;
          background-size: 5rem 100%; }
        .aside-contact_wrap figure:before {
          right: 0; }
        .aside-contact_wrap figure:after {
          left: 0;
          transform: scale(-1, -1); }

  .footer {
    clear: both;
    background: #434343; }
    .footer-about {
      width: 20%;
      float: left;
      color: #fff;
      text-align: center;
      font-size: 1rem; }
      .footer-about_logo {
        margin-bottom: .5rem; }
      .footer-about b {
        font-size: 1.3rem; }
      .footer-about span {
        font-size: 1rem; }
      .footer-about p {
        font-size: 1.2rem;
        padding-bottom: 2rem; }
        .footer-about p a {
          border: .1rem solid #fff;
          line-height: 2.8rem;
          display: inline-block;
          padding: 0 1rem;
          color: #fff; }
      .footer-about ul {
        text-align: center; }
        .footer-about ul li {
          font-size: 1.1rem; }
          .footer-about ul li a {
            color: #fff; }
    .footer-nav {
      width: 70%;
      text-align: left;
      float: right;
      padding-left: 16px; }
      .footer-nav > ul {
        width: 33%;
        float: left; }
        .footer-nav > ul > li {
          padding-bottom: 1rem; }
          .footer-nav > ul > li ul {
            padding-left: 2rem;
            font-size: 1.2rem; }
            .footer-nav > ul > li ul i {
              margin-right: .5rem;
              font-size: 1rem; }
          .footer-nav > ul > li a {
            display: block;
            color: #fff;
            padding: .5rem; }
            .footer-nav > ul > li a i {
              margin-right: 1rem;
              font-size: 1.2rem; }
    .footer-wrap {
      width: 112rem;
      margin: 0 auto;
      padding: 6rem 0;
      overflow: hidden; }
    .footer-copy {
      color: #fff;
      background: #343434;
      line-height: 6rem;
      text-align: center;
      font-size: 1rem; } }
@media only screen and (max-width: 1024px) {
  /* --------------------------------------
  		102 header
  -------------------------------------- */
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999; }
    .header-logo {
      text-align: left;
      line-height: 5rem;
      padding-left: 1rem;
      background: #fff; }
      .header-logo_img {
        width: 10rem;
        display: inline-block;
        margin-right: .5rem; }
      .header-logo_img img {
        max-width: 80%;}
      .header-logo_txt {
        width: 14rem;
        display: inline-block; }
    .header_menu {
      width: 5rem;
      height: 5rem;
      position: absolute;
      right: 0;
      top: 0;
      padding: .9rem 1.1rem .9rem 1.3rem;
      text-align: left;
      z-index: 999; }
      .header_menu.on span {
        width: 1.6rem;
        position: absolute;
        top: 50%;
        margin: 0;
        margin-top: -.15rem; }
        .header_menu.on span:nth-of-type(1) {
          left: 50%;
          transform: rotate(45deg);
          margin-left: -.8rem; }
        .header_menu.on span:nth-of-type(2) {
          right: 50%;
          transform: rotate(-45deg);
          margin-right: -.8rem; }
        .header_menu.on span:nth-of-type(3) {
          display: none; }
      .header_menu span {
        width: 1.6rem;
        height: .2rem;
        background: #666;
        margin: .7rem auto;
        display: block; }
    .header-nav.on ul {
      max-height: 100vh;
      opacity: 1; }
    .header-nav > ul {
      width: 100%;
      max-height: 0;
      position: absolute;
      left: 0;
      top: 5rem;
      overflow: scroll;
      opacity: 0;
      transition: all .5s;
      background: #f8f8f8; }
      .header-nav > ul > li {
        line-height: 5rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        position: relative; }
        .header-nav > ul > li > a, .header-nav > ul > li > span {
          text-align: left;
          line-height: 5rem;
          letter-spacing: 2px;
          padding: 0px 1.5rem;
          display: block;
          position: relative; }
          .header-nav > ul > li > a i, .header-nav > ul > li > span i {
            display: none; }
        .header-nav > ul > li .header-nav-more {
          max-height: 0;
          overflow: hidden;
          transition: all .5s; }
          .header-nav > ul > li .header-nav-more ul {
            padding: .5rem 2rem; }
            .header-nav > ul > li .header-nav-more ul li a {
              font-size: 1.2rem;
              display: block;
              line-height: 3.6rem; }
              .header-nav > ul > li .header-nav-more ul li a i {
                margin-right: .5rem;
                color: #003f37; }
                .header-nav > ul > li .header-nav-more ul li a i:before {
                  content: "\e046"; }
        .header-nav > ul > li:before {
          font-size: 1.2rem;
          line-height: 5rem;
          font-family: 'icomoon' !important;
          content: "\35";
          position: absolute;
          top: 0;
          right: 1rem;
          color: #003f37; }
        .header-nav > ul > li.off:before {
          content: "\33"; }
        .header-nav > ul > li.on:before {
          content: "\32"; }
        .header-nav > ul > li.on .header-nav-more {
          max-height: 100rem; }

  /* --------------------------------------
  		103 content
  -------------------------------------- */
  .main-container {
    clear: both; }
    .main-container:after {
      clear: both;
      content: "";
      display: block; }
    .main-container_header {
      background: rgba(40, 81, 175, 0.05);
      text-align: center;
      position: relative;
      padding: 2.4rem 0; }
      .main-container_header-pankuzu {
	      display: none;
        left: 1rem;
        top: .5rem;
        font-size: .9rem;
        text-align: left;
        position: absolute; }
        .main-container_header-pankuzu ul li {
          display: inline-block;
          font-weight: 700; }
          .main-container_header-pankuzu ul li a {
            font-weight: 400; }
            .main-container_header-pankuzu ul li a:after {
              font-size: 1rem;
              content: " - ";
              color: #888;
              margin-left: .2rem; }
      .main-container_header-ttl {
        font-size: 1rem;
        text-align: center; }
      .main-container_header-en {
        display: block;
        letter-spacing: .3rem;
        font-size: 3rem;
        color: #003f37;
        line-height: 1; }
    .main-container_btn {
      text-align: center;
      padding: 2rem 0 5rem; }
      .main-container_btn a {
        width: 24rem;
        font-size: 1.3rem;
        margin: 0 auto;
        border: 0.1rem solid #003f37;
        line-height: 5rem;
        text-align: center;
        display: block; }
        .main-container_btn a i {
          color: #003f37; }

  .page-btn {
    text-align: center; }
    .page-btn a {
      letter-spacing: 3px;
      width: 24rem;
      display: block;
      margin: 0 auto;
      line-height: 5rem;
      border-radius: 2.5rem;
      color: #fff; }

  .aside-contact {
    background: #f5f5f5;
    overflow: hidden;
    padding: 3rem 0; }
    .aside-contact_inner {
      text-align: center; }
      .aside-contact_inner p {
        font-weight: 700;
        font-size: 1.5rem;
        padding-bottom: 1.5rem; }
      .aside-contact_inner-btn a {
        width: 28rem;
        line-height: 4.2rem;
        border-radius: 2.1rem;
        background: #003f37;
        color: #fff;
        font-weight: 700;
        font-size: 1.5rem;
        display: block;
        margin: 0 auto; }
        .aside-contact_inner-btn a i {
          display: none; }

  /* --------------------------------------
  		104 footer
  -------------------------------------- */
  .footer {
    background: #434343;
    clear: both;
    position: relative;
    padding-top: 3rem; }
    .footer-about {
      color: #fff;
      text-align: center;
      font-size: 1rem;
      padding-bottom: 2.5rem; }
      .footer-about_logo {
        margin-bottom: 2rem; }
        .footer-about_logo img {
          width: 12rem; }
      .footer-about b {
        font-size: 1.3rem; }
      .footer-about span {
        font-size: 1rem; }
      .footer-about p {
        font-size: 1.2rem;
        line-height: 1.4;
        padding-bottom: 2rem; }
        .footer-about p a {
          border: .1rem solid #fff;
          line-height: 2.8rem;
          display: inline-block;
          padding: 0 1rem;
          color: #fff; }
      .footer-about ul {
        text-align: center; }
        .footer-about ul li {
          font-size: 1rem; }
          .footer-about ul li a {
            color: #fff; }
    .footer-copy {
      color: #fff;
      background: #343434;
      line-height: 4.5rem;
      text-align: center;
      font-size: .9rem; } }


/* faq */
@media only screen and (min-width: 768px) {
  .aside-faq {
    width: 98rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: .2rem;
    border: 0.3rem solid #003f37;
    clear: both; }
    .aside-faq:hover {
      opacity: 0.8; }
    .aside-faq a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .aside-faq_wrap {
      border: 0.1rem solid #003f37;
      padding: 5rem 0 5rem 30rem; }
    .aside-faq_header {
      width: 30rem;
      text-align: center;
      vertical-align: middle;
      position: absolute;
      left: 0;
      top: 0;
      padding: 3.5rem 0; }
      .aside-faq_header-en {
        font-size: 4rem;
        color: #003f37;
        display: inline-block;
        margin-right: 1.5rem;
        letter-spacing: .5rem; }
      .aside-faq_header-ttl {
        font-size: 1.2rem;
        display: inline-block;
        position: relative;
        bottom: 1rem; }
    .aside-faq i {
      position: absolute;
      font-size: 1.6rem;
      right: 2rem;
      top: 50%;
      line-height: 1;
      margin-top: -.5em; }
    .aside-faq_inner {
      padding-left: 3rem;
      line-height: 8rem;
      position: relative; }
}
@media only screen and (max-width: 767px) {
  .aside-faq {
    margin: 0 1rem 4rem;
    position: relative;
    z-index: 1;
    border: 0.1rem solid #003f37;
    clear: both; }
    .aside-faq a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .aside-faq_wrap {
      padding: 1rem 2rem 2rem 2rem; }
    .aside-faq_header {
      border-bottom: 0.1rem solid #003f37;
      text-align: left;
      vertical-align: middle;
      display: inline-block; }
      .aside-faq_header-en {
        font-size: 3.2rem;
        color: #003f37;
        display: inline-block;
        margin-right: 1rem;
        letter-spacing: .5rem; }
      .aside-faq_header-ttl {
        font-size: 1.1rem;
        display: inline-block;
        position: relative; }
    .aside-faq i {
      position: absolute;
      font-size: 1.6rem;
      right: 1.5rem;
      top: 50%;
      line-height: 1;
      margin-top: -.5em;
      color: #003f37; }
    .aside-faq_inner {
      position: relative;
      font-size: 1.2rem;
      padding-top: 1rem; } 

}


/* banner */
.header > .banner {
  background: #003366;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}
.header > .banner img.banner-pc {
  height: 2.5rem;
}
.header > .banner img.banner-sp {
  display: none;
}
.header > .banner > span {
}
.header > .banner > span:before {
  content: "“";
}
.header > .banner > span:after {
  content: "”";
}
@media only screen and (max-width: 767px) {
  .header > .banner {
    font-size: 0.8rem;
    padding: 0;
  }
  .header > .banner img.banner-pc {
    display: none;
  }
  
  .header > .banner img.banner-sp {
    display: block;
    max-width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .header > .banner > span {
    display: block;
  }
}

/* 共通（元に戻す） */
.main-container{
  margin-top: 12.5rem; /* PC */
}

@media (max-width: 767px){
  .main-container{
    margin-top: 8rem; /* SP */
  }
}



/* TOPだけ打ち消す */
.home .main-container{
  margin-top: 0 !important;
}

@media (max-width: 767px){
  .home .main-container{
    margin-top: 0 !important;
  
  }
  .home .main-container_inner{
  padding-bottom: 5rem;

}
}

/* TOPだけ：main-container_inner の112rem固定を無効化 */
.home .main-container_inner{
  padding-top: 10rem;
  padding-bottom: 10rem;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

/* TOPだけ打ち消す */
.home .main-container{
  margin-top: 0 !important;
}

@media (max-width: 767px){
  .home .main-container{
    margin-top: 0 !important;
  
  }
  .home .main-container_inner{
  padding-top: 5rem;
  padding-bottom: 5rem;

}
}

/* TOPページ以外の aside-faq */
body:not(.home):not(.front-page) .aside-faq {
  margin: 8rem auto;
}

@media only screen and (max-width: 767px) {
    body:not(.home):not(.front-page) .aside-faq {
        margin: 0 1rem 4rem;
    }
}



/* ===== 1024以下はハンバーガー表示を強制 ===== */
@media (max-width: 1024px){
  .header_menu{
    display:block !important; /* ← これがないと出ないことがある */
  }
  /* PC用のcontactが被って邪魔なら消す */
  .header-contact{ display:none !important; }
}
@media (min-width: 1025px){
  .header_menu{
    display:none !important; /* PCでは消す（あれば） */
  }
}

/* ======================================
   Footer：Tablet(768-1024)はPC見せに寄せる
   - レイアウトはPC（2カラム）を維持
   - 幅112rem固定はタブレットで溢れるので可変にする
====================================== */
@media (min-width: 768px) and (max-width: 1024px){

  /* SP用（~1024側）で付いてるpadding-top等をPC寄せに戻す */
  .footer{
    clear: both;
    background: #434343;
    position: static;
    padding-top: 0; /* ←SP用のpaddingを無効化 */
  }

  /* PCの .footer-wrap をタブレット幅で成立させる */
  .footer-wrap{
    width: calc(100% - 4rem);   /* 左右2remずつ */
    max-width: 112rem;          /* PCの上限は維持 */
    margin: 0 auto;
    padding: 6rem 0;
    overflow: hidden;
  }

  /* PC見せ（about + nav）を復活 */
  .footer-about{
    width: 20%;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding-bottom: 0; /* SP用の下余白を戻す */
  }
  .footer-nav{
    width: 70%;
    float: right;
    text-align: left;
    padding-left: 16px;
  }
  .footer-nav > ul{
    width: 33%;
    float: left;
  }
  .footer-nav > ul > li{
    padding-bottom: 1rem;
  }
  .footer-nav > ul > li ul{
    padding-left: 2rem;
    font-size: 1.2rem;
  }
  .footer-nav > ul > li a{
    display: block;
    color: #fff;
    padding: .5rem;
  }

  /* コピーライトもPC寄せ */
  .footer-copy{
    color: #fff;
    background: #343434;
    line-height: 6rem; /* SPは4.5remなのでPCへ */
    text-align: center;
    font-size: 1rem;
  }
}


/* ======================================
   Footer：Tablet(768-1024)は2列×折り返しにする
====================================== */
@media (min-width: 768px) and (max-width: 1024px){

  /* navを横並び＋折り返し */
  .footer-nav{
    width: 70%;
    float: right;
    padding-left: 16px;

    display: flex;
    flex-wrap: wrap;
    gap: 0; /* 余計な隙間いらなければ0 */
  }

  /* ulを2列に（2列×2段になる） */
  .footer-nav > ul{
    width: 50%;
    float: none;           /* PCのfloatを解除 */
    padding-right: 1.5rem; /* 右側の余白 */
    box-sizing: border-box;
  }

  /* リストが「隠れる」原因を解除（resetの overflow:hidden 対策） */
  .footer-nav ul,
  .footer-nav li{
    overflow: visible;
  }

  /* 2段目の上が詰まるなら少し余白 */
  .footer-nav > ul:nth-child(n+3){
    margin-top: 1.5rem;
  }

  /* サブ階層の左インデントは少し浅くして幅を稼ぐ */
  .footer-nav > ul > li ul{
    padding-left: 1.2rem;
  }

   .aside-faq {
    margin: 0 1rem 4rem;
   }


}


/* ======================================
   FAQ banner : responsive (replace old fixed css)
====================================== */
.aside-faq{
  max-width: 98rem;          /* PCは98rem相当を上限に */
  width: calc(100% - 2rem);  /* 画面に合わせて可変 */
  margin: 8rem auto;
  position: relative;
  z-index: 1;
  border: .3rem solid #003f37;
  background: #fff;
}

.aside-faq:hover{ opacity: .85; }

.aside-faq > a{
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* 中身は “flex” で可変にする（固定30remやabsoluteを捨てる） */
.aside-faq_wrap{
  border: .1rem solid #003f37;
  padding: 3.2rem 4rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  position: relative;
}

.aside-faq_header{
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  flex: 0 0 auto; /* 必要以上に伸びない */
}

.aside-faq_header-en{
  font-size: 4rem;
  color: #003f37;
  letter-spacing: .5rem;
}

.aside-faq_header-ttl{
  font-size: 1.2rem;
}

.aside-faq_inner{
  flex: 1 1 auto;   /* ここが伸び縮みして可変になる */
  min-width: 0;     /* 長文でもはみ出しにくくする */
  line-height: 1.8;
}

.aside-faq i{
  flex: 0 0 auto;
  font-size: 1.6rem;
  color: #003f37;
}

/* タブレット：詰まるなら折り返す */
@media (min-width: 768px) and (max-width: 1024px){
  .aside-faq_wrap{
    padding: 2.6rem 3rem;
    flex-wrap: wrap;     /* 折り返し */
    gap: 1.6rem 2rem;
  }
  .aside-faq i{
    margin-left: auto;   /* 右に逃がす */
  }
}

/* SP：縦積み */
@media (max-width: 767px){
  .aside-faq{
    width: calc(100% - 2rem);
    margin: 0 1rem 4rem;
    border-width: .1rem;
  }
  .aside-faq_wrap{
    padding: 1.4rem 1.6rem 1.6rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .aside-faq_header-en{ font-size: 3.2rem; }
  .aside-faq i{
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
  }
}


/* ======================================
   FAQ banner : fix broken inside on responsive
====================================== */

/* reset の overflow:hidden が邪魔するので、FAQ内だけ解除 */
.aside-faq,
.aside-faq *{
  overflow: visible;
}

/* flex内で文字が潰れないように */
.aside-faq_header,
.aside-faq_inner{
  min-width: 0;
}

/* 見た目の崩れ（縦位置）を整える */
.aside-faq_wrap{
  align-items: center;
}

.aside-faq_header-en,
.aside-faq_header-ttl,
.aside-faq_inner p{
  line-height: 1.4;
}

/* 長文があってもはみ出さず、必要なら折り返す */
.aside-faq_inner{
  white-space: normal;
  word-break: break-word;
}

/* 右の矢印：折り返しでも位置が暴れないように */
.aside-faq i{
  position: static;        /* まず固定解除 */
  transform: none;
  margin-left: auto;       /* 右寄せ */
}

/* タブレット：ヘッダー/本文を折り返しやすく */
@media (min-width: 768px) and (max-width: 1024px){
  .aside-faq_header{
    flex-wrap: wrap;
    gap: .6rem 1.2rem;
  }
}

/* SP：矢印は右上固定がいいならここだけabsoluteに */
@media (max-width: 767px){
  .aside-faq i{
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
  }
}