<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  font-size: 62.5%; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

/* Scss Document */
/* Scss Document */
/* Scss Document */
header {
  position: fixed;
  background: #faf9f5;
  color: #604C3F;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  height: 60px; }
  header #header .header_wrap {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto; }
  header #header .logo {
    position: absolute;
    width: 30%;
    max-width: 70px;
    z-index: 1000;
    left: 2%;
    top: 5px; }
  header #header .menu_btn {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 26px;
    right: 4%;
    z-index: 1; }
    header #header .menu_btn span {
      height: 2px;
      border-radius: 10px;
      background: #604C3F;
      display: block;
      position: absolute;
      transition: .3s;
      display: block;
      width: 100%; }
      header #header .menu_btn span:first-child {
        top: 0; }
      header #header .menu_btn span:nth-child(2) {
        top: 12px; }
      header #header .menu_btn span:last-child {
        bottom: 0; }
  header #header .menu_wrap {
    position: absolute;
    display: none;
    top: 60px;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    height: 100vh;
    z-index: 100;
    box-sizing: border-box; }
    header #header .menu_wrap ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 5% 0 0; }
      header #header .menu_wrap ul li {
        flex: 0 1 47%;
        width: 47%;
        max-width: 47%; }
        header #header .menu_wrap ul li a {
          text-align: center;
          display: block;
          padding: 20px;
          font-size: 1.4rem;
          text-align: left; }
          @media (min-width: 769px) {
            header #header .menu_wrap ul li a {
              font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.464037123 ); } }
          @media (min-width: 1200px) {
            header #header .menu_wrap ul li a {
              font-size: 1.6rem; } }
          header #header .menu_wrap ul li a.active {
            color: #FFA200; }
          header #header .menu_wrap ul li a.yet {
            cursor: default;
            opacity: 0.6; }
        header #header .menu_wrap ul li.wi_100 {
          flex: 0 1 100%;
          width: 100%;
          max-width: 100%; }
  header .badge {
    width: 30%;
    max-width: 150px;
    position: absolute;
    right: 2%;
    top: 80px; }

.open header #header .menu_btn span:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg); }
.open header #header .menu_btn span:nth-child(2) {
  opacity: 0; }
.open header #header .menu_btn span:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg); }

#simulate header #header {
  box-sizing: border-box;
  max-width: 100%; }
  #simulate header #header &gt; * {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: auto; }
  #simulate header #header h1 {
    left: 4%;
    font-size: 1.4rem;
    line-height: 1.2; }
    @media (min-width: 769px) {
      #simulate header #header h1 {
        font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.464037123 ); } }
    @media (min-width: 1200px) {
      #simulate header #header h1 {
        font-size: 1.6rem; } }
  #simulate header #header .simu_menu_wrap {
    right: 4%; }
    #simulate header #header .simu_menu_wrap ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #simulate header #header .simu_menu_wrap ul li {
        flex: 0 1 auto;
        width: auto;
        max-width: auto;
        font-size: 2.4rem; }
        @media (min-width: 769px) {
          #simulate header #header .simu_menu_wrap ul li {
            font-size: calc( 2.4rem + ( 1vw - 7.69px ) * 1.3921113689 ); } }
        @media (min-width: 1200px) {
          #simulate header #header .simu_menu_wrap ul li {
            font-size: 3rem; } }
        #simulate header #header .simu_menu_wrap ul li i {
          margin: 0 5px; }

/*------------------------------
		768px以上
------------------------------*/
/*------------------------------
		801px以上
------------------------------*/
/*------------------------------
		981px以上
------------------------------*/
@media screen and (min-width: 981px) {
  .pc header #header .menu_wrap {
    display: block !important; }
  .pc #contents {
    transform: translateY(0) !important; }

  header {
    height: 80px; }
    header #header {
      max-width: 1430px;
      margin: auto;
      height: 100%;
      position: relative; }
      header #header .logo {
        max-width: 120px;
        top: 20px; }
      header #header .menu_btn {
        display: none; }
      header #header .menu_wrap {
        display: block;
        width: 80%;
        right: 2%;
        top: 40%;
        max-width: 980px;
        height: auto;
        overflow: inherit;
        background: none;
        height: 40px;
        line-height: 40px; }
        header #header .menu_wrap ul {
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 0; }
          header #header .menu_wrap ul li {
            flex: 0 1 auto;
            width: auto;
            max-width: auto; }
            header #header .menu_wrap ul li a {
              font-size: 1.2rem;
              padding: 0;
              position: relative; } }
            @media screen and (min-width: 981px) and (min-width: 769px) {
              header #header .menu_wrap ul li a {
                font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.464037123 ); } }
            @media screen and (min-width: 981px) and (min-width: 1200px) {
              header #header .menu_wrap ul li a {
                font-size: 1.4rem; } }
@media screen and (min-width: 981px) {
              header #header .menu_wrap ul li a:hover {
                opacity: 1;
                color: #FFA200; }
              header #header .menu_wrap ul li a.yet:hover {
                color: #604C3F;
                opacity: 0.6; }
                header #header .menu_wrap ul li a.yet:hover:after {
                  opacity: 0; }
            header #header .menu_wrap ul li.btn_contact a {
              padding: 0 10px;
              box-sizing: border-box; }
    header .badge {
      top: 110px; }

  #simulate header #header h1 {
    left: 2%; }
  #simulate header #header .simu_menu_wrap {
    right: 2%; }
    #simulate header #header .simu_menu_wrap ul li i {
      margin: 0 10px; } }
/*------------------------------
		1281px以上
------------------------------*/
@media screen and (min-width: 1200px) {
  header #header .logo {
    height: 30px; }
  header #header .menu_wrap ul li.btn_contact a {
    padding: 0 40px; } }
@media screen and (min-width: 1920px) {
  header #header .logo {
    left: -10%; } }
/* Scss Document */
footer {
  background: #2F2719;
  color: #fff;
  padding: 40px 0 10px;
  margin-top: 60px; }
  footer #gotop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000; }
    footer #gotop a {
      display: block;
      width: 60px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      color: #fff;
      background: #2F2719;
      border: 1px solid #2F2719;
      font-size: 2rem; }
    footer #gotop i {
      margin: 0; }
  footer .foot_wrap .foot_logo {
    width: 40%;
    max-width: 130px;
    margin: 0 auto 40px; }
  footer .foot_wrap .adders_wrap {
    margin: auto;
    max-width: 800px; }
    footer .foot_wrap .adders_wrap address {
      font-style: normal;
      font-size: 1.4rem;
      text-align: center;
      margin-bottom: 40px;
      line-height: 2; }
    footer .foot_wrap .adders_wrap .sns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 40px; }
      footer .foot_wrap .adders_wrap .sns p {
        flex: 0 1 auto;
        width: auto;
        max-width: auto;
        margin: 0 20px; }
        footer .foot_wrap .adders_wrap .sns p.fb {
          height: 30px;
          width: 30px;
          min-width: 30px;
          line-height: 30px;
          border-radius: 100%;
          text-align: center;
          letter-spacing: normal;
          line-height: 34px;
          background: #fff;
          color: #2F2719; }
          footer .foot_wrap .adders_wrap .sns p.fb i {
            font-size: 1.8rem; }
        footer .foot_wrap .adders_wrap .sns p a {
          display: block; }
        footer .foot_wrap .adders_wrap .sns p i {
          font-size: 2.8rem;
          margin: 0; }
  footer .foot_wrap .sub {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1rem; }
    @media (min-width: 769px) {
      footer .foot_wrap .sub {
        font-size: calc( 1rem + ( 1vw - 7.69px ) * 0.464037123 ); } }
    @media (min-width: 1200px) {
      footer .foot_wrap .sub {
        font-size: 1.2rem; } }
    footer .foot_wrap .sub a {
      text-decoration: underline;
      margin: 0 10px; }
  footer .copyright {
    font-size: 1rem;
    text-align: center; }

#simulate footer {
  margin-top: 0;
  padding: 30px 0 10px; }
  #simulate footer .foot_name {
    text-align: center;
    margin-bottom: 30px; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  footer {
    padding: 80px 0 30px;
    margin-top: 120px; }
    footer #gotop a:hover {
      background: #fff;
      color: #2F2719; }
    footer .foot_wrap .adders_wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; }
      footer .foot_wrap .adders_wrap address {
        text-align: left; }
      footer .foot_wrap .adders_wrap &gt; * {
        flex: 0 1 auto;
        width: auto;
        max-width: auto; } }
/*------------------------------
		980px以上
------------------------------*/
/*------------------------------
		1280px以上
------------------------------*/
/* Scss Document */
.advantage__btn-wp {
  width: 90%;
  margin: 0 auto 50px; }
  .advantage__btn-wp a {
    background: #394b8b !important; }

/* Scss Document */
.form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px; }
  .form-group.error {
    background: #ffe7df; }
  .form-group .form-title {
    flex: 0 1 20%;
    width: 20%;
    max-width: 20%;
    font-size: 1.4rem;
    font-weight: bold; }
    @media (min-width: 768px) {
      .form-group .form-title {
        font-size: calc( 1.4rem + ( 1vw - 7.68px ) * 0.462962963 ); } }
    @media (min-width: 1200px) {
      .form-group .form-title {
        font-size: 1.6rem; } }
  .form-group .txt {
    flex: 0 1 70%;
    width: 70%;
    max-width: 70%; }
    .form-group .txt .form-control {
      box-sizing: border-box;
      padding: 10px;
      width: 100%; }
      .form-group .txt .form-control.datepicker {
        max-width: 160px; }
    .form-group .txt span {
      display: block; }
    .form-group .txt .datepicer_box {
      position: relative; }

select {
  padding: 6px 12px 6px 6px;
  font-size: 1.3rem;
  border: 1px solid #aaa;
  border-radius: 2px;
  background: transparent; }

textarea {
  resize: vertical;
  min-height: 80px; }

.form_label {
  vertical-align: middle;
  margin: 5px 12px 5px 0;
  cursor: pointer; }
  .form_label input[type=radio] {
    display: none; }
    .form_label input[type=radio] + .radio-parts {
      position: relative;
      padding-left: 26px; }
      .form_label input[type=radio] + .radio-parts:before {
        content: '';
        display: block;
        box-sizing: border-box;
        position: absolute;
        top: 2px;
        left: 2px;
        width: 16px;
        height: 16px;
        border: 1px solid #aaa;
        border-radius: 50%; }
      .form_label input[type=radio] + .radio-parts:after {
        content: '';
        display: none;
        box-sizing: border-box;
        position: absolute;
        top: 6px;
        left: 6px;
        width: 8px;
        height: 8px;
        background: #FFA200;
        border-radius: 50%; }
    .form_label input[type=radio]:checked + .radio-parts {
      color: #FFA200; }
      .form_label input[type=radio]:checked + .radio-parts:before {
        border-color: #FFA200; }
      .form_label input[type=radio]:checked + .radio-parts:after {
        display: block; }
  .form_label input[type=checkbox] {
    display: none; }
    .form_label input[type=checkbox] + .checkbox-parts {
      position: relative;
      padding-left: 26px; }
      .form_label input[type=checkbox] + .checkbox-parts:before {
        content: '';
        display: block;
        box-sizing: border-box;
        position: absolute;
        top: 3px;
        left: 3px;
        width: 14px;
        height: 14px;
        border: 1px solid #aaa;
        border-radius: 3px; }
      .form_label input[type=checkbox] + .checkbox-parts:after {
        content: '';
        display: none;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 1px;
        width: 18px;
        height: 10px;
        border-left: 2px solid #FFA200;
        border-bottom: 2px solid #FFA200;
        transform: rotate(-50deg); }
    .form_label input[type=checkbox]:checked + .checkbox-parts {
      color: #FFA200; }
      .form_label input[type=checkbox]:checked + .checkbox-parts:after {
        display: block; }

.required {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  padding: 3px;
  line-height: 1;
  font-weight: normal;
  font-size: 1.0rem;
  color: #fff;
  background: #FFA200;
  border-radius: 2px; }

.attention {
  margin: 3px 0;
  font-size: 1.2rem;
  letter-spacing: normal;
  color: #666; }
  .attention:before {
    content: '※'; }
  .attention.option-color_red {
    color: #FF5722; }

.ui-datepicker-trigger {
  display: none; }

#ui-datepicker-div {
  z-index: 991 !important;
  width: auto;
  font-family: inherit;
  border-radius: 0;
  top: 100% !important;
  left: 0 !important; }
  #ui-datepicker-div .ui-datepicker-header {
    height: 40px;
    border: none;
    background: transparent; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
      height: 40px;
      line-height: 40px;
      margin: 0 40px; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
      width: 40px;
      height: 40px; }
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-hover,
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-hover {
        border: none;
        background: transparent; }
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span,
      #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
        position: absolute;
        top: 50%;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0;
        border-top: 1px solid #333;
        border-left: 1px solid #333;
        background: transparent; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
      right: 50%;
      transform: rotate(135deg) translateY(50%); }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
      left: 50%;
      transform: rotate(-45deg) translateY(-50%); }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover {
      top: 2px;
      right: 2px; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
      top: 2px;
      left: 2px; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
      width: auto;
      margin-right: 3px;
      font-family: inherit;
      font-size: 1.3rem; }
    #ui-datepicker-div .ui-datepicker-header .ui-datepicker-month {
      width: auto;
      margin-left: 6px;
      font-family: inherit;
      font-size: 1.3rem; }
  #ui-datepicker-div .ui-datepicker-calendar {
    font-size: 1.1rem; }
    #ui-datepicker-div .ui-datepicker-calendar th {
      width: 40px;
      height: 40px;
      padding: 0;
      font-size: 1.1rem;
      line-height: 40px;
      font-weight: 200; }
    #ui-datepicker-div .ui-datepicker-calendar td {
      width: 40px;
      height: 40px;
      padding: 0;
      line-height: 40px; }
      #ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
        background: #ddd; }
      #ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-other-month {
        background: transparent; }
      #ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day, #ui-datepicker-div .ui-datepicker-calendar td:hover {
        background: #FFA200; }
        #ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day a, #ui-datepicker-div .ui-datepicker-calendar td:hover a {
          color: #fff; }
      #ui-datepicker-div .ui-datepicker-calendar td a {
        color: #FFA200; }
      #ui-datepicker-div .ui-datepicker-calendar td a, #ui-datepicker-div .ui-datepicker-calendar td span {
        padding: 0;
        text-align: center;
        border: none;
        background: transparent; }

.state_message {
  margin-bottom: 60px;
  text-align: center; }
  .state_message p {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    background: #5bb75b; }
    .state_message p.class-ng {
      background: #FFA200; }

/*------------------------------
		980px以上
------------------------------*/
/*------------------------------
		1280px以上
------------------------------*/
body {
  /*@include l_height(20,14);*/
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  color: #604C3F;
  font-family: "A1ゴシック R", "A1 Gothic R YuGothic", "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  word-wrap: break-word;
  background: #faf9f5;
  line-height: 2; }

.of {
  overflow: hidden; }

.fl {
  float: left; }

.fr {
  float: right; }

.mt10 {
  margin-top: 10px; }

.mr10 {
  margin-right: 10px; }

.mb10 {
  margin-bottom: 10px; }

.ml10 {
  margin-left: 10px; }

.mt20 {
  margin-top: 20px; }

.mr20 {
  margin-right: 20px; }

.mb20 {
  margin-bottom: 20px; }

.ml20 {
  margin-left: 20px; }

.mt30 {
  margin-top: 30px; }

.mr30 {
  margin-right: 30px; }

.mb30 {
  margin-bottom: 30px; }

.ml30 {
  margin-left: 30px; }

.pl10 {
  padding-left: 10px; }

.pr10 {
  padding-right: 10px; }

.pt10 {
  padding-top: 10px; }

.pb10 {
  padding-bottom: 10px; }

.t_center {
  text-align: center; }

.t_left {
  text-align: left; }

.t_right {
  text-align: right; }

.sp_only {
  display: inherit; }
  @media screen and (min-width: 769px) {
    .sp_only {
      display: none; } }
  @media screen and (min-width: 801px) {
    .sp_only {
      display: none; } }

.tab_only {
  display: none; }
  @media screen and (min-width: 769px) {
    .tab_only {
      display: inherit; } }
  @media screen and (min-width: 801px) {
    .tab_only {
      display: none; } }

.sp_tab_only {
  display: inherit; }
  @media screen and (min-width: 769px) {
    .sp_tab_only {
      display: inherit; } }
  @media screen and (min-width: 801px) {
    .sp_tab_only {
      display: none; } }

.pc_tab_only {
  display: none; }
  @media screen and (min-width: 769px) {
    .pc_tab_only {
      display: inherit; } }
  @media screen and (min-width: 801px) {
    .pc_tab_only {
      display: inherit; } }

.pc_only {
  display: none; }
  @media screen and (min-width: 769px) {
    .pc_only {
      display: none; } }
  @media screen and (min-width: 801px) {
    .pc_only {
      display: inherit; } }

a, button {
  text-decoration: none;
  color: inherit;
  transition: .4s; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-family: "A1ゴシック R", "A1 Gothic R YuGothic", "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }

img {
  width: 100%;
  vertical-align: bottom; }

.w1300 {
  box-sizing: border-box;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 0 4%; }
  @media screen and (min-width: 801px) {
    .w1300 {
      padding: 0 2%; } }
  @media screen and (min-width: 1200px) {
    .w1300 {
      padding: 0; } }

.w1200 {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 4%; }
  @media screen and (min-width: 801px) {
    .w1200 {
      padding: 0 2%; } }
  @media screen and (min-width: 1200px) {
    .w1200 {
      padding: 0; } }

.w900 {
  box-sizing: border-box;
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 0 4%; }
  @media screen and (min-width: 801px) {
    .w900 {
      padding: 0 2%; } }
  @media screen and (min-width: 1200px) {
    .w900 {
      padding: 0; } }

.w800 {
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding: 0 4%; }
  @media screen and (min-width: 801px) {
    .w800 {
      padding: 0 2%; } }
  @media screen and (min-width: 1200px) {
    .w800 {
      padding: 0; } }

h2 {
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold; }
  @media (min-width: 768px) {
    h2 {
      font-size: calc( 2.8rem + ( 1vw - 7.68px ) * 2.7777777778 ); } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 4rem; } }

h3 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold; }
  @media (min-width: 768px) {
    h3 {
      font-size: calc( 2.4rem + ( 1vw - 7.68px ) * 1.3888888889 ); } }
  @media (min-width: 1200px) {
    h3 {
      font-size: 3rem; } }

p {
  font-size: 100%; }

.en {
  font-family: "PalatinoLTPro-Medium", Georgia, "Times New Roman", Times, "serif";
  letter-spacing: normal; }

.lato {
  font-family: "Lato", Arial, Helvetica, "sans-serif";
  letter-spacing: normal; }

.en_b {
  font-family: "PalatinoLTPro-Bold", Georgia, "Times New Roman", Times, "serif"; }

.or_txt {
  color: #FFA200; }

.d_or_txt {
  color: #ED6D0F; }

.bl_txt {
  color: #85CBBF; }

.gr_txt {
  color: #DAE000; }

i {
  margin-right: 5px; }

a:hover {
  opacity: 0.8; }

.flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .flex_wrap.list_wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .flex_wrap.list_wrap &gt; * {
      flex: 0 1 48%;
      width: 48%;
      max-width: 48%; }

.box {
  margin-bottom: 11.6666666667%; }
  @media screen and (max-width: 769px) {
    .box {
      margin-bottom: 70px; } }
  @media screen and (min-width: 1200px) {
    .box {
      margin-bottom: 140px; } }

.cap {
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1;
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 1;
  text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }

.move_btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .move_btn li {
    font-size: 1.4rem;
    flex: 0 1 auto;
    width: auto;
    max-width: auto;
    margin: 0 15px;
    position: relative;
    text-align: center; }
    @media (min-width: 769px) {
      .move_btn li {
        font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0 ); } }
    @media (min-width: 1200px) {
      .move_btn li {
        font-size: 1.4rem; } }
    .move_btn li .move {
      position: absolute;
      top: 30%; }
      .move_btn li .move .arrow {
        position: absolute;
        content: "";
        border-top: solid 1px #604C3F;
        border-right: solid 1px #604C3F;
        width: 5px;
        height: 5px;
        left: -5px;
        transform: rotate(45deg); }
      .move_btn li .move .back_arrow {
        position: absolute;
        content: "";
        border-top: solid 1px #604C3F;
        border-right: solid 1px #604C3F;
        width: 5px;
        height: 5px;
        left: -5px;
        transform: rotate(225deg); }
    .move_btn li.active:before {
      position: absolute;
      content: "";
      display: block;
      background: #604C3F;
      width: 7px;
      height: 1px;
      bottom: -5px;
      left: 50%;
      transform: translate(-50%, 0); }
    .move_btn li:hover {
      opacity: 1; }
      .move_btn li:hover:before {
        position: absolute;
        content: "";
        display: block;
        background: #604C3F;
        width: 7px;
        height: 1px;
        bottom: -5px;
        left: 50%;
        transform: translate(-50%, 0); }

.btn {
  text-align: center; }
  .btn button, .btn a {
    font-size: 1.4rem;
    box-sizing: border-box;
    display: block;
    color: #fff;
    text-align: center;
    max-width: 420px;
    width: 100%;
    margin: auto;
    padding: 20px;
    background: #FFA200;
    position: relative;
    border-radius: 50px;
    overflow: hidden; }
    @media (min-width: 769px) {
      .btn button, .btn a {
        font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.464037123 ); } }
    @media (min-width: 1200px) {
      .btn button, .btn a {
        font-size: 1.6rem; } }
    .btn button:after, .btn a:after {
      content: '\e904';
      font-family: 'icomoon';
      position: absolute;
      top: 40%;
      right: 25px;
      transform-origin: 80% 50%;
      transform: rotate(90deg) translate(-50%, 0px); }
  .btn.d_or button, .btn.d_or a {
    background: #ED6D0F; }
  .btn.bl button, .btn.bl a {
    background: #85CBBF; }
  .btn.gr button, .btn.gr a {
    background: #DAE000; }

#under_mainimg {
  margin-top: 60px;
  margin-bottom: 10%;
  height: 200px;
  left: 0;
  top: 0; }
  @media screen and (max-width: 769px) {
    #under_mainimg {
      margin-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    #under_mainimg {
      margin-bottom: 120px; } }
  #under_mainimg .wrap {
    position: relative;
    height: 100%; }
    #under_mainimg .wrap h2 {
      position: absolute;
      content: "";
      top: 50%;
      left: 4%;
      transform: translateY(-50%);
      font-size: 2rem;
      text-align: left;
      font-weight: lighter;
      text-shadow: 0 0 11px #fff; }
      @media (min-width: 769px) {
        #under_mainimg .wrap h2 {
          font-size: calc( 2rem + ( 1vw - 7.69px ) * 3.4802784223 ); } }
      @media (min-width: 1200px) {
        #under_mainimg .wrap h2 {
          font-size: 3.5rem; } }

.title_txt {
  margin-bottom: 10%; }
  @media screen and (max-width: 769px) {
    .title_txt {
      margin-bottom: 60px; } }
  @media screen and (min-width: 1200px) {
    .title_txt {
      margin-bottom: 120px; } }
  .title_txt h2 {
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    position: relative; }
    @media (min-width: 769px) {
      .title_txt h2 {
        font-size: calc( 2.5rem + ( 1vw - 7.69px ) * 1.1600928074 ); } }
    @media (min-width: 1200px) {
      .title_txt h2 {
        font-size: 3rem; } }
    .title_txt h2:before {
      position: absolute;
      content: "";
      display: block;
      background: #FFA200;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 50px;
      height: 3px; }

#contents {
  margin-top: 60px;
  transition: transform 0.5s cubic-bezier(0.89, 0.05, 0.27, 1); }

/*お問い合わせ*/
#contact {
  background: url("../../img/common/contact_bk.png") left center/cover no-repeat;
  padding-top: 3.3333333333%;
  padding-bottom: 3.3333333333%;
  color: #fff; }
  @media screen and (max-width: 769px) {
    #contact {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media screen and (min-width: 1200px) {
    #contact {
      padding-top: 40px;
      padding-bottom: 40px; } }
  #contact .home_title_box {
    text-align: center;
    margin-bottom: 10.4166666667%; }
    @media screen and (max-width: 769px) {
      #contact .home_title_box {
        margin-bottom: 40px; } }
    @media screen and (min-width: 768px) {
      #contact .home_title_box {
        margin-bottom: 80px; } }
    #contact .home_title_box .en {
      font-size: 2.6rem; }
      @media (min-width: 769px) {
        #contact .home_title_box .en {
          font-size: calc( 2.6rem + ( 1vw - 7.69px ) * 2.3201856148 ); } }
      @media (min-width: 1200px) {
        #contact .home_title_box .en {
          font-size: 3.6rem; } }
    #contact .home_title_box h2 {
      font-size: 1.2rem; }
      @media (min-width: 769px) {
        #contact .home_title_box h2 {
          font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.9280742459 ); } }
      @media (min-width: 1200px) {
        #contact .home_title_box h2 {
          font-size: 1.6rem; } }
  #contact .contact_wrap {
    text-align: center;
    font-size: 1.6rem; }
    @media (min-width: 769px) {
      #contact .contact_wrap {
        font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.9280742459 ); } }
    @media (min-width: 1200px) {
      #contact .contact_wrap {
        font-size: 2rem; } }
    #contact .contact_wrap .tel {
      margin-bottom: 20px; }
      #contact .contact_wrap .tel .telnum {
        font-family: "PalatinoLTPro-Medium", Georgia, "Times New Roman", Times, "serif";
        font-size: 4rem; }
        @media (min-width: 769px) {
          #contact .contact_wrap .tel .telnum {
            font-size: calc( 4rem + ( 1vw - 7.69px ) * 4.6403712297 ); } }
        @media (min-width: 1200px) {
          #contact .contact_wrap .tel .telnum {
            font-size: 6rem; } }
      #contact .contact_wrap .tel small {
        font-weight: normal;
        font-size: 1.6rem; }
        @media (min-width: 769px) {
          #contact .contact_wrap .tel small {
            font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.9280742459 ); } }
        @media (min-width: 1200px) {
          #contact .contact_wrap .tel small {
            font-size: 2rem; } }
    #contact .contact_wrap .line .id {
      font-size: 4rem;
      font-family: "PalatinoLTPro-Medium", Georgia, "Times New Roman", Times, "serif"; }
      @media (min-width: 769px) {
        #contact .contact_wrap .line .id {
          font-size: calc( 4rem + ( 1vw - 7.69px ) * 4.6403712297 ); } }
      @media (min-width: 1200px) {
        #contact .contact_wrap .line .id {
          font-size: 6rem; } }

/*お問い合わせ：電話*/
#conotact_tel {
  margin-bottom: 70px; }
  #conotact_tel .contact__ttl {
    margin-bottom: 18.5px;
    font-size: 1.8rem;
    line-height: 1; }
    @media (min-width: 769px) {
      #conotact_tel .contact__ttl {
        font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 0.9280742459 ); } }
    @media (min-width: 1200px) {
      #conotact_tel .contact__ttl {
        font-size: 2.2rem; } }
  #conotact_tel .contact_wrap .contact_box {
    border-bottom: solid 1px #826A59;
    padding: 3% 3% 5%;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1; }
    #conotact_tel .contact_wrap .contact_box .txt {
      font-size: 1.4rem;
      margin-bottom: 16px; }
      @media (min-width: 769px) {
        #conotact_tel .contact_wrap .contact_box .txt {
          font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 1.3921113689 ); } }
      @media (min-width: 1200px) {
        #conotact_tel .contact_wrap .contact_box .txt {
          font-size: 2rem; } }
    #conotact_tel .contact_wrap .contact_box a {
      font-size: 1.2rem;
      font-weight: bold;
      display: block;
      margin-bottom: 10px;
      letter-spacing: 0.15em; }
      @media (min-width: 769px) {
        #conotact_tel .contact_wrap .contact_box a {
          font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.464037123 ); } }
      @media (min-width: 1200px) {
        #conotact_tel .contact_wrap .contact_box a {
          font-size: 1.4rem; } }
      #conotact_tel .contact_wrap .contact_box a span {
        font-size: 3rem;
        color: #ED6D0F; }
        @media (min-width: 769px) {
          #conotact_tel .contact_wrap .contact_box a span {
            font-size: calc( 3rem + ( 1vw - 7.69px ) * 0 ); } }
        @media (min-width: 1200px) {
          #conotact_tel .contact_wrap .contact_box a span {
            font-size: 3rem; } }
    #conotact_tel .contact_wrap .contact_box .btn a {
      font-size: 1.6rem;
      max-width: 320px;
      margin-bottom: 0; }
      @media (min-width: 769px) {
        #conotact_tel .contact_wrap .contact_box .btn a {
          font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.464037123 ); } }
      @media (min-width: 1200px) {
        #conotact_tel .contact_wrap .contact_box .btn a {
          font-size: 1.8rem; } }
      #conotact_tel .contact_wrap .contact_box .btn a:after {
        display: none; }
    #conotact_tel .contact_wrap .contact_box .time {
      font-size: 1rem; }
      @media (min-width: 769px) {
        #conotact_tel .contact_wrap .contact_box .time {
          font-size: calc( 1rem + ( 1vw - 7.69px ) * 0.9280742459 ); } }
      @media (min-width: 1200px) {
        #conotact_tel .contact_wrap .contact_box .time {
          font-size: 1.4rem; } }
      #conotact_tel .contact_wrap .contact_box .time .en {
        font-weight: bold; }
    #conotact_tel .contact_wrap .contact_box:last-child {
      border-bottom: none;
      padding: 5% 3% 3%; }

/*シュミレーションボタン*/
.simulation_btn {
  margin: auto;
  margin-bottom: 15.6046814044%; }
  @media screen and (max-width: 769px) {
    .simulation_btn {
      margin-bottom: 60px; } }
  @media screen and (min-width: 769px) {
    .simulation_btn {
      margin-bottom: 120px; } }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .wrapper {
    padding: 0 4%; }

  #under_mainimg {
    min-height: 300px; }
    #under_mainimg .wrap h2 {
      left: 2%; }

  .btn button:after, .btn a:after {
    transform: rotate(90deg) translate(-50%, -45px);
    transition: .3s; }
  .btn button:hover, .btn a:hover {
    opacity: 1;
    filter: brightness(1.1); }
    .btn button:hover:after, .btn a:hover:after {
      transform: rotate(90deg) translate(-50%, 0); }
  .btn.short a {
    max-width: 300px; }

  /*お問い合わせ：電話*/
  #conotact_tel {
    margin-bottom: 5.625%; } }
  @media screen and (min-width: 769px) and (max-width: 769px) {
    #conotact_tel {
      margin-bottom: 54pxpx; } }
  @media screen and (min-width: 769px) and (min-width: 1920pxpx) {
    #conotact_tel {
      margin-bottom: 108pxpx; } }
@media screen and (min-width: 769px) {
    #conotact_tel .contact__ttl {
      margin-bottom: 34.5px; }
    #conotact_tel .contact_wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      align-items: center; }
      #conotact_tel .contact_wrap .contact_box {
        flex: 0 1 49.5%;
        width: 49.5%;
        max-width: 49.5%;
        border-bottom: none;
        border-right: solid 1px #826A59;
        padding: 0; }
        #conotact_tel .contact_wrap .contact_box .txt {
          margin-bottom: 21px; }
          #conotact_tel .contact_wrap .contact_box .txt.mail {
            margin-bottom: 16px; }
        #conotact_tel .contact_wrap .contact_box .time {
          margin-bottom: 5.5px; }
        #conotact_tel .contact_wrap .contact_box .btn a:after {
          top: 46%; }
        #conotact_tel .contact_wrap .contact_box:last-child {
          border-right: none;
          padding: 0; } }
/*------------------------------
		981px以上
------------------------------*/
@media screen and (min-width: 801px) {
  img {
    width: auto;
    max-width: 100%; }

  a[href^="tel:"] {
    pointer-events: none; } }
/*------------------------------
		981px以上
------------------------------*/
@media screen and (min-width: 981px) {
  #contents {
    margin-top: 80px; } }
/*------------------------------
		1201px以上
------------------------------*/
@media screen and (min-width: 1200px) {
  #under_mainimg {
    min-height: 400px; }
    #under_mainimg .wrap h2 {
      left: 0; } }

/*# sourceMappingURL=base.css.map */
</pre></body></html>