@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

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

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
@keyframes animationbtn {
  0% {
    box-shadow: 0 5px 0 #cd121e;
    top: 0px; }
  10% {
    box-shadow: 0 0 0 #cd121e;
    top: 6px; }
  20% {
    box-shadow: 0 5px 0 #cd121e;
    top: 0px; }
  30% {
    box-shadow: 0 0 0 #cd121e;
    top: 6px; }
  40% {
    box-shadow: 0 5px 0 #cd121e;
    top: 0px; } }
.cta_btn {
  position: relative;
  -webkit-box-shadow: 0 5px 0 #cd121e;
  -moz-box-shadow: 0 5px 0 #cd121e;
  box-shadow: 0 5px 0 #cd121e;
  background: #f95762;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px; }
  @media only screen and (min-width: 769px) {
    .cta_btn:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  .cta_btn.shiny {
    overflow: hidden; }
    .cta_btn.shiny::after {
      content: '';
      position: absolute;
      top: -100px;
      left: -100px;
      width: 50px;
      height: 50px;
      background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
      animation-name: shiny;
      animation-duration: 4s;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
      pointer-events: none;
      z-index: 10; }
  .cta_btn a {
    display: block;
    text-decoration: none;
    line-height: 1.4;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    padding: 15px; }
  .cta_btn.animation {
    animation: animationbtn 2s infinite; }

.mb_10 {
  margin-bottom: 0.5208333333vw; }

.mb_20 {
  margin-bottom: 1.0416666667vw; }

.mb_30 {
  margin-bottom: 1.5625vw; }

.mb_40 {
  margin-bottom: 2.0833333333vw; }

.mb_50 {
  margin-bottom: 2.6041666667vw; }

.mb_60 {
  margin-bottom: 3.125vw; }

.mb_70 {
  margin-bottom: 3.6458333333vw; }

.mb_80 {
  margin-bottom: 4.1666666667vw; }

.mb_90 {
  margin-bottom: 4.6875vw; }

.mb_100 {
  margin-bottom: 5.2083333333vw; }

.mb_110 {
  margin-bottom: 5.7291666667vw; }

.mb_120 {
  margin-bottom: 6.25vw; }

.mb_130 {
  margin-bottom: 6.7708333333vw; }

.mb_140 {
  margin-bottom: 7.2916666667vw; }

.mb_150 {
  margin-bottom: 7.8125vw; }

.mb_160 {
  margin-bottom: 8.3333333333vw; }

.mb_170 {
  margin-bottom: 8.8541666667vw; }

.mb_180 {
  margin-bottom: 9.375vw; }

.mb_190 {
  margin-bottom: 9.8958333333vw; }

.mb_200 {
  margin-bottom: 10.4166666667vw; }

@media screen and (min-width: 1600px) {
  .mb_10 {
    margin-bottom: 10px; }

  .mb_20 {
    margin-bottom: 20px; }

  .mb_30 {
    margin-bottom: 30px; }

  .mb_40 {
    margin-bottom: 40px; }

  .mb_50 {
    margin-bottom: 50px; }

  .mb_60 {
    margin-bottom: 60px; }

  .mb_70 {
    margin-bottom: 70px; }

  .mb_80 {
    margin-bottom: 80px; }

  .mb_90 {
    margin-bottom: 90px; }

  .mb_100 {
    margin-bottom: 100px; }

  .mb_110 {
    margin-bottom: 110px; }

  .mb_120 {
    margin-bottom: 120px; }

  .mb_130 {
    margin-bottom: 130px; }

  .mb_140 {
    margin-bottom: 140px; }

  .mb_150 {
    margin-bottom: 150px; }

  .mb_160 {
    margin-bottom: 160px; }

  .mb_170 {
    margin-bottom: 170px; }

  .mb_180 {
    margin-bottom: 180px; }

  .mb_190 {
    margin-bottom: 190px; }

  .mb_200 {
    margin-bottom: 200px; } }
@media print, screen and (max-width: 769px) {
  .mb_10 {
    margin-bottom: 1.3333333333vw; }

  .mb_20 {
    margin-bottom: 2.6666666667vw; }

  .mb_30 {
    margin-bottom: 4vw; }

  .mb_40 {
    margin-bottom: 5.3333333333vw; }

  .mb-50 {
    margin-bottom: 6.6666666667vw; }

  .mb-60 {
    margin-bottom: 8vw; }

  .mb-70 {
    margin-bottom: 9.3333333333vw; }

  .mb-80 {
    margin-bottom: 10.6666666667vw; }

  .mb-90 {
    margin-bottom: 12vw; }

  .mb-100 {
    margin-bottom: 13.3333333333vw; }

  .mb-110 {
    margin-bottom: 14.6666666667vw; }

  .mb-120 {
    margin-bottom: 16vw; }

  .mb-130 {
    margin-bottom: 17.3333333333vw; }

  .mb-140 {
    margin-bottom: 18.6666666667vw; }

  .mb-150 {
    margin-bottom: 20vw; }

  .mb-160 {
    margin-bottom: 21.3333333333vw; }

  .mb-170 {
    margin-bottom: 22.6666666667vw; }

  .mb-180 {
    margin-bottom: 24vw; }

  .mb-190 {
    margin-bottom: 25.3333333333vw; }

  .mb-200 {
    margin-bottom: 26.6666666667vw; } }
@media only screen and (max-width: 768px) {
  .header_nav {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 3000; }
    .header_nav #header_menu_trigger {
      display: none;
      outline: none; }
    .header_nav .header_menu_ico {
      transition: all 0.3s;
      position: relative;
      width: 46px;
      height: 46px;
      border-radius: 100%;
      z-index: 3000; }
      .header_nav .header_menu_ico div {
        width: 26px;
        height: 1px;
        position: absolute;
        background: #000;
        right: 0;
        margin: auto;
        left: 0;
        transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1.5);
        width: 26;
        top: calc(50% - ((4px)) + -1px); }
        .header_nav .header_menu_ico div:nth-of-type(1) {
          top: calc(50% - ((4px)) + -1px);
          width: 26px; }
        .header_nav .header_menu_ico div:nth-of-type(2) {
          top: calc(50% - ((4px)) + 5px);
          width: 26px; }
        .header_nav .header_menu_ico div:nth-of-type(3) {
          top: calc(50% - ((4px)) + 11px);
          width: 26px; }
    .header_nav input#header_menu_trigger:checked + label .header_menu_ico {
      transform: scale(1.21) rotate(180deg); }
    .header_nav input#header_menu_trigger:checked + label .header_menu_ico div:nth-of-type(1) {
      transform: rotate(45deg);
      width: 26px !important;
      top: calc(50% - (1px)) !important;
      background: #fff; }
    .header_nav input#header_menu_trigger:checked + label .header_menu_ico div:nth-of-type(2) {
      left: -7px !important;
      opacity: 0;
      background: #fff; }
    .header_nav input#header_menu_trigger:checked + label .header_menu_ico div:nth-of-type(3) {
      transform: rotate(-45deg);
      width: 26px !important;
      top: calc(50% - (1px)) !important;
      background: #fff; }

  #header_menu {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    text-align: center;
    height: 100vh; }
    #header_menu ul {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      padding-bottom: 70px; }
      #header_menu ul li {
        opacity: 0;
        -webkit-transform: translateX(-8%);
        -ms-transform: translateX(-8%);
        transform: translateX(-8%); }
        #header_menu ul li a {
          display: block;
          text-decoration: none;
          padding: 9px 0;
          color: #fff; }
          #header_menu ul li a span {
            display: block; } }
#header_menu ul li:nth-child(1) {
  -webkit-animation: lazyX 0.8s ease 0.08s 1 forwards;
  animation: lazyX 0.8s ease 0.08s 1 forwards; }

#header_menu ul li:nth-child(2) {
  -webkit-animation: lazyX 0.8s ease 0.16s 1 forwards;
  animation: lazyX 0.8s ease 0.16s 1 forwards; }

#header_menu ul li:nth-child(3) {
  -webkit-animation: lazyX 0.8s ease 0.24s 1 forwards;
  animation: lazyX 0.8s ease 0.24s 1 forwards; }

#header_menu ul li:nth-child(4) {
  -webkit-animation: lazyX 0.8s ease 0.32s 1 forwards;
  animation: lazyX 0.8s ease 0.32s 1 forwards; }

#header_menu ul li:nth-child(5) {
  -webkit-animation: lazyX 0.8s ease 0.4s 1 forwards;
  animation: lazyX 0.8s ease 0.4s 1 forwards; }

#header_menu ul li:nth-child(6) {
  -webkit-animation: lazyX 0.8s ease 0.48s 1 forwards;
  animation: lazyX 0.8s ease 0.48s 1 forwards; }

#header_menu ul li:nth-child(7) {
  -webkit-animation: lazyX 0.8s ease 0.56s 1 forwards;
  animation: lazyX 0.8s ease 0.56s 1 forwards; }

#header_menu ul li:nth-child(8) {
  -webkit-animation: lazyX 0.8s ease 0.64s 1 forwards;
  animation: lazyX 0.8s ease 0.64s 1 forwards; }

#header_menu ul li:nth-child(9) {
  -webkit-animation: lazyX 0.8s ease 0.72s 1 forwards;
  animation: lazyX 0.8s ease 0.72s 1 forwards; }

#header_menu ul li:nth-child(10) {
  -webkit-animation: lazyX 0.8s ease 0.8s 1 forwards;
  animation: lazyX 0.8s ease 0.8s 1 forwards; }

.form_section .form_item {
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem; }
  .form_section .form_item label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700; }
.form_section .require {
  display: inline-block;
  position: relative;
  padding-left: 40px; }
  .form_section .require::before {
    content: "必須";
    position: absolute;
    left: 0;
    top: 2px;
    display: inline-block;
    background: #e53c14;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem;
    padding: 2px 7px 0;
    font-weight: 400; }
.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer; }
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer; }
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section [type=number],
.form_section textarea,
.form_section select {
  padding: 1em;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  width: 100%;
  background: #f6f8fb; }
.form_section textarea {
  height: 200px; }
.form_section input#zip1 {
  display: inline-block;
  width: 80px; }
.form_section input#zip2 {
  display: inline-block;
  width: 150px;
  margin-bottom: 7px; }
.form_section [type=submit] {
  display: block;
  border: 1px solid #201c12;
  background: #201c12;
  color: #fff;
  width: 360px;
  padding: 14px 0 12px;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  margin: 30px auto 0;
  letter-spacing: 0.05em;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (min-width: 769px) {
    .form_section [type=submit]:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  @media only screen and (max-width: 768px) {
    .form_section [type=submit] {
      width: 90%;
      padding: 12px 0 10px; } }
.form_section .ermsg {
  font-size: 11px;
  color: #B50000; }
.form_section .radio .ermsg, .form_section .checkbox .ermsg {
  display: none; }
.form_section .radio li:first-child .ermsg, .form_section .checkbox li:first-child .ermsg {
  display: block; }
.form_section ::-webkit-input-placeholder {
  color: #b9b9b9; }
.form_section ::-moz-placeholder {
  color: #b9b9b9; }
.form_section :-moz-placeholder {
  color: #b9b9b9; }
.form_section :-ms-input-placeholder {
  color: #b9b9b9; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fff;
  font-size: 1.6em;
  color: #201c12;
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6; }

a {
  color: #201c12; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #201c12;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(32, 28, 18, 0.9);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #201c12;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.header {
  background: #fefde4; }
  .header .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 10px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
  .header .logo {
    width: 145px; }
  .header .header_tel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 140px;
    text-align: center; }
    .header .header_tel a {
      text-decoration: none;
      display: block; }
    .header .header_tel p {
      margin-top: 3px;
      font-size: 12px;
      font-size: 1.2rem; }

.flex_btn {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }
  .flex_btn .btn {
    width: 49%; }
    .flex_btn .btn a {
      display: block;
      text-decoration: none;
      text-align: center;
      color: #fff;
      font-weight: 700;
      padding: 0.8em 0;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px;
      font-size: 4vw; }
    .flex_btn .btn.mail a {
      background: #fd6732; }
    .flex_btn .btn.line a {
      background: #10c849; }

.main_ttl {
  text-align: center; }
  .main_ttl .en {
    width: 98px;
    margin: auto; }
  .main_ttl h2 {
    font-size: 7vw;
    margin-top: 8px;
    font-weight: 700;
    letter-spacing: 0.08em; }

.fv {
  background-image: url("img/index/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .fv .inner {
    position: relative;
    padding-top: calc(1238 / 750 * 100%); }
  .fv .fv_image {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%; }
  .fv .flex_btn {
    width: 90.66%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 82.96%;
    z-index: 2; }

.section01 {
  background: #f8f5ea; }
  .section01 .inner {
    position: relative;
    padding-top: calc(882 / 750 * 100%); }
  .section01 .image {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2; }

.section02 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 45px 15px 70px; }
  @media only screen and (max-width: 768px) {
    .section02 .inner {
      width: 100%; } }
.section02 .content {
  border: 1px solid #201c12;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 43px 15px 25px;
  text-align: center;
  position: relative; }
.section02 h2 {
  position: relative; }
  .section02 h2::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 100%;
    background-image: url("img/index/section02_ico.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -22px;
    pointer-events: none;
    z-index: 10; }
.section02 h2 span {
  display: inline-block;
  position: relative;
  font-size: 4.8vw;
  font-weight: 700; }
  .section02 h2 span::before, .section02 h2 span::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    top: 2px;
    pointer-events: none;
    z-index: 10; }
  .section02 h2 span::before {
    background-image: url("../../assets/img/index/section02_ttl_before.png");
    left: -15px; }
  .section02 h2 span::after {
    background-image: url("../../assets/img/index/section02_ttl_after.png");
    right: -15px; }
.section02 ul {
  margin-top: 12px;
  text-align: left;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700; }
  .section02 ul li {
    position: relative;
    padding-left: 16px; }
    .section02 ul li + li {
      margin-top: 3px; }
    .section02 ul li::before {
      content: "";
      position: absolute;
      width: 10px;
      height: 100%;
      background-image: url("../../assets/img/index/section02_ico.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 0;
      top: 5px;
      pointer-events: none;
      z-index: 10; }
    .section02 ul li span {
      background: linear-gradient(transparent 60%, #fded32 60%); }

.section03 {
  background: #fefbc9; }
  .section03 .inner {
    padding: 55px 0 70px; }
  .section03 .achievement_slides {
    margin-top: 20px; }
    .section03 .achievement_slides .achievement_slide {
      width: 260px;
      margin: 0 10px; }
  .section03 .slide_inner {
    background: #fff;
    border: 2px solid #201c12;
    border-bottom-width: 7px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    padding: 20px 10px; }
  .section03 .slick-dots {
    bottom: -45px; }
    .section03 .slick-dots li {
      margin: 0 6px; }
    .section03 .slick-dots li button {
      width: 16px;
      height: 16px;
      position: relative; }
      .section03 .slick-dots li button::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #201c12;
        opacity: 1; }
    .section03 .slick-dots li.slick-active button,
    .section03 .slick-dots li.slick-active button::before {
      transform: scale(1.2, 1.2); }
  .section03 .slide_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 35px;
    z-index: 10; }
    .section03 .slide_arrow.prev_arrow {
      left: 25px; }
    .section03 .slide_arrow.next_arrow {
      right: 25px; }
  .section03 .name {
    padding: 0 10px; }
  .section03 .image {
    padding: 5px 10px 0; }
  .section03 table {
    margin-top: 15px;
    width: 100%; }
    .section03 table th, .section03 table td {
      vertical-align: top;
      font-size: 13px;
      font-size: 1.3rem;
      padding-bottom: 5px; }
    .section03 table th {
      width: 55px; }
      .section03 table th span {
        display: block;
        text-align: center;
        background: #201c12;
        color: #fff;
        padding: 2px 0; }
    .section03 table td {
      padding-left: 5px;
      padding-top: 2px; }
  .section03 .btn {
    margin: 80px auto 0;
    width: 80%; }
    .section03 .btn .btn_heading {
      text-align: center;
      font-weight: 700;
      font-size: 4vw;
      margin-bottom: 4px;
      letter-spacing: 0.08em; }
    .section03 .btn a {
      display: block;
      text-decoration: none;
      position: relative;
      background: #201c12;
      color: #fff;
      font-size: 4vw;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px;
      font-weight: 700;
      padding: 0.9em 0;
      padding-left: 20px;
      text-align: center; }
      .section03 .btn a::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 100%;
        background-image: url("../../assets/img/index/ico_ig.png");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        left: 20px;
        top: 0;
        pointer-events: none;
        z-index: 10; }

.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 25px 75px; }
  @media only screen and (max-width: 768px) {
    .section04 .inner {
      width: 100%; } }
.section04 .items {
  margin-top: 25px; }
  .section04 .items .item {
    border: 10px solid #fefbc9;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 20px 25px;
    margin-top: 18px; }
    .section04 .items .item:nth-child(1) {
      margin-top: 0; }
.section04 .info {
  position: relative; }
  .section04 .info .name {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.05em; }
  .section04 .info .star {
    margin-top: 10px;
    width: 158px; }
  .section04 .info .image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px; }
.section04 .items .item:nth-child(3) .info .image {
  width: 65px; }
.section04 p {
  margin-top: 15px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.7; }

.section05 {
  background: #fded32; }
  .section05 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 55px 15px 70px; }
    @media only screen and (max-width: 768px) {
      .section05 .inner {
        width: 100%; } }
  .section05 .price {
    margin: 35px auto 0; }
    .section05 .price .content {
      position: relative;
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      border: 2px solid #201c12;
      padding: 30px 15px; }
      .section05 .price .content h3 {
        min-width: 240px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -17px;
        color: #fff;
        font-weight: 700;
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        -o-border-radius: 100px;
        -ms-border-radius: 100px;
        padding: 4px 0 2px;
        background-color: #201c12;
        font-size: 21px;
        font-size: 2.1rem;
        text-align: center; }
    .section05 .price .building {
      text-align: center; }
      .section05 .price .building .content {
        padding-bottom: 20px; }
      .section05 .price .building .image {
        width: calc(275px / 2);
        margin: auto; }
      .section05 .price .building ul {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        margin-top: 15px; }
        .section05 .price .building ul li {
          width: 110px;
          background: #dad9d9;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -o-border-radius: 3px;
          -ms-border-radius: 3px;
          font-size: 17px;
          font-size: 1.7rem;
          font-weight: 700;
          padding-top: 3px; }
          .section05 .price .building ul li + li {
            margin-left: 6px; }
      .section05 .price .building .remarks {
        margin-top: 10px;
        font-size: 11px;
        font-size: 1.1rem; }
    .section05 .price .set {
      margin-top: 30px; }
      .section05 .price .set .content::before {
        content: "";
        position: absolute;
        width: 80px;
        height: 88px;
        background-image: url("img/index/section05_ico.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 10px;
        top: 20px;
        pointer-events: none;
        z-index: 10; }
      .section05 .price .set .items .item + .item {
        margin-top: 30px; }
      .section05 .price .set .heading {
        text-align: center; }
        .section05 .price .set .heading span {
          display: inline-block;
          font-weight: 700;
          font-size: 18px;
          font-size: 1.8rem;
          padding: 3px 20px 1px;
          border-radius: 3px;
          -moz-border-radius: 3px;
          -webkit-border-radius: 3px;
          -o-border-radius: 3px;
          -ms-border-radius: 3px;
          background: #fefbc9; }
      .section05 .price .set .image {
        width: 150px;
        margin: 10px auto 0; }
      .section05 .price .set .wrap {
        margin-top: 10px; }
        .section05 .price .set .wrap ul {
          width: 70%;
          margin: auto;
          margin-top: 10px; }
          .section05 .price .set .wrap ul li {
            border-bottom: 2px dotted #dad9d9;
            padding: 10px 0; }
        .section05 .price .set .wrap dl {
          -webkit-display: flex;
          -moz-display: flex;
          -ms-display: flex;
          -o-display: flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          -o-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          -o-justify-content: space-between;
          justify-content: space-between;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          -o-align-items: center;
          align-items: center; }
          .section05 .price .set .wrap dl dt {
            font-size: 20px;
            font-size: 2rem;
            font-weight: 700; }
          .section05 .price .set .wrap dl dd img {
            height: 24px;
            width: auto; }
    .section05 .price .other {
      margin-top: 40px; }
      .section05 .price .other ul li {
        border-bottom: 2px dotted #dad9d9;
        padding: 10px 0; }
      .section05 .price .other dl {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-end;
        -moz-align-items: flex-end;
        -ms-align-items: flex-end;
        -o-align-items: flex-end;
        align-items: flex-end; }
        .section05 .price .other dl dt {
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 700; }
        .section05 .price .other dl dd img {
          width: auto;
          height: 22px; }
      .section05 .price .other ul li:nth-child(2) dl dd img {
        height: 18px; }
      .section05 .price .other .other_image {
        width: 85%;
        margin: 25px auto 0; }
  .section05 .basis {
    margin-top: 50px; }
    .section05 .basis h3 {
      text-align: center;
      font-weight: 700;
      font-size: 28px;
      font-size: 2.8rem;
      letter-spacing: 0.07em; }
    .section05 .basis .heading {
      text-align: center;
      font-weight: 700;
      font-size: 20px;
      font-size: 2rem;
      margin-top: 7px;
      letter-spacing: 0.07em; }
    .section05 .basis .image {
      margin-top: 15px;
      text-align: center; }
    .section05 .basis .wrap {
      margin-top: 25px;
      position: relative; }
      .section05 .basis .wrap::before {
        content: "";
        position: absolute;
        width: 142px;
        height: 142px;
        background-image: url("../../assets/img/index/section05_logo.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        right: 0;
        bottom: 0;
        pointer-events: none;
        z-index: 1;
        mix-blend-mode: overlay; }
      .section05 .basis .wrap .txt {
        line-height: 1.8;
        position: relative;
        z-index: 2;
        font-size: 17.5px;
        font-size: 1.75rem; }
        .section05 .basis .wrap .txt span {
          background: linear-gradient(transparent 70%, #fff 70%);
          font-size: 120%;
          font-weight: 700; }
  .section05 .reassurance {
    margin: 30px auto 0;
    background: #fbfae9;
    border: 2px solid #201c12;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 30px 15px 15px;
    position: relative; }
    .section05 .reassurance::before {
      content: "";
      position: absolute;
      width: 100px;
      height: 104px;
      background-image: url("../../assets/img/index/section05_image_05.png");
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 100% auto;
      right: 15px;
      bottom: -2px;
      pointer-events: none;
      z-index: 10; }
    .section05 .reassurance h3 {
      text-align: center;
      font-weight: 700;
      letter-spacing: 0.07em;
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.4; }
    .section05 .reassurance .image {
      margin: 15px auto 0;
      width: 150px;
      position: relative; }
      .section05 .reassurance .image::before, .section05 .reassurance .image::after {
        content: "";
        position: absolute;
        width: 18px;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% auto;
        top: 0;
        pointer-events: none;
        z-index: 10; }
      .section05 .reassurance .image::before {
        background-image: url("../../assets/img/index/section02_ico_before.png");
        left: -40px; }
      .section05 .reassurance .image::after {
        background-image: url("../../assets/img/index/section02_ico_after.png");
        right: -40px; }
    .section05 .reassurance .items {
      margin-top: 30px; }
      .section05 .reassurance .items .item + .item {
        margin-top: 30px; }
    .section05 .reassurance .heading {
      position: relative;
      font-weight: 700;
      font-size: 20px;
      font-size: 2rem;
      padding-left: 40px; }
      .section05 .reassurance .heading::before {
        content: "";
        position: absolute;
        width: 28px;
        height: 43px;
        background-image: url("../../assets/img/index/section05_ico_02.png");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% auto;
        left: 0;
        top: -20px;
        pointer-events: none;
        z-index: 10; }
    .section05 .reassurance p {
      margin-top: 5px;
      line-height: 1.8;
      font-size: 18px;
      font-size: 1.8rem; }
    .section05 .reassurance .items .item:nth-child(2) p {
      padding-right: 120px; }
  .section05 .attention {
    margin: 30px auto 0; }
    .section05 .attention .content {
      background: #dad9d9;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      border: 2px solid #e53c14;
      padding: 25px 15px 20px; }
      .section05 .attention .content .txt {
        margin-top: 10px;
        line-height: 1.7;
        font-size: 18px;
        font-size: 1.8rem; }
    .section05 .attention h3 {
      text-align: center;
      font-weight: 700;
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: 0.07em; }
      .section05 .attention h3 + p {
        margin-top: 5px;
        text-align: center;
        font-size: 17px;
        font-size: 1.7rem; }
    .section05 .attention .case {
      margin-top: 15px;
      text-align: center; }
      .section05 .attention .case .ico {
        width: 46px;
        margin: auto; }
      .section05 .attention .case ul {
        display: inline-block;
        margin-top: 15px; }
        .section05 .attention .case ul li {
          text-align: left;
          font-weight: 700;
          font-size: 20px;
          font-size: 2rem;
          color: #e53c14; }
    .section05 .attention .arrow {
      width: calc(100% - 30px);
      margin: auto; }
    .section05 .attention .wrap {
      margin-top: 15px; }
      .section05 .attention .wrap .txt {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.8; }
        .section05 .attention .wrap .txt span {
          font-size: 120%;
          font-weight: 700;
          background: linear-gradient(transparent 70%, #fff 70%); }

.section06 .inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 70px; }
  @media only screen and (max-width: 768px) {
    .section06 .inner {
      width: 100%; } }
.section06 .image {
  width: 235px;
  margin: 30px auto 0; }

.section07 {
  background: #fefbc9; }
  .section07 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 15px 70px; }
    @media only screen and (max-width: 768px) {
      .section07 .inner {
        width: 100%; } }
  .section07 .items {
    margin-top: 25px; }
    .section07 .items .item {
      background: #fff;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      border: 2px solid #201c12;
      border-bottom-width: 5px; }
      .section07 .items .item + .item {
        margin-top: 15px; }
  .section07 .question {
    cursor: pointer;
    position: relative;
    padding: 15px 15px 15px 43px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700; }
    .section07 .question::before {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      background-image: url("../../assets/img/index/section07_question.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      left: 15px;
      top: 17px;
      pointer-events: none;
      z-index: 10; }
    .section07 .question::after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 15px;
      width: 10px;
      height: 10px;
      background-image: url("../../assets/img/index/section07_trigger.png");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 100% auto;
      pointer-events: none;
      z-index: 10; }
    .section07 .question.active::after {
      background-image: url("../../assets/img/index/section07_trigger_active.png"); }
  .section07 .answer {
    padding: 0 15px 15px 15px;
    font-size: 18px;
    font-size: 1.8rem; }

.section08 .main_ttl .ico {
  width: 50px;
  margin: auto; }
.section08 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 50px 15px 70px; }
  @media only screen and (max-width: 768px) {
    .section08 .inner {
      width: 100%; } }
.section08 .wrap {
  margin-top: 30px; }
  .section08 .wrap .txt {
    background: #f0efef;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 20px;
    margin-top: 20px; }
    .section08 .wrap .txt table {
      width: 100%; }
      .section08 .wrap .txt table th, .section08 .wrap .txt table td {
        vertical-align: top;
        font-size: 16px;
        font-size: 1.6rem;
        padding-bottom: 10px; }
      .section08 .wrap .txt table tr:last-child th,
      .section08 .wrap .txt table tr:last-child td {
        padding-bottom: 0; }
      .section08 .wrap .txt table th {
        width: 80px; }
  .section08 .wrap .image {
    width: 170px;
    margin: auto; }

.section09 {
  background: #fefbc9; }
  .section09 .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 15px 70px; }
    @media only screen and (max-width: 768px) {
      .section09 .inner {
        width: 100%; } }
  .section09 .content {
    margin-top: 30px;
    border: 2px solid #201c12;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 30px 15px 35px; }

.fixed_cta {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 50; }
  .fixed_cta .heading {
    text-align: center; }
    .fixed_cta .heading span {
      display: inline-block;
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: 700;
      border: 2px solid #201c12;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px;
      -ms-border-radius: 100px;
      background: #fded32;
      padding: 2px 15px 0; }
  .fixed_cta .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 5px 15px 5px;
    background: rgba(32, 28, 18, 0.9); }
    @media only screen and (max-width: 768px) {
      .fixed_cta .inner {
        width: 100%; } }
  .fixed_cta .txt {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fded32; }
  .fixed_cta .wrap {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .fixed_cta .wrap .btn_wrap {
      width: 58.85%; }
      .fixed_cta .wrap .btn_wrap .flex_btn {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between; }
        .fixed_cta .wrap .btn_wrap .flex_btn .btn a {
          font-size: 3.5vw;
          line-height: 1.3;
          padding: 0.4em 0;
          border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px; }
    .fixed_cta .wrap .tel {
      width: 38%; }

.footer {
  background: #201c12; }
  .footer .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 14px 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .footer .inner {
        width: 100%; } }
  .footer .logo {
    width: 40px;
    margin: auto; }
  .footer .copyright {
    margin-top: 10px;
    color: #fff;
    font-size: 11px;
    font-size: 1.1rem; }

.page_wrapper {
  background: #fefbc9; }
  .page_wrapper .container {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 15px 100px; }
    @media only screen and (max-width: 768px) {
      .page_wrapper .container {
        width: 100%; } }

.thanks .txt {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem; }
