@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

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

::selection {
  background: rgba(174, 209, 255, 0.4);
  color: #000;
}

::-moz-selection {
  background: rgba(174, 209, 255, 0.4);
  color: #000;
}

html {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
}
html p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8em;
  text-align: justify;
}
html .min {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
html .br-pc {
  display: inherit;
}
html .br-sp {
  display: none;
}
html a {
  /* color: ; */
  font-weight: 700;
  text-decoration: underline;
}

body {
  background: #FFFFFF;
}

img {
  line-height: 0;
  vertical-align: top;
}

table {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  border-collapse: collapse;
}
table th {
  background: #E9E9E9;
  width: 25%;
  padding: 10px 20px;
  text-align: left;
  border: 1px solid #707070;
}
table td {
  background: #FFFFFF;
  width: 75%;
  padding: 10px 20px;
  text-align: left;
  border: 1px solid #707070;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}

.anchor {
  /* display: block;
  padding-top: 190px;
  margin-top: -190px;
  pointer-events: none;*/
}

address {
  font-style: normal;
}

main {
  width: 100%;
  position: relative;
}

section {
  padding: 120px 0;
  width: 100%;
}

.wrapper {
  width: 100%;
  max-width: 1080px;
  padding: 0;
  margin: 0 auto;
}
.wrapper h2 {
  text-align: center;
  margin: 0 auto 90px auto;
}
.wrapper h2.main-tit {
  font-size: 100px;
  font-weight: 400;
  color: #000;
  line-height: 0.5;
}
.wrapper h2.main-tit span {
  font-size: 27px;
}
.wrapper h2.sub-tit {
  font-size: 27px;
  position: relative;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.wrapper h2.sub-tit span {
  display: inline-block;
  position: relative;
}
.wrapper h2.sub-tit span:before {
  position: absolute;
  content: "";
  width: 90px;
  height: 2px;
  background: #000;
  left: -150px;
  top: 20px;
}
.wrapper h2.sub-tit span:after {
  position: absolute;
  content: "";
  width: 90px;
  height: 2px;
  background: #000;
  right: -150px;
  top: 20px;
}
.wrapper p {
  margin-bottom: 30px;
}
.wrapper p:last-child {
  margin-bottom: 0;
}
.wrapper p.mini {
  font-size: 80%;
}

.hide {
  display: none;
}

.btn-detail {
  display: block;
  color: white;
  font-size: 1.1rem;
  text-align: center;
  width: 12rem;
  padding: 0.8rem;
  position: relative;
  margin: 3rem 0 0 auto;
  transition: background-color 0.3s;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

button, input, optgroup, select, textarea {
  padding: 10px;
  border-radius: 8px;
  outline: none;
  border: 1px solid;
  width: 100%;
}

.btn_postal {
  color: #FFFFFF;
  padding: 10px 30px 10px 20px;
  border-radius: 0;
  font-size: 15px;
  position: relative;
}
.btn_postal:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 16px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* scroll */
a.scroll {
  display: inline-block;
  position: absolute;
  left: 5%;
  bottom: 0;
  z-index: 3;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #000;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}

a.scroll::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #000;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media only screen and (max-width: 1000px) {
  html {
    font-size: 13px;
  }
  .container {
    max-width: inherit;
  }
  main {
    min-width: inherit;
    margin-top: 57px;
  }
  .btn-top {
    transform: scale(0.8, 0.8);
  }
}
/* pop up */
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 1;
}

.layer_board_bg,
.layer_board {
  position: absolute;
}

.layer_board_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999 !important;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
  background: #000;
}

.layer_board {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  text-align: center;
  z-index: 999 !important;
  padding: 40px;
  margin: 0 !important;
}
.layer_board p {
  font-weight: 900;
}
.layer_board a.btn_close {
  max-width: 200px;
  display: block;
  margin: 0 auto;
  background: #333;
  color: #fff;
  padding: 10px 20px;
  border: none;
  text-decoration: none;
  margin-top: 1em;
}
.layer_board a.btn_close:hover {
  background: #777;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 13px;
  }
  .btn-detail {
    width: 14rem;
    padding: 0.8rem;
    font-size: 1.2rem;
    margin-right: auto;
  }
  .btn-top {
    right: 1.5rem;
    transform: scale(0.6, 0.6);
  }
}
@media only screen and (max-width: 500px) {
  html p {
    font-size: 15px;
    line-height: 1.5em;
  }
  html .br-pc {
    display: none;
  }
  html .br-sp {
    display: inherit;
  }
  main {
    padding-top: 0;
    width: 100%;
    margin-top: 0;
    position: relative;
  }
  section {
    padding: 60px 0;
    width: 100%;
  }
  /* scroll */
  a.scroll {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    padding: 10px 10px 55px;
    overflow: hidden;
    color: #000;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
  }
  a.scroll::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 50px;
    background: #000;
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
  .wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
  }
  .wrapper h2 {
    text-align: center;
    margin: 0 auto 45px auto;
  }
  .wrapper h2.main-tit {
    font-size: 48px;
    font-weight: 400;
    color: #000;
    line-height: 0.66;
  }
  .wrapper h2.main-tit span {
    font-size: 18px;
  }
  .wrapper h2.sub-tit {
    font-size: 18px;
    position: relative;
    font-weight: 900;
    letter-spacing: 0.05em;
  }
  .wrapper h2.sub-tit span {
    display: inline-block;
    position: relative;
  }
  .wrapper h2.sub-tit span:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    background: #000;
    left: -30px;
    top: 12px;
  }
  .wrapper h2.sub-tit span:after {
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    background: #000;
    right: -30px;
    top: 12px;
  }
  .wrapper p {
    margin-bottom: 5px;
  }
  .wrapper p:last-child {
    margin-bottom: 0;
  }
  .wrapper p.mini {
    font-size: 90%;
  }
  table {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;
    font-size: 13px;
    border-collapse: collapse;
  }
  table th {
    background: #E9E9E9;
    width: 27%;
    padding: 0.5em;
    text-align: left;
    border: 1px solid #707070;
  }
  table td {
    background: #FFFFFF;
    width: 73%;
    padding: 0.5em;
    text-align: left;
    border: 1px solid #707070;
  }
  .layer_board {
    width: 90% !important;
    padding: 25px !important;
    font-size: 14px;
  }
}
header {
  position: absolute;
  /* background: $color-rgba; */
  width: 100%;
  z-index: 900;
  height: 120px;
  top: 0;
}
header .header-inner {
  padding: 30px 30px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  vertical-align: middle;
}
header .header-inner .header-logo a {
  background: url(../images/logo_header_b.svg) no-repeat left top;
  background-size: 320px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
header .header-inner .header-link {
  display: inline-block;
}
header .header-inner .header-link ul {
  display: flex;
  align-items: center;
}
header .header-inner .header-link ul li {
  display: inline-block;
  margin: 0 15px;
}
header .header-inner .header-link ul li img {
  width: 40px;
}
header .header-inner .header-link ul li.onlineshop a {
  display: block;
  background: #000;
  color: #FFFFFF;
  text-decoration: none;
  padding: 5px 15px;
  letter-spacing: 0.1em;
  font-size: 21px;
}

@media only screen and (max-width: 500px) {
  header {
    position: absolute;
    /* background: $color-rgba; */
    width: 100%;
    z-index: 900;
    height: auto;
    top: 0;
  }
  header .header-inner {
    padding: 10px 10px;
    box-sizing: border-box;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  header .header-inner .header-logo {
    display: inline-block;
    width: 35%;
    justify-content: flex-start;
  }
  header .header-inner .header-logo a {
    background: url(../images/logo_b.svg) no-repeat left top;
    background-size: 120px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
  }
  header .header-inner .header-link {
    display: inline-block;
    width: 65%;
    justify-content: flex-end;
  }
  header .header-inner .header-link ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  header .header-inner .header-link ul li {
    display: inline-block;
    margin: 0 0 0 10px;
  }
  header .header-inner .header-link ul li img {
    width: 20px;
  }
  header .header-inner .header-link ul li.onlineshop a {
    display: block;
    background: #000;
    color: #FFFFFF;
    text-decoration: none;
    padding: 2px 5px;
    letter-spacing: 0.1em;
    font-size: 15px;
  }
}
#pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1;
}
#pagetop a {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  text-align: center;
  color: #FFFFFF;
  background: #000;
}
#pagetop a img {
  padding-top: 40%;
}

#float-btn {
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 1;
}
#float-btn a {
  display: block;
  width: 160px;
  height: 160px;
  text-decoration: none;
  border-radius: 50%;
  background: #de8534;
  text-align: center;
  margin: 0 auto;
  transition: all 0.25s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
}
#float-btn a img {
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 130px;
  top: -40px;
  margin-bottom: -40px;
}
#float-btn a p {
  color: #FFFFFF;
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
  margin-top: -14px;
  line-height: 1.35;
}
#float-btn a:hover {
  transform: scale(1.2, 1.2);
  opacity: 1;
  background: #6FCECA;
}

footer {
  background: url(../images/footer_bg.png) no-repeat center top #FFFFFF;
  background-size: cover;
  color: #000;
  padding: 120px 0 90px 0;
  text-align: center;
  font-size: 15px;
}
footer a {
  color: #000;
  text-decoration: none;
}
footer .footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
footer .footer-sns li {
  width: 40px;
  list-style: none;
  display: inline-block;
  margin: 0 15px;
}
footer .footer-sns li img {
  width: 100%;
  height: auto;
}
footer .footer-sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .footer-sitemap li {
  display: inline-block;
  width: 25%;
  text-align: left;
}
footer .footer-sitemap li a {
  display: block;
  margin-bottom: 30px;
}
footer .footer-sitemap li a img {
  padding-top: 2px;
  width: 16px;
}
footer .footer-sitemap li .logo-f {
  width: 216px;
}
footer .footer-sitemap li .logo-f img {
  width: 100%;
  height: auto;
}
footer .footer-sitemap li .logo-f small {
  font-size: 13px;
}

@media only screen and (max-width: 500px) {
  #pagetop {
    position: fixed;
    right: 1em;
    bottom: 1em;
    z-index: 1;
  }
  #pagetop a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    text-align: center;
    color: #FFFFFF;
    background: #000;
  }
  #pagetop a img {
    padding-top: 30%;
  }
  #float-btn {
    position: fixed;
    left: -0.5em;
    bottom: -0.5em;
    z-index: 1;
  }
  #float-btn a {
    display: block;
    width: 115px;
    height: 115px;
    text-decoration: none;
    border-radius: 0 50% 0 0;
    background: #de8534;
    text-align: center;
    margin: 0 auto;
    transition: all 0.25s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
  }
  #float-btn a img {
    text-align: center;
    margin: 0 auto;
    position: relative;
    width: 90px;
    top: -30px;
    margin-bottom: -30px;
  }
  #float-btn a p {
    color: #FFFFFF;
    font-weight: 900;
    text-align: center;
    margin: 0 auto;
    margin-top: -10px;
    line-height: 1.35;
    font-size: 13px;
  }
  #float-btn a:hover {
    transform: scale(1.1, 1.1);
    opacity: 1;
    background: #6FCECA;
  }
  footer {
    background: url(../images/footer_bg.png) no-repeat center top #FFFFFF;
    background-size: cover;
    color: #000;
    padding: 60px 0 150px 0;
    text-align: center;
    font-size: 15px;
  }
  footer a {
    color: #000;
    text-decoration: none;
  }
  footer .footer-sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  footer .footer-sns li {
    width: 30px;
    list-style: none;
    display: inline-block;
    margin: 0 10px;
  }
  footer .footer-sns li img {
    width: 100%;
    height: auto;
  }
  footer .footer-sitemap {
    display: block;
    flex-wrap: center;
    justify-content: space-between;
  }
  footer .footer-sitemap li {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  footer .footer-sitemap li a {
    display: block;
    margin-bottom: 0.5em;
    font-size: 14px;
  }
  footer .footer-sitemap li a img {
    padding-top: 2px;
    width: 16px;
  }
  footer .footer-sitemap li .logo-f {
    text-align: center;
    margin: 30px auto 0.5em auto;
    width: 150px;
  }
  footer .footer-sitemap li .logo-f img {
    width: 100%;
    height: auto;
  }
  footer .footer-sitemap li .logo-f small {
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
  }
  footer .footer-sitemap li:last-child {
    text-align: center;
    margin: 0 auto;
  }
}
#mainsldier {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 2;
}
#mainsldier .swiper-container {
  height: 100vh;
  width: 100vw;
}
#mainsldier .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#mainsldier .swiper-slide__container {
  height: 100%;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  width: 95%;
}
#mainsldier .swiper-slide__content-01 {
  left: 10%;
  max-width: 1000px;
  padding: 10px;
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  color: #FFFFFF;
}
#mainsldier .swiper-slide__content-01 p {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.4em;
  margin: 0 auto 4% auto;
  font-weight: 400;
}
#mainsldier .swiper-slide__content-01 h2 {
  font-size: 54px;
  letter-spacing: 0.2em;
  font-weight: 400;
}
#mainsldier .swiper-slide__content-02 {
  left: 0;
  max-width: 1000px;
  padding: 10px;
  position: absolute;
  bottom: 4%;
  color: #000;
}
#mainsldier .swiper-slide__content-02 p {
  text-align: left;
  font-size: 24px;
  letter-spacing: 0.4em;
  margin: 0 auto 4% auto;
  font-weight: 500;
}
#mainsldier .swiper-slide__content-02 h2 {
  font-size: 56px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  font-weight: 500;
}
#mainsldier .swiper-slide__text {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

/* Animations */
@keyframes swiperCatchAnimation {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(50px);
  }
}
.swiper-slide .swiper-catch {
  opacity: 0;
}

.swiper-slide-active .swiper-catch {
  animation-name: swiperCatchAnimation;
  animation-duration: 0.4s;
  animation-delay: 0.6s;
  animation-fill-mode: both;
}

/* about */
#about {
  width: 100%;
  background: url(../images/about_bg.jpg) no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
  min-height: 900px;
  height: 900px;
  margin: 0;
  position: relative;
}
#about h2 {
  font-weight: 400;
  right: 10%;
  position: absolute;
  top: 36%;
  color: #000;
  font-size: 42px;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

/* chart */
#chart {
  width: 100%;
  background: #FFFFFF;
  position: relative;
}
#chart .product {
  z-index: 3;
  position: absolute;
  content: "";
  top: -200px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
#chart .product img {
  width: 540px;
}
#chart .wrapper {
  padding-top: 300px;
  background: url(../images/chart.svg) no-repeat right bottom;
  background-size: auto 66%;
}
#chart .wrapper h2 {
  font-size: 42px;
  letter-spacing: 0.2em;
  font-weight: 100;
  text-align: left;
}
#chart .wrapper p {
  position: relative;
}

/* scene */
#scene {
  width: 100%;
  background: #E9E9E9;
  margin: 0;
}
#scene .wrapper ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#scene .wrapper ul li {
  display: inline-block;
  width: 33.3333333333%;
  padding: 10px;
}
#scene .wrapper ul li img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 15px;
}
#scene .wrapper ul li p {
  font-weight: 900;
  text-align: center;
}

/* thisone */
#thisone {
  width: 100%;
  background: #FFFFFF;
  position: relative;
}
#thisone .text-box {
  max-width: 600px;
  position: relative;
  z-index: 1;
}
#thisone .text-box h3 {
  position: relative;
  padding: 120px 0 15px 0;
  text-align: left;
  letter-spacing: 0.2em;
  font-size: 21px;
}
#thisone .text-box h3:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-size: 64px;
  font-weight: 400;
}
#thisone .text-box p {
  font-size: 17px;
}
#thisone .thisone-box-01 {
  background: url(../images/thisone_01.png) no-repeat right top;
  background-size: 50%;
  min-height: 450px;
  margin-bottom: 90px;
}
#thisone .thisone-box-01 h3 {
  color: #6FCECA;
}
#thisone .thisone-box-01 h3:before {
  content: "01";
}
#thisone .thisone-box-02 {
  background: url(../images/thisone_02.png) no-repeat left top;
  background-size: 50%;
  min-height: 450px;
  margin-bottom: 90px;
  position: relative;
}
#thisone .thisone-box-02 .text-box {
  position: absolute;
  right: 0;
}
#thisone .thisone-box-02 .text-box .btn-box {
  display: flex;
  flex-wrap: wrap;
}
#thisone .thisone-box-02 .text-box .btn-box a {
  display: inline-block;
  border: 1px solid #000;
  text-decoration: none;
  padding: 15px 45px;
  margin-right: 20px;
  position: relative;
}
#thisone .thisone-box-02 .text-box .btn-box a:hover {
  background: #000;
  color: #FFFFFF;
  opacity: 1;
}
#thisone .thisone-box-02 h3 {
  color: #66B57C;
}
#thisone .thisone-box-02 h3:before {
  content: "02";
}
#thisone .thisone-box-03 {
  background: url(../images/thisone_03.png) no-repeat right top;
  background-size: 50%;
  min-height: 450px;
}
#thisone .thisone-box-03 h3 {
  color: #F7C15C;
}
#thisone .thisone-box-03 h3:before {
  content: "03";
}

/* feature-01 */
#feature-01, #feature-02 {
  background: #FFFFFF;
}
#feature-01 .wrapper, #feature-02 .wrapper {
  background: #FFFFFF;
  position: relative;
  border: 1px solid #707070;
  padding: 90px;
  text-align: center;
  margin: 0 auto;
}
#feature-01 .wrapper:before, #feature-02 .wrapper:before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background: url(../images/feature-box_before.jpg) no-repeat right top;
  right: -1px;
  top: -1px;
  z-index: 1;
  border: 1px solid #FFFFFF;
}
#feature-01 .wrapper:after, #feature-02 .wrapper:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background: url(../images/feature-box_before.jpg) no-repeat right top;
  transform: rotate(180);
  left: -1px;
  bottom: -1px;
  z-index: 1;
  border: 1px solid #FFFFFF;
}
#feature-01 .wrapper h2, #feature-02 .wrapper h2 {
  position: relative;
  text-align: left;
  padding-left: 210px;
  padding-top: 60px;
}
#feature-01 .wrapper h2:before, #feature-02 .wrapper h2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 181px;
  height: 173px;
}
#feature-01 .wrapper h2 span, #feature-02 .wrapper h2 span {
  font-weight: 500;
  font-size: 21px;
}
#feature-01 .wrapper img, #feature-02 .wrapper img {
  width: 580px;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
#feature-01 .wrapper .feature-box, #feature-02 .wrapper .feature-box {
  background: #E9E9E9;
  padding: 60px;
}
#feature-01 .wrapper .feature-box ul li, #feature-02 .wrapper .feature-box ul li {
  background: #FFFFFF;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#feature-01 .wrapper .feature-box ul li:last-child, #feature-02 .wrapper .feature-box ul li:last-child {
  margin-bottom: 0;
}
#feature-01 .wrapper .feature-box ul li .img-box, #feature-02 .wrapper .feature-box ul li .img-box {
  display: inline-block;
  width: 35%;
}
#feature-01 .wrapper .feature-box ul li .img-box img, #feature-02 .wrapper .feature-box ul li .img-box img {
  width: 100%;
  height: auto;
}
#feature-01 .wrapper .feature-box ul li .text-box, #feature-02 .wrapper .feature-box ul li .text-box {
  display: inline-block;
  width: 65%;
  text-align: left;
}
#feature-01 .wrapper .feature-box ul li .text-box .btn, #feature-02 .wrapper .feature-box ul li .text-box .btn {
  text-align: right;
  margin-top: 30px;
}
#feature-01 .wrapper .feature-box ul li .text-box .btn a, #feature-02 .wrapper .feature-box ul li .text-box .btn a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  width: 200px;
  text-align: center;
  padding: 10px;
  border-radius: 30px;
  cursor: pointer;
}
#feature-01 .wrapper .feature-box ul li .text-box .btn.btn-01 a, #feature-02 .wrapper .feature-box ul li .text-box .btn.btn-01 a {
  background: rgb(247, 185, 158);
  background: linear-gradient(-180deg, rgb(247, 185, 158) 0%, rgba(248, 110, 110, 0.75) 100%);
}
#feature-01 .wrapper .feature-box ul li .text-box .btn.btn-02 a, #feature-02 .wrapper .feature-box ul li .text-box .btn.btn-02 a {
  background: rgb(247, 252, 192);
  background: linear-gradient(180deg, rgb(247, 252, 192) 0%, rgba(118, 167, 9, 0.75) 100%);
}
#feature-01 .wrapper .feature-box ul li .text-box .btn.btn-03 a, #feature-02 .wrapper .feature-box ul li .text-box .btn.btn-03 a {
  background: rgb(180, 250, 234);
  background: linear-gradient(180deg, rgb(180, 250, 234) 0%, rgba(16, 114, 213, 0.75) 100%);
}

#feature-01 {
  background: #FFFFFF;
}
#feature-01 .wrapper h2:before {
  background: url(../images/feature-01_tit.png) no-repeat left top;
  background-size: 181px;
}

#feature-02 {
  background: #FFFFFF;
}
#feature-02 .wrapper h2:before {
  background: url(../images/feature-02_tit.png) no-repeat left top;
  background-size: 181px;
}

/* doctor */
#doctor {
  width: 100%;
  background: url(../images/doctor_bg.png) no-repeat center top #FFFFFF;
  background-size: cover;
}
#doctor .wrapper .profile-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#doctor .wrapper .profile-box .profile-img {
  display: inline-block;
  width: 25%;
}
#doctor .wrapper .profile-box .profile-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
#doctor .wrapper .profile-box .profile-text {
  display: inline-block;
  width: 80%;
  max-width: 690px;
}
#doctor .wrapper .profile-box .profile-text h3 {
  font-size: 42px;
  margin-bottom: 30px;
  letter-spacing: 0.2em;
  line-height: 1.25;
}
#doctor .wrapper .profile-box .profile-text h3 span {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1;
}
#doctor .wrapper .profile-box .profile-text h4 {
  font-size: 21px;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin-bottom: 15px;
  color: #6B6A6A;
  border-bottom: 1px solid #6B6A6A;
}
#doctor .wrapper .profile-box .profile-text p {
  color: #6B6A6A;
}

/* material */
#material {
  width: 100%;
  background: #FFFFFF;
}
#material .wrapper .material-box-01 {
  background: url(../images/material_bg.jpg) no-repeat center top;
  background-size: cover;
  height: 640px;
  min-height: 640px;
  padding: 60px;
  margin-bottom: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#material .wrapper .material-box-01 .text-box {
  display: inline-block;
  width: 75%;
}
#material .wrapper .material-box-01 .text-box h3 {
  font-size: 24px;
  letter-spacing: 0.25em;
  margin-bottom: 30px;
  font-weight: 400;
}
#material .wrapper .material-box-01 .text-box p {
  font-size: 17px;
  line-height: 2.1;
}
#material .wrapper .material-box-01 .img-box {
  display: inline-block;
  width: 25%;
}
#material .wrapper .material-box-01 .img-box img {
  width: 100%;
  height: auto;
}
#material .wrapper .material-box-02 {
  margin-bottom: 120px;
}
#material .wrapper .material-box-02 h3 {
  border-bottom: 1px solid #707070;
  margin-bottom: 90px;
  padding-bottom: 10px;
  font-size: 21px;
  letter-spacing: 0.1em;
}
#material .wrapper .material-box-03 h3 {
  border-bottom: 1px solid #707070;
  margin-bottom: 90px;
  padding-bottom: 10px;
  font-size: 21px;
  letter-spacing: 0.1em;
}
#material .wrapper .material-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -40px;
}
#material .wrapper .material-table .material-table-01 {
  display: inline-block;
  width: 22%;
}
#material .wrapper .material-table .material-table-01 ul {
  border: 1px solid #707070;
}
#material .wrapper .material-table .material-table-01 ul li {
  background: #E9E9E9;
  border-bottom: 1px solid #707070;
  padding: 10px 20px;
}
#material .wrapper .material-table .material-table-01 ul li.head {
  height: 60px;
  padding: 0;
}
#material .wrapper .material-table .material-table-01 ul li:last-child {
  border-bottom: 0;
}
#material .wrapper .material-table .material-table-02 {
  display: inline-block;
  width: 34%;
  position: relative;
  top: -44px;
}
#material .wrapper .material-table .material-table-02 ul {
  border: 5px solid #D5EAE4;
}
#material .wrapper .material-table .material-table-02 ul li {
  border-bottom: 1px solid #707070;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
}
#material .wrapper .material-table .material-table-02 ul li.head {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  height: 100px;
  line-height: 100px;
  background: #D5EAE4;
  padding: 0;
}
#material .wrapper .material-table .material-table-02 ul li:last-child {
  border-bottom: 0;
}
#material .wrapper .material-table .material-table-03 {
  display: inline-block;
  width: 22%;
}
#material .wrapper .material-table .material-table-03 ul {
  border: 1px solid #707070;
}
#material .wrapper .material-table .material-table-03 ul li {
  border-bottom: 1px solid #707070;
  padding: 10px 20px;
  text-align: center;
}
#material .wrapper .material-table .material-table-03 ul li.head {
  background: #E9E9E9;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  padding: 0;
}
#material .wrapper .material-table .material-table-03 ul li:last-child {
  border-bottom: 0;
}
#material .wrapper .material-table .material-table-04 {
  display: inline-block;
  width: 22%;
}
#material .wrapper .material-table .material-table-04 ul {
  border-right: 1px solid #707070;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
#material .wrapper .material-table .material-table-04 ul li {
  border-bottom: 1px solid #707070;
  padding: 10px 20px;
  text-align: center;
}
#material .wrapper .material-table .material-table-04 ul li.head {
  background: #E9E9E9;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  padding: 0;
}
#material .wrapper .material-table .material-table-04 ul li:last-child {
  border-bottom: 0;
}

/* faq */
#faq {
  width: 100%;
  background: url(../images/faq_bg.png) no-repeat center top #FFFFFF;
  background-size: cover;
}
#faq .wrapper ul.faqList {
  list-style: none;
}
#faq .wrapper ul.faqList li {
  background: #FFFFFF;
  padding: 15px 30px;
  margin-bottom: 30px;
  border-radius: 12px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}
#faq .wrapper ul.faqList li .question {
  cursor: pointer;
  color: #000;
  font-size: 18px;
  position: relative;
  padding-left: 50px;
  font-weight: 900;
}
#faq .wrapper ul.faqList li .question:before {
  position: absolute;
  content: "Q";
  color: #FFFFFF;
  background: #9BC9BB;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 18px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  top: 0;
  left: 0;
}
#faq .wrapper ul.faqList li .question:after {
  position: absolute;
  content: "";
  background: url(../images/ico_arrow_bottom.svg) no-repeat right top;
  background-size: 15px;
  width: 15px;
  height: 15px;
  right: 0;
  top: 10px;
  transition: 0.3s ease-in-out;
}
#faq .wrapper ul.faqList li .question.active:after {
  position: absolute;
  transition: 0.3s ease-in-out;
  transform: rotate(-180deg);
  top: 0 !important;
}
#faq .wrapper ul.faqList li .answer {
  display: none;
  margin-top: 20px;
  font-size: 15px;
  position: relative;
  padding-left: 50px;
}
#faq .wrapper ul.faqList li .answer:before {
  position: absolute;
  content: "A";
  color: #FFFFFF;
  background: #de8534;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 18px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  top: 0;
  left: 0;
}

/* product */
#product {
  width: 100%;
  background: #FFFFFF;
}

@media only screen and (max-width: 500px) {
  #mainsldier {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 2;
  }
  #mainsldier .swiper-container {
    height: 100vh;
    width: 100vw;
  }
  #mainsldier .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #mainsldier .swiper-slide__container {
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 95%;
  }
  #mainsldier .swiper-slide__content-01 {
    left: 10%;
    max-width: 100%;
    padding: 10px;
    position: absolute;
    top: 24%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    color: #FFFFFF;
  }
  #mainsldier .swiper-slide__content-01 p {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.2em;
    margin: 0 auto 4% auto;
    font-weight: 400;
  }
  #mainsldier .swiper-slide__content-01 h2 {
    font-size: 27px;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
  #mainsldier .swiper-slide__content-02 {
    left: 10%;
    max-width: 100%;
    padding: 10px;
    position: absolute;
    bottom: 24%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    color: #000;
  }
  #mainsldier .swiper-slide__content-02 p {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.2em;
    margin: 0 auto 4% auto;
    font-weight: 500;
  }
  #mainsldier .swiper-slide__content-02 h2 {
    font-size: 27px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-weight: 500;
  }
  #mainsldier .swiper-slide__text {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
  }
  /* about */
  #about {
    width: 100%;
    background: none;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
    min-height: 460px;
    height: 460px;
    margin: 0;
    position: relative;
  }
  #about:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background: url(../images/about_bg_sp.jpg) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    content: "";
  }
  #about h2 {
    font-weight: 500;
    right: 10%;
    position: absolute;
    top: 30%;
    color: #000;
    font-size: 24px;
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  /* chart */
  #chart {
    width: 100%;
    background: #FFFFFF;
    position: relative;
  }
  #chart .product {
    z-index: 3;
    position: absolute;
    content: "";
    top: -150px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
  #chart .product img {
    width: 290px;
  }
  #chart .wrapper {
    padding-top: 90px;
    background: url(../images/chart.svg) no-repeat center bottom;
    background-size: 320px auto;
    padding-bottom: 290px;
  }
  #chart .wrapper h2 {
    width: 84%;
    font-size: 27px;
    letter-spacing: 0.2em;
    font-weight: 100;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  #chart .wrapper p {
    position: relative;
  }
  /* scene */
  #scene {
    width: 100%;
    background: #E9E9E9;
    margin: 0;
  }
  #scene .wrapper ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #scene .wrapper ul li {
    display: inline-block;
    width: 50%;
    padding: 10px;
  }
  #scene .wrapper ul li img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-bottom: 10px;
  }
  #scene .wrapper ul li p {
    font-weight: 900;
    text-align: center;
  }
  /* thisone */
  #thisone {
    width: 100%;
    background: #FFFFFF;
    position: relative;
  }
  #thisone .text-box {
    max-width: 100%;
    position: relative;
    z-index: 1;
  }
  #thisone .text-box h3 {
    position: relative;
    padding: 150px 0 15px 0;
    text-align: left;
    letter-spacing: 0.2em;
    font-size: 18px;
  }
  #thisone .text-box h3:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-size: 64px;
    font-weight: 400;
  }
  #thisone .text-box p {
    font-size: 15px;
  }
  #thisone .thisone-box-01 {
    background: url(../images/thisone_01.png) no-repeat right top;
    background-size: 50%;
    min-height: 360px;
    margin-bottom: 45px;
  }
  #thisone .thisone-box-01 h3 {
    color: #6FCECA;
  }
  #thisone .thisone-box-01 h3:before {
    content: "01";
  }
  #thisone .thisone-box-02 {
    background: url(../images/thisone_02.png) no-repeat right top;
    background-size: 50%;
    min-height: 360px;
    margin-bottom: 60px;
    position: relative;
  }
  #thisone .thisone-box-02 .text-box {
    position: absolute;
    right: 0;
  }
  #thisone .thisone-box-02 .text-box .btn-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 15px;
  }
  #thisone .thisone-box-02 .text-box .btn-box a {
    display: inline-block;
    width: calc(50% - 10px);
    border: 1px solid #000;
    text-decoration: none;
    padding: 6px 12px;
    text-align: center;
    margin-right: 10px;
    position: relative;
  }
  #thisone .thisone-box-02 .text-box .btn-box a:hover {
    background: #000;
    color: #FFFFFF;
    opacity: 1;
  }
  #thisone .thisone-box-02 h3 {
    color: #66B57C;
  }
  #thisone .thisone-box-02 h3:before {
    content: "02";
  }
  #thisone .thisone-box-03 {
    background: url(../images/thisone_03.png) no-repeat right top;
    background-size: 50%;
    min-height: 360px;
  }
  #thisone .thisone-box-03 h3 {
    color: #F7C15C;
  }
  #thisone .thisone-box-03 h3:before {
    content: "03";
  }
  /* feature-01 */
  #feature-01, #feature-02 {
    background: #FFFFFF;
    padding: 0 2em 1px 2em;
  }
  #feature-01 .wrapper, #feature-02 .wrapper {
    background: #FFFFFF;
    position: relative;
    border: 1px solid #707070;
    padding: 4em 1em;
    text-align: center;
    margin: 0 auto 60px auto;
  }
  #feature-01 .wrapper:before, #feature-02 .wrapper:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/feature-box_before_sp.jpg) no-repeat right top;
    background-size: 40px;
    right: -1px;
    top: -1px;
    z-index: 1;
    border: 1px solid #FFFFFF;
  }
  #feature-01 .wrapper:after, #feature-02 .wrapper:after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/feature-box_before_sp.jpg) no-repeat right top;
    background-size: 40px;
    transform: rotate(180);
    left: -1px;
    bottom: -1px;
    z-index: 1;
    border: 1px solid #FFFFFF;
  }
  #feature-01 .wrapper h2, #feature-02 .wrapper h2 {
    position: relative;
    text-align: left;
    padding-left: 0;
    padding-top: 120px;
    font-size: 18px;
    margin-bottom: 0;
  }
  #feature-01 .wrapper h2:before, #feature-02 .wrapper h2:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    width: 90.5px;
    height: 86.5px;
  }
  #feature-01 .wrapper h2 span, #feature-02 .wrapper h2 span {
    font-weight: 500;
    font-size: 15px;
  }
  #feature-01 .wrapper img, #feature-02 .wrapper img {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
  }
  #feature-01 .wrapper .feature-box, #feature-02 .wrapper .feature-box {
    background: #E9E9E9;
    padding: 1em;
  }
  #feature-01 .wrapper .feature-box ul li, #feature-02 .wrapper .feature-box ul li {
    background: #FFFFFF;
    padding: 1em;
    margin-bottom: 1em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #feature-01 .wrapper .feature-box ul li:last-child, #feature-02 .wrapper .feature-box ul li:last-child {
    margin-bottom: 0;
  }
  #feature-01 .wrapper .feature-box ul li .img-box, #feature-02 .wrapper .feature-box ul li .img-box {
    display: inline-block;
    width: 75%;
  }
  #feature-01 .wrapper .feature-box ul li .img-box img, #feature-02 .wrapper .feature-box ul li .img-box img {
    width: 100%;
    height: auto;
  }
  #feature-01 .wrapper .feature-box ul li .text-box, #feature-02 .wrapper .feature-box ul li .text-box {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
  #feature-01 .wrapper .feature-box ul li .text-box .btn, #feature-02 .wrapper .feature-box ul li .text-box .btn {
    text-align: center;
    margin-top: 1em;
  }
  #feature-01 .wrapper .feature-box ul li .text-box .btn a, #feature-02 .wrapper .feature-box ul li .text-box .btn a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    width: 200px;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    cursor: pointer;
  }
  #feature-01 .wrapper .feature-box ul li .text-box .btn.btn-01 a, #feature-02 .wrapper .feature-box ul li .text-box .btn.btn-01 a {
    background: rgb(247, 185, 158);
    background: linear-gradient(-180deg, rgb(247, 185, 158) 0%, rgba(248, 110, 110, 0.75) 100%);
  }
  #feature-01 .wrapper .feature-box ul li .text-box .btn.btn-02 a, #feature-02 .wrapper .feature-box ul li .text-box .btn.btn-02 a {
    background: rgb(247, 252, 192);
    background: linear-gradient(180deg, rgb(247, 252, 192) 0%, rgba(118, 167, 9, 0.75) 100%);
  }
  #feature-01 .wrapper .feature-box ul li .text-box .btn.btn-03 a, #feature-02 .wrapper .feature-box ul li .text-box .btn.btn-03 a {
    background: rgb(180, 250, 234);
    background: linear-gradient(180deg, rgb(180, 250, 234) 0%, rgba(16, 114, 213, 0.75) 100%);
  }
  #feature-01 .wrapper h2:before {
    background: url(../images/feature-01_tit.png) no-repeat center top;
    background-size: 90.5px;
  }
  #feature-02 .wrapper h2:before {
    background: url(../images/feature-02_tit.png) no-repeat center top;
    background-size: 90.5px;
  }
  .remodal img, .remodal-is-opened img {
    width: 100%;
    height: auto;
  }
  /* doctor */
  #doctor {
    width: 100%;
    background: url(../images/doctor_bg.png) no-repeat center top #FFFFFF;
    background-size: cover;
  }
  #doctor .wrapper .profile-box {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row-reverse;
    text-align: center;
    margin: 0 auto;
  }
  #doctor .wrapper .profile-box .profile-img {
    display: block;
    width: 50%;
    text-align: center;
    margin: 0 auto 1em auto;
  }
  #doctor .wrapper .profile-box .profile-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  #doctor .wrapper .profile-box .profile-text {
    display: inline-block;
    width: 100%;
    max-width: 100%;
  }
  #doctor .wrapper .profile-box .profile-text h3 {
    font-size: 24px;
    margin-bottom: 1em;
    letter-spacing: 0.2em;
    line-height: 1.25;
  }
  #doctor .wrapper .profile-box .profile-text h3 span {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  #doctor .wrapper .profile-box .profile-text h4 {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #6B6A6A;
    border-bottom: 1px solid #6B6A6A;
  }
  #doctor .wrapper .profile-box .profile-text p {
    color: #6B6A6A;
  }
  /* material */
  #material {
    width: 100%;
    background: #FFFFFF;
  }
  #material .wrapper .material-box-01 {
    background: url(../images/material_bg.jpg) no-repeat center top;
    background-size: cover;
    height: 640px;
    min-height: 640px;
    padding: 1em;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 0 auto 60px auto;
  }
  #material .wrapper .material-box-01 .text-box {
    display: block;
    width: 100%;
  }
  #material .wrapper .material-box-01 .text-box h3 {
    font-size: 21px;
    letter-spacing: 0.1em;
    margin-bottom: 1em;
    font-weight: 400;
  }
  #material .wrapper .material-box-01 .text-box p {
    font-size: 15px;
    line-height: 1.8;
  }
  #material .wrapper .material-box-01 .img-box {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 50%;
    height: auto;
  }
  #material .wrapper .material-box-01 .img-box img {
    width: 100%;
    height: auto;
  }
  #material .wrapper .material-box-02 {
    margin-bottom: 60px;
  }
  #material .wrapper .material-box-02 h3 {
    border-bottom: 1px solid #707070;
    margin-bottom: 90px;
    padding-bottom: 10px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  #material .wrapper .material-box-03 h3 {
    border-bottom: 1px solid #707070;
    margin-bottom: 90px;
    padding-bottom: 10px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  #material .wrapper .material-table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: -15px;
  }
  #material .wrapper .material-table .material-table-01 {
    display: inline-block;
    width: 22%;
  }
  #material .wrapper .material-table .material-table-01 ul {
    border: 1px solid #707070;
  }
  #material .wrapper .material-table .material-table-01 ul li {
    background: #E9E9E9;
    border-bottom: 1px solid #707070;
    padding: 0.25em;
    font-size: 11px;
    letter-spacing: -0.04em;
  }
  #material .wrapper .material-table .material-table-01 ul li.head {
    height: 40px;
    padding: 0;
  }
  #material .wrapper .material-table .material-table-01 ul li:last-child {
    border-bottom: 0;
  }
  #material .wrapper .material-table .material-table-02 {
    display: inline-block;
    width: 34%;
    position: relative;
    top: -24px;
  }
  #material .wrapper .material-table .material-table-02 ul {
    border: 5px solid #D5EAE4;
  }
  #material .wrapper .material-table .material-table-02 ul li {
    border-bottom: 1px solid #707070;
    padding: 0.25em;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
  }
  #material .wrapper .material-table .material-table-02 ul li.head {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    background: #D5EAE4;
    padding: 0;
  }
  #material .wrapper .material-table .material-table-02 ul li:last-child {
    border-bottom: 0;
  }
  #material .wrapper .material-table .material-table-03 {
    display: inline-block;
    width: 22%;
  }
  #material .wrapper .material-table .material-table-03 ul {
    border: 1px solid #707070;
  }
  #material .wrapper .material-table .material-table-03 ul li {
    border-bottom: 1px solid #707070;
    padding: 0.25em;
    text-align: center;
    font-size: 11px;
  }
  #material .wrapper .material-table .material-table-03 ul li.head {
    background: #E9E9E9;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
  #material .wrapper .material-table .material-table-03 ul li:last-child {
    border-bottom: 0;
  }
  #material .wrapper .material-table .material-table-04 {
    display: inline-block;
    width: 22%;
  }
  #material .wrapper .material-table .material-table-04 ul {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
  }
  #material .wrapper .material-table .material-table-04 ul li {
    border-bottom: 1px solid #707070;
    padding: 0.25em;
    text-align: center;
    font-size: 11px;
  }
  #material .wrapper .material-table .material-table-04 ul li.head {
    background: #E9E9E9;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
  #material .wrapper .material-table .material-table-04 ul li:last-child {
    border-bottom: 0;
  }
  /* faq */
  #faq {
    width: 100%;
    background: url(../images/faq_bg.png) no-repeat center top #FFFFFF;
    background-size: cover;
  }
  #faq .wrapper ul.faqList {
    list-style: none;
  }
  #faq .wrapper ul.faqList li {
    background: #FFFFFF;
    padding: 1em 1em;
    margin-bottom: 1em;
    border-radius: 12px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  }
  #faq .wrapper ul.faqList li .question {
    cursor: pointer;
    color: #000;
    font-size: 15px;
    position: relative;
    padding-left: 2.75em;
    padding-right: 1.5em;
    font-weight: 900;
  }
  #faq .wrapper ul.faqList li .question:before {
    position: absolute;
    content: "Q";
    color: #FFFFFF;
    background: #9BC9BB;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 18px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    top: -0.15em;
    left: 0;
  }
  #faq .wrapper ul.faqList li .question:after {
    position: absolute;
    content: "";
    background: url(../images/ico_arrow_bottom.svg) no-repeat right top;
    background-size: 15px;
    width: 15px;
    height: 15px;
    right: 0;
    top: 10px;
    transition: 0.3s ease-in-out;
  }
  #faq .wrapper ul.faqList li .question.active:after {
    position: absolute;
    transition: 0.3s ease-in-out;
    transform: rotate(-180deg);
    top: 0 !important;
  }
  #faq .wrapper ul.faqList li .answer {
    display: none;
    margin-top: 20px;
    font-size: 15px;
    position: relative;
    padding-left: 2.75em;
  }
  #faq .wrapper ul.faqList li .answer:before {
    position: absolute;
    content: "A";
    color: #FFFFFF;
    background: #de8534;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 18px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    top: 0;
    left: 0;
  }
  /* product */
  #product {
    width: 100%;
    background: #FFFFFF;
  }
  #product table td img {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */