@charset "UTF-8";
/* ==============================
  base
============================== */
/*! normalize.css v8.0.1 | 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Cinzel&family=Whisper&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

/* 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/**formのスタイルリセット**/
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
button,
select {
  cursor: pointer;
}

input[type=submit],
input[type=button] {
  background: none;
  border: none;
}

select::-ms-expand {
  display: none;
}

input[type=text],
select {
  font-size: 16px;
  transform: scale(1);
}

*:focus {
  outline: none;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  word-wrap: break-word;
}

html {
  font-size: 100%;
  height: -webkit-fill-available;
}

body {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-align: left;
  font-size: 16px;
  color: #111;
  background: #fff;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #111;
  text-decoration: none;
  outline: none;
  transition: 0.4s;
}
a:hover {
  text-decoration: none;
}

a img {
  transition: 0.4s;
}

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

ul, ol, li {
  list-style-type: none;
}

.content__body {
  padding: 0 50px;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 750px) {
  .content__body {
    padding: 0 15px;
  }
}

.fadein__bottom {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 0.9s;
}
.fadein__bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein__right {
  opacity: 0;
  transform: translate(150px, 0);
  transition: all 0.7s;
}
.fadein__right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein__left {
  opacity: 0;
  transform: translate(-150px, 0);
  transition: all 0.7s;
}
.fadein__left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein {
  animation-name: fadein;
  animation-duration: 3s;
  animation-iteration-count: 1;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*transition & delay*/
.delay01 {
  transition-delay: 0.1s;
}

.delay02 {
  transition-delay: 0.2s;
}

.delay03 {
  transition-delay: 0.3s;
}

.delay04 {
  transition-delay: 0.4s;
}

.delay05 {
  transition-delay: 0.5s;
}

.delay06 {
  transition-delay: 0.6s;
}

.delay07 {
  transition-delay: 0.7s;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-70 {
  margin-bottom: 70px;
}

main {
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  main {
    padding-top: 70px;
  }
}

a:hover {
  transition: 0.3s;
  opacity: 0.7;
}

/* ==============================
header
============================== */
.header__wrap--pc {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 350px;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  z-index: 10;
  background: url(../img/side-bg.png) no-repeat left top;
  background-size: cover;
  padding: 30px;
  overflow: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
.header__wrap--pc::-webkit-scrollbar {
  /*Google Chrome、Safariへの対応*/
  display: none;
}
@media screen and (max-width: 750px) {
  .header__wrap--pc {
    display: none;
  }
}
.header__logo {
  max-width: 200px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 430px) {
  .header__logo {
    width: 75%;
  }
}
.header__nav--wrap {
  width: 65%;
}

.contact__btn {
  display: block;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
  box-shadow: 0px 3px 3px 1px rgba(100, 100, 100, 0.25);
}
.contact__btn:hover {
  transition: 0.3s;
  box-shadow: none;
  background-color: #f4f0e3;
}
.contact__btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 0px solid transparent;
  border-top: 20px solid #FFF600;
  border-bottom: 0;
  z-index: 1;
}
.contact__btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0 solid transparent;
  border-left: 20px solid transparent;
  border-top: 0;
  border-bottom: 20px solid #FFF600;
  z-index: 1;
}
.contact__btn--inner {
  border: 1px solid #111;
  padding: 10px;
}

.contact__btn.sp-header {
  display: block;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
  box-shadow: 0px 3px 3px 1px rgba(100, 100, 100, 0.25);
}
@media screen and (max-width: 750px) {
  .contact__btn.sp-header {
    width: 180px;
    font-size: 12px;
    margin-bottom: 0;
    box-shadow: none;
    padding: 8px;
    margin-right: 65px;
    background-color: #111;
    color: #fff;
  }
}
.contact__btn.sp-header:hover {
  transition: 0.3s;
  box-shadow: none;
  background-color: #f4f0e3;
}
.contact__btn.sp-header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 0px solid transparent;
  border-top: 20px solid #FFF600;
  border-bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .contact__btn.sp-header::after {
    border-right: 10px solid transparent;
    border-top: 10px solid #FFF600;
  }
}
.contact__btn.sp-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0 solid transparent;
  border-left: 20px solid transparent;
  border-top: 0;
  border-bottom: 20px solid #FFF600;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .contact__btn.sp-header::before {
    border-left: 10px solid transparent;
    border-bottom: 10px solid #FFF600;
  }
}
.contact__btn.sp-header--inner {
  border: 1px solid #111;
  padding: 10px;
}

@media screen and (max-width: 750px) {
  .contact__btn--inner.sp-header {
    padding: 5px;
    border: 1px solid #fff;
  }
}

.icon-mail {
  background: url(../img/icon-mail.png) no-repeat left center;
  background-size: 16px;
  padding-left: 20px;
}
.icon-mail-sp {
  background: url(../img/icon-mail-white.png) no-repeat left center;
  background-size: 16px;
  padding-left: 20px;
}

.nav__list {
  margin-bottom: 50px;
}
.nav__item {
  margin-bottom: 10px;
}
.nav__item a {
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
}
@media screen and (max-width: 750px) {
  .nav__item a {
    font-size: 16px;
    padding: 15px 0;
    margin-bottom: 10px;
  }
}
.nav__bnr {
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  header {
    position: fixed;
    width: 100%;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10;
  }
}

.header__sp--inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 70px;
}

.header__logo--sp {
  position: absolute;
  top: 10px;
  left: 15px;
  width: 100px;
}

/* ==============================
    ハンバーガーメニュー
============================== */
.header__wrap--sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .header__wrap--sp {
    display: block;
    position: relative;
  }
}

.menu__btn {
  position: absolute;
  top: 40px;
  transform: translateY(-50%);
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 99;
}
.menu__btn:hover {
  cursor: pointer;
}
.menu__line {
  background: #111;
  display: block;
  height: 2px;
  position: absolute;
  transform: translateX(-50%);
  transition: 0.3s;
  width: 25px;
  top: 12px;
  right: 0;
}
.menu__line--center {
  top: 24px;
}
.menu__line--center.active {
  transform: scaleX(0);
}
.menu__line--bottom {
  top: 37px;
}
.menu__line--bottom.active {
  top: 28px;
  left: 13px;
  transform: rotate(135deg);
  background: #fff;
}
.menu__line--top.active {
  top: 28px;
  left: 13px;
  transform: rotate(45deg);
  background: #fff;
}

.gnav {
  display: block;
  transform: translateX(100%);
  height: 100%;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 98;
  opacity: 0;
  text-align: left;
  transition: 0.4s;
}
.gnav.active {
  transform: translateX(0);
  opacity: 1;
}
.gnav__wrap {
  height: 100vh;
  min-height: 100vh;
  position: absolute;
  width: 100%;
  overflow: scroll;
  padding: 30px;
  padding-top: 80px;
  background: url(../img/side-bg.png) no-repeat left top;
  background-size: cover;
}
.gnav__logo {
  width: 40%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 750px) {
  .gnav__logo {
    width: 60%;
  }
}
.gnav__menu--item {
  margin-bottom: 20px;
}
.gnav__menu--item a {
  padding: 12px 0;
  font-size: 18px;
  font-weight: 600;
}

/* ==============================
footer Styles
============================== */
footer {
  background-color: #303030;
  font-size: 14px;
  color: #fff;
  padding: 35px 0;
}

.footer__body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .footer__body {
    display: block;
  }
}
.footer__body a {
  color: #fff;
}
.footer__sns {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  .footer__sns {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.footer__sns--item {
  width: 30%;
  margin-right: 15px;
}
@media screen and (max-width: 750px) {
  .footer__sns--item {
    margin-right: 10px;
    width: 47%;
  }
}
.footer__sns--item a {
  display: block;
  padding-left: 2.7em;
}
.footer__menu {
  width: 30%;
  padding-left: 20px;
}
@media screen and (max-width: 750px) {
  .footer__menu {
    width: 100%;
    padding-left: 0;
  }
}
.footer__menu--item {
  margin-bottom: 5px;
}
.footer__menu--item a {
  padding-bottom: 10px;
  line-height: 2.2;
}

.sns__fb {
  background: url(../img/icon-Facebook.svg) no-repeat left center;
  background-size: 25px;
  padding: 10px 0;
}

.sns__ig {
  background: url(../img/icon-Instagram.svg) no-repeat left center;
  background-size: 25px;
  padding: 10px 0;
}

.copyright {
  background-color: #fff;
  text-align: center;
  font-size: 10px;
  padding: 15px 0;
}

/* ==============================
main Styles
============================== */
main {
  width: 100%;
  max-width: calc(100% - 350px);
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  main {
    max-width: 100%;
  }
}

/* ==============================
section Styles
============================== */
.section__head {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .section__head {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.section__head--en {
  font-family: "Cinzel", serif;
  font-weight: 400;
  display: block;
  font-size: 34px;
  letter-spacing: 2px;
}
@media screen and (max-width: 750px) {
  .section__head--en {
    font-size: 26px;
  }
}
.section__head--txt {
  text-align: center;
  margin-bottom: 60px;
}
.section__head--txt p {
  line-height: 1.9;
  max-width: 570px;
  margin: 0 auto;
}
.section__menu {
  margin-bottom: 30px;
}
.section__menu--head {
  background-color: #E7F2F1;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  padding: 10px 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .section__menu--head {
    font-size: 18px;
  }
}
.section__menu--head.single {
  font-size: 18px;
}
.section__menu--head span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 15px;
}
@media screen and (max-width: 750px) {
  .section__menu--head span {
    display: block;
    margin-left: 0;
  }
}
.section__menu--body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .section__menu--body {
    flex-wrap: wrap;
  }
}
.section__menu--body.reverse {
  flex-direction: row-reverse;
}
.section__menu--txt {
  width: 58%;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .section__menu--txt {
    width: 100%;
    margin-bottom: 15px;
  }
}
.section__menu--img {
  width: 39%;
  max-width: 403px;
}
@media screen and (max-width: 750px) {
  .section__menu--img {
    width: 100%;
  }
}

/* ==============================
    page style
============================== */
.page__head {
  background: url(../img/page-head-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 15px 25px;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .page__head {
    padding: 25px 15px 5px;
    margin-bottom: 30px;
  }
}

.services__menu--more {
  text-align: right;
}
.services__menu--more a {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #111;
  background: url(../img/icon-arrow-double.svg) no-repeat 95% center #fff;
  background-size: 8px;
  padding: 6px 60px 6px 15px;
  transition: 0.3s;
}
.services__menu--more a:hover {
  color: #fff;
  background: url(../img/icon-arrow-double-white.svg) no-repeat 97% center #111;
  background-size: 8px;
  opacity: 1;
}
.services__menu--more span {
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #111;
  background: url(../img/icon-arrow-double.svg) no-repeat 95% center #fff;
  background-size: 8px;
  padding: 6px 60px 6px 15px;
  transition: 0.3s;
}

/* ==============================
    breadcrumbs style
============================== */
.breadcrumbs {
  border-top: 1px solid #BABABA;
  padding: 10px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs__list li {
  font-size: 12px;
  padding-right: 20px;
  position: relative;
}
.breadcrumbs__list li::after {
  content: "";
  width: 7px;
  height: 10px;
  position: absolute;
  top: 55%;
  right: 5px;
  transform: translateY(-50%);
  background: url(../img/icon-arrow-single.svg) no-repeat center;
  background-size: 100%;
}
.breadcrumbs__list li:last-child {
  padding-right: 0;
}
.breadcrumbs__list li:last-child::after {
  content: none;
}