@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Serif+JP:wght@200..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap);
@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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: inherit;
  /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

.inview,
.inviewL,
.inviewR {
  opacity: 0;
}

.fadeInUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInBigUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInBigUp;
          animation-name: fadeInBigUp;
}

@-webkit-keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.delay_1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay_2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay_3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay_4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay_5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay_6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay_7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay_8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay_9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay_10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay_20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay_30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay_40 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay_50 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.delay_60 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

/*-- settingフォルダの中の_index.scss --*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media (min-width: 769px) and (max-width: 1366px) {
  html {
    font-size: 0.7320644217vw;
  }
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-overflow-scrolling: touch;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  box-sizing: border-box;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  line-height: 1.8;
  text-justify: inter-ideograph;
  width: 100%;
}

.garamond {
  font-family: "EB Garamond", serif;
}

.libre {
  font-family: "Libre Baskerville", serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
  color: inherit;
  text-decoration: none;
}

a.img-link figure {
  overflow: hidden;
}
a.img-link figure img {
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
a.img-link:hover figure img {
  -webkit-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
}

img {
  -webkit-backface-visibility: hidden;
  height: auto;
  width: 100%;
}

.icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.italic {
  font-style: italic;
}

main {
  display: block;
}

.bold {
  font-weight: 700;
}

.ie .slick-dots li button:before {
  font-size: 20px;
}

*:focus {
  outline: none;
}

@media screen and (min-width: 769px) {
  .sp_view {
    display: none;
  }
  .pc_view {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }
  input[type=text],
  input[type=search],
  input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
  }
}
.el_btn {
  background: #CDAE4A;
  border-radius: 9999px;
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.3);
  color: #fff;
  display: block;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 3.7rem;
  padding: 1.5rem 0;
  position: relative;
  text-align: center;
  width: 48rem;
}
@media screen and (max-width: 768px) {
  .el_btn {
    font-size: 1.4rem;
    margin: 0 auto;
    width: 100%;
  }
}
.el_btn span {
  display: block;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .el_btn span {
    font-size: 1.2rem;
  }
}
.el_btn::after {
  background-image: url(../images/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 3rem;
  margin: auto;
  position: absolute;
  right: 2rem;
  top: 0;
  width: 3rem;
}
@media screen and (max-width: 768px) {
  .el_btn::after {
    height: 2rem;
    right: 1.5rem;
    width: 2rem;
  }
}

.common-midashi-style .en {
  color: #31938B;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto 3.5rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .common-midashi-style .en {
    font-size: 1.6rem;
    margin-bottom: 2.7rem;
  }
}
.common-midashi-style .en::after {
  background: #31938B;
  content: "";
  display: block;
  height: 0.1rem;
  margin-top: -0.3rem;
  width: 100%;
}
.common-midashi-style .ja {
  color: #31938B;
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-midashi-style .ja {
    font-size: 2.15rem;
  }
}
.common-midashi-style .ja span {
  display: inline-block;
  position: relative;
}
.common-midashi-style .ja span::after {
  background: #D08039;
  content: "";
  display: block;
  height: 0.1rem;
  margin-top: -1.3rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .common-midashi-style .ja span::after {
    margin-top: -0.8rem;
  }
}

header {
  position: relative;
}
header .logo {
  height: 5.419rem;
  left: 5.3rem;
  position: absolute;
  top: 3.1rem;
  width: 12rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  header .logo {
    height: 3.72rem;
    left: 3rem;
    top: 2.6rem;
    width: 8.2rem;
  }
}

footer {
  background: #31938B;
  padding: 5rem 0 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 3.5rem 0 0;
  }
}
footer .logo {
  margin: 0 auto 5rem;
  width: 13rem;
}
@media screen and (max-width: 768px) {
  footer .logo {
    margin-bottom: 3rem;
    width: 10.8rem;
  }
}
footer .links {
  color: #fff;
  display: flex;
  justify-content: center;
  line-height: 1;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  footer .links {
    margin-bottom: 5rem;
  }
}
footer .links a {
  border-left: 0.1rem solid #fff;
  padding: 0 1rem;
}
footer .links a:first-child {
  border-left: none;
}
footer .copyright {
  background: #fff;
  color: inherit;
  padding: 1.5rem 0 5rem;
  text-align: center;
}
footer .copyright small {
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
}

.p-top {
  background: #fff;
}
.p-top main {
  overflow: hidden;
}
.p-top .mv-sec {
  height: 100vh;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top .mv-sec {
    height: 51.5rem;
  }
}
.p-top .mv-sec .box {
  bottom: 6.4rem;
  left: 13.3rem;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top .mv-sec .box {
    bottom: 0;
    left: 0;
  }
}
.p-top .mv-sec .site-title .sub {
  align-items: center;
  background: #fff;
  border-bottom: 0.3rem solid #31938B;
  border-top: 0.3rem solid #31938B;
  display: flex;
  margin-bottom: 2.7rem;
  padding: 2.3rem 0;
  position: relative;
  width: 49rem;
}
@media screen and (max-width: 768px) {
  .p-top .mv-sec .site-title .sub {
    margin-bottom: 2.3rem;
    padding: 1rem 0;
    padding-left: 2rem;
    width: 30.4rem;
  }
}
.p-top .mv-sec .site-title .sub::before {
  background: #31938B;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 0.3rem;
  width: 100%;
}
.p-top .mv-sec .site-title .sub::after {
  background: #31938B;
  bottom: 0.3rem;
  content: "";
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-top .mv-sec .site-title .sub .badge {
  background: #31938B;
  border-radius: 9999px;
  color: #fff;
  font-size: 1.6rem;
  margin-right: 2rem;
  padding: 0.3rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-top .mv-sec .site-title .sub .badge {
    font-size: 1.3rem;
    margin-right: 1rem;
    padding: 0.1rem 1rem;
  }
}
.p-top .mv-sec .site-title .sub p {
  font-size: 2.8rem;
  letter-spacing: 0.25rem;
  line-height: 1;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
}
@media screen and (max-width: 768px) {
  .p-top .mv-sec .site-title .sub p {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-top .mv-sec .site-title .sub p span {
  color: #31938B;
  display: inline-block;
  font-size: 4.7rem;
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
}
@media screen and (max-width: 768px) {
  .p-top .mv-sec .site-title .sub p span {
    font-size: 2rem;
    -webkit-transform: none;
            transform: none;
  }
}
.p-top .mv-sec .site-title .main p {
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 0.4rem solid #CDAE4A;
  color: #31938B;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 10px;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-top .mv-sec .site-title .main p {
    font-size: 3.5rem;
    letter-spacing: 6px;
    padding-left: 2rem;
  }
}
.p-top .mv-sec .site-title .main p + p {
  margin-top: 1.1rem;
}
.p-top .mv-sec figure {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 34.8rem;
  position: absolute;
  top: 0;
  width: calc(100% - 34.8rem);
  z-index: 0;
}
.p-top .mv-sec figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}
.p-top .mv-sec figure picture {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}
.p-top .mv-sec figure video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top .mv-sec figure {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-top .mv-sec .btn {
    margin-left: 1.5rem;
    -webkit-transform: translateY(3.5rem);
            transform: translateY(3.5rem);
    width: 100%;
  }
}
.p-top .outline-sec {
  margin-top: 8.8rem;
  position: relative;
}
.p-top .outline-sec::after {
  background-image: url(../images/bg_outline-01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 51.0980966325vw;
  mix-blend-mode: multiply;
  opacity: 0.6;
  position: absolute;
  right: -8.78477306vw;
  top: -2.196193265vw;
  -webkit-transform: rotate(-29deg);
          transform: rotate(-29deg);
  width: 42.532942899vw;
}
@media screen and (max-width: 768px) {
  .p-top .outline-sec::after {
    height: 88.5333333333vw;
    left: -32vw;
    right: auto;
    top: -40vw;
    -webkit-transform: scale(-1, 1) rotate(-50deg);
            transform: scale(-1, 1) rotate(-50deg);
    width: 73.8666666667vw;
    z-index: -1;
  }
}
.p-top .outline-sec figure {
  width: 50vw;
}
@media screen and (max-width: 768px) {
  .p-top .outline-sec figure {
    margin-left: 2rem;
    width: calc(100% - 20px);
  }
}
.p-top .outline-sec .text {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5rem 0 0 0;
  bottom: 0;
  left: 38.2137628111vw;
  padding: 6.5rem 6.5rem 2.9rem;
  position: absolute;
  width: calc(100% - 38.2137628111vw);
}
@media screen and (max-width: 768px) {
  .p-top .outline-sec .text {
    background: none;
    border-radius: 0;
    padding: 2rem 0 0 2rem;
    position: static;
    width: 100%;
  }
}
.p-top .outline-sec .text .midashi {
  color: #31938B;
  font-size: 2rem;
  letter-spacing: 0.3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-top .outline-sec .text .midashi {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.p-top .outline-sec .text .read {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  line-height: 3;
  width: 100%;
}
.p-top .outline-sec .text .read span {
  color: #D08039;
}
.p-top .outline-sec .text .dashed-note {
  background-image: linear-gradient(transparent 0, transparent calc(100% - 0.1rem), rgba(49, 147, 139, 0.5) 100%);
  background-size: 100% 2em;
  line-height: 2em;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 768px) {
  .p-top .outline-sec .text .dashed-note {
    background-size: 100% 2.2em;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 2.2em;
    padding-right: 2rem;
  }
}
.p-top .present-sec {
  background: linear-gradient(180deg, #fff 0%, #fff calc(50% - 2rem), #ECF4F2 calc(50% - 2rem), #ECF4F2 100%);
  padding-top: 8.4rem;
}
@media screen and (max-width: 768px) {
  .p-top .present-sec {
    padding-top: 6.2rem;
    position: relative;
  }
  .p-top .present-sec::after {
    background-image: url(../images/bg_outline-01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 88.5333333333vw;
    mix-blend-mode: multiply;
    opacity: 0.6;
    position: absolute;
    right: -58.6666666667vw;
    top: -26.6666666667vw;
    -webkit-transform: rotate(-29deg);
            transform: rotate(-29deg);
    width: 73.8666666667vw;
  }
}
.p-top .present-sec .inner {
  margin: 0 auto;
  width: 120rem;
}
@media screen and (max-width: 768px) {
  .p-top .present-sec .inner {
    width: calc(100% - 4rem);
  }
}
.p-top .present-sec .inner .midashi {
  margin-bottom: 2rem;
}
.p-top .present-sec .inner .read {
  font-size: 1.7rem;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .present-sec .inner .read {
    font-size: 1.3rem;
  }
}
.p-top .present-sec .inner .list {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 3.3rem;
}
@media screen and (max-width: 768px) {
  .p-top .present-sec .inner .list {
    gap: 1.3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top .present-sec .inner .list .item {
  text-align: center;
  width: 23.4rem;
}
@media screen and (min-width: 769px) {
  .p-top .present-sec .inner .list .item:nth-last-of-type(1) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-top .present-sec .inner .list .item {
    width: 100%;
  }
  .p-top .present-sec .inner .list .item:nth-last-of-type(1) {
    align-items: center;
    display: flex;
  }
  .p-top .present-sec .inner .list .item:nth-last-of-type(1) small {
    border-bottom: 0.1rem solid rgba(49, 147, 139, 0.5);
    border-top: 0.1rem solid rgba(49, 147, 139, 0.5);
    display: block;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
    padding: 1rem 0;
    text-align: left;
    text-align: justify;
  }
}
.p-top .present-sec .inner .list .item .caption {
  color: #31938B;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-top .present-sec .inner .list .item .caption {
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
    margin-top: 1rem;
  }
}
.p-top .present-sec .inner .list .item .caption span {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-top .present-sec .inner .list .item .caption span {
    font-size: 1.1rem;
  }
}
.p-top .present-sec .inner .banner {
  margin: 0 auto 3rem;
  width: 41.8rem;
}
@media screen and (max-width: 768px) {
  .p-top .present-sec .inner .banner {
    width: 31.2rem;
  }
}
.p-top .present-sec .inner small {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .present-sec .inner small {
    display: none;
  }
}
.p-top .present-sec .inner .btn {
  margin: 0 auto;
  margin-top: 3rem;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
}
@media screen and (max-width: 768px) {
  .p-top .present-sec .inner .btn {
    -webkit-transform: translateY(3.5rem);
            transform: translateY(3.5rem);
  }
}
.p-top .recommend-sec {
  border-bottom: 0.1rem solid rgba(49, 147, 139, 0.5);
  padding-top: 11rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .recommend-sec {
    padding-top: 10rem;
  }
}
.p-top .recommend-sec::before {
  background-image: url(../images/bg_outline-01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 44.2532942899vw;
  left: -10.980966325vw;
  mix-blend-mode: multiply;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
  width: 36.9509516837vw;
  z-index: -1;
}
.p-top .recommend-sec .inner {
  margin: 0 auto;
  width: 120rem;
}
@media screen and (max-width: 768px) {
  .p-top .recommend-sec .inner {
    margin: 0 auto;
    width: calc(100% - 4rem);
  }
}
.p-top .recommend-sec .inner .midashi {
  margin-bottom: 5rem;
}
.p-top .recommend-sec .inner .list {
  display: grid;
  gap: 2.7rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .p-top .recommend-sec .inner .list {
    display: block;
  }
}
.p-top .recommend-sec .inner .list .item {
  width: 34.9rem;
}
@media screen and (max-width: 768px) {
  .p-top .recommend-sec .inner .list .item {
    padding: 0 1rem;
    width: 100%;
  }
  .p-top .recommend-sec .inner .list .item + .item {
    margin-top: -0.5rem;
    position: relative;
    z-index: 1;
  }
}
.p-top .recommend-sec .inner .list .item figure {
  border-radius: 4rem 0 0 0;
  overflow: hidden;
}
.p-top .recommend-sec .inner .list .item .caption {
  background-image: url(../images/fukidashi_recommend_pc.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 23.8rem;
  margin: 0 auto;
  margin-top: -8.88rem;
  padding-top: 10.5rem;
  position: relative;
  width: 32.1rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top .recommend-sec .inner .list .item .caption {
    background-image: url(../images/fukidashi_recommend_sp.svg);
    height: 23.3rem;
    margin-top: -10.2rem;
    width: 31.5rem;
  }
}
.p-top .recommend-sec .inner .list .item .caption .komidashi {
  color: #31938B;
  font-size: 2rem;
  text-align: center;
}
.p-top .recommend-sec .inner .list .item .caption .description {
  color: #31938B;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}
.p-top .recommend-sec .inner .btn {
  margin: 3rem auto 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
}
@media screen and (max-width: 768px) {
  .p-top .recommend-sec .inner .btn {
    margin: -1rem auto 0;
    -webkit-transform: translateY(3.5rem);
            transform: translateY(3.5rem);
  }
}
.p-top .point-sec {
  background: linear-gradient(180deg, transparent 0%, transparent 50%, #ECF4F2 50%, #ECF4F2 100%);
  padding-top: 14rem;
}
@media screen and (max-width: 768px) {
  .p-top .point-sec {
    padding-top: 10rem;
    position: relative;
  }
  .p-top .point-sec::after {
    background-image: url(../images/bg_outline-01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 88.5333333333vw;
    left: -50.6666666667vw;
    mix-blend-mode: multiply;
    opacity: 0.6;
    position: absolute;
    top: -37.3333333333vw;
    -webkit-transform: scale(-1, 1) rotate(-20deg);
            transform: scale(-1, 1) rotate(-20deg);
    width: 73.8666666667vw;
    z-index: -1;
  }
}
.p-top .point-sec .inner .midashi {
  margin-bottom: 7rem;
}
.p-top .point-sec .inner .point {
  background-color: #ECF4F2;
}
.p-top .point-sec .inner .point .item {
  align-items: center;
  display: flex;
}
.p-top .point-sec .inner .point .item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-top .point-sec .inner .point .item {
    display: block;
  }
  .p-top .point-sec .inner .point .item + .item {
    margin-top: 3rem;
  }
}
.p-top .point-sec .inner .point .item div {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-top .point-sec .inner .point .item div {
    margin: 0 auto;
    width: calc(100% - 2rem);
  }
}
.p-top .point-sec .inner .point .item div.photo {
  height: 100%;
}
.p-top .point-sec .inner .point .item div.photo figure {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.p-top .point-sec .inner .point .item div.photo figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}
.p-top .point-sec .inner .point .item div.photo figure picture {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}
.p-top .point-sec .inner .point .item div.photo figure video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}
.p-top .point-sec .inner .point .item div.text {
  padding: 0 8.6rem;
}
@media screen and (max-width: 768px) {
  .p-top .point-sec .inner .point .item div.text {
    padding: 0 1rem;
  }
}
.p-top .point-sec .inner .point .item div.text .komidashi {
  align-items: center;
  display: flex;
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top .point-sec .inner .point .item div.text .komidashi {
    display: block;
    margin-bottom: 1rem;
    margin-top: -7.1rem;
  }
}
.p-top .point-sec .inner .point .item div.text .komidashi .icon {
  height: 12.8rem;
  margin-right: 2rem;
  width: 12.8rem;
}
@media screen and (max-width: 768px) {
  .p-top .point-sec .inner .point .item div.text .komidashi .icon {
    height: 8.963rem;
    margin-bottom: 1.5rem;
    margin-right: 0;
    width: 8.963rem;
  }
}
.p-top .point-sec .inner .point .item div.text .komidashi .word {
  color: #31938B;
  font-size: 2rem;
  width: calc(100% - 12.8rem);
}
@media screen and (max-width: 768px) {
  .p-top .point-sec .inner .point .item div.text .komidashi .word {
    width: 100%;
  }
}
.p-top .point-sec .inner .btn {
  margin: 7rem auto 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
}
@media screen and (max-width: 768px) {
  .p-top .point-sec .inner .btn {
    margin-top: 5rem;
    -webkit-transform: translateY(3.5rem);
            transform: translateY(3.5rem);
    width: calc(100% - 2rem);
  }
}
.p-top .weddingplace-sec {
  border-bottom: 0.1rem solid rgba(49, 147, 139, 0.5);
  padding-top: 13rem;
}
@media screen and (max-width: 768px) {
  .p-top .weddingplace-sec {
    padding-top: 8.9rem;
  }
}
.p-top .weddingplace-sec .inner {
  margin: 0 auto;
  width: 120rem;
}
@media screen and (max-width: 768px) {
  .p-top .weddingplace-sec .inner {
    width: calc(100% - 2rem);
  }
}
.p-top .weddingplace-sec .inner .midashi {
  margin-bottom: 5rem;
}
.p-top .weddingplace-sec .inner .place dl + dl {
  margin-top: 0.9rem;
}
.p-top .weddingplace-sec .inner .place dl dt {
  background: #31938B;
  color: #fff;
  font-size: 1.8rem;
  padding: 1.8rem 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .weddingplace-sec .inner .place dl dt {
    font-size: 1.6rem;
    padding: 1.6rem 0;
  }
}
.p-top .weddingplace-sec .inner .place dl dt::before {
  background: #fff;
  bottom: 0;
  content: "";
  height: 2rem;
  margin: auto;
  position: absolute;
  right: 4.5rem;
  top: 0;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 0.2rem;
}
@media screen and (max-width: 768px) {
  .p-top .weddingplace-sec .inner .place dl dt::before {
    right: 2.4rem;
  }
}
.p-top .weddingplace-sec .inner .place dl dt::after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 0.2rem;
  margin: auto;
  position: absolute;
  right: 3.6rem;
  top: 0;
  width: 2rem;
}
@media screen and (max-width: 768px) {
  .p-top .weddingplace-sec .inner .place dl dt::after {
    right: 1.5rem;
  }
}
.p-top .weddingplace-sec .inner .place dl dt.is-active::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.p-top .weddingplace-sec .inner .place dl dd {
  display: none;
  padding: 3.1rem 0 7.6rem;
}
@media screen and (max-width: 768px) {
  .p-top .weddingplace-sec .inner .place dl dd {
    padding: 2.5rem 0 3.6rem;
  }
}
.p-top .weddingplace-sec .inner .place dl dd .list {
  display: grid;
  gap: 5rem 3.7rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .p-top .weddingplace-sec .inner .place dl dd .list {
    display: block;
    padding: 0 1rem;
  }
  .p-top .weddingplace-sec .inner .place dl dd .list .item + .item {
    margin-top: 3.7rem;
  }
}
.p-top .weddingplace-sec .inner .place dl dd .list figure {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-top .weddingplace-sec .inner .place dl dd .list figure {
    margin-bottom: 1rem;
  }
}
.p-top .weddingplace-sec .inner .place dl dd .list .caption .name {
  color: #31938B;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  text-align: center;
}
.p-top .weddingplace-sec .inner .place dl dd .list .caption .access {
  color: #31938B;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
  text-align: center;
}
.p-top .weddingplace-sec .inner .place dl dd .list .caption > .btn {
  background: #CDAE4A;
  border-radius: 9999px;
  color: #fff;
  display: block;
  margin-top: 0;
  padding: 1.2rem 0;
  position: relative;
  text-align: center;
  -webkit-transform: none;
          transform: none;
}
.p-top .weddingplace-sec .inner .place dl dd .list .caption > .btn::after {
  background-image: url(../images/icon_arrow2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 1rem;
  margin: auto;
  position: absolute;
  right: 2rem;
  top: 0;
  width: 1.5rem;
}
.p-top .weddingplace-sec .inner .btn {
  margin: 5rem auto 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
}
@media screen and (max-width: 768px) {
  .p-top .weddingplace-sec .inner .btn {
    margin-top: 1rem;
    -webkit-transform: translateY(3.5rem);
            transform: translateY(3.5rem);
    width: calc(100% - 3rem);
  }
}
.p-top .slider-sec {
  padding-top: 15rem;
}
@media screen and (max-width: 768px) {
  .p-top .slider-sec {
    padding-top: 10rem;
  }
}
.p-top .slider-sec .gallery-slide .slider {
  display: flex;
  overflow: hidden;
}
.p-top .slider-sec .gallery-slide .slider .slides {
  -webkit-animation: 40s linear infinite sliderAnimation_horizontal;
          animation: 40s linear infinite sliderAnimation_horizontal;
  display: flex;
  width: 190rem;
}
@media screen and (max-width: 768px) {
  .p-top .slider-sec .gallery-slide .slider .slides {
    width: 155.5rem;
  }
}
.p-top .slider-sec .gallery-slide .slider .slide {
  height: 38rem;
  width: 38rem;
}
@media screen and (max-width: 768px) {
  .p-top .slider-sec .gallery-slide .slider .slide {
    height: 31.1rem;
    width: 31.1rem;
  }
}
.p-top .slider-sec .gallery-slide .slider .slide figure {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.p-top .slider-sec .gallery-slide .slider .slide figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}
.p-top .slider-sec .gallery-slide .slider .slide figure picture {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}
.p-top .slider-sec .gallery-slide .slider .slide figure video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}
@-webkit-keyframes sliderAnimation_horizontal {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes sliderAnimation_horizontal {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-top .voice-sec {
  background: linear-gradient(180deg, #fff 0%, #fff calc(50% - 4.3rem), #ECF4F2 calc(50% - 4.3rem), #ECF4F2 100%);
  padding-bottom: 8.6rem;
  padding-top: 9.5rem;
}
@media screen and (max-width: 768px) {
  .p-top .voice-sec {
    padding-top: 7.5rem;
  }
}
.p-top .voice-sec .inner {
  margin: 0 auto;
  width: 100rem;
}
@media screen and (max-width: 768px) {
  .p-top .voice-sec .inner {
    width: calc(100% - 6rem);
  }
}
.p-top .voice-sec .inner .midashi {
  margin-bottom: 5rem;
}
.p-top .voice-sec .inner .list {
  display: grid;
  gap: 7rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .p-top .voice-sec .inner .list {
    display: block;
  }
}
.p-top .voice-sec .inner .list .item {
  margin: 0 auto;
  width: 27.5rem;
}
@media screen and (max-width: 768px) {
  .p-top .voice-sec .inner .list .item {
    width: 100%;
  }
  .p-top .voice-sec .inner .list .item + .item {
    margin-top: 3.5rem;
  }
}
.p-top .voice-sec .inner .list .item figure {
  margin-bottom: 2.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top .voice-sec .inner .list .item figure {
    margin: 0 auto 2rem;
    width: 27.5rem;
  }
}
.p-top .voice-sec .inner .list .item .caption .komidashi {
  color: #31938B;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .voice-sec .inner .list .item .caption .komidashi {
    margin-bottom: 1.5rem;
  }
}
.p-top .voice-sec .inner .list .item .caption .read {
  letter-spacing: 0.05rem;
  text-align: justify;
}
.p-top .message-sec {
  margin-bottom: 11.5rem;
  overflow: hidden;
  padding-top: 9.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .message-sec {
    margin-bottom: 8.2rem;
  }
}
.p-top .message-sec::after {
  background-image: url(../images/bg_outline-01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 51.0980966325vw;
  mix-blend-mode: multiply;
  opacity: 0.6;
  position: absolute;
  right: -10.2489019034vw;
  top: -13.17715959vw;
  -webkit-transform: rotate(-53deg);
          transform: rotate(-53deg);
  width: 42.532942899vw;
}
@media screen and (max-width: 768px) {
  .p-top .message-sec::after {
    height: 88.5333333333vw;
    right: -37.3333333333vw;
    top: -56vw;
    width: 73.8666666667vw;
  }
}
.p-top .message-sec .midashi {
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .p-top .message-sec .midashi {
    margin-bottom: 4rem;
  }
}
.p-top .message-sec figure {
  align-items: center;
  display: flex;
  height: 35.7247437775vw;
  justify-content: center;
  min-height: 48.8rem;
  width: 50vw;
}
@media screen and (max-width: 768px) {
  .p-top .message-sec figure {
    height: 26.8rem;
    min-height: 26.8rem;
    width: 100%;
  }
}
.p-top .message-sec figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}
.p-top .message-sec figure picture {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}
.p-top .message-sec figure video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}
.p-top .message-sec .text {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5rem 0 0 0;
  bottom: 0;
  left: 38.2137628111vw;
  padding: 6.5rem 13.3rem 2.9rem 6.5rem;
  position: absolute;
  width: calc(100% - 38.2137628111vw);
}
@media screen and (max-width: 1206px) {
  .p-top .message-sec .text {
    padding-right: 6.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top .message-sec .text {
    left: 0;
    margin-top: -3.3rem;
    padding: 6rem 0 0 2rem;
    position: relative;
    top: 0;
    width: 100%;
  }
}
.p-top .message-sec .text .midashi {
  color: #31938B;
  font-size: 2rem;
  letter-spacing: 0.3rem;
  margin-bottom: 2rem;
}
.p-top .message-sec .text .read {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  line-height: 3;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top .message-sec .text .read {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding-right: 3rem;
  }
}
.p-top .message-sec .text .read span {
  color: #D08039;
}
.p-top .message-sec .text .dashed-note {
  background-image: linear-gradient(0deg, rgba(49, 147, 139, 0.5) 1px, transparent 1px);
  background-size: 100% 3em;
  line-height: 3em;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 768px) {
  .p-top .message-sec .text .dashed-note {
    background-size: 100% 2.2em;
    line-height: 2.2em;
  }
}
.p-top .entry-sec {
  background: #ECF4F2;
  padding-top: 7.9rem;
}
@media screen and (max-width: 768px) {
  .p-top .entry-sec {
    padding-top: 6.3rem;
  }
}
.p-top .entry-sec .inner {
  margin: 0 auto;
  padding: 0 5rem;
  width: 100rem;
}
@media screen and (max-width: 768px) {
  .p-top .entry-sec .inner {
    padding: 0;
    width: calc(100% - 4rem);
  }
}
.p-top .entry-sec .inner .midashi {
  margin-bottom: 2rem;
}
.p-top .entry-sec .inner .entry dl {
  border-bottom: 0.1rem solid #31938B;
  display: flex;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .p-top .entry-sec .inner .entry dl {
    display: block;
    padding: 1.5rem 0;
  }
}
.p-top .entry-sec .inner .entry dl dt {
  color: #31938B;
  font-size: 1.7rem;
  width: 26rem;
}
@media screen and (max-width: 768px) {
  .p-top .entry-sec .inner .entry dl dt {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.p-top .entry-sec .inner .entry dl dd {
  font-size: 1.6rem;
  width: calc(100% - 26rem);
}
@media screen and (max-width: 768px) {
  .p-top .entry-sec .inner .entry dl dd {
    font-size: 1.3rem;
    width: 100%;
  }
}
.p-top .entry-sec .inner .entry dl dd small {
  display: block;
  line-height: 1.6;
  margin-top: 1rem;
}
.p-top .entry-sec .inner .entry dl dd ul li {
  margin-left: calc(2em + 0.3rem);
  text-indent: calc(-2em - 0.3rem);
}
.p-top .entry-sec .inner .entry dl dd ol li {
  margin-left: calc(1em + 0.7rem);
  text-indent: calc(-1em - 0.7rem);
}
.p-top .entry-sec .inner .entry dl dd ol li span {
  color: #31938B;
}
.p-top .entry-sec .inner .btn {
  margin: 3rem auto 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
}
@media screen and (max-width: 768px) {
  .p-top .entry-sec .inner .btn {
    margin-top: 1rem;
    -webkit-transform: translateY(3.5rem);
            transform: translateY(3.5rem);
  }
}
.p-top .faq-sec {
  padding-bottom: 12.2rem;
  padding-top: 11.6rem;
}
@media screen and (max-width: 768px) {
  .p-top .faq-sec {
    border-bottom: 0.1rem solid rgba(49, 147, 139, 0.5);
    margin-bottom: 12rem;
    padding-bottom: 0;
  }
}
.p-top .faq-sec .inner {
  margin: 0 auto;
  padding: 0 5rem;
  width: 100rem;
}
@media screen and (max-width: 768px) {
  .p-top .faq-sec .inner {
    padding: 0;
    width: 100%;
  }
}
.p-top .faq-sec .inner .midashi {
  color: #31938B;
  margin-bottom: 6rem;
}
.p-top .faq-sec .inner .midashi .en {
  border-bottom: 0.1rem solid #31938B;
  font-size: 2rem;
  letter-spacing: 1px;
  margin: 0 auto;
  padding: 0 1.3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-top .faq-sec .inner .midashi .en {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1;
    padding: 0;
  }
}
.p-top .faq-sec .inner .midashi .ja {
  font-size: 3rem;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .faq-sec .inner .midashi .ja {
    font-size: 2rem;
  }
}
.p-top .faq-sec .inner .faq dl + dl {
  margin-top: 1rem;
}
.p-top .faq-sec .inner .faq dl dt {
  background: #ECF4F2;
  display: flex;
  padding: 1rem 7.5rem 1rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top .faq-sec .inner .faq dl dt {
    align-items: center;
  }
}
.p-top .faq-sec .inner .faq dl dt .icon {
  color: #31938B;
  font-size: 2.8rem;
  width: 5.3rem;
}
@media screen and (max-width: 768px) {
  .p-top .faq-sec .inner .faq dl dt .icon {
    font-size: 1.8rem;
    width: 2.8rem;
  }
}
.p-top .faq-sec .inner .faq dl dt .word {
  font-size: 1.6rem;
  padding-top: 1.3rem;
  width: calc(100% - 5.3rem);
}
@media screen and (max-width: 768px) {
  .p-top .faq-sec .inner .faq dl dt .word {
    font-size: 1.3rem;
    padding-top: 0;
    width: calc(100% - 2.8rem);
  }
}
.p-top .faq-sec .inner .faq dl dt::before {
  background: #31938B;
  bottom: 0;
  content: "";
  height: 2rem;
  margin: auto;
  position: absolute;
  right: 2.9rem;
  top: 0;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 0.2rem;
}
.p-top .faq-sec .inner .faq dl dt::after {
  background: #31938B;
  bottom: 0;
  content: "";
  height: 0.2rem;
  margin: auto;
  position: absolute;
  right: 2rem;
  top: 0;
  width: 2rem;
}
.p-top .faq-sec .inner .faq dl dt.is-active::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}
.p-top .faq-sec .inner .faq dl dd {
  cursor: pointer;
  display: none;
  padding: 1.3rem 7.5rem 3.5rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-top .faq-sec .inner .faq dl dd {
    padding: 1rem 6rem 2rem 2.5rem;
  }
}
.p-top .faq-sec .inner .faq dl dd .box {
  display: flex;
}
.p-top .faq-sec .inner .faq dl dd .icon {
  color: #31938B;
  font-size: 2.8rem;
  width: 5.3rem;
}
@media screen and (max-width: 768px) {
  .p-top .faq-sec .inner .faq dl dd .icon {
    font-size: 1.8rem;
    width: 2.8rem;
  }
}
.p-top .faq-sec .inner .faq dl dd .word {
  font-size: 1.6rem;
  padding-top: 1.3rem;
  width: calc(100% - 5.3rem);
}
@media screen and (max-width: 768px) {
  .p-top .faq-sec .inner .faq dl dd .word {
    font-size: 1.3rem;
    padding-top: 0.5rem;
    width: calc(100% - 2.8rem);
  }
}
.p-top .faq-sec .inner .btn {
  margin: 9rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-top .faq-sec .inner .btn {
    margin-top: 2rem;
    -webkit-transform: translateY(3.5rem);
            transform: translateY(3.5rem);
    width: calc(100% - 4rem);
  }
}
.p-top .floating {
  bottom: 0;
  position: fixed;
  right: -48rem;
  transition: right 0.3s;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .p-top .floating {
    display: none !important;
  }
}
.p-top .floating.is-active {
  right: 0;
}
.p-top .floating a {
  background: #CDAE4A;
  border-radius: 3rem 0 0 0;
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.3);
  color: #fff;
  display: block;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 2rem 0 1.5rem 3rem;
  position: relative;
  text-align: left;
  width: 48rem;
}
@media screen and (max-width: 768px) {
  .p-top .floating a {
    font-size: 1.4rem;
    margin: 0 auto;
    width: 100%;
  }
}
.p-top .floating a span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.2rem;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-top .floating a span {
    font-size: 1.2rem;
  }
}
.p-top .floating a::after {
  background-image: url(../images/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 3rem;
  margin: auto;
  position: absolute;
  right: 2rem;
  top: 0;
  width: 3rem;
}
@media screen and (max-width: 768px) {
  .p-top .floating a::after {
    height: 2rem;
    right: 1.5rem;
    width: 2rem;
  }
}
.p-top .floating a::before {
  background: #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 7rem;
  top: 0;
  width: 0.1rem;
}

.p-contact {
  background: #ECF4F2;
}
.p-contact header {
  align-items: center;
  background-color: #fff;
  border-bottom: solid 0.1rem #ccc;
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact header {
    padding: 1.5rem 0;
  }
}
.p-contact header .logo {
  position: relative;
  top: 0;
  width: 12rem;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-contact header .logo {
    height: 3.72rem;
    left: 2rem;
    width: 8.2rem;
  }
}
.p-contact header .back_btn {
  margin-right: 3.4rem;
}
@media screen and (max-width: 768px) {
  .p-contact header .back_btn {
    margin-right: 1rem;
  }
}
.p-contact header .back_btn .bl_btn {
  background: #32948B;
  border-radius: 9999px;
  box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.3);
  color: #fff;
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 0 auto;
  padding: 1.5rem 0;
  position: relative;
  text-align: center;
  width: 25rem;
}
@media screen and (max-width: 768px) {
  .p-contact header .back_btn .bl_btn {
    font-size: 1rem;
    padding: 1.2rem 0;
    width: 18rem;
  }
}
.p-contact header .back_btn .bl_btn::after {
  background-image: url(../images/icon_arrow3.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 2rem;
  margin: auto;
  position: absolute;
  right: 2rem;
  top: 0;
  width: 2rem;
}
@media screen and (max-width: 768px) {
  .p-contact header .back_btn .bl_btn::after {
    height: 1.5rem;
    right: 1rem;
    width: 1.5rem;
  }
}
.p-contact main {
  overflow: hidden;
}
.p-contact .contact-sec {
  margin-top: 8.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-contact .contact-sec {
    margin-top: 4rem;
  }
}
.p-contact .contact-sec .inner {
  margin: 0 auto;
  width: 120rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact-sec .inner {
    width: 100%;
  }
}
.p-contact .contact-sec .inner .text {
  color: #31938B;
  text-align: center;
}
.p-contact .contact-sec .inner .midashi {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact-sec .inner .midashi {
    margin-bottom: 4rem;
  }
}
.p-contact .contact-sec .inner .read {
  font-size: 1.7rem;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .contact-sec .inner .read {
    font-size: 1.3rem;
  }
}
.p-contact .contact-sec .inner .contact-box {
  background-color: #fff;
  box-sizing: border-box;
  margin-bottom: 11rem;
  padding: 7rem 10rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact-sec .inner .contact-box {
    margin-bottom: 0;
    padding: 3rem 2rem;
  }
}
.p-contact .contact-sec .inner .contact-box .txtArea dl .row {
  border-bottom: solid 1px #31938B;
  display: flex;
  margin-bottom: 2.5rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact-sec .inner .contact-box .txtArea dl .row {
    display: block;
    margin-bottom: 1.5rem;
    padding-bottom: 2rem;
  }
}
.p-contact .contact-sec .inner .contact-box .txtArea dl .row dt {
  color: #31938B;
  width: 28rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact-sec .inner .contact-box .txtArea dl .row dt {
    margin-bottom: 1rem;
    width: 100%;
  }
}
.p-contact .contact-sec .inner .contact-box .txtArea dl .row dd {
  width: calc(100% - 30rem);
}
@media screen and (max-width: 768px) {
  .p-contact .contact-sec .inner .contact-box .txtArea dl .row dd {
    width: 100%;
  }
}
.p-contact .contact-sec .inner .contact-box .txtArea dl .row dd ol {
  margin-bottom: 2rem;
}
.p-contact .contact-sec .inner .contact-box .txtArea dl .row dd ol li {
  margin-bottom: 0.5rem;
}
.p-contact .contact-sec .inner .contact-box .txtArea dl .row dd ul li {
  display: flex;
  margin-bottom: 0.5rem;
}
.p-contact .contact-sec .inner .contact-box .txtArea dl .row dd ul li::before {
  color: #31938B;
  content: "⚫︎";
  margin-right: 1rem;
}
.p-contact .contact-sec .inner .contact-box .thanks_txt {
  text-align: center;
}
.p-contact .contact-sec .inner .contact-box .thanks_txt .thanks {
  padding: 5rem 0;
}
.p-contact .contact-sec .inner .formArea .must {
  color: #31938B;
  display: inline-block;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact-sec .inner .formArea .must {
    margin-right: 0;
  }
}
.p-contact .contact-sec .inner .formArea .mfp_phase {
  /*padding-top: 2rem;
    padding-bottom: 2rem;
    margin: 3rem auto;*/
}
.p-contact .contact-sec .inner .formArea .mfp_phase .mailform {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact-sec .inner .formArea .mfp_phase .mailform {
    margin-bottom: 2rem;
  }
}
.p-contact .contact-sec .inner .formArea .mfp_phase .mailform p {
  margin-bottom: 2rem;
}
.p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row {
    display: block;
  }
}
.p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row dt {
  color: #333333;
  font-size: 1.4rem;
  position: relative;
  width: 18rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row dt {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    width: 100%;
  }
}
.p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row dd {
  width: 62rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row dd {
    width: 100%;
  }
}
.p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row dd input[type=text],
.p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row dd input[type=tel],
.p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row dd input[type=email],
.p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row dd select {
  background-color: #fff;
  border: solid 1px #CCCCCC;
  box-sizing: border-box;
  font-size: 100%;
  max-width: 100%;
  padding: 5px;
  width: 40rem;
}
.p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row dd textarea {
  background-color: #fff;
  border: solid 1px #CCCCCC;
  box-sizing: border-box;
  font-size: 100%;
  padding: 5px;
  width: 100%;
}
.p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row dd select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row dd .mfp_col10 {
  width: 100%;
}
.p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row dd .mfp_col10 .comment {
  display: block;
}
.p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row dd .mfp_rows {
  display: flex;
  flex-wrap: wrap;
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row dd .mfp_rows {
    width: 100%;
  }
}
.p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row dd .mfp_rows .mfp_col5 {
  display: flex;
  width: 50%;
}
.p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row dd .mfp_rows .mfp_col5 label {
  margin: auto 1rem;
  width: 4rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row dd .mfp_rows .mfp_col5 label {
    margin-left: 0;
    margin-right: 1rem;
  }
}
.p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row dd .mfp_rows .mfp_col5 input[type=text] {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row dd .mfp_rows .mfp_col5 input[type=text] {
    margin-right: 1rem;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row dd .mfp_rows .mfp_col5 select {
    margin-right: 1rem;
  }
}
.p-contact .contact-sec .inner .formArea .mfp_phase .mailform .row dd .mfp_rows span {
  color: #06407e;
  display: inline-block;
  font-size: 0.85em;
  margin-top: 10px;
}
.p-contact .contact-sec .inner .formArea .mfp_privacy {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .contact-sec .inner .formArea .mfp_privacy {
    text-align: left;
  }
}
.p-contact .contact-sec .inner .formArea .mfp_privacy p {
  margin-bottom: 2rem;
}
.p-contact .contact-sec .inner .formArea .mfp_privacy p a {
  text-decoration: underline;
}
.p-contact .contact-sec .inner .formArea .mfp_privacy p a:hover {
  text-decoration: none;
}
.p-contact .contact-sec .inner .formArea .mfp_privacy .mailform {
  margin-bottom: 1rem;
}
.p-contact .contact-sec .inner .formArea .mfp_privacy .mailform .row {
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 30rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact-sec .inner .formArea .mfp_privacy .mailform .row {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }
}
.p-contact .contact-sec .inner .formArea .mfp_privacy .mailform .row dt {
  width: 2rem;
}
.p-contact .contact-sec .inner .formArea .mfp_privacy .mailform .row dt input[type=checkbox] {
  border: solid 1px #CCCCCC;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .p-contact .contact-sec .inner .formArea .mfp_privacy .mailform .row dt {
    margin-bottom: 0.5rem;
  }
}
.p-contact .contact-sec .inner .formArea .mfp_privacy .mailform .row dd {
  font-size: 1.4rem;
  width: 28rem;
}
@media screen and (max-width: 768px) {
  .p-contact .contact-sec .inner .formArea .mfp_privacy .mailform .row dd {
    font-size: 1.1rem;
  }
}
.p-contact .contact-sec .inner .formArea .mfp_buttons {
  text-align: center;
}
.p-contact .contact-sec .inner .formArea .mfp_buttons .submitBtn {
  margin: 2rem auto !important;
  padding: 2rem 0;
}
.p-contact #mfp_button_send {
  background: #CDAE4A;
  color: #fff;
  padding: 1rem 2rem;
  width: 40%;
}
.p-contact #mfp_button_cancel {
  background: #999;
  color: #fff;
  padding: 1rem 2rem;
  width: 40%;
}
.p-contact #mfp_thanks {
  display: none;
}

/*# sourceMappingURL=app.css.map*/