@charset "UTF-8";
/* CSS Document */
/* CSS Document */
html {
  font: 10px/2 "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  /* 基本文字設定 */
  *font-size: small;
  /* Win IE7およびWin IE6標準準拠モード向け */
  *font: x-small;
  /* Win IE 5-5.5､6(後方互換モード)向け */
  letter-spacing: 0;
  background-color: #fff;
  color: #000;
  font-weight: normal; }

* {
  outline: none; }

a {
  color: #000;
  outline: none;
  text-decoration: none;
  transition: all 300ms ease-in-out; }
  a:after {
    text-decoration: none; }
  a:hover, a:focus {
    color: #000;
    opacity: 0.8; }
    a:hover img, a:focus img {
      opacity: 0.8; }
  a img {
    background: url(../image/share/transparent.png);
    transition: opacity 300ms ease-in-out; }
  .main-wpcontent a {
    color: #000;
    text-decoration: underline; }

#mainScroll {
  position: relative;
  margin: 0 auto;
  padding: 0;
  z-index: 300; }

#header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  z-index: 400;
  background: white;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.16); }
  @media screen and (max-width: 600px) {
    #header {
      height: 26.667vw;
      box-shadow: 0px 0.8vw 1.6vw rgba(0, 0, 0, 0.16); } }
  #header__inner {
    position: relative;
    max-width: 1300px;
    padding: 0 70px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    box-sizing: border-box; }
    @media screen and (max-width: 1300px) {
      #header__inner {
        max-width: inherit;
        width: auto;
        padding: 0 70px; } }
    @media screen and (max-width: 800px) {
      #header__inner {
        padding: 0 50px; } }
    @media screen and (max-width: 600px) {
      #header__inner {
        height: 26.667vw;
        padding: 0 5.333vw; } }
    #header__inner #campaign-logo {
      flex: 0 0 150px;
      width: 150px; }
      @media screen and (max-width: 600px) {
        #header__inner #campaign-logo {
          flex: 0 0 40vw;
          width: 40vw; } }
      #header__inner #campaign-logo img {
        width: 100%;
        height: auto; }
    #header__inner #identity-area {
      flex: 0 0 95px;
      width: 95px;
      line-height: 1;
      margin: 0 20px 0 auto; }
      @media screen and (max-width: 600px) {
        #header__inner #identity-area {
          flex: 0 0 25.333vw;
          width: 25.333vw;
          margin: 0 5.333vw 0 auto; } }
      #header__inner #identity-area img {
        width: 100%;
        height: auto; }

#menu-button {
  position: relative;
  width: 50px;
  height: 35px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border-radius: 0;
  transition: all 300ms ease-in-out;
  font-size: 12px;
  line-height: 1;
  color: #ED901D;
  font-weight: bold; }
  #menu-button:hover {
    cursor: pointer; }
  @media screen and (max-width: 1300px) {
    #menu-button {
      display: block; } }
  @media screen and (max-width: 600px) {
    #menu-button {
      width: 13.333vw;
      height: 9.333vw;
      font-size: 3.2vw;
      border-radius: 2.667vw; } }
  #menu-button .menu--line {
    position: absolute;
    display: block;
    width: 50px;
    height: 5px;
    background-color: #ED901D;
    left: 50%;
    top: 17.5px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: all 300ms ease-in-out;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    @media screen and (max-width: 600px) {
      #menu-button .menu--line {
        top: 4.6665vw;
        width: 13.333vw; } }
  #menu-button .menu--line--top {
    -webkit-transform: translate(-50%, -17.5px);
    transform: translate(-50%, -17.5px); }
    @media screen and (max-width: 600px) {
      #menu-button .menu--line--top {
        -webkit-transform: translate(-50%, -4.6665vw);
        transform: translate(-50%, -4.6665vw); } }
  #menu-button .menu--line--bottom {
    -webkit-transform: translate(-50%, 17.5px);
    transform: translate(-50%, 17.5px); }
    @media screen and (max-width: 600px) {
      #menu-button .menu--line--bottom {
        -webkit-transform: translate(-50%, 4.6665vw);
        transform: translate(-50%, 4.6665vw); } }
  #menu-button.active .menu--line--top {
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    transform: translate(-50%, 0) rotate(45deg); }
  #menu-button.active .menu--line--middle {
    opacity: 0; }
  #menu-button.active .menu--line--bottom {
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg); }

#global-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
  transition: height 300ms ease-in-out;
  background-color: rgba(237, 144, 29, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 9999; }
  #global-area.active {
    height: 100vh; }

#nav-global {
  margin: 0;
  padding: 0; }
  #nav-global > li {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
    text-align: center; }
    @media screen and (max-width: 600px) {
      #nav-global > li {
        font-size: 6.4vw; } }
    #nav-global > li + li {
      margin-top: 55px; }
      @media screen and (max-width: 600px) {
        #nav-global > li + li {
          margin-top: 12vw; } }
    #nav-global > li a {
      color: #fff; }
      #nav-global > li a::after {
        content: "";
        display: inline-block;
        background: url("../image/share/icon-arrow-down-w.svg") center center no-repeat;
        background-size: contain;
        width: 17px;
        height: 30px;
        margin: 0 0 0 10px;
        vertical-align: bottom; }
        @media screen and (max-width: 600px) {
          #nav-global > li a::after {
            width: 4.533vw;
            height: 6.4vw;
            margin-left: 3.2vw; } }

#menu-close {
  cursor: pointer;
  width: 200px;
  height: 60px;
  border: 5px solid #fff;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  box-sizing: border-box;
  margin: 60px auto 0;
  transition: opacity 300ms ease-in-out; }
  @media screen and (max-width: 600px) {
    #menu-close {
      width: 53.333vw;
      height: 16vw;
      border-width: 1.333vw;
      margin-top: 16vw; } }
  #menu-close:hover {
    opacity: 0.8; }

#contents-area {
  position: relative;
  z-index: 150; }
  #contents-area__inner {
    box-sizing: border-box; }

#h1-area {
  margin: 0;
  padding: 0;
  background: url("../image/top/bg-mi-pc.svg") center center no-repeat;
  background-size: auto 900px; }
  @media screen and (max-width: 1300px) {
    #h1-area {
      background: url("../image/top/bg-mi-pc.svg") center center no-repeat;
      background-size: auto 100%; } }
  @media screen and (max-width: 600px) {
    #h1-area {
      background: url("../image/top/bg-mi-sp.svg") center center no-repeat;
      background-size: 100% auto; } }
  #h1-area__inner {
    display: block;
    max-width: 1300px;
    width: 100%;
    height: 900px;
    margin: 0 auto; }
    @media screen and (max-width: 1300px) {
      #h1-area__inner {
        height: auto; } }
    @media screen and (max-width: 600px) {
      #h1-area__inner {
        height: auto; } }
    #h1-area__inner picture,
    #h1-area__inner img {
      object-fit: cover;
      width: 100%;
      height: 900px; }
      @media screen and (max-width: 1300px) {
        #h1-area__inner picture,
        #h1-area__inner img {
          height: auto; } }
      @media screen and (max-width: 600px) {
        #h1-area__inner picture,
        #h1-area__inner img {
          height: auto; } }

#top .top-title,
#faq .top-title {
  width: 100%;
  height: 155px;
  margin: 0 0 70px;
  padding: 0 70px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #ED901D url("../image/top/bg-title.svg") center center repeat;
  background-size: auto 100%;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2;
  color: #fff; }
  @media screen and (max-width: 800px) {
    #top .top-title,
    #faq .top-title {
      padding: 0 50px; } }
  @media screen and (max-width: 600px) {
    #top .top-title,
    #faq .top-title {
      height: 26.667vw;
      margin-bottom: 10.337vw;
      padding: 0 5.333vw;
      font-size: 6.667vw; } }
  @media screen and (max-width: 600px) {
    #top .top-title span,
    #faq .top-title span {
      display: inline-block; } }

#top-note {
  background-color: #f00; }
  #top-note__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0; }
    @media screen and (max-width: 1140px) {
      #top-note__inner {
        width: auto;
        padding: 30px 70px; } }
    @media screen and (max-width: 600px) {
      #top-note__inner {
        padding: 8vw 5.333vw; } }
    #top-note__inner .top-note--text {
      font-size: 26px;
      font-weight: bold;
      line-height: 1.333;
      letter-spacing: 0;
      text-align: center;
      color: #fff;
      margin: 0 0 15px; }
      @media screen and (max-width: 600px) {
        #top-note__inner .top-note--text {
          font-size: 4vw;
          margin: 0 0 4vw; } }
      #top-note__inner .top-note--text:last-child {
        margin-bottom: 0; }
      #top-note__inner .top-note--text span {
        display: inline-block; }

#top-area {
  margin: -100px auto 120px;
  padding: 100px 0 0; }
  @media screen and (max-width: 600px) {
    #top-area {
      margin: -26.667vw 0 18.667vw;
      padding-top: 26.667vw; } }
  #top-area__inner {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1300px) {
      #top-area__inner {
        width: auto;
        padding: 0 70px; } }
    @media screen and (max-width: 800px) {
      #top-area__inner {
        padding: 0 50px; } }
    @media screen and (max-width: 600px) {
      #top-area__inner {
        padding: 0 5.333vw;
        margin: 10.667vw 0 18.667vw; } }
    #top-area__inner picture,
    #top-area__inner img {
      width: 100%;
      height: auto; }

#top-condition {
  margin: -100px 0 120px;
  padding: 100px 0 0; }
  @media screen and (max-width: 600px) {
    #top-condition {
      margin-top: -26.667vw;
      margin-bottom: 18.667vw;
      padding-top: 26.667vw; } }
  #top-condition__inner {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1140px) {
      #top-condition__inner {
        width: auto;
        padding: 0 70px; } }
    @media screen and (max-width: 800px) {
      #top-condition__inner {
        padding: 0 50px; } }
    @media screen and (max-width: 600px) {
      #top-condition__inner {
        padding: 0 5.333vw; } }
    #top-condition__inner .top-condition--text {
      font-size: 30px;
      font-weight: bold;
      line-height: 1.333;
      letter-spacing: 0;
      text-align: center;
      margin: 0 0 90px; }
      @media screen and (max-width: 600px) {
        #top-condition__inner .top-condition--text {
          font-size: 4.8vw;
          margin-bottom: 10.667vw; } }
      @media screen and (max-width: 600px) {
        #top-condition__inner .top-condition--text span {
          display: inline-block; } }

#top-condition--list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 80px 8%; }
  @media screen and (max-width: 600px) {
    #top-condition--list {
      flex-direction: column;
      justify-content: flex-start;
      gap: 13.333vw 0; } }
  #top-condition--list > li {
    margin: 0;
    padding: 0;
    flex: 0 1 46%; }
    @media screen and (max-width: 600px) {
      #top-condition--list > li {
        flex: 0 0 auto; } }
    #top-condition--list > li > dl {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch;
      align-content: stretch; }
      #top-condition--list > li > dl .top-condition--list--title {
        order: 2;
        font-size: 25px;
        font-weight: bold;
        line-height: 1.25;
        letter-spacing: 0;
        color: #00913A;
        margin: 0 0 12px;
        padding: 0; }
        @media screen and (max-width: 800px) {
          #top-condition--list > li > dl .top-condition--list--title {
            font-size: 20px; } }
        @media screen and (max-width: 600px) {
          #top-condition--list > li > dl .top-condition--list--title {
            font-size: 4.267vw;
            margin-bottom: 2.667vw; } }
      #top-condition--list > li > dl .top-condition--list--img {
        order: 1;
        margin: 0 0 15px; }
        @media screen and (max-width: 600px) {
          #top-condition--list > li > dl .top-condition--list--img {
            margin-bottom: 2.667vw; } }
        #top-condition--list > li > dl .top-condition--list--img img {
          width: 100%;
          height: auto; }
      #top-condition--list > li > dl .top-condition--list--text {
        order: 3;
        font-size: 16px;
        line-height: 1.75;
        letter-spacing: 0;
        text-align: justify;
        text-justify: inter-ideograph;
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 600px) {
          #top-condition--list > li > dl .top-condition--list--text {
            font-size: 3.19vw;
            line-height: 1.667; } }
        #top-condition--list > li > dl .top-condition--list--text + .top-condition--list--text {
          margin-top: 10px; }
          @media screen and (max-width: 600px) {
            #top-condition--list > li > dl .top-condition--list--text + .top-condition--list--text {
              margin-top: 1.333vw; } }

#top-howto {
  margin: -100px 0 120px;
  padding: 100px 0 0; }
  @media screen and (max-width: 600px) {
    #top-howto {
      margin-top: -26.667vw;
      margin-bottom: 18.667vw;
      padding-top: 26.667vw; } }
  #top-howto__inner {
    width: 1000px;
    margin: 0 auto; }
    @media screen and (max-width: 1140px) {
      #top-howto__inner {
        width: auto;
        padding: 0 70px; } }
    @media screen and (max-width: 800px) {
      #top-howto__inner {
        padding: 0 50px; } }
    @media screen and (max-width: 600px) {
      #top-howto__inner {
        padding: 0 5.333vw; } }
    #top-howto__inner .top-howto--text {
      margin: 0 0 120px;
      padding: 30px;
      max-width: 1000px;
      background-color: #FFF100;
      border: 5px solid #F1A74E;
      border-radius: 58px;
      font-size: 30px;
      font-weight: bold;
      line-height: 1;
      letter-spacing: 0; }
      @media screen and (max-width: 600px) {
        #top-howto__inner .top-howto--text {
          margin-bottom: 8vw;
          padding: 5.333vw 6.667vw;
          max-width: inherit;
          border-radius: 15.467vw;
          border-width: 1.333vw;
          font-size: 4.267vw;
          line-height: 1.5; } }
    #top-howto__inner .top-howto--btn {
      margin: 0 auto 100px;
      padding: 25px 0;
      text-align: center;
      background: #e5e5e5;
      border: 5px solid #C1C1C1;
      border-radius: 10px; }
      @media screen and (max-width: 600px) {
        #top-howto__inner .top-howto--btn {
          margin-bottom: 16vw;
          padding: 6.667vw 0;
          border-radius: 2.667vw;
          border-width: 1.333vw; } }
      #top-howto__inner .top-howto--btn:hover {
        opacity: 1; }
      #top-howto__inner .top-howto--btn--link {
        max-width: 614px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.467;
        letter-spacing: 0; }
        @media screen and (max-width: 600px) {
          #top-howto__inner .top-howto--btn--link {
            font-size: 4.8vw;
            line-height: 1.445; } }
      #top-howto__inner .top-howto--btn--pdf {
        width: 50px;
        height: 37px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        border-radius: 5px;
        background-color: #fff;
        font-size: 18px;
        font-weight: bold;
        color: #ED901D;
        margin: 0 0 0 8px; }
        @media screen and (max-width: 600px) {
          #top-howto__inner .top-howto--btn--pdf {
            width: 12.8vw;
            height: 8vw;
            border-radius: 1.333vw;
            font-size: 3.733vw;
            margin-left: 1.333vw; } }
      #top-howto__inner .top-howto--btn--nolink:hover {
        opacity: 1; }
      #top-howto__inner .top-howto--btn--nolink .top-howto--btn--pdf {
        color: #C1C1C1; }
      #top-howto__inner .top-howto--btn--text {
        margin: 10px 0 0;
        font-size: 18px;
        line-height: 1.667;
        letter-spacing: 0;
        text-align: center; }
        @media screen and (max-width: 600px) {
          #top-howto__inner .top-howto--btn--text {
            margin-top: 2.667vw;
            font-size: 3.2vw; } }
    #top-howto__inner .top-howto--flyer a picture,
    #top-howto__inner .top-howto--flyer a img {
      width: 100%;
      height: auto; }
    #top-howto__inner .top-howto--poster {
      margin: 60px 0 0; }
      @media screen and (max-width: 600px) {
        #top-howto__inner .top-howto--poster {
          margin-top: 8vw; } }
      #top-howto__inner .top-howto--poster a picture,
      #top-howto__inner .top-howto--poster a img {
        width: 100%;
        height: auto; }

#top-howto-list {
  margin: 0 0 70px;
  padding: 0;
  list-style: none; }
  @media screen and (max-width: 600px) {
    #top-howto-list {
      margin-bottom: 18.667vw; } }
  #top-howto-list > li {
    margin: 0 0 60px;
    padding: 0; }
    @media screen and (max-width: 600px) {
      #top-howto-list > li {
        margin-bottom: 10.667vw; } }
    #top-howto-list > li:last-child {
      margin-bottom: 0; }
    #top-howto-list > li > dl {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      align-content: center;
      gap: 0 40px; }
      @media screen and (max-width: 600px) {
        #top-howto-list > li > dl {
          flex-direction: column;
          gap: 2.667vw 0; } }
      #top-howto-list > li > dl .top-howto-list--img {
        flex: 0 0 250px; }
        @media screen and (max-width: 800px) {
          #top-howto-list > li > dl .top-howto-list--img {
            flex: 0 0 175px; } }
        @media screen and (max-width: 600px) {
          #top-howto-list > li > dl .top-howto-list--img {
            flex: 0 0 auto;
            width: 53.333vw; } }
        #top-howto-list > li > dl .top-howto-list--img picture,
        #top-howto-list > li > dl .top-howto-list--img img {
          width: 100%;
          height: auto; }
      #top-howto-list > li > dl .top-howto-list--text {
        flex: 1 1 100%;
        font-size: 25px;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: 0;
        text-align: justify;
        text-justify: inter-ideograph; }
        @media screen and (max-width: 800px) {
          #top-howto-list > li > dl .top-howto-list--text {
            font-size: 20px; } }
        @media screen and (max-width: 600px) {
          #top-howto-list > li > dl .top-howto-list--text {
            flex: 0 0 auto;
            font-size: 4.267vw;
            line-height: 1.5; } }
        #top-howto-list > li > dl .top-howto-list--text > span {
          display: block;
          margin: 15px 0 0;
          font-size: 16px;
          font-weight: normal;
          letter-spacing: 0;
          line-height: 2;
          text-align: justify;
          text-justify: inter-ideograph; }
          @media screen and (max-width: 600px) {
            #top-howto-list > li > dl .top-howto-list--text > span {
              margin-top: 2.667vw;
              font-size: 3.19vw;
              line-height: 1.667; } }
          #top-howto-list > li > dl .top-howto-list--text > span + span {
            margin: 0; }
            @media screen and (max-width: 600px) {
              #top-howto-list > li > dl .top-howto-list--text > span + span {
                margin-top: 1.333vw; } }

#top-pdflist {
  margin: 50px 0 100px;
  padding: 0; }
  @media screen and (max-width: 600px) {
    #top-pdflist {
      margin: 0 0 16vw; } }
  #top-pdflist__inner .top-pdflist--title {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 600px) {
      #top-pdflist__inner .top-pdflist--title {
        height: 24vw;
        font-size: 4.8vw; } }
    #top-pdflist__inner .top-pdflist--title span {
      width: 50px;
      height: 37px;
      background-color: #ED901D;
      border-radius: 5px;
      margin: 0 0 0 10px;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      letter-spacing: 0;
      line-height: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      align-content: center; }
      @media screen and (max-width: 600px) {
        #top-pdflist__inner .top-pdflist--title span {
          width: 12.8vw;
          height: 8vw;
          border-radius: 1.333vw;
          margin-left: 1.3vw;
          font-size: 3.733vw; } }
  #top-pdflist__inner .top-pdflist--list > dl {
    margin: 0;
    padding: 0; }
    #top-pdflist__inner .top-pdflist--list > dl dt {
      margin: 0;
      padding: 15px 40px;
      box-sizing: border-box;
      background-color: #ED901D;
      font-size: 25px;
      font-weight: bold;
      color: #fff;
      text-align: left;
      letter-spacing: 0;
      line-height: 1.44; }
      @media screen and (max-width: 600px) {
        #top-pdflist__inner .top-pdflist--list > dl dt {
          padding: 4vw 5.333vw;
          font-size: 5.333vw;
          line-height: 1.5; } }
    #top-pdflist__inner .top-pdflist--list > dl dd {
      margin: 0;
      padding: 20px 40px;
      box-sizing: border-box;
      background-color: #fcedda;
      font-size: 25px;
      font-weight: bold;
      color: #000;
      letter-spacing: 0;
      line-height: 1.44; }
      @media screen and (max-width: 600px) {
        #top-pdflist__inner .top-pdflist--list > dl dd {
          padding: 4.533vw 5.333vw 4.266vw;
          font-size: 4.8vw; } }
      #top-pdflist__inner .top-pdflist--list > dl dd > ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 30px 60px; }
        @media screen and (max-width: 600px) {
          #top-pdflist__inner .top-pdflist--list > dl dd > ul {
            gap: 5.333vw; } }
        #top-pdflist__inner .top-pdflist--list > dl dd > ul > li {
          margin: 0;
          padding: 0; }
          #top-pdflist__inner .top-pdflist--list > dl dd > ul > li a {
            color: #ED901D;
            text-decoration: underline;
            text-decoration-thickness: 1px;
            text-underline-offset: 3px; }
            @media screen and (max-width: 600px) {
              #top-pdflist__inner .top-pdflist--list > dl dd > ul > li a {
                text-decoration-thickness: 0.266vw;
                text-underline-offset: 0.533vw; } }
  #top-pdflist__inner .top-pdflist--text {
    margin: 15px 0 0;
    font-size: 18px;
    line-height: 1.667;
    letter-spacing: 0;
    text-align: center; }
    @media screen and (max-width: 600px) {
      #top-pdflist__inner .top-pdflist--text {
        margin-top: 2.667vw;
        font-size: 3.2vw; } }

#top-contact {
  margin: -100px 0 0;
  padding: 100px 0 0; }
  @media screen and (max-width: 600px) {
    #top-contact {
      margin-top: -26.667vw;
      padding-top: 26.667vw; } }
  #top-contact__inner {
    width: 1000px;
    margin: 0 auto 150px; }
    @media screen and (max-width: 1140px) {
      #top-contact__inner {
        width: auto;
        padding: 0 70px; } }
    @media screen and (max-width: 800px) {
      #top-contact__inner {
        padding: 0 50px; } }
    @media screen and (max-width: 600px) {
      #top-contact__inner {
        padding: 0 5.333vw;
        margin-bottom: 24vw; } }
    #top-contact__inner .top-contact--text {
      font-size: 30px;
      font-weight: bold;
      line-height: 1.333;
      letter-spacing: 0;
      text-align: center;
      margin: 0; }
      @media screen and (max-width: 600px) {
        #top-contact__inner .top-contact--text {
          font-size: 4.8vw;
          line-height: 1.389; } }
      @media screen and (max-width: 600px) {
        #top-contact__inner .top-contact--text span {
          display: inline-block;
          vertical-align: bottom; } }
    #top-contact__inner .top-contact--qa {
      margin: 0 auto 80px;
      text-align: center; }
      @media screen and (max-width: 600px) {
        #top-contact__inner .top-contact--qa {
          margin-bottom: 11.733vw; } }
      #top-contact__inner .top-contact--qa--link {
        max-width: 614px;
        width: 100%;
        height: 80px;
        margin: 0 auto;
        border-radius: 10px;
        background: #ED901D;
        border: 5px solid #F1A74E;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        font-size: 25px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0; }
        @media screen and (max-width: 600px) {
          #top-contact__inner .top-contact--qa--link {
            height: 17.067vw;
            border-radius: 2.667vw;
            border-width: 1.333vw;
            font-size: 4.267vw; } }
      #top-contact__inner .top-contact--qa--nolink {
        background: #e5e5e5;
        border: 5px solid #C1C1C1;
        color: #C1C1C1; }
        @media screen and (max-width: 600px) {
          #top-contact__inner .top-contact--qa--nolink {
            border-width: 1.333vw; } }
        #top-contact__inner .top-contact--qa--nolink:hover {
          opacity: 1; }
        #top-contact__inner .top-contact--qa--nolink::after {
          background: url("../image/share/icon-nolink.svg") center center no-repeat;
          background-size: contain; }
      #top-contact__inner .top-contact--qa--text {
        margin: 15px 0 0;
        font-size: 18px;
        line-height: 1.667;
        letter-spacing: 0;
        text-align: center; }
        @media screen and (max-width: 600px) {
          #top-contact__inner .top-contact--qa--text {
            margin-top: 4vw;
            font-size: 3.2vw; } }

#top-contact--telarea {
  margin: 0;
  padding: 54px 0 145px;
  background-color: #FFF9E2; }
  @media screen and (max-width: 600px) {
    #top-contact--telarea {
      padding: 10.667vw 0 10.667vw; } }
  #top-contact--telarea__inner {
    padding: 0 70px; }
    @media screen and (max-width: 800px) {
      #top-contact--telarea__inner {
        padding: 0 50px; } }
    @media screen and (max-width: 600px) {
      #top-contact--telarea__inner {
        padding: 0 5.333vw; } }
    #top-contact--telarea__inner .top-contact--telarea--title {
      font-size: 25px;
      font-weight: bold;
      line-height: 1.6;
      letter-spacing: 0;
      text-align: center;
      color: #ED901D; }
      @media screen and (max-width: 600px) {
        #top-contact--telarea__inner .top-contact--telarea--title {
          font-size: 5.333vw;
          margin-bottom: 1.333vw; } }
    #top-contact--telarea__inner .top-contact--telarea--office {
      margin: 19px 0 0;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.5;
      letter-spacing: 0;
      text-align: center; }
      @media screen and (max-width: 600px) {
        #top-contact--telarea__inner .top-contact--telarea--office {
          margin: 8vw 0 2.667vw;
          font-size: 3.733vw;
          line-height: 1.429; } }
    #top-contact--telarea__inner .top-contact--telarea--tel {
      font-size: 60px;
      font-weight: bold;
      line-height: 1.45;
      letter-spacing: 0;
      text-align: center;
      margin: 0 0 5px; }
      @media screen and (max-width: 600px) {
        #top-contact--telarea__inner .top-contact--telarea--tel {
          font-size: 9.6vw;
          margin-bottom: 2.133vw; } }
      #top-contact--telarea__inner .top-contact--telarea--tel a {
        pointer-events: none;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center; }
        #top-contact--telarea__inner .top-contact--telarea--tel a::before {
          content: "";
          display: inline-block;
          background: url("../image/share/icon-tel.svg") center center no-repeat;
          background-size: contain;
          width: 48px;
          height: 48px;
          margin: 0 14px 0 0; }
          @media screen and (max-width: 600px) {
            #top-contact--telarea__inner .top-contact--telarea--tel a::before {
              width: 12.8vw;
              height: 12.8vw;
              margin-right: 2.667vw; } }
        @media screen and (max-width: 600px) {
          #top-contact--telarea__inner .top-contact--telarea--tel a {
            pointer-events: auto; } }
    #top-contact--telarea__inner .top-contact--telarea--hours {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.6;
      letter-spacing: 0;
      text-align: center; }
      @media screen and (max-width: 600px) {
        #top-contact--telarea__inner .top-contact--telarea--hours {
          font-size: 3.733vw;
          line-height: 1.428;
          text-align: center; } }
    #top-contact--telarea__inner .top-contact--telarea--navdial {
      margin: 0 0 90px; }
      @media screen and (max-width: 600px) {
        #top-contact--telarea__inner .top-contact--telarea--navdial {
          margin-bottom: 13.333vw; } }
    #top-contact--telarea__inner .top-contact--telarea--nonavdial .top-contact--telarea--title {
      font-size: 20px; }
      @media screen and (max-width: 600px) {
        #top-contact--telarea__inner .top-contact--telarea--nonavdial .top-contact--telarea--title {
          font-size: 3.733vw; } }
    #top-contact--telarea__inner .top-contact--telarea--nonavdial .top-contact--telarea--tel {
      font-size: 40px; }
      @media screen and (max-width: 600px) {
        #top-contact--telarea__inner .top-contact--telarea--nonavdial .top-contact--telarea--tel {
          font-size: 8vw; } }

#faq {
  background-color: #FAE3C6; }
  #faq .faq-section {
    margin: 0 0 70px;
    padding: 0 60px; }
    @media screen and (max-width: 1140px) {
      #faq .faq-section {
        padding: 0; } }
    @media screen and (max-width: 600px) {
      #faq .faq-section {
        margin-bottom: 16vw; } }
    #faq .faq-section:last-child {
      margin-bottom: 0; }
    #faq .faq-section__inner {
      max-width: 1140px;
      margin: 0 auto;
      padding: 65px 50px;
      background-color: #fff;
      border-radius: 20px; }
      @media screen and (max-width: 1140px) {
        #faq .faq-section__inner {
          margin: 0 50px; } }
      @media screen and (max-width: 600px) {
        #faq .faq-section__inner {
          margin: 0 5.333vw;
          padding: 12vw 5.333vw; } }
      #faq .faq-section__inner > dl:nth-of-type(1) dt::before {
        content: "Q1"; }
      #faq .faq-section__inner > dl:nth-of-type(2) > dt::before {
        content: "Q2"; }
      #faq .faq-section__inner > dl:nth-of-type(3) dt::before {
        content: "Q3"; }
      #faq .faq-section__inner > dl:nth-of-type(4) dt::before {
        content: "Q4"; }
      #faq .faq-section__inner > dl:nth-of-type(5) dt::before {
        content: "Q5"; }
      #faq .faq-section__inner > dl:nth-of-type(6) dt::before {
        content: "Q6"; }
      #faq .faq-section__inner > dl:nth-of-type(7) dt::before {
        content: "Q7"; }
      #faq .faq-section__inner > dl:nth-of-type(8) dt::before {
        content: "Q8"; }
      #faq .faq-section__inner > dl:nth-of-type(9) dt::before {
        content: "Q9"; }
      #faq .faq-section__inner > dl:nth-of-type(10) dt::before {
        content: "Q10"; }
      #faq .faq-section__inner > dl:nth-of-type(11) dt::before {
        content: "Q11"; }
      #faq .faq-section__inner > dl:nth-of-type(12) dt::before {
        content: "Q12"; }
      #faq .faq-section__inner > dl:nth-of-type(13) dt::before {
        content: "Q13"; }
      #faq .faq-section__inner > dl:nth-of-type(14) dt::before {
        content: "Q14"; }
      #faq .faq-section__inner > dl:nth-of-type(15) dt::before {
        content: "Q15"; }
      #faq .faq-section__inner > dl:nth-child(n+10) dd::before {
        left: 37px; }
        @media screen and (max-width: 600px) {
          #faq .faq-section__inner > dl:nth-child(n+10) dd::before {
            left: 0; } }
      #faq .faq-section__inner > dl:last-child dt {
        border-bottom: 2px solid #CCC; }
      #faq .faq-section__inner > dl:last-child dd {
        border-top: none;
        border-bottom: 2px solid #CCC; }
  #faq .faq-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 50px; }
    @media screen and (max-width: 600px) {
      #faq .faq-title {
        font-size: 5.333vw;
        margin-bottom: 10.667vw;
        padding: 0 5.333vw; } }
  #faq .faq-list {
    margin: 0;
    padding: 0; }
    #faq .faq-list > dt {
      position: relative;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.4;
      letter-spacing: 0;
      margin: 0;
      padding: 0;
      text-align: justify;
      text-justify: inter-ideograph;
      border-top: 2px solid #CCC; }
      #faq .faq-list > dt:hover {
        cursor: pointer; }
      @media screen and (max-width: 600px) {
        #faq .faq-list > dt {
          font-size: 4.267vw;
          line-height: 1.375; } }
      #faq .faq-list > dt::before {
        position: absolute;
        content: "Q";
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0;
        top: 22px;
        left: 0;
        color: #ED901D; }
        @media screen and (max-width: 600px) {
          #faq .faq-list > dt::before {
            font-size: 5.6vw;
            top: 4vw; } }
      #faq .faq-list > dt > span {
        position: relative;
        display: block;
        padding: 25px 65px 25px 80px; }
        @media screen and (max-width: 600px) {
          #faq .faq-list > dt > span {
            padding: 11.733vw 8.5vw 5vw 0; } }
        #faq .faq-list > dt > span::before, #faq .faq-list > dt > span::after {
          content: "";
          position: absolute;
          width: 5px;
          height: 25px;
          background-color: #ED901D;
          top: 50%;
          right: 12px;
          -webkit-transform: rotate(0) translate(50%, -50%);
          transform: rotate(0) translate(50%, -50%);
          -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
          transition: all 300ms ease-in-out; }
          @media screen and (max-width: 600px) {
            #faq .faq-list > dt > span::before, #faq .faq-list > dt > span::after {
              width: 0.8vw;
              height: 4vw; } }
        #faq .faq-list > dt > span::after {
          width: 25px;
          height: 5px; }
          @media screen and (max-width: 600px) {
            #faq .faq-list > dt > span::after {
              width: 4vw;
              height: 0.8vw; } }
    #faq .faq-list > dd {
      position: relative;
      display: none;
      font-size: 18px;
      font-weight: normal;
      line-height: 1.444;
      letter-spacing: 0;
      text-align: justify;
      text-justify: inter-ideograph;
      margin: 0;
      padding: 20px 65px 20px 80px;
      border-top: 2px solid #CCC;
      transition: opacity 300ms ease-in-out; }
      @media screen and (max-width: 600px) {
        #faq .faq-list > dd {
          font-size: 4vw;
          padding: 11.733vw 0vw 4vw 0vw;
          text-align: left; } }
      #faq .faq-list > dd a {
        color: #ED901D;
        text-decoration: underline; }
      #faq .faq-list > dd::before {
        position: absolute;
        content: "A";
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0;
        top: 22px;
        left: 0;
        color: #49BEA4; }
        @media screen and (max-width: 600px) {
          #faq .faq-list > dd::before {
            font-size: 5.6vw;
            top: 4vw; } }
      #faq .faq-list > dd p {
        margin: 0 0 15px; }
        @media screen and (max-width: 600px) {
          #faq .faq-list > dd p {
            margin-bottom: 4vw; } }
        #faq .faq-list > dd p:last-child {
          margin-bottom: 0; }
      #faq .faq-list > dd > dl > dt {
        font-weight: bold; }
    #faq .faq-list.active > dt > span::before {
      -webkit-transform: rotate(270deg) translate(50%, -50%);
      transform: rotate(270deg) translate(50%, -50%); }
    #faq .faq-list.active > dt > span::after {
      -webkit-transform: rotate(180deg) translate(50%, -50%);
      transform: rotate(180deg) translate(50%, -50%);
      opacity: 0; }

#faq-main {
  margin: 0 0 120px; }
  @media screen and (max-width: 600px) {
    #faq-main {
      margin-bottom: 32vw; } }

#footer {
  margin: 0;
  padding: 40px 0 10px;
  background-color: #fff;
  box-sizing: border-box; }
  @media screen and (max-width: 600px) {
    #footer {
      padding: 10.666vw 0 2.667vw; } }
  #footer__inner {
    padding: 0 70px;
    text-align: left; }
    @media screen and (max-width: 800px) {
      #footer__inner {
        padding: 0 50px; } }
    @media screen and (max-width: 600px) {
      #footer__inner {
        padding: 0 5.333vw;
        text-align: center; } }
  #footer--logo {
    width: 95px;
    margin: 0 0 50px; }
    @media screen and (max-width: 600px) {
      #footer--logo {
        width: 25.333vw;
        margin: 0 0 16vw; } }
    #footer--logo a img {
      width: 100%;
      height: auto; }

#copyright__inner {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  text-align: left; }
  @media screen and (max-width: 600px) {
    #copyright__inner {
      font-size: 2.667vw;
      text-align: center; } }
  #copyright__inner span {
    display: inline-block; }

.text-ib {
  display: inline-block; }

.text-ib-pc {
  display: inline-block; }
  @media screen and (max-width: 600px) {
    .text-ib-pc {
      display: inline; } }

.text-ib-sp {
  display: inline; }
  @media screen and (max-width: 600px) {
    .text-ib-sp {
      display: inline-block; } }

.sp-br {
  display: none; }
  @media screen and (max-width: 600px) {
    .sp-br {
      display: inline-block; } }

em {
  color: #ED751D;
  font-style: normal; }

.pc-img {
  display: inline-block; }
  @media screen and (max-width: 600px) {
    .pc-img {
      display: none; } }

.sp-img {
  display: none; }
  @media screen and (max-width: 600px) {
    .sp-img {
      display: inline-block; } }

/* clearfix */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0; }

/*# sourceMappingURL=style.css.map */
