@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Zen+Maru+Gothic:700|Zen+Kaku+Gothic+New:400,var(--txt-zen-18r-font-weight),500,700,var(--txt-zen-22r-font-weight),var(--txt-zen-16r-font-weight)");
* {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", Helvetica;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  color: #333333;
  overflow-x: hidden;
  letter-spacing: 0.08em;
  color: #584343;
  background-color: #f9f7f2;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: 0;
  color: #333;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

address,
em,
i {
  font-style: normal;
  font-style: normal;
}

button,
input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  font-size: inherit;
  color: #333;
}

input::-webkit-input-placeholder {
  color: #bfbfbf;
}

input:-ms-input-placeholder {
  color: #bfbfbf;
}

input::-moz-placeholder {
  color: #bfbfbf;
}

option {
  outline: 0;
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

img[src$=".svg"] {
  width: 100%;
}

header {
  padding: 3.5em 0 0;
  width: 100%;
  z-index: 10;
  position: relative;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 0;
    position: fixed;
    top: 0;
    background: #f9f7f2;
  }
}
header::before {
  content: "";
  width: 40%;
  max-width: 423px;
  height: 342px;
  background: url(../images/mv_bg01_02.svg) no-repeat center top/contain;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media print, screen and (min-width: 1921px) {
  header::before {
    margin-left: calc((100vw - 1980px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  header::before {
    width: 21%;
    height: 9vw;
    display: none;
  }
}
header button.g-nav-btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  header button.g-nav-btn {
    display: block;
    width: 4em;
    height: 4em;
    background: #584343;
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
}
header button.g-nav-btn > span {
  position: absolute;
  height: 2px;
  width: 60%;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header button.g-nav-btn > span:first-of-type {
  top: 30%;
}
header button.g-nav-btn > span:nth-of-type(2) {
  top: 50%;
}
header button.g-nav-btn > span:nth-of-type(3) {
  top: 70%;
}
header button.g-nav-btn.open span:first-of-type {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header button.g-nav-btn.open span:nth-of-type(2) {
  width: 0;
}
header button.g-nav-btn.open span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
header .header_inner {
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner {
    width: 100%;
  }
}
header .header_inner::before {
  content: "";
  width: 50%;
  max-width: 520px;
  /*min-width: 420px;*/
  background: url(../images/mv_bg01_01.svg) no-repeat center top/contain;
  height: 130%;
  position: absolute;
  left: -8%;
  top: -25%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  header .header_inner::before {
    display: none;
  }
}
header .header_inner h1 {
  font-size: 4.62vw;
  text-align: center;
  font-family: "Zen Maru Gothic", Helvetica;
  font-weight: 700;
  width: 50%;
  max-width: 300px;
  line-height: normal;
}
@media print, screen and (min-width: 1300px) {
  header .header_inner h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner h1 {
    width: 70%;
    font-size: 24px;
    padding: 11px 0 11px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header .header_inner h1 > span {
  font-size: 2.3vw;
  letter-spacing: 3px;
  display: block;
}
@media print, screen and (min-width: 1300px) {
  header .header_inner h1 > span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner h1 > span {
    font-size: 11px;
    letter-spacing: 3px;
    display: block;
    margin-right: 10px;
  }
}
header .header_inner h1 > span span {
  font-size: 1.23vw;
  letter-spacing: 0;
  display: block;
}
@media print, screen and (min-width: 1300px) {
  header .header_inner h1 > span span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner h1 > span span {
    font-size: 10px;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 4em;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav.open-nav {
    background: #584343;
    padding: 1em 0;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 10;
  }
}
header .header_inner .g-nav nav {
  margin-right: 5em;
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav nav {
    margin-right: 0;
  }
}
header .header_inner .g-nav nav ul {
  margin: 0 auto;
  width: 95%;
  display: block;
}
@media print, screen and (min-width: 769px) {
  header .header_inner .g-nav nav ul {
    width: 100%;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
header .header_inner .g-nav nav ul li {
  width: 100%;
  border-bottom: 1px solid #938181;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media print, screen and (min-width: 769px) {
  header .header_inner .g-nav nav ul li {
    width: auto;
    margin: 0 1em;
    border-bottom: none;
    max-width: 68px;
    height: 220px;
    background-color: #584343;
    border-radius: 100px;
  }
}
header .header_inner .g-nav nav ul li a {
  padding: 1em 0;
  display: block;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  header .header_inner .g-nav nav ul li a {
    padding: 2em 1.1em 0;
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 3.6vw;
  }
}
header .header_inner .g-nav nav ul li a span.nav_txt::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  margin: 0 0 0.5em;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  header .header_inner .g-nav nav ul li a span.nav_txt::before {
    margin: 0 0.5em -0.25em 0;
  }
}
header .header_inner .g-nav nav ul li a:hover {
  opacity: 1;
}
header .header_inner .g-nav nav ul li:hover {
  background: #f7866f;
}
header .header_inner .g-nav nav ul li:first-of-type a span.nav_txt::before {
  background: url(../images/i_messege.png) no-repeat center center/contain;
}
header .header_inner .g-nav nav ul li:nth-of-type(2) a span.nav_txt::before {
  background: url(../images/i_service.png) no-repeat center center/contain;
}
header .header_inner .g-nav nav ul li:nth-of-type(3) a span.nav_txt::before {
  background: url(../images/i_feature.png) no-repeat center center/contain;
}
header .header_inner .g-nav nav ul li:nth-of-type(4) a span.nav_txt::before {
  background: url(../images/i_access.png) no-repeat center center/contain;
}
header .header_inner .g-nav nav ul li:last-of-type {
  border-bottom: none;
}
header .header_inner .g-nav nav ul li:last-of-type a span.nav_txt::before {
  background: url(../images/i_tel.png) no-repeat center center/contain;
}

.side_contact {
  position: fixed;
  right: 0;
  top: 40px;
  width: auto;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .side_contact {
    top: auto;
    bottom: 0;
    width: 100%;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    z-index: 10;
    text-align: center;
    display: none;
  }
}
.side_contact a {
  width: auto;
  padding: 2.5em 1.5em;
  display: block;
  border-radius: 30px 0 0 30px;
  background: #f7866f;
  color: #fff;
  font-size: 20px;
  letter-spacing: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .side_contact a {
    font-size: 3.6vw;
    border-radius: 15px 15px 0 0;
    padding: 1.5em 1em;
  }
}
.side_contact a::before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  margin: 0 0 0.5em;
  display: inline-block;
  background: url(../images/i_tel.png) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .side_contact a::before {
    margin: 0 0.5em -0.25em 0;
  }
}
.side_contact a:hover {
  background-color: #584343;
}

.page-top {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 40px;
  bottom: 20px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border: 0;
  background: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .page-top {
    right: 6vw;
    bottom: 6vw;
  }
}
.page-top p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-decoration: none;
  text-transform: uppercase;
  height: 85px;
  margin: 0;
  letter-spacing: 1.5px;
  text-align: right;
  margin-right: 0.5em;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-top p {
    height: 20vw;
  }
}
.page-top p:before {
  content: "";
  position: absolute;
  top: 2px;
  right: -5px;
  width: 2px;
  height: 20px;
  background: #000;
  -webkit-transform: skewX(-150deg);
          transform: skewX(-150deg);
}
@media only screen and (max-width: 768px) {
  .page-top p:before {
    right: -1.75vw;
    height: 6vw;
  }
}
.page-top p:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 2px;
  height: 85px;
  background: #000;
}
@media only screen and (max-width: 768px) {
  .page-top p:after {
    height: 20vw;
  }
}
.page-top.is-active {
  opacity: 1;
  visibility: visible;
}

footer {
  background-color: #faebe3;
  padding: 80px 0 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 14vw 0 4vw;
  }
}
footer p {
  font-weight: 400;
  font-size: 1.696vw;
  text-align: center;
  letter-spacing: 1.1px;
  line-height: 150%;
  white-space: nowrap;
  font-style: normal;
}
@media print, screen and (min-width: 1300px) {
  footer p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  footer p {
    font-size: 3.8vw;
  }
}
footer .foot_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3em auto 5em;
}
@media only screen and (max-width: 768px) {
  footer .foot_contact {
    display: block;
    width: 90%;
    margin: 3vw auto 5vw;
  }
}
footer .foot_contact li {
  max-width: 524px;
  width: 49%;
  height: 7.7vw;
  line-height: 7.7vw;
  font-family: "Zen Maru Gothic", Helvetica;
  font-weight: 700;
  font-size: 3.05vw;
  text-align: center;
  letter-spacing: 2px;
  text-align: center;
  background: #fff;
  margin: 0 1%;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(165, 98, 98, 0.1);
          box-shadow: 0px 0px 16px 0px rgba(165, 98, 98, 0.1);
}
@media print, screen and (min-width: 1300px) {
  footer .foot_contact li {
    font-size: 40px;
    height: 100px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  footer .foot_contact li {
    max-width: 100%;
    width: 100%;
    height: 14vw;
    line-height: 14vw;
    margin: 1em 0;
    font-size: 6vw;
  }
}
footer .foot_contact li > a,
footer .foot_contact li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #584444;
}
footer .foot_contact li > a span,
footer .foot_contact li > span span {
  font-size: 1.85vw;
  text-align: center;
  letter-spacing: 1.2px;
  margin: 0 0.5em 0 0;
  line-height: 1;
  position: relative;
}
@media print, screen and (min-width: 1300px) {
  footer .foot_contact li > a span,
  footer .foot_contact li > span span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  footer .foot_contact li > a span,
  footer .foot_contact li > span span {
    font-size: 3.6vw;
  }
}
footer .foot_contact li > a span::before,
footer .foot_contact li > span span::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../images/i_tel.svg) no-repeat center/contain;
  display: inline-block;
  margin: 0 0.25em -0.35em 0;
}
footer .foot_contact li:last-of-type > span span::before {
  background: url(../images/i_fax.svg) no-repeat center/contain;
}
footer copy {
  font-weight: 400;
  font-size: 1.235vw;
  text-align: center;
  letter-spacing: 0.8px;
  line-height: 175%;
  white-space: nowrap;
  font-style: normal;
}
@media print, screen and (min-width: 1300px) {
  footer copy {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  footer copy {
    font-size: 3vw;
  }
}

#wrap {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #wrap {
    margin-top: 4em;
  }
}

._sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  ._sp {
    display: block;
  }
}

._pc {
  display: none;
}
@media print, screen and (min-width: 1300px) {
  ._pc {
    display: block;
  }
}

.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

main section {
  padding: 5em 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  main section {
    padding: 10vw 0;
  }
}
main section .sec_inner {
  padding: 80px 0;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  main section .sec_inner {
    padding: 8vw 0;
    width: 90%;
  }
}

.ttl_style01 {
  font-family: "Zen Maru Gothic", Helvetica;
  font-weight: 700;
  font-size: 4.15vw;
  text-align: center;
  letter-spacing: 5.4px;
  line-height: normal;
  margin-bottom: 1.5em;
  padding-bottom: 0.75em;
  position: relative;
}
@media print, screen and (min-width: 1300px) {
  .ttl_style01 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 768px) {
  .ttl_style01 {
    font-size: 8vw;
  }
}
.ttl_style01::before {
  content: "";
  width: 120px;
  height: 6px;
  background-color: #f7866f;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .ttl_style01::before {
    width: 30%;
    height: 1vw;
  }
}
.ttl_style01 span {
  letter-spacing: 3px;
  line-height: normal;
  font-size: 56%;
  display: block;
}

.mv div {
  margin: 0 auto;
  display: block;
  max-width: 1100px;
  width: 90%;
}
.mv::before {
  content: "";
  width: 100%;
  height: 35%;
  background: url(../images/mv_bg03.svg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.mv::after {
  content: "";
  max-width: 366px;
  width: 30%;
  height: 500px;
  background: url(../images/mv_bg02.svg) no-repeat right top/contain;
  position: absolute;
  right: 0;
  top: -50px;
  z-index: -1;
}

#about {
  background-color: #f9ebe3;
  text-align: center;
  padding-bottom: 10em;
}
@media only screen and (max-width: 768px) {
  #about {
    padding-bottom: 27vw;
  }
}
#about::after {
  content: "";
  width: 100%;
  height: 80px;
  background: url(../images/about_bg04.svg) no-repeat center bottom/cover;
  position: absolute;
  bottom: -75px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
#about p {
  font-weight: 500;
  font-size: 1.696vw;
  text-align: center;
  letter-spacing: 1.1px;
  line-height: 2.3;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 1300px) {
  #about p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  #about p {
    font-size: 3.4vw;
  }
}
#about p span {
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  line-height: 2;
  font-size: 136%;
  display: block;
  margin: 1em 0 0;
}
#about p:first-of-type {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
}
#about p:last-of-type {
  margin-top: 4em;
}
#about .about_img01 {
  max-width: 403px;
  width: 30%;
  position: absolute;
  right: 1%;
  top: 0;
}
#about .about_img01::after {
  content: "";
  max-width: 366px;
  width: 100%;
  height: 500px;
  background: url(../images/about_bg01.svg) no-repeat right top/contain;
  position: absolute;
  right: -6%;
  top: 72%;
  z-index: 0;
}
#about .about_img01 img {
  position: relative;
  z-index: 1;
}
#about .about_img02 {
  max-width: 551px;
  width: 30%;
  position: absolute;
  bottom: 10%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #about .about_img02 {
    bottom: 1vw;
    width: 40%;
  }
}
#about .about_img02::after {
  content: "";
  max-width: 423px;
  width: 77%;
  height: 323px;
  background: url(../images/about_bg02.svg) no-repeat right bottom/contain;
  position: absolute;
  left: 5%;
  top: -185px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  #about .about_img02::after {
    width: 77%;
    height: 28vw;
    top: -20vw;
  }
}
#about .about_img02 img {
  position: relative;
  z-index: 1;
}

#service::after {
  content: "";
  width: 100%;
  height: 80px;
  background: url(../images/feature_bg01.svg) no-repeat center bottom/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
#service ul.service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#service ul.service_list li {
  max-width: 432px;
  width: 32%;
}
@media only screen and (max-width: 768px) {
  #service ul.service_list li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 3em;
  }
  #service ul.service_list li:last-of-type {
    margin-bottom: 0;
  }
}
#service ul.service_list li h3 {
  font-family: "Zen Maru Gothic", Helvetica;
  font-weight: 700;
  font-size: 2.6vw;
  text-align: center;
  letter-spacing: 1.7px;
  line-height: normal;
  margin: 0.25em 0 0.5em;
}
@media print, screen and (min-width: 1300px) {
  #service ul.service_list li h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 768px) {
  #service ul.service_list li h3 {
    font-size: 5.8vw;
  }
}
#service ul.service_list li h3 span {
  display: block;
  font-size: 60%;
}
#service ul.service_list li p {
  font-weight: 400;
  font-size: 1.38vw;
  letter-spacing: 0.9px;
  line-height: 175%;
  font-style: normal;
}
@media print, screen and (min-width: 1300px) {
  #service ul.service_list li p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #service ul.service_list li p {
    font-size: 3.2vw;
  }
}

#feature {
  background-color: #f6eddd;
}
#feature::before {
  content: "";
  max-width: 376px;
  width: 30%;
  height: 322px;
  background: url(../images/feature_bg02.svg) no-repeat right top/contain;
  position: absolute;
  right: 0;
  top: 13%;
  z-index: 0;
}
#feature::after {
  content: "";
  max-width: 367px;
  width: 30%;
  height: 433px;
  background: url(../images/feature_bg03.svg) no-repeat left top/contain;
  position: absolute;
  left: 0;
  bottom: 15%;
  z-index: 0;
}
#feature .feature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
#feature .feature_list li {
  width: 48%;
  margin: 2em 0 6em;
}
@media only screen and (max-width: 768px) {
  #feature .feature_list li {
    width: 100%;
    margin: 0 0 3em;
  }
}
#feature .feature_list li .hkds_ttl {
  font-family: "Zen Maru Gothic", Helvetica;
  font-weight: 700;
  font-size: 2.6vw;
  text-align: center;
  letter-spacing: 1.7px;
  line-height: 51px;
  white-space: nowrap;
  background: url(../images/hukidasi.png) no-repeat center/contain;
  padding: 0.75em 0 1.75em;
  margin: 0 0 0.5em;
}
@media print, screen and (min-width: 1300px) {
  #feature .feature_list li .hkds_ttl {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #feature .feature_list li .hkds_ttl {
    font-size: 4.8vw;
    line-height: 2;
    padding: 1.85vw 0 5vw;
    width: 100%;
  }
}
#feature .feature_list li .hkds_ttl .point {
  color: #f7866f;
  font-size: 2.9vw;
  text-align: center;
  letter-spacing: 1.9px;
  line-height: 57px;
  white-space: nowrap;
  margin-right: 0.75em;
}
@media print, screen and (min-width: 1300px) {
  #feature .feature_list li .hkds_ttl .point {
    font-size: 38px;
  }
}
@media only screen and (max-width: 768px) {
  #feature .feature_list li .hkds_ttl .point {
    font-size: 4.2vw;
  }
}
#feature .feature_list li .hkds_ttl .point span {
  letter-spacing: 1.3px;
  line-height: 39px;
  white-space: nowrap;
  font-size: 68%;
}
#feature .feature_list li .img_block {
  background-color: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(165, 98, 98, 0.1);
          box-shadow: 0px 0px 16px 0px rgba(165, 98, 98, 0.1);
  padding: 30px;
}
#feature .feature_list li .img_block img {
  max-height: 345px;
  display: block;
  margin: 0 auto;
}
#feature .feature_list li .textarea h4 {
  font-family: "Zen Maru Gothic", Helvetica;
  font-weight: 700;
  font-size: 2.15vw;
  letter-spacing: 1.4px;
  line-height: 42px;
  margin: 0.75em 0;
}
@media print, screen and (min-width: 1300px) {
  #feature .feature_list li .textarea h4 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  #feature .feature_list li .textarea h4 {
    font-size: 4vw;
    line-height: 2;
    margin: 0.75em 0 0;
  }
}
#feature .feature_list li .textarea p {
  font-weight: 400;
  font-size: 1.38vw;
  letter-spacing: 0.9px;
  line-height: 175%;
  font-style: normal;
}
@media print, screen and (min-width: 1300px) {
  #feature .feature_list li .textarea p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  #feature .feature_list li .textarea p {
    font-size: 3.2vw;
  }
}
#feature .feature_list li:first-of-type {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#feature .feature_list li:first-of-type div {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  #feature .feature_list li:first-of-type div {
    width: 100%;
  }
}
#feature .feature_list + p {
  font-weight: 400;
  font-size: 1.85vw;
  text-align: center;
  letter-spacing: 1.2px;
  line-height: 42px;
}
@media print, screen and (min-width: 1300px) {
  #feature .feature_list + p {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #feature .feature_list + p {
    font-size: 3.8vw;
    line-height: 2;
  }
}
#feature .feature_list + p span {
  font-weight: 700;
  font-size: 2.15vw;
  letter-spacing: 1.4px;
  line-height: 42px;
}
@media print, screen and (min-width: 1300px) {
  #feature .feature_list + p span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  #feature .feature_list + p span {
    font-size: 4vw;
    line-height: 2;
  }
}

#access {
  padding: 10em 0 15em;
}
@media only screen and (max-width: 768px) {
  #access {
    padding: 10vw 0 15vw;
  }
}
#access::before {
  content: "";
  width: 100%;
  height: 80px;
  background: url(../images/feature_bg04.svg) no-repeat center top/contain;
  position: absolute;
  top: 0;
  left: 0;
}
#access::after {
  content: "";
  width: 100%;
  height: 80px;
  background: url(../images/footer_bg.svg) no-repeat center bottom/contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
#access .fade-right {
  padding-left: calc((100% - 1300px) / 2);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#access .fade-right .access_list {
  max-width: 625px;
  width: 43%;
}
@media only screen and (max-width: 768px) {
  #access .fade-right .access_list {
    max-width: 90%;
    width: 90%;
    margin: 0 auto;
  }
}
#access .fade-right .access_list li {
  width: 100%;
  background-color: #fff;
  padding: 30px;
  margin: 0 0 30px;
  overflow: hidden;
  border-radius: 40px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(165, 98, 98, 0.1);
          box-shadow: 0px 0px 16px 0px rgba(165, 98, 98, 0.1);
}
#access .fade-right .access_list li:last-of-type {
  margin-bottom: 0;
}
#access .fade-right .access_list li .access_ttl {
  padding: 0 0 25px;
  margin-bottom: 25px;
  position: relative;
}
#access .fade-right .access_list li .access_ttl::after {
  content: "";
  width: 150px;
  height: 3px;
  background: #CCCCCC;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#access .fade-right .access_list li .access_ttl h3 {
  font-size: 2.6vw;
  text-align: center;
  letter-spacing: 1.7px;
  line-height: normal;
  font-family: "Zen Maru Gothic", Helvetica;
  font-weight: 700;
  padding-top: 70px;
  position: relative;
}
@media print, screen and (min-width: 1300px) {
  #access .fade-right .access_list li .access_ttl h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 768px) {
  #access .fade-right .access_list li .access_ttl h3 {
    font-size: 5.8vw;
  }
}
#access .fade-right .access_list li .access_ttl h3::before {
  content: "";
  width: 40px;
  height: 50px;
  background: url(../images/i_train.svg) no-repeat center/contain;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
#access .fade-right .access_list li .access_ttl.car h3::before {
  background: url(../images/i_car.svg) no-repeat center bottom/contain;
}
#access .fade-right .access_list li p {
  font-weight: 400;
  font-size: 1.54vw;
  letter-spacing: 1px;
  line-height: 35px;
  margin: 1.5em 2.5em;
}
@media print, screen and (min-width: 1300px) {
  #access .fade-right .access_list li p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #access .fade-right .access_list li p {
    font-size: 3.4vw;
    line-height: 1.8;
    margin: 1.25em 0;
  }
}
#access .fade-right .access_list li p:last-of-type {
  margin-bottom: 0;
}
#access .fade-right .access_list li p span {
  margin-left: 1em;
  letter-spacing: 0.16px;
  line-height: 31.5px;
  font-size: 90%;
}
#access .fade-right .access_list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  font-weight: 400;
  font-size: 1.54vw;
  letter-spacing: 1px;
  line-height: 35px;
  margin: -1.25em 2.5em 1.5em;
}
@media print, screen and (min-width: 1300px) {
  #access .fade-right .access_list li dl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #access .fade-right .access_list li dl {
    font-size: 3.4vw;
    line-height: 1.8;
    margin: -1em 0 1.25em;
  }
}
#access .fade-right .access_list li dl dt {
  margin-right: 0.75em;
}
#access .fade-right .maparea {
  width: 56%;
  position: relative;
  height: auto;
  border-radius: 40px 0 0 40px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #access .fade-right .maparea {
    width: 100%;
    padding-top: 60vw;
    margin: 3em auto;
    border-radius: 0;
  }
}
#access .fade-right .maparea iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
/*# sourceMappingURL=style.css.map */