@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
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;
  box-sizing: border-box; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

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; }

address {
  font-style: normal; }

/* 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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* === Hambuerger Button's Style Paste Here === */
/*+++ Reset +++*/
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none; }

.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 42px;
  height: 26px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none; }

.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 42px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0; }

.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0; }

.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%; }

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%; }

.zdo_drawer_button.active .zdo_drawer_bar {
  width: 36.77px;
  left: 8px; }

.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px; }

.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0; }

.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px); }

.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none; }

.zdo_drawer_button.active .zdo_drawer_close {
  display: block; }

.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px; }

.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none; }

/*+++ Default Button Color +++*/
.zdo_drawer_button {
  color: #2274a5; }

.zdo_drawer_button .zdo_drawer_bar {
  background-color: #2274a5; }

/* === Hambuerger Button's Style End === */
.zdo_drawer_menu .zdo_drawer_button {
  /*+++ Hamburger Button Position +++*/
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 1001; }
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none; }
.zdo_drawer_menu a:visited {
  color: inherit; }
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0; }
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF; }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
    transform: translate(0); }
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px; }
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0; }
  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
    transform: translate(0); }

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 112px 24px; }
  .zdo_drawer_menu .zdo_drawer_nav li {
    font-size: 16px;
    margin-bottom: 15px; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/* wrap */
/*	common
---------------------------------*/
::selection {
  background: #EF7F06;
  color: #fff; }

::-moz-selection {
  background: #EF7F06;
  color: #fff; }

body {
  -webkit-text-size-adjust: 100%;
  color: #361C00;
  font-family: "fot-tsukuardgothic-std", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* link */
a {
  color: #361C00;
  text-decoration: none;
  transition: .4s;
  overflow: hidden; }

a:hover {
  transition: .4s;
  opacity: 0.6; }

a:active, a:focus {
  outline: none; }

/* element */
.image {
  display: inline; }
  @media (max-width: 800px) {
    .image {
      display: none; } }

.image_s {
  display: none; }
  @media (max-width: 800px) {
    .image_s {
      display: inline; } }

.cf::after {
  content: "";
  display: block;
  clear: both; }

/* adjust anchor */
.anc {
  margin-top: -150px;
  padding-top: 150px; }
  @media screen and (max-width: 800px) {
    .anc {
      margin-top: -70px;
      padding-top: 70px; } }

/* figure */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/*	clearfix
---------------------------------*/
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block; }
  @media screen and (max-width: 800px) {
    .block_p {
      display: none; } }

.block_s {
  display: none; }
  @media screen and (max-width: 800px) {
    .block_s {
      display: block; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 800px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none; }
  @media screen and (max-width: 800px) {
    .inline_s {
      display: inline; } }

/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.fadein2 {
  opacity: 0;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.fadein_r {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.fadein_l {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

/* wrapper */
.wrapper {
  overflow: hidden;
  margin: auto;
  position: relative;
  padding: 165px 50px 0;
  border-left: 10px solid #EF7F06;
  border-right: 10px solid #EF7F06; }
  @media screen and (max-width: 800px) {
    .wrapper {
      border-left: 5px solid #EF7F06;
      border-right: 5px solid #EF7F06;
      padding: 95px 20px 0; } }
  .wrapper:before {
    top: 0px; }
  .wrapper:after {
    bottom: 0px; }
  .wrapper:before, .wrapper:after {
    content: "";
    background: #EF7F06;
    height: 10px;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 10; }
    @media screen and (max-width: 800px) {
      .wrapper:before, .wrapper:after {
        height: 5px; } }

/* header */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 100; }
  .header__spTel {
    display: block;
    position: fixed;
    right: 75px;
    top: 25px;
    width: 30px; }
  .header .inner {
    max-width: 1200px; }
  .header__inner {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (max-width: 800px) {
      .header__inner {
        padding-top: 5px;
        padding-left: 5px;
        padding-right: 5px; } }
  .header__box {
    padding-top: 40px;
    background: rgba(255, 255, 255, 0.8); }
    @media screen and (max-width: 800px) {
      .header__box {
        background: rgba(255, 255, 255, 0.8);
        height: 70px;
        padding: 0; } }
  .header__logo {
    width: 245.28px;
    display: block; }
    @media screen and (max-width: 800px) {
      .header__logo {
        width: 180px; } }
  .header__tel {
    width: 139.18px;
    margin-right: 20px; }
    .header__tel a {
      display: block; }
  .header__btn {
    width: 221.35px; }
    .header__btn a {
      display: block; }
  .header__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    margin-bottom: 30px; }
    @media screen and (max-width: 800px) {
      .header__top {
        margin-bottom: 0;
        justify-content: flex-start;
        margin: 0;
        padding-top: 20px; } }
  .header__btns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 800px) {
      .header__btns {
        display: none; } }
  .header__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .header__list a {
      font-weight: 700;
      border-right: 1px solid #361C00;
      display: block;
      padding-right: 15px; }
      @media screen and (max-width: 800px) {
        .header__list a {
          padding-right: 0;
          border: none; } }
  .header__li {
    margin-right: 15px;
    margin-bottom: 10px; }
    .header__li:last-of-type {
      margin-right: 0; }
      .header__li:last-of-type a {
        border-right: 0;
        padding-right: 0; }

.mv {
  height: 500px;
  position: relative;
  border-radius: 20px;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    .mv {
      border-radius: 10px;
      height: 280px; } }
  .mv__slides, .mv__slide {
    height: 500px; }
    @media screen and (max-width: 800px) {
      .mv__slides, .mv__slide {
        height: 280px; } }
  .mv__slide1 {
    background: url("../img/slide1.jpg") center no-repeat;
    background-size: cover; }
  .mv__slide2 {
    background: url("../img/slide2.jpg") center no-repeat;
    background-size: cover; }
  .mv__slide3 {
    background: url("../img/slide3.jpg") center no-repeat;
    background-size: cover; }
  .mv__ttl {
    position: absolute;
    left: 80px;
    bottom: 100px; }
    @media screen and (max-width: 800px) {
      .mv__ttl {
        left: 20px;
        bottom: 20px; } }
    .mv__ttl span {
      display: inline-block;
      background: #ffa155;
      background: linear-gradient(90deg, #ffa155 0%, #ff7b05 100%);
      color: #FFF;
      font-size: 24px;
      box-sizing: border-box;
      padding: 6px 20px;
      letter-spacing: 1px; }
      @media screen and (max-width: 800px) {
        .mv__ttl span {
          font-size: 15px;
          padding: 3px 12px; } }
      .mv__ttl span:nth-of-type(2) {
        margin: 15px 0; }
        @media screen and (max-width: 800px) {
          .mv__ttl span:nth-of-type(2) {
            margin: 6px 0; } }

.topics {
  max-width: 900px;
  position: relative;
  margin: -40px auto 0;
  border-radius: 10px;
  background: #FBFAF7;
  padding: 40px 0; }
  @media screen and (max-width: 800px) {
    .topics {
      margin: 30px auto 0;
      padding: 30px; } }
  .topics__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 800px) {
      .topics__wrap {
        display: block; } }
  .topics__dt {
    width: 220px;
    text-align: center; }
    @media screen and (max-width: 800px) {
      .topics__dt {
        width: 100%;
        margin: 0 0 20px; } }
  .topics__dd {
    webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding: 0 40px;
    border-left: 1px solid #361C00; }
    @media screen and (max-width: 800px) {
      .topics__dd {
        border: none;
        padding: 0;
        font-size: 12px; } }
  .topics__enTtl {
    width: 96.48px;
    margin: 0 auto 5px; }
  .topics a {
    text-decoration: underline;
    display: block;
    cursor: pointer; }
    .topics a:first-of-type {
      margin-bottom: 10px; }
      @media screen and (max-width: 800px) {
        .topics a:first-of-type {
          margin-bottom: 7px; } }

.about {
  height: 630px;
  background: url("../img/bg_about.png") center no-repeat;
  background-size: cover;
  margin: 100px 0 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center; }
  @media screen and (max-width: 800px) {
    .about {
      margin: 70px 0;
      height: auto;
      padding: 70px 0; } }
  .about__ttl {
    display: inline-block;
    background: #FFF;
    border-radius: 100px;
    text-align: center;
    box-sizing: border-box;
    color: #361C00;
    padding: 2px 20px; }
  .about .ttl {
    color: #FFF;
    margin: 20px 0 80px; }
  .about__box {
    border-radius: 10px;
    background: #FBFAF7;
    border-radius: 20px;
    padding: 0 70px 20px 70px; }
    @media screen and (max-width: 800px) {
      .about__box {
        padding: 20px;
        border-radius: 10px; } }
  .about__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    margin: 0 0 15px; }
    @media screen and (max-width: 800px) {
      .about__list {
        position: relative;
        margin: -60px 0 10px; } }
  .about__li {
    width: calc(100% / 4 - 10px);
    position: relative;
    margin: -40px 0 0 0; }
    @media screen and (max-width: 800px) {
      .about__li {
        width: calc(100% / 2 - 4px);
        margin: 0 0 5px; } }
    @media screen and (max-width: 800px) {
      .about__li img {
        display: block;
        width: 100%; } }
  @media screen and (max-width: 800px) {
    .about__txt {
      text-align: left; } }

.ttl {
  font-size: 27px;
  text-align: center; }
  @media screen and (max-width: 800px) {
    .ttl {
      font-size: 20px; } }
  .ttl span {
    color: #EF7F06; }

.ttlWrap {
  height: 66px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 800px) {
    .ttlWrap {
      margin-bottom: 20px; } }

.remodal {
  max-height: 550px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  text-align: left;
  background: #FBFAF7 !important;
  border-radius: 20px;
  font-weight: bold;
  line-height: 1.6;
  font-size: 16px; }
  .remodal::-webkit-scrollbar {
    display: none; }
  .remodal a {
    text-decoration: underline; }
  .remodal h2 {
    margin-bottom: 20px; }
  .remodal p {
    margin-bottom: 20px;
    font-size: 13px; }
  .remodal ul {
    margin-bottom: 20px; }
    .remodal ul li {
      padding-left: 1em;
      text-indent: -1em; }

.remodal-overlay {
  background-color: rgba(251, 240, 247, 0.6) !important; }

.subject {
  margin-bottom: 150px; }
  @media screen and (max-width: 800px) {
    .subject {
      margin-bottom: 70px; } }
  .subject__ttlWrap {
    background: url("../img/subject.svg") center no-repeat;
    background-size: 453.54px; }
    @media screen and (max-width: 800px) {
      .subject__ttlWrap {
        background: url("../img/subject.svg") center no-repeat;
        background-size: 226.77px; } }
  .subject__list {
    max-width: 800px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    margin: auto; }
    @media screen and (max-width: 800px) {
      .subject__list {
        padding: 0 20px; } }
  .subject__li {
    width: calc(100% / 2 - 50px); }
    @media screen and (max-width: 800px) {
      .subject__li {
        width: 100%; } }
    .subject__li:first-of-type {
      margin-bottom: 40px; }
  .subject__subttl img {
    display: inline-block;
    width: 18.06px;
    position: relative;
    margin: 0 10px 0 0;
    top: -7px; }
  .subject__subttl {
    margin: 20px 0 25px;
    text-align: center; }
  .subject__subttlInner {
    color: #EF7F06;
    font-size: 18px; }

#price {
  text-align: center; }

.other {
  background: #FBFAF7;
  padding: 100px 0; }
  @media screen and (max-width: 800px) {
    .other {
      padding: 70px 0 40px; } }
  .other__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .other__box {
    width: calc(100% / 2 - 50px); }
    @media screen and (max-width: 800px) {
      .other__box {
        width: 100%; } }
    .other__box:first-of-type {
      margin-bottom: 40px; }
  .other__ttlWrap1 {
    background: url("../img/area.svg") center no-repeat;
    background-size: 267.15px; }
    @media screen and (max-width: 800px) {
      .other__ttlWrap1 {
        background: url("../img/area.svg") center no-repeat;
        background-size: 133.575px; } }
  .other__ttlWrap2 {
    background: url("../img/price.svg") center no-repeat;
    background-size: 286.45px; }
    @media screen and (max-width: 800px) {
      .other__ttlWrap2 {
        background: url("../img/price.svg") center no-repeat;
        background-size: 143.225px; } }
  .other__ttlWrap3 {
    background: url("../img/intro.svg") center no-repeat;
    background-size: 643.57px; }
    @media screen and (max-width: 800px) {
      .other__ttlWrap3 {
        background: url("../img/intro.svg") center no-repeat;
        background-size: 321.785px; } }
  .other__ttl {
    display: inline-block;
    font-weight: 700;
    color: #FFF;
    background: #EF7F06;
    border-radius: 100px;
    background: linear-gradient(90deg, #ffa155 0%, #ff7b05 100%);
    border: 5px solid #FFF;
    box-sizing: border-box;
    padding: 3px 10px; }
  .other a, .other__span {
    text-decoration: underline;
    color: #EF7F06;
    font-weight: bold;
    font-size: 16px; }
  .other__span {
    text-decoration: none; }
  .other__img {
    width: 180px;
    margin: 20px auto 0; }
  .other__dl {
    border-radius: 10px;
    padding: 20px;
    background: #FFF;
    box-sizing: border-box;
    margin-top: 30px;
    text-align: center; }
  .other__dt {
    background: #F2F2F2;
    display: inline-block;
    margin: 0 0 10px;
    border-radius: 100px;
    box-sizing: border-box;
    padding: 2px 20px; }
    @media screen and (max-width: 800px) {
      .other__dt {
        line-height: 1.4; } }
  .other__dd {
    display: block; }
    .other__dd:first-of-type {
      margin-bottom: 15px; }
  .other__box2 {
    margin-top: 70px; }
    @media screen and (max-width: 800px) {
      .other__box2 {
        margin-top: 40px; } }
  @media screen and (max-width: 800px) {
    .other__txt {
      margin-bottom: 30px;
      text-align: left; } }

.flow {
  margin: 150px 0; }
  @media screen and (max-width: 800px) {
    .flow {
      margin: 70px 0; } }
  .flow a {
    color: #EF7F06;
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px; }
  .flow__ttlWrap {
    background: url("../img/flow.svg") center no-repeat;
    background-size: 280.18px; }
    @media screen and (max-width: 800px) {
      .flow__ttlWrap {
        background: url("../img/flow.svg") center no-repeat;
        background-size: 140.09px; } }
  .flow__leadTxt {
    text-align: center;
    font-weight: 700;
    margin: 0 0 50px;
    font-size: 16px; }
    @media screen and (max-width: 800px) {
      .flow__leadTxt {
        text-align: left;
        font-size: 14px; } }
  .flow__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px; }
    @media screen and (max-width: 800px) {
      .flow__wrap {
        flex-direction: column-reverse; } }
  .flow__pic {
    width: 330px; }
    @media screen and (max-width: 800px) {
      .flow__pic {
        width: 100%;
        margin-bottom: 30px; } }
  .flow__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-right: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 800px) {
      .flow__detail {
        padding-right: 0; } }
  .flow__detailInner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    margin-left: 30px;
    position: relative;
    border-left: 1px solid #361C00; }
    @media screen and (max-width: 800px) {
      .flow__detailInner {
        margin-left: 20px; } }
    .flow__detailInner:before {
      content: "";
      background: url("../img/line.svg") no-repeat;
      background-size: 12px;
      width: 12px;
      height: 20px;
      position: absolute;
      bottom: -8px;
      left: -12px; }
  .flow__number {
    width: 70px; }
    @media screen and (max-width: 800px) {
      .flow__number {
        width: 30px; } }
  .flow__subttl {
    background: #EF7F06;
    color: #FFF;
    box-sizing: border-box;
    padding: 4px 10px; }
  .flow a {
    text-decoration: underline; }
  .flow__ttl {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 20px 30px; }
    @media screen and (max-width: 800px) {
      .flow__ttl {
        font-size: 18px;
        margin: 20px 0 10px 20px; } }
  .flow__txt {
    padding-left: 30px;
    padding-right: 20px; }
    @media screen and (max-width: 800px) {
      .flow__txt {
        padding-left: 20px; } }

.staff {
  margin-bottom: 200px; }
  @media screen and (max-width: 800px) {
    .staff {
      margin-bottom: 70px; } }
  .staff__ttlWrap {
    background: url("../img/staff.svg") center no-repeat;
    background-size: 302.13px; }
    @media screen and (max-width: 800px) {
      .staff__ttlWrap {
        background: url("../img/staff.svg") center no-repeat;
        background-size: 151px; } }
  .staff__leadTxt {
    text-align: center;
    font-weight: 700;
    margin: 0 0 50px;
    font-size: 16px; }
    @media screen and (max-width: 800px) {
      .staff__leadTxt {
        text-align: left;
        font-size: 14px; } }
  .staff__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .staff__li {
    width: calc(100% / 3 - 30px);
    text-align: center; }
    @media screen and (max-width: 800px) {
      .staff__li {
        width: 100%; } }
    @media screen and (max-width: 800px) {
      .staff__li:nth-of-type(2) {
        margin: 40px 0; } }
  .staff__name {
    text-align: center;
    font-size: 16px;
    margin: 25px 0 20px;
    font-weight: bold;
    font-size: 16px; }
    .staff__name span {
      display: block;
      font-size: 12px; }
  .staff__btn {
    display: block;
    max-width: 264.39px;
    margin: auto; }

.taiken {
  margin-bottom: 150px;
  position: relative; }
  @media screen and (max-width: 800px) {
    .taiken {
      margin-bottom: 70px; } }
  .taiken__span {
    color: #EF7F06;
    font-size: 16px;
    font-weight: bold; }
  .taiken:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/taiken.svg") left top no-repeat;
    background-size: 614.46px;
    width: 614.46px;
    height: 70px; }
    @media screen and (max-width: 800px) {
      .taiken:before {
        background: url("../img/taiken.svg") left top no-repeat;
        background-size: 300px;
        width: 300px;
        height: 35px;
        left: calc(50% - 150px);
        top: 16px; } }
  .taiken:after {
    content: "";
    width: 100%;
    background: #FBFAF7;
    height: calc(100% - 150px);
    position: absolute;
    left: 0;
    bottom: 0; }
  .taiken__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between;
    position: relative;
    z-index: 10; }
  .taiken__detail {
    width: calc(100% / 2); }
    @media screen and (max-width: 800px) {
      .taiken__detail {
        width: 100%; } }
    .taiken__detail .ttlWrap {
      justify-content: flex-start;
      position: relative; }
      @media screen and (max-width: 800px) {
        .taiken__detail .ttlWrap {
          position: static;
          justify-content: center; } }
    .taiken__detail .ttl {
      text-align: left; }
      @media screen and (max-width: 800px) {
        .taiken__detail .ttl {
          text-align: center; } }
  .taiken__subttl {
    font-size: 27px;
    margin: 40px 0; }
    @media screen and (max-width: 800px) {
      .taiken__subttl {
        font-size: 20px;
        margin: 40px 0; } }
  .taiken__pic {
    width: calc(100% / 2 - 40px);
    position: relative; }
    @media screen and (max-width: 800px) {
      .taiken__pic {
        width: 100%;
        margin-top: 50px; } }
  .taiken__fukidasi {
    display: block;
    width: 223.32px;
    position: absolute;
    right: -80px;
    top: -120px; }
    @media screen and (max-width: 800px) {
      .taiken__fukidasi {
        width: 114.32px;
        right: -30px;
        top: -50px; } }

.company {
  margin-bottom: 150px;
  position: relative; }
  @media screen and (max-width: 800px) {
    .company {
      margin-bottom: 70px; } }
  .company:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/company.svg") left top no-repeat;
    background-size: 490.88px;
    width: 490.88px;
    height: 66.64px; }
    @media screen and (max-width: 800px) {
      .company:before {
        background: url("../img/company.svg") left top no-repeat;
        background-size: 246px;
        width: 246px;
        height: 66.64px;
        left: calc(50% - 123px);
        top: 16px; } }
  .company .ttlWrap {
    justify-content: flex-start; }
    @media screen and (max-width: 800px) {
      .company .ttlWrap {
        justify-content: center; } }
  .company .ttl {
    text-align: left; }
    @media screen and (max-width: 800px) {
      .company .ttl {
        text-align: center; } }
  .company__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
  .company__detail {
    width: calc(100% / 2 - 20px); }
    @media screen and (max-width: 800px) {
      .company__detail {
        width: 100%; } }
  .company__dt {
    font-weight: bold; }
  .company__dd {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #CCC; }
  .company__small {
    font-size: 11px; }
  .company__map {
    width: calc(100% / 2 - 20px);
    margin-top: 40px; }
    @media screen and (max-width: 800px) {
      .company__map {
        width: 100%;
        margin-top: 0;
        height: 300px; } }
    .company__map iframe {
      width: 100%; }
      @media screen and (max-width: 800px) {
        .company__map iframe {
          height: 300px; } }

.recruit {
  background: #FBFAF7;
  padding: 100px 0; }
  @media screen and (max-width: 800px) {
    .recruit {
      padding: 70px 0; } }
  .recruit__ttlWrap {
    background: url("../img/recruit.svg") center no-repeat;
    background-size: 424.34px; }
    @media screen and (max-width: 800px) {
      .recruit__ttlWrap {
        background: url("../img/recruit.svg") center no-repeat;
        background-size: 212px; } }
  .recruit__lead {
    text-align: center;
    font-size: 24px;
    font-weight: bold; }
    @media screen and (max-width: 800px) {
      .recruit__lead {
        font-size: 20px;
        text-align: left; } }
  .recruit__pic {
    max-width: 680px;
    margin: 60px auto 0; }
  .recruit__box {
    border-radius: 20px;
    background: #FFF;
    padding: 100px 50px 50px;
    margin-top: -60px; }
    @media screen and (max-width: 800px) {
      .recruit__box {
        margin-top: 20px;
        padding: 20px; } }
  .recruit__dl {
    margin-bottom: 40px; }
  .recruit__dt {
    color: #EF7F06;
    margin: 0 0 5px; }

.contact {
  padding: 100px 0;
  margin-bottom: 50px;
  background: linear-gradient(90deg, #ffa155 0%, #ff7b05 100%); }
  @media screen and (max-width: 800px) {
    .contact {
      padding: 70px 0; } }
  @media screen and (max-width: 800px) {
    .contact .block_s {
      width: 230.3px;
      margin: 0 auto -30px; } }
  .contact__ttlWrap {
    background: url("../img/contact.svg") center no-repeat;
    background-size: 460.6px; }
    @media screen and (max-width: 800px) {
      .contact__ttlWrap {
        background: none; } }
  .contact__ttl {
    display: inline-block;
    font-weight: 700;
    color: #361C00;
    border-radius: 100px;
    background: #FFF;
    border: 5px solid #FFF;
    box-sizing: border-box;
    padding: 3px 10px; }
  .contact__lead {
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .contact__lead {
        font-size: 18px;
        text-align: left; } }
  .contact__wrap {
    width: 730px;
    margin: 50px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
    @media screen and (max-width: 800px) {
      .contact__wrap {
        width: 100%; } }
  .contact__tel {
    width: 295.7px;
    display: block; }
    @media screen and (max-width: 800px) {
      .contact__tel {
        padding: 0 10px;
        margin: 0 auto 30px; } }
  .contact__btn {
    width: 330px;
    display: block; }
    @media screen and (max-width: 800px) {
      .contact__btn {
        margin: auto; } }

/* footer */
@media screen and (max-width: 800px) {
  .footerTop {
    padding-bottom: 100px; } }

.footer {
  margin-bottom: 50px; }
  .footer__copy {
    text-align: center;
    font-size: 12px; }
  .footer__fixedTxt {
    font-weight: bold;
    display: inline-block;
    background: #FFF;
    color: #361C00;
    box-sizing: border-box;
    position: relative;
    padding: 2px 20px;
    border-radius: 100px;
    margin-bottom: 10px;
    transition: none; }
    .footer__fixedTxt:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: -8px;
      left: 0;
      width: 0px;
      height: 0px;
      margin: auto;
      border-style: solid;
      border-color: #FFF transparent transparent transparent;
      border-width: 8px 8px 0 8px; }
  .footer__fixed {
    position: fixed;
    box-sizing: border-box;
    padding: 15px 0 15px;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: linear-gradient(90deg, #ffa155 0%, #ff7b05 100%);
    color: #FFF;
    z-index: 10; }
    .footer__fixed img {
      display: block;
      width: 230px;
      margin: 10px auto 0; }

/* inner */
.inner {
  max-width: 1000px;
  padding: 0 50px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 800px) {
    .inner {
      padding: 0 20px; } }

.zdo_drawer_menu .zdo_drawer_nav {
  padding: 100px 30px; }

.zdo_drawer_menu .zdo_drawer_button {
  top: 18px;
  right: 20px; }

.zdo_drawer_button .zdo_drawer_bar {
  background: #EF7F06; }

.zdo_drawer_text {
  color: #EF7F06; }

.zdo_drawer_menu .zdo_drawer_nav li {
  width: 100%;
  margin: 0; }
  .zdo_drawer_menu .zdo_drawer_nav li:last-of-type a {
    border-bottom: none; }
  .zdo_drawer_menu .zdo_drawer_nav li a {
    font-size: 14px;
    display: block;
    box-sizing: border-box;
    padding: 8px 10px;
    border-bottom: 1px dotted #361C00; }

.contactTtl {
  height: 300px;
  background: url("../img/bg_contact.png") center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 1150px) {
    .contactTtl {
      margin-top: 18px; } }
  @media screen and (max-width: 800px) {
    .contactTtl {
      margin-top: 0;
      background: url("../img/bg_contact.png") right center no-repeat;
      background-size: cover;
      height: 150px; } }
  @media screen and (max-width: 800px) {
    .contactTtl__en {
      width: 200px; } }
  .contactTtl__ttl {
    text-align: center;
    margin-bottom: 20px; }
    .contactTtl__ttl span {
      font-size: 16px;
      box-sizing: border-box;
      padding: 5px 20px;
      border-radius: 100px;
      background: #FFF; }
      @media screen and (max-width: 800px) {
        .contactTtl__ttl span {
          padding: 3px 10px;
          font-size: 14px; } }
  .contactTtl .inner {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }

.contactCont {
  margin-bottom: 100px; }
  .contactCont__lead {
    text-align: center;
    font-weight: bold;
    margin: 40px 0; }
    @media screen and (max-width: 800px) {
      .contactCont__lead {
        text-align: left; } }

#mail_form dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #361C00;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  @media screen and (max-width: 800px) {
    #mail_form dl {
      display: block; } }
  #mail_form dl dt {
    width: 255px;
    font-weight: bold;
    font-size: 16px; }
    @media screen and (max-width: 800px) {
      #mail_form dl dt {
        width: 100%; } }
    #mail_form dl dt .required {
      display: inline-block;
      background: #CC0000;
      color: #FFF;
      margin: 0 10px 0 0;
      box-sizing: border-box;
      padding: 2px 10px;
      position: relative;
      font-size: 12px;
      font-style: normal; }
    #mail_form dl dt .optional {
      display: none; }
  #mail_form dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-left: 30px; }
    @media screen and (max-width: 800px) {
      #mail_form dl dd {
        padding: 0;
        width: 100%;
        display: block;
        padding-left: 0;
        margin-top: 20px; } }
    #mail_form dl dd input[type=text],
    #mail_form dl dd input[type=email],
    #mail_form dl dd input[type=tel],
    #mail_form dl dd textarea {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 0;
      width: 100%;
      background: #F7F7F7;
      padding: 15px;
      box-sizing: border-box;
      border: none;
      font-size: 16px; }
    #mail_form dl dd select {
      vertical-align: middle;
      border-radius: 0px;
      box-sizing: border-box;
      padding: 10px;
      font-size: 16px; }
    #mail_form dl dd label {
      font-size: 16px;
      display: block;
      margin: 0 0 5px; }
#mail_form #form_submit_button {
  margin-top: 40px; }
#mail_form input[type=button] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 50px;
  color: #FFF;
  margin: 0 auto;
  width: 350px;
  height: 60px;
  background: #EF7F06;
  justify-content: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  box-shadow: 8px 8px 10px -5px #e8e8e8;
  letter-spacing: 1px;
  border: 1px solid #EF7F06;
  font-size: 18px; }
  @media screen and (max-width: 800px) {
    #mail_form input[type=button] {
      width: 100%; } }
#mail_form .caution,
#mail_form .error_blank {
  display: block;
  font-weight: bold;
  margin-top: 10px;
  font-size: 14px; }
#mail_form .error_blank {
  color: #CC0000;
  font-weight: bold; }

.thanks {
  margin-top: 60px; }
  @media screen and (max-width: 800px) {
    .thanks {
      margin-top: 30px; } }
  .thanks p {
    text-align: center;
    font-weight: bold; }
    @media screen and (max-width: 800px) {
      .thanks p {
        text-align: left; } }
    .thanks p a {
      color: #EF7F06;
      text-decoration: underline; }

.contacPrivacy {
  text-align: center;
  font-weight: bold;
  margin-top: 30px; }
  @media screen and (max-width: 800px) {
    .contacPrivacy {
      text-align: left; } }
  .contacPrivacy a {
    text-decoration: underline;
    color: #EF7F06;
    cursor: pointer; }

.privacyWrap {
  font-weight: normal !important; }
  .privacyWrap__ttl {
    font-size: 16px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important; }
  .privacyWrap__txt {
    margin-bottom: 40px; }

.fade-out {
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s; }

.fade-in {
  opacity: 1; }
