@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin: 0px;
  box-sizing: border-box;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  background-size: contain;
  background-position: top 30px; }
  @media screen and (max-width: 750px) {
    body {
      width: 100%;
      font-size: 16px; } }

.min {
  font-family: 'Shippori Mincho B1', serif; }

div {
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none !important; }
  a img {
    transition: 0.2s; }

ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px; }
  ul li {
    padding-left: 0px;
    list-style: none; }

@media screen and (max-width: 1000px) {
  img {
    max-width: 100%;
    height: auto; } }

.pc {
  display: block !important; }
  @media screen and (max-width: 1000px) {
    .pc {
      display: none !important; } }

.sp {
  display: none !important; }
  @media screen and (max-width: 1000px) {
    .sp {
      display: block !important; } }

/*ヘッダー*/
header {
  position: relative;
  width: 100%;
  z-index: 5; }
  header .header {
    width: 100%;
    margin: 0 auto;
    height: 100px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    border-bottom: 4px solid #01956f;
    background-image: url(../img/header_right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right; }
    @media screen and (max-width: 1000px) {
      header .header {
        height: 60px;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        justify-content: flex-start;
        background-position: top right -25px; } }
    header .header .box-headerLeft {
      width: 30%;
      padding-left: 60px;
      box-sizing: border-box; }
      @media screen and (max-width: 1000px) {
        header .header .box-headerLeft {
          width: unset;
          padding-left: 10px; } }
      header .header .box-headerLeft .logo {
        margin-top: 15px;
        margin-bottom: 0px;
        margin-left: 35px; }
        @media screen and (max-width: 1000px) {
          header .header .box-headerLeft .logo {
            margin-left: 10px;
            margin-top: 15px; } }
        header .header .box-headerLeft .logo img {
          height: 55px;
          width: auto; }
          @media screen and (max-width: 1000px) {
            header .header .box-headerLeft .logo img {
              height: 30px; } }
    header .header .box-headerCenter {
      width: 40%; }
      @media screen and (max-width: 1000px) {
        header .header .box-headerCenter {
          width: unset; } }
      header .header .box-headerCenter h1 {
        font-size: 3em;
        font-weight: 600;
        color: #01956f;
        text-align: center; }
        @media screen and (max-width: 1000px) {
          header .header .box-headerCenter h1 {
            text-align: left;
            margin-left: 20px;
            font-size: 1.6em;
            margin-top: 13px; } }
    header .header .box-headerRight {
      width: 30%; }
      @media screen and (max-width: 1000px) {
        header .header .box-headerRight {
          width: unset; } }
      header .header .box-headerRight .pc-navi {
        padding-top: 0px;
        padding-bottom: 0px;
        margin: 0 auto; }
        @media screen and (max-width: 1000px) {
          header .header .box-headerRight .pc-navi {
            display: none; } }
        header .header .box-headerRight .pc-navi nav {
          margin: 0 auto;
          display: grid;
          place-items: center; }
          header .header .box-headerRight .pc-navi nav ul {
            display: flex; }
            header .header .box-headerRight .pc-navi nav ul li {
              height: 100%;
              box-sizing: border-box;
              position: relative;
              font-size: 15.5px;
              margin: 0 20px;
              padding-bottom: 20px; }
              header .header .box-headerRight .pc-navi nav ul li a {
                text-align: left;
                width: 100%;
                transition: 0.3s;
                color: #2a2a2a;
                display: inline-block;
                padding-top: 45px;
                position: relative; }

.sp-navi {
  display: none; }
  @media screen and (max-width: 1000px) {
    .sp-navi {
      display: block; }
      .sp-navi .globalNavSP {
        position: fixed;
        z-index: 5;
        top: 0px;
        right: 0;
        transform: translateX(150%);
        transition: all 0.6s;
        width: 100%;
        height: 100%;
        z-index: 100;
        background-color: #fff;
        box-sizing: border-box; }
        .sp-navi .globalNavSP .nav-inner {
          padding-top: 60px; }
          .sp-navi .globalNavSP .nav-inner .box-header {
            width: 100%;
            padding-top: 10px;
            padding-left: 10px;
            display: flex;
            justify-content: space-between; }
          .sp-navi .globalNavSP .nav-inner ul {
            list-style: none;
            padding-left: 0px;
            padding-top: 5px;
            padding-left: 20px; }
            .sp-navi .globalNavSP .nav-inner ul li {
              color: #000;
              font-size: 1.2em;
              line-height: 0.7;
              font-weight: 400;
              margin-left: 0px;
              margin-right: 0px;
              padding-bottom: 8px;
              margin-top: 8px;
              text-align: left; }
              .sp-navi .globalNavSP .nav-inner ul li:first-child {
                border-top: 1px solid #fff; }
              .sp-navi .globalNavSP .nav-inner ul li a {
                color: #000;
                text-decoration: none;
                width: 100%;
                display: inline-block;
                padding-top: 15px;
                padding-bottom: 15px;
                box-sizing: border-box;
                transition: 0.3s; }
          .sp-navi .globalNavSP .nav-inner .spnav-copyright {
            font-size: 0.8em;
            text-align: center; }
          .sp-navi .globalNavSP .nav-inner .button-contact {
            width: 100%; }
            .sp-navi .globalNavSP .nav-inner .button-contact a {
              background-color: #fa814e;
              color: #fff;
              text-align: center;
              display: block;
              padding: 20px;
              width: 75%;
              margin: 30px auto;
              border: 1px solid #fff; }
      .sp-navi nav.globalNavSP.active {
        transform: translateX(0%); }
      .sp-navi .navToggle .navToggle-inner {
        display: block;
        position: absolute;
        /* body?E‘I?μ?A?I?a‘I?E’u?w’e */
        right: 9px;
        top: 10px;
        width: 56px;
        height: 50px;
        cursor: pointer;
        z-index: 8888;
        text-align: center;
        transition-duration: 0.5s; }
        .sp-navi .navToggle .navToggle-inner span {
          display: block;
          position: absolute;
          /* .navToggle?E‘I?μ?A */
          width: 39px;
          border-bottom: solid 2px #01956f;
          -webkit-transition: .35s ease-in-out;
          -moz-transition: .35s ease-in-out;
          transition: .35s ease-in-out;
          left: 8px; }
          .sp-navi .navToggle .navToggle-inner span:nth-child(1) {
            top: 10px; }
          .sp-navi .navToggle .navToggle-inner span:nth-child(2) {
            top: 20px; }
          .sp-navi .navToggle .navToggle-inner span:nth-child(3) {
            top: 30px; }
        .sp-navi .navToggle .navToggle-inner .toggle-text {
          font-family: kinuta-maruminfuji-stdn, serif;
          color: #01956f;
          position: relative; }
          .sp-navi .navToggle .navToggle-inner .toggle-text .menu {
            position: absolute;
            top: 33px;
            left: 9px;
            font-size: 0.85em; }
          .sp-navi .navToggle .navToggle-inner .toggle-text .close {
            position: absolute;
            display: none;
            top: 41px;
            z-index: 9999;
            color: #01956f;
            left: 7px;
            font-size: 0.9em; }
          .sp-navi .navToggle .navToggle-inner .toggle-text.closedis .menu {
            display: none; }
          .sp-navi .navToggle .navToggle-inner .toggle-text.closedis .close {
            display: block; }
      .sp-navi .navToggle.active span:nth-child(1) {
        top: 18px;
        left: 6px;
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        transform: rotate(-30deg);
        border-bottom: solid 2px #01956f; }
      .sp-navi .navToggle.active span:nth-child(2), .sp-navi .navToggle.active span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        transform: rotate(30deg);
        border-bottom: solid 2px #01956f; }
      .sp-navi p {
        font-size: 10px;
        color: #fff; } }

main {
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  background-image: url(../img/back.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  border-bottom: 5px solid #01956f; }
  @media screen and (max-width: 1000px) {
    main {
      padding-left: 10px;
      padding-right: 10px; } }
  main .main-wrap {
    display: flex;
    margin-top: 50px;
    padding-bottom: 50px;
    align-items: stretch; }
    @media screen and (max-width: 1000px) {
      main .main-wrap {
        flex-wrap: wrap; } }
    main .main-wrap .section-leftcont {
      padding-right: 20px;
      width: 460px;
      box-sizing: border-box; }
      @media screen and (max-width: 1000px) {
        main .main-wrap .section-leftcont {
          order: 2;
          width: 100%;
          margin-top: 50px;
          padding-left: 20px;
          padding-right: 20px;
          box-sizing: border-box; } }
      main .main-wrap .section-leftcont .links ul li {
        margin-bottom: 10px; }
        main .main-wrap .section-leftcont .links ul li a {
          display: block;
          background-color: #01956f;
          color: #fff;
          position: relative;
          padding: 10px 20px;
          width: 100%;
          border-radius: 20px;
          font-weight: 600;
          box-sizing: border-box; }
          main .main-wrap .section-leftcont .links ul li a:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 10px;
            margin: auto;
            box-sizing: border-box;
            border: 5px solid transparent;
            border-left: 8px solid #fff; }
    main .main-wrap .section-centercont {
      margin-left: 30px;
      margin-right: 30px;
      width: calc(100% - 550px); }
      @media screen and (max-width: 1000px) {
        main .main-wrap .section-centercont {
          order: 1;
          width: 100%;
          margin-left: 0px;
          margin-right: 0px; } }
      main .main-wrap .section-centercont .chat-wrapper {
        border: 1px solid #ccc;
        height: 100%; }
      main .main-wrap .section-centercont .box-chat-header {
        background-color: #fa814e;
        color: #fff;
        font-weight: 600;
        padding: 20px; }
      main .main-wrap .section-centercont #goqsystem-chat {
        background-color: #fff;
        position: relative; }
      main .main-wrap .section-centercont .chat-header {
        display: none; }
      main .main-wrap .section-centercont .chat-window {
        height: 500px; }
        main .main-wrap .section-centercont .chat-window .chat-body {
          height: 100%;
          border: none;
          overflow-y: scroll; }
      main .main-wrap .section-centercont .chat-footer {
        border-top: none;
        padding: 0;
        height: 65px;
        border-radius: 0; }
        @media screen and (max-width: 1000px) {
          main .main-wrap .section-centercont .chat-footer {
            display: flex;
            align-items: stretch;
            height: 65px;
            margin: 0 !important;
            padding: 0 !important;
            overflow: hidden; } }
        main .main-wrap .section-centercont .chat-footer .chat-footer-input {
          background-color: #eaeaea;
          overflow: auto; }
          @media screen and (max-width: 1000px) {
            main .main-wrap .section-centercont .chat-footer .chat-footer-input {
              height: 100%;
              float: none;
              border: none; } }
          main .main-wrap .section-centercont .chat-footer .chat-footer-input textarea {
            border: none;
            margin-bottom: 0;
            background-color: #eaeaea;
            height: 100%;
            padding-top: 17px; }
            @media screen and (max-width: 1000px) {
              main .main-wrap .section-centercont .chat-footer .chat-footer-input textarea {
                padding-top: 15px;
                box-sizing: border-box; } }
        main .main-wrap .section-centercont .chat-footer .chat-footer-button {
          width: 25%;
          margin: 0;
          background-color: #fa814e;
          height: 100%; }
          @media screen and (max-width: 1000px) {
            main .main-wrap .section-centercont .chat-footer .chat-footer-button {
              height: 100%; } }
          main .main-wrap .section-centercont .chat-footer .chat-footer-button .btn {
            border: none;
            background-color: #fa814e;
            top: 50%;
            position: relative;
            transform: translateY(-50%);
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            cursor: pointer;
            overflow: hidden; }
        main .main-wrap .section-centercont .chat-footer .chat-footer-checkbox {
          display: none; }
    main .main-wrap .section-rightcont {
      width: 300px; }
      @media screen and (max-width: 1000px) {
        main .main-wrap .section-rightcont {
          padding-bottom: 450px; } }
      @media screen and (max-width: 1000px) {
        main .main-wrap .section-rightcont {
          width: 100%;
          order: 3;
          margin-top: 50px;
          padding-left: 20px;
          padding-right: 20px;
          box-sizing: border-box; } }

/* ----------------------------------------------
  ! Buttons
 --------------------------------------------- */
.buttons {
  width: 100%;
  margin: 0 auto 10px;
  display: block;
  align-items: center;
  justify-content: space-between; }
  .buttons:after {
    content: " ";
    display: block;
    clear: both; }

.buttons > div {
  position: relative;
  cursor: pointer;
  width: 300px; }
  @media screen and (max-width: 1000px) {
    .buttons > div {
      width: 100%; } }
  .buttons > div button {
    background: none;
    background-repeat: no-repeat;
    width: 300px;
    border: 0; }
    @media screen and (max-width: 1000px) {
      .buttons > div button {
        width: 100%; } }

/* faq button */
.buttons div.button__faq {
  width: 100%;
  margin-bottom: 20px; }
  .buttons div.button__faq button {
    display: block;
    position: relative;
    background-size: contain;
    margin-right: 8%;
    outline: none;
    cursor: pointer;
    background-color: #fdb70e;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    text-align: left;
    font-size: 1.2em;
    padding: 20px 20px 20px 70px;
    box-sizing: border-box; }
    @media screen and (min-width: 640px) {
      .buttons div.button__faq button {
        margin-right: 17px; } }
    .buttons div.button__faq button:before {
      position: absolute;
      content: "";
      width: 40px;
      height: 40px;
      background-image: url(../img/icon_faq.png);
      background-size: contain;
      background-repeat: no-repeat;
      top: 50%;
      left: 15px;
      transform: translateY(-50%); }
    .buttons div.button__faq button.active:after {
      position: absolute;
      content: "";
      bottom: -32px;
      left: 70px;
      border: 19px solid transparent;
      border-top: 16px solid #fdb70e; }

/* fsk button */
.buttons div.button__fsk {
  width: 100%; }
  .buttons div.button__fsk button {
    display: block;
    position: relative;
    cursor: pointer;
    background-color: #fd680e;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    text-align: left;
    font-size: 1.2em;
    padding: 20px 20px 20px 70px;
    box-sizing: border-box; }
    .buttons div.button__fsk button:before {
      position: absolute;
      content: "";
      width: 40px;
      height: 40px;
      background-image: url(../img/icon_search.png);
      background-size: contain;
      background-repeat: no-repeat;
      top: 50%;
      left: 15px;
      transform: translateY(-50%); }
    .buttons div.button__fsk button.active:after {
      position: absolute;
      content: "";
      bottom: -32px;
      left: 70px;
      border: 19px solid transparent;
      border-top: 16px solid #fd680e; }

/* faq popup */
.buttons .button__faq .faq {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 85px;
  background-color: #fff;
  width: 300px;
  opacity: 0;
  z-index: 1000000;
  border: solid 3px #ffaa33;
  border-radius: 5px;
  transition-property: opacity, bottom;
  transition: 0.5s ease;
  max-height: 400px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 640px) {
    .buttons .button__faq .faq {
      top: 90px;
      bottom: inherit; } }
  @media screen and (max-width: 1000px) {
    .buttons .button__faq .faq {
      width: 95%; } }
  .buttons .button__faq .faq.active {
    visibility: visible;
    opacity: 1;
    top: 85px; }
    @media screen and (max-width: 1000px) {
      .buttons .button__faq .faq.active {
        top: 90px; } }

/* fsk popup */
.buttons .button__fsk .fsk {
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 85px;
  background-color: #fff;
  width: 90%;
  opacity: 0;
  z-index: 1000000;
  border: solid 3px #ffaa33;
  border-radius: 5px;
  transition-property: opacity, bottom;
  transition: 0.5s ease;
  max-height: 440px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 640px) {
    .buttons .button__fsk .fsk {
      top: 90px;
      bottom: inherit; } }
  @media screen and (max-width: 1000px) {
    .buttons .button__fsk .fsk {
      width: 95%; } }
  .buttons .button__fsk .fsk.active {
    visibility: visible;
    opacity: 1;
    top: 85px; }
    @media screen and (max-width: 1000px) {
      .buttons .button__fsk .fsk.active {
        top: 90px; } }

.popup {
  padding: 10px; }
  .popup ul {
    margin: 0;
    padding: 10px 0 0 0;
    list-style-type: none; }
    .popup ul.faq-top-list {
      padding-bottom: 10px;
      border-bottom: solid 1px #ff9332; }
      .popup ul.faq-top-list li:before {
        content: '' !important;
        width: 15px;
        height: 15px;
        top: 7.5px;
        left: 7.5px;
        background-color: #ff4e1f; }
    .popup ul li {
      position: relative;
      margin: 0 0 15px 0;
      padding-left: 40px;
      font-size: 16px;
      line-height: 1.6; }
      .popup ul li:last-child {
        margin-bottom: 0; }
      .popup ul li:nth-child(1):before {
        content: '1'; }
      .popup ul li:nth-child(2):before {
        content: '2'; }
      .popup ul li:nth-child(3):before {
        content: '3'; }
      .popup ul li:nth-child(4):before {
        content: '4'; }
      .popup ul li:nth-child(5):before {
        content: '5'; }
      .popup ul li:nth-child(6):before {
        content: '6'; }
      .popup ul li:nth-child(7):before {
        content: '7'; }
      .popup ul li:nth-child(8):before {
        content: '8'; }
      .popup ul li:nth-child(9):before {
        content: '9'; }
      .popup ul li:nth-child(10):before {
        content: '10'; }
      .popup ul li:before {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        left: 0;
        width: 30px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: bold;
        line-height: 26px;
        border: solid 2px #ff4e1f;
        background-color: #ff4e1f; }
      .popup ul li a {
        color: unset; }

.buttons .button__qa {
  width: 100% !important;
  margin: 6.25vw auto;
  background-color: transparent;
  text-align: center;
  border-radius: 12px; }
  @media screen and (min-width: 640px) {
    .buttons .button__qa {
      width: 247px !important;
      margin: 0 0 0 90px;
      background-color: #fff;
      text-align: left; }
      .buttons .button__qa a:hover {
        opacity: 0.7; } }

footer {
  margin-bottom: 20px; }

/*# sourceMappingURL=style.css.map */
