@charset "UTF-8";
/*===============================
 
    base
 
================================*/
* {
  box-sizing: border-box; }

body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

html {
  font-size: 62.5%;
  overflow-y: scroll; }

body {
  font-size: 1.4rem;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  color: #333333;
  position: relative;
  letter-spacing: .05em; }
  @media (min-width: 992px) {
    body {
      font-size: 2.0rem; } }

p {
  margin: 0;
  padding: 0; }

a {
  color: #33a5cb; }
  a img {
    transition: all 0.6s; }
    a img:hover {
      opacity: .7; }

img {
  width: 100%;
  height: auto;
  line-height: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom; }

.sp {
  display: block; }
  @media (min-width: 992px) {
    .sp {
      display: none; } }

.pc {
  display: none; }
  @media (min-width: 992px) {
    .pc {
      display: block; } }

section {
  padding: 30px 0; }
  @media (min-width: 992px) {
    section {
      padding: 70px 0; } }

.inner {
  margin: 0 10px;
  max-width: 1100px; }
  @media (min-width: 992px) {
    .inner {
      margin: 0 auto; } }

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

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-weight: normal; }

/*decoration*/
.mcl {
  color: #1f986f; }

.fb {
  font-weight: bold; }

.cl-red {
  color: #ff0000; }

.cl-ye {
  color: #ffff00; }

.bg-line {
  background: #00b900; }

.y-line {
  background: linear-gradient(transparent 50%, #ffffbe 50%); }

.indent {
  padding: 0 0 0 1.0em;
  text-indent: -1.0em; }

.gra-top {
  background: -moz-linear-gradient(top, #1e9970, #01b091);
  background: -webkit-linear-gradient(top, #1e9970, #01b091);
  background: linear-gradient(to bottom, #1e9970, #01b091); }

.gra-top01 {
  background: -moz-linear-gradient(top, #ea1600, #b00101);
  background: -webkit-linear-gradient(top, #ea1600, #b00101);
  background: linear-gradient(to bottom, #ea1600, #b00101); }

.gra-top02 {
  background: -moz-linear-gradient(top, #00b900, #009e00);
  background: -webkit-linear-gradient(top, #00b900, #009e00);
  background: linear-gradient(to bottom, #00b900, #009e00); }

.gra-left {
  background: -moz-linear-gradient(top left, #1e9970, #01b091);
  background: -webkit-linear-gradient(top left, #1e9970, #01b091);
  background: linear-gradient(to bottom right, #1e9970, #01b091); }

.bg01 {
  background: -moz-linear-gradient(top, #f7f8f1, #fff);
  background: -webkit-linear-gradient(top, #f7f8f1, #fff);
  background: linear-gradient(to bottom, #f7f8f1, #fff); }

.bg02 {
  background: url(../img/bg_reason.png) no-repeat top center;
  background-size: cover; }

.bg03 {
  background: #f2f2f2 url(../img/bg_pt01.png) repeat;
  background-size: 2px 2px; }
  @media (min-width: 992px) {
    .bg03 {
      background-size: 4px 4px; } }

.bg04 {
  background: url(../img/bg_loan.png) no-repeat top left;
  background-size: cover; }

.bg05 {
  background: #f7f8f1; }

.bg06 {
  background: url(../img/bg_staff.png) no-repeat center center;
  background-size: cover; }

.bg07 {
  background: url(../img/bg_company.png) no-repeat top right;
  background-size: cover; }

.bg08 {
  background: url(../img/bg_instagram.png) no-repeat center center;
  background-size: cover; }

.bg-note {
  background-image: linear-gradient(0deg, rgba(190, 200, 206, 0.2) 1px, transparent 0), linear-gradient(90deg, rgba(190, 200, 206, 0.2) 1px, transparent 0);
  background-size: 20px 20px;
  background-position: center; }

.slick-dots {
  bottom: auto !important;
  display: inline-block !important;
  top: -35px; }

.reg-title-l {
  font-size: 3.8rem;
  font-weight: 900;
  color: #4d4d4d;
  line-height: 1.4;
  letter-spacing: .2em;
  margin: 0 0 1.0em; }
  @media (min-width: 992px) {
    .reg-title-l {
      font-size: 6.0rem; } }
  .reg-title-l span {
    display: flex;
    align-items: center;
    font-size: 2.0rem;
    font-weight: normal;
    color: #b3b3b3;
    letter-spacing: .1em; }
    @media (min-width: 992px) {
      .reg-title-l span {
        font-size: 3.0rem; } }
    .reg-title-l span:before {
      content: "";
      display: inline-block;
      margin: 0 10px 0 0;
      width: 20px;
      height: 1px;
      background-color: #b3b3b3; }
      @media (min-width: 992px) {
        .reg-title-l span:before {
          margin: 0 20px 0 0;
          width: 60px; } }

.reg-title-c {
  font-size: 3.8rem;
  font-weight: 900;
  color: #4d4d4d;
  line-height: 1.4;
  letter-spacing: .2em;
  margin: 0 0 1.0em;
  text-align: center; }
  @media (min-width: 992px) {
    .reg-title-c {
      font-size: 6.0rem; } }
  .reg-title-c span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.0rem;
    font-weight: normal;
    color: #b3b3b3;
    letter-spacing: .1em; }
    @media (min-width: 992px) {
      .reg-title-c span {
        font-size: 3.0rem; } }
    .reg-title-c span:before, .reg-title-c span:after {
      content: "";
      width: 20px;
      border-top: 1px solid #b3b3b3; }
      @media (min-width: 992px) {
        .reg-title-c span:before, .reg-title-c span:after {
          width: 60px; } }
    .reg-title-c span:before {
      margin: 0 10px 0 0; }
    .reg-title-c span:after {
      margin: 0 0 0 10px; }

/*decoration END*/
/*animation*/
.fluffy {
  animation: fluffy1 2s ease infinite; }

@keyframes fluffy1 {
  0% {
    transform: translateY(0); }
  5% {
    transform: translateY(0); }
  10% {
    transform: translateY(0); }
  20% {
    transform: translateY(-15px); }
  25% {
    transform: translateY(0); }
  30% {
    transform: translateY(-15px); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
/*anime END*/
.offer-box {
  background: url(../img/bg_offer.jpg) no-repeat right center;
  background-size: cover;
  padding: 30px 0; }
  @media (min-width: 992px) {
    .offer-box {
      padding: 45px 0; } }
  .offer-box .inner {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }
    @media (min-width: 992px) {
      .offer-box .inner {
        max-width: 1000px; } }
  .offer-box .offer-title {
    text-align: center;
    color: #fff;
    font-size: 2.2rem;
    padding: .8em 0 .7em;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: .05em; }
    @media (min-width: 992px) {
      .offer-box .offer-title {
        font-size: 4.0rem; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .offer-box .offer-title {
      padding: .5em 0 .4em; } }

    .offer-box .offer-title .mini {
      font-size: 1.8rem; }
      @media (min-width: 992px) {
        .offer-box .offer-title .mini {
          font-size: 3.2rem; } }
    .offer-box .offer-title .batch {
      position: relative;
      display: block; }
      @media (min-width: 992px) {
        .offer-box .offer-title .batch {
          padding: 0 .5em 0 0; } }
      .offer-box .offer-title .batch:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: -40px;
        background: url(../img/batch.png) no-repeat;
        background-size: contain;
        width: 70px;
        height: 70px; }
        @media (min-width: 992px) {
          .offer-box .offer-title .batch:before {
            width: 140px;
            height: 140px;
            right: 15px; } }
  .offer-box .offer-inner {
    padding: 1.5em;
    background: #fff; }
  .offer-box .tel {
    font-size: 3.2rem;
    text-align: center;
    margin: 0 0 1.0em; }
    @media (min-width: 992px) {
      .offer-box .tel {
        font-size: 6.0rem;
        margin: 0 0 .25em; } }
    .offer-box .tel a {
      color: #4d4d4d;
      text-decoration: none;
      display: block;
      font-weight: bold; }
    .offer-box .tel .icon {
      position: relative;
      display: inline-block;
      padding: 0 0 .4em 30px;
      margin: 0 0 .4em;
      line-height: 1.0;
      border-bottom: 1px solid #666; }
      @media (min-width: 992px) {
        .offer-box .tel .icon {
          border-bottom: 0;
          padding: 0 .5em 0 60px;
          margin: 0 .5em 0 0;
          border-right: 1px solid #666; } }
      .offer-box .tel .icon:before {
        content: "";
        position: absolute;
        left: 0;
        top: 2px;
        width: 25px;
        height: 25px;
        background: url(../img/icon_tel.svg) no-repeat;
        background-size: contain; }
        @media (min-width: 992px) {
          .offer-box .tel .icon:before {
            width: 50px;
            height: 50px; } }
    .offer-box .tel .supplement {
      font-size: 1.4rem;
      display: block;
      line-height: 1.4;
      font-weight: normal; }
      @media (min-width: 992px) {
        .offer-box .tel .supplement {
          display: inline-block;
          text-align: left;
          vertical-align: middle;
          font-size: 1.6rem;
          padding: 0 0 .5em; } }
  .offer-box .reg-btn {
    text-align: center;
    color: #fff;
    font-size: 2.0rem;
    text-decoration: none;
    display: block;
    padding: .6em;
    font-weight: bold;
    border-radius: 10px;
    transition: .2s;
    letter-spacing: .05em;
    margin: 0 auto;
    max-width: 400px; }
    @media (min-width: 992px) {
      .offer-box .reg-btn {
        font-size: 3.0rem;
        padding: .4em 0; } }
    .offer-box .reg-btn .mini {
      font-size: 1.6rem; }
      @media (min-width: 992px) {
        .offer-box .reg-btn .mini {
          font-size: 2.6rem; } }
  .offer-box .gra-top01 {
    border: 2px solid #ea1600;
    box-shadow: 0 4px 0 #7f1a1a; }
    .offer-box .gra-top01:hover {
      background: #7f1a1a;
      box-shadow: none;
      transform: translate3d(0, 2px, 0); }
  .offer-box .gra-top02 {
    border: 2px solid #00b900;
    box-shadow: 0 4px 0 #006b00; }
    .offer-box .gra-top02:hover {
      background: #006b00;
      box-shadow: none;
      transform: translate3d(0, 2px, 0); }
  @media (min-width: 992px) {
    .offer-box ul {
      display: flex;
      justify-content: space-between;
      align-items: baseline;
      padding: 0 55px; } }
  .offer-box ul li {
    text-align: center; }
    @media (min-width: 992px) {
      .offer-box ul li {
        width: 400px; } }
    .offer-box ul li:last-child {
      margin: 1.5em 0 0; }
      @media (min-width: 992px) {
        .offer-box ul li:last-child {
          margin: 0 0 0 30px; } }
    .offer-box ul li p {
      margin: .5em 0 0; }
      @media (min-width: 992px) {
        .offer-box ul li p {
          font-size: 1.6rem; } }

@media (min-width: 992px) {
  #offer-contact .offer-box .tel {
    font-size: 4.8rem;
    margin: 0;
    line-height: 1.2; } }
@media (min-width: 992px) {
  #offer-contact .offer-box .tel .icon {
    padding: 0 0 0 50px;
    margin: 0 0;
    border-right: 0; } }
@media (min-width: 992px) {
  #offer-contact .offer-box .tel .icon:before {
    width: 40px;
    height: 40px;
    top: 4px; } }
#offer-contact .offer-box .tel .supplement {
  text-align: center;
  padding: 0; }

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  /*アコーディオンで現れるエリア*/ }
  .accordion-area .box {
    display: none;
    margin: 0;
    padding: 1.0em 30px 1.0em 60px;
    line-height: 1.8;
    font-size: 1.6rem; }
    @media (min-width: 768px) {
      .accordion-area .box {
        padding: 1.0em 120px 1.0em 92px;
        font-size: 2.0rem; } }
    .accordion-area .box p:first-child {
      position: relative; }
      .accordion-area .box p:first-child:before {
        content: "A";
        position: absolute;
        left: -43px;
        top: 0;
        text-align: center;
        background: #1f986f;
        color: #ffff00;
        font-size: 1.8rem;
        font-weight: bold;
        width: 30px;
        height: 30px;
        border-radius: 50%; }
        @media (min-width: 992px) {
          .accordion-area .box p:first-child:before {
            width: 50px;
            height: 50px;
            left: -68px;
            top: -6px;
            font-size: 3.0rem;
            line-height: 50px; } }
    .accordion-area .box a {
      color: #333; }

.accordion-area li {
  margin: 10px 0; }
  @media (min-width: 992px) {
    .accordion-area li {
      margin: 15px 0; } }

/*アコーディオンタイトル*/
.title-q {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 1.0em 50px 1.0em 5%;
  transition: all .5s ease;
  background: #f2f2f2;
  border-radius: 10px; }
  @media (min-width: 992px) {
    .title-q {
      font-size: 2.4rem;
      padding: .75em 90px .75em 1.0em;
      border-radius: 20px; } }
  .title-q span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 40px; }
    @media (min-width: 992px) {
      .title-q span {
        padding: 0 0 0 65px; } }
    .title-q span:before {
      content: "Q";
      position: absolute;
      left: 0;
      top: -2px;
      text-align: center;
      font-size: 1.8rem;
      background: #4d4d4d;
      color: #fff;
      font-weight: bold;
      width: 30px;
      height: 30px;
      border-radius: 50%; }
      @media (min-width: 992px) {
        .title-q span:before {
          width: 50px;
          height: 50px;
          font-size: 3.0rem;
          top: -6px;
          line-height: 50px; } }

/*アイコンの＋と×*/
.title-q::before,
.title-q::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #333;
  top: 48%;
  right: 15px; }
  @media (min-width: 768px) {
    .title-q::before,
    .title-q::after {
      right: 35px; } }

.title-q::before {
  transform: rotate(0deg); }

.title-q::after {
  transform: rotate(90deg); }

/*　closeというクラスがついたら形状変化　*/
.title-q.close::before {
  transform: rotate(45deg); }

.title-q.close::after {
  transform: rotate(-45deg); }

/*===============================
 
    mail form
 
================================*/
#form-block {
  margin: 0 auto;
  box-sizing: border-box; }
  #form-block table {
    width: 100%;
    margin: 0 0 1.0em;
    padding: 0;
    box-sizing: border-box;
    border-collapse: collapse;
    border-spacing: 0; }
    @media (min-width: 992px) {
      #form-block table {
        margin: 0 0 2.5em; } }
    #form-block table .ks-cboxtags li {
      display: inline;
      margin: 0 .5em 0 0; }
      #form-block table .ks-cboxtags li label {
        display: inline-block;
        background-color: rgba(255, 255, 255, 0.9);
        border: 2px solid rgba(139, 139, 139, 0.3);
        color: #adadad;
        border-radius: 25px;
        white-space: nowrap;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
        transition: all .2s;
        padding: .5em 2.0em;
        cursor: pointer;
        min-width: 125px;
        text-align: center; }
        #form-block table .ks-cboxtags li label:before {
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 1.2rem;
          padding: 2px 6px 2px 2px;
          content: "\f067";
          transition: transform .3s ease-in-out; }
      #form-block table .ks-cboxtags li input[type="radio"]:checked + label::before {
        content: "\f00c";
        transform: rotate(-360deg);
        transition: transform .3s ease-in-out; }
      #form-block table .ks-cboxtags li input[type="radio"]:checked + label {
        border: 2px solid #1bdbf8;
        background-color: #12bbd4;
        color: #fff;
        transition: all .2s; }
      #form-block table .ks-cboxtags li input[type="radio"] {
        display: absolute; }
      #form-block table .ks-cboxtags li input[type="radio"] {
        position: absolute;
        opacity: 0; }
      #form-block table .ks-cboxtags li input[type="radio"]:focus + label {
        border: 2px solid #e9a1ff; }
    @media (min-width: 992px) {
      #form-block table tr {
        border-bottom: 1px solid #fff; } }
    #form-block table th,
    #form-block table td {
      box-sizing: border-box;
      font-weight: normal;
      text-align: left;
      display: block; }
      @media (min-width: 992px) {
        #form-block table th,
        #form-block table td {
          display: table-cell; } }
    #form-block table th {
      margin: 0;
      padding: 0.5em 1.0em;
      color: #333;
      background: #f2f2f2;
      font-size: 1.6rem; }
      #form-block table th .mandatory {
        display: inline-block;
        background: #ff1a00;
        color: #fff;
        font-size: 1.2rem;
        letter-spacing: .15em;
        padding: 0 0.5em;
        margin: 0 0 0 1.0em;
        border-radius: 2px; }
      #form-block table th .any {
        display: inline-block;
        background: #fff;
        color: #333;
        font-size: 1.2rem;
        letter-spacing: .15em;
        padding: 0 0.5em;
        margin: 0 0 0 1.0em;
        border-radius: 2px; }
      @media (min-width: 992px) {
        #form-block table th {
          width: 40%;
          overflow: hidden;
          font-size: 2.0rem; }
          #form-block table th .mandatory,
          #form-block table th .any {
            float: right;
            font-size: 1.4rem;
            margin: 0 1.0em 0 0; } }
      @media (min-width: 992px) {
        #form-block table th .display {
          font-size: 1.6rem; } }
    #form-block table td {
      margin: 0;
      padding: 1.0em;
      background: #fff; }
      @media (min-width: 992px) {
        #form-block table td {
          width: 60%; }
          #form-block table td .form-list li {
            font-size: 1.6rem; } }
      #form-block table td .ex-txt {
        display: block;
        font-size: 1.2rem;
        padding: 0 0 0 .5em;
        margin: .3em 0 0;
        color: #999;
        letter-spacing: .1em; }
      #form-block table td .form-list {
        margin: 0 -2.0em 0 0; }
        #form-block table td .form-list li {
          display: inline-block;
          margin: 0 2.0em 0 0;
          line-height: 2.2;
          letter-spacing: .1em; }
      #form-block table td input[type="text"],
      #form-block table td input[type="email"],
      #form-block table td input[type="tel"] {
        width: 100%;
        margin: 0;
        padding: 10px 10px;
        box-sizing: border-box;
        color: #333;
        background: #fff;
        font-size: 1.6rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 4px;
        border: 1px solid #8C8C8C;
        font-family: 'Noto Sans JP', sans-serif; }
        #form-block table td input[type="text"].mb10,
        #form-block table td input[type="email"].mb10,
        #form-block table td input[type="tel"].mb10 {
          margin: 0 0 0.5em; }
      #form-block table td .option-input01 {
        position: relative;
        top: 4px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 20px;
        height: 20px;
        margin: 0 0.5em 0 0;
        cursor: pointer;
        transition: all 0.15s ease-out 0s;
        color: #fff;
        border: none;
        outline: none;
        background: #d7cbcb;
        -webkit-appearance: none;
        appearance: none; }
        #form-block table td .option-input01:hover {
          background: #d6a9a9;
          cursor: pointer; }
        #form-block table td .option-input01:checked {
          background: #da3c41;
          color: #fff; }
          #form-block table td .option-input01:checked:before {
            color: #fff;
            font-size: 1.4rem;
            line-height: 20px;
            position: absolute;
            display: inline-block;
            width: 20px;
            height: 20px;
            content: '✔';
            text-align: center; }
          #form-block table td .option-input01:checked:after {
            position: relative;
            display: block;
            content: '';
            -webkit-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #da3c41; }
        #form-block table td .option-input01 .radio {
          border-radius: 50%; }
          #form-block table td .option-input01 .radio:after {
            border-radius: 50%; }
        #form-block table td .option-input01 label {
          line-height: 40px;
          display: block; }
        #form-block table td .option-input01:disabled {
          cursor: not-allowed;
          background: #b8b7b7; }
          #form-block table td .option-input01:disabled:before {
            font-size: 1.4rem;
            line-height: 20px;
            position: absolute;
            display: inline-block;
            width: 20px;
            height: 20px;
            content: '✖︎';
            text-align: center; }
@keyframes click-wave {
  0% {
    position: relative;
    width: 20px;
    height: 20px;
    opacity: 0.35; }
  100% {
    width: 200px;
    height: 200px;
    margin-top: -80px;
    margin-left: -80px;
    opacity: 0; } }
      #form-block table td select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 4px;
        border: 1px solid #8C8C8C;
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        padding: 10px 10px 12px;
        font-size: 1.6rem;
        line-height: 1.6;
        font-family: 'Noto Sans JP', sans-serif;
        background: #fff;
        width: 65%; }
      #form-block table td textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 4px;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
        resize: vertical;
        border: 1px solid #8C8C8C;
        font-size: 1.6rem;
        line-height: 1.8;
        font-family: 'Noto Sans JP', sans-serif; }

#form_submit {
  text-align: center;
  margin: 0; }
  #form_submit input[type="submit"] {
    padding: 20px 0;
    width: 90%;
    max-width: 400px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #f6921e;
    outline: none;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 10px;
    box-shadow: 0px 2px 0 #d36950;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: .1em;
    font-weight: bold;
    transition: .2s;
    cursor: pointer; }
    @media (min-width: 992px) {
      #form_submit input[type="submit"] {
        font-size: 2.4rem;
        padding: 30px 0;
        border-radius: 15px; } }
    #form_submit input[type="submit"]:hover {
      background: #d36950;
      box-shadow: none;
      transform: translate3d(0, 3px, 0); }

/*===============================
 
    footer
 
================================*/
.footer-item {
  background: #4d4d4d;
  padding: 20px 0; }
  @media (min-width: 992px) {
    .footer-item .inner {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .footer-item .footer-item-left {
    width: 150px;
    margin: 0 auto 20px; }
    @media (min-width: 992px) {
      .footer-item .footer-item-left {
        width: 250px;
        margin: 0; } }
    .footer-item .footer-item-left a {
      display: block; }
  .footer-item .footer-item-right {
    color: #ccc;
    letter-spacing: normal; }
    @media (min-width: 992px) {
      .footer-item .footer-item-right {
        width: 65%;
        overflow: hidden; } }
    .footer-item .footer-item-right h2 {
      font-size: 1.6rem;
      color: #fff;
      letter-spacing: .2em;
      margin: 0 0 .5em;
      font-weight: bold; }
      @media (min-width: 992px) {
        .footer-item .footer-item-right h2 {
          font-size: 1.8rem; } }
    .footer-item .footer-item-right .area-name {
      font-size: 1.4rem;
      float: left;
      clear: left;
      margin: 0 1.0em 0 0;
      max-width: 40px; }
      .footer-item .footer-item-right .area-name span {
        display: inline-block;
        background: #e6e6e6;
        color: #333;
        padding: .1em .25em 0; }
    .footer-item .footer-item-right .footer-box {
      overflow: hidden;
      margin: 0 0 .5em; }
      @media (min-width: 992px) {
        .footer-item .footer-item-right .footer-box:last-child {
          margin: 0; } }
    @media (min-width: 992px) {
      .footer-item .footer-item-right .footer-box-wrap {
        float: left;
        width: 45%;
        padding: 0 0 0 2.0em; } }
    @media (min-width: 992px) {
      .footer-item .footer-item-right .footer-box-wrap:nth-of-type(2) {
        float: right;
        width: 55%;
        padding: 0 0 0 1.0em; } }
    .footer-item .footer-item-right ul {
      float: left;
      width: 80%; }
      @media (min-width: 992px) {
        .footer-item .footer-item-right ul {
          line-height: .8;
          width: auto; } }
      .footer-item .footer-item-right ul li {
        display: inline-block;
        margin: 0 .5em 0 0;
        padding: .1em .5em .1em 0;
        border-right: 1px solid #666;
        font-size: 1.2rem; }
        .footer-item .footer-item-right ul li:last-child {
          margin: 0;
          padding: .1em 0;
          border-right: 0; }

#page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10; }
  #page-top a {
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    background: #fdd35c;
    transition: opacity .6s ease;
    color: #e9bc00;
    align-items: center;
    text-decoration: none;
    font-size: 3.0rem;
    border-radius: 0; }
    #page-top a:hover {
      opacity: .3; }

#footer-btn {
  position: fixed;
  text-align: center;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.0em;
  z-index: 100; }
  @media (min-width: 992px) {
    #footer-btn {
      left: auto;
      right: 0;
      width: auto; } }
  #footer-btn a {
    text-decoration: none;
    font-size: 1.8rem; }
  #footer-btn .btn01 {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 1.0em 0;
    margin: 0 auto;
    max-width: 400px;
    border-radius: 10px; }
    @media (min-width: 992px) {
      #footer-btn .btn01 {
        padding: 1.0em 1.5em; } }

footer .copyright {
  background: #333;
  padding: .4em 0 .5em;
  text-align: center; }
  footer .copyright a {
    color: #fff;
    font-size: 1.2rem;
    display: inline-block;
    text-decoration: none; }

/*===============================
 
    header
 
================================*/
header {
  position: relative; }

/*===============================
 
    nav
 
================================*/
.sideMenu {
  background: #fff;
  overflow-y: auto;
  padding-top: 56px;
  position: fixed;
  left: -60%;
  transition: all 0.6s;
  top: 0;
  width: 60%;
  height: 100vh;
  z-index: 200; }
  @media (min-width: 992px) {
    .sideMenu {
      background: none;
      left: auto;
      right: 0;
      position: fixed;
      width: auto;
      height: auto;
      max-width: 1200px;
      padding-top: 0;
      margin: 0 auto;
      text-align: right; } }
  .sideMenu ul li {
    text-align: center;
    font-size: 1.6rem; }
    @media (min-width: 992px) {
      .sideMenu ul li {
        display: inline-block; } }
    .sideMenu ul li.nav-list span {
      position: relative;
      display: inline-block;
      padding: 0 0 0 14px; }
      .sideMenu ul li.nav-list span:before {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        display: inline-block;
        width: 6px;
        height: 6px;
        border-right: 1px solid #666;
        border-bottom: 1px solid #666;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .sideMenu ul li.nav-list-btn {
      margin: 1.0em 0 0; }
      @media (min-width: 992px) {
        .sideMenu ul li.nav-list-btn {
          margin: 0; } }
    .sideMenu ul li a {
      box-sizing: border-box;
      padding: 1.0em;
      display: block;
      color: #333;
      text-decoration: none; }
      .sideMenu ul li a.nav-btn {
        border-radius: 10px;
        color: #fff;
        margin: 0 1.0em;
        font-weight: bold; }
        @media (min-width: 992px) {
          .sideMenu ul li a.nav-btn {
            border-radius: 0;
            padding: 1.0em 1.5em; } }
        .sideMenu ul li a.nav-btn span {
          position: relative;
          display: inline-block;
          padding: 0 0 0 18px; }
          .sideMenu ul li a.nav-btn span:before {
            content: "";
            position: absolute;
            left: 0;
            top: 9px;
            display: inline-block;
            width: 6px;
            height: 6px;
            border-right: 2px solid #fff;
            border-bottom: 2px solid #fff;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.hamburger {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 300; }
  @media (min-width: 992px) {
    .hamburger {
      display: none; } }
  .hamburger span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #666;
    width: 45%; }
    .hamburger span:nth-of-type(1) {
      top: 15px; }
    .hamburger span:nth-of-type(2) {
      top: 23px; }
    .hamburger span:nth-of-type(3) {
      top: 31px; }

.overlay {
  background: #000;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 100; }
  @media (min-width: 992px) {
    .overlay {
      display: none;
      background: none;
      width: 0;
      height: 0; } }

/* メニューが開いた時のCSS */
.nav-open .sideMenu {
  background: #fff;
  left: 0; }
  @media (min-width: 992px) {
    .nav-open .sideMenu {
      background: none;
      left: auto; } }

.nav-open .hamburger span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%; }
.nav-open .hamburger span:nth-of-type(2) {
  opacity: 0; }
.nav-open .hamburger span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%; }

.nav-open .overlay {
  opacity: 0.8;
  visibility: visible; }
