@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Shippori+Mincho:wght@400;500;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1.5;
}

body {
  font-size: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

body,
button,
input,
select,
textarea {
  font-size: 1rem;
  line-height: 1.5;
}

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

img {
  width: 100%;
  max-width: initial;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}
img[src$=".svg"] {
  max-width: 100%;
}

label {
  margin-bottom: 0;
}

input[type=search] {
  color: inherit;
  border: 1px solid #333;
  border-radius: 0;
  padding: 0.3em 0.3em 0.3em 35px;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
}

figure {
  margin: 0;
}

h1 {
  font-size: inherit;
}

p {
  margin: 0;
}

h2 {
  color: inherit;
  font-size: 1rem;
}

h3 {
  color: inherit;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

h3 {
  font-size: 1rem;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0;
}

h4 {
  color: inherit;
  font-size: inherit;
  font-weight: normal;
}

button,
input[type=button],
input[type=submit] {
  background-color: transparent;
}

ol {
  list-style: none;
}

a:hover,
a:active {
  color: inherit;
}

/*================================
	サイトごとに設定
=================================*/
/*================================
	メディアクエリの設定
=================================*/
/*================================
	サイト共通設定
=================================*/
html {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  word-wrap: break-word;
  width: 100%;
  height: 100%;
}
html * {
  font-weight: 500;
  box-sizing: border-box;
}

/*================================
	PC 共通設定
=================================*/
@media print, screen and (min-width: 768px) {
  html {
    overflow-y: scroll;
  }
  .inner {
    width: 90.9090909091%;
    max-width: 1000px;
    margin: auto;
  }
}
/*================================
	PC 相対値範囲設定
=================================*/
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  html {
    font-size: 1vw;
  }
}
/*================================
	SP 共通設定
=================================*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 3.6458333333vw;
  }
  .inner {
    width: 90%;
    margin: auto;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* BASE STYLE
--------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  vertical-align: middle;
}

/* CLEAR-FIX */
.clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.wrap {
  overflow: clip;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.is-between {
  justify-content: space-between;
}

.flexdry {
  flex-direction: row-reverse;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

a {
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

body {
  opacity: 0;
  transition: all 2s ease;
}

body.is-visible {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .wrap {
    overflow: hidden;
  }
}
/*------------------------------------------------

l-header

-------------------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100px;
  transition: all 0.3s ease;
}
.l-header.active {
  background-color: rgba(255, 255, 255, 0.8);
}
.l-header .l-header-inner {
  align-items: center;
  height: 100%;
  padding: 0 35px;
}
.l-header .l-header-logo {
  align-items: center;
}
.l-header .l-header-logo__ttl {
  margin-right: 20px;
}
.l-header .l-header-logo__ttl .-link {
  display: block;
}
.l-header .l-header-logo__txt {
  font-size: 12px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.l-header .l-header-area__list {
  gap: 40px;
  margin-right: 175px;
}
.l-header .l-header-area__list-item .-link {
  font-size: 14px;
  letter-spacing: 0.08em;
  display: block;
  text-transform: uppercase;
}
.l-header .l-header-area__contact-btn {
  width: 130px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
}
.l-header .l-header-area__contact-btn .-link {
  display: flex;
  font-size: 14px;
  padding: 7px 0;
  align-items: center;
  justify-content: center;
  border: 1px solid #222;
  border-radius: 55px;
  transition: all 0.3s ease;
}
.l-header .l-header-area__contact-btn:hover .-link {
  color: #fff;
  opacity: 1;
  background-color: #222;
}
.l-header .l-header-humbtn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .l-header .l-header-inner {
    padding: 0 10px;
  }
  .l-header .l-header-logo__ttl {
    margin-right: 10px;
  }
  .l-header .l-header-logo__txt {
    font-size: 10px;
  }
  .l-header .l-header-area__list {
    gap: 20px;
    margin-right: 120px;
  }
  .l-header .l-header-area__list-item .-link {
    font-size: 12px;
  }
  .l-header .l-header-area__contact-btn {
    width: 100px;
    right: 10px;
  }
  .l-header .l-header-area__contact-btn .-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 4.2857142857rem;
  }
  .l-header.open {
    background-color: #fff;
  }
  .l-header .l-header-logo__ttl {
    width: 7.8571428571rem;
  }
  .l-header .l-header-logo__txt {
    font-size: 0.7142857143rem;
    line-height: 1.6;
  }
  .l-header .l-header-inner {
    padding: 0 1.4285714286rem;
  }
  .l-header .l-header-area {
    position: fixed;
    overflow: scroll;
    background-color: #fff;
    height: calc(100vh - 4.2857142857rem);
    top: 4.2857142857rem;
    padding: 1.7857142857rem;
    padding-bottom: 3.5714285714rem;
    width: 100%;
    left: 0;
    opacity: 0;
    transform: translateX(0%);
    pointer-events: none;
    transition: all 0.3s ease;
    border-bottom: 0.7142857143rem solid #222;
  }
  .l-header .l-header-area.open {
    transform: translateX(0%);
    opacity: 1;
    z-index: 1000;
    pointer-events: auto;
  }
  .l-header .l-header-area__list {
    gap: 0px;
    width: 100%;
    margin-right: 0px;
  }
  .l-header .l-header-area__list-item {
    width: 100%;
  }
  .l-header .l-header-area__list-item .-link {
    display: block;
    font-size: 1.0714285714rem;
    color: #222;
    padding: 1.4285714286rem 0;
    border-bottom: 1px solid #222;
  }
  .l-header .l-header-area__list-sns {
    margin-top: 3.5714285714rem;
    width: 100%;
  }
  .l-header .l-header-area__list-sns ul {
    justify-content: center;
    width: 100%;
    gap: 1.4285714286rem;
  }
  .l-header .l-header-area__list-sns li {
    width: 2.8571428571rem;
    height: 2.8571428571rem;
  }
  .l-header .l-header-area__contact {
    margin: auto;
    margin-top: 2.5rem;
  }
  .l-header .l-header-area__contact-btn {
    position: static;
    top: 0;
    width: 16.4285714286rem;
    right: 0;
    transform: translateX(0);
  }
  .l-header .l-header-area__contact-btn .-link {
    justify-content: center;
    font-size: 0.9285714286rem;
    padding: 1.0714285714rem 0;
  }
  .l-header .l-header-humbtn {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.7142857143rem;
    width: 4.2857142857rem;
    height: 4.2857142857rem;
  }
  .l-header .l-header-humbtn.open .l-header-humbtn__line {
    position: absolute;
    height: 1px;
    background-color: #222;
    top: 50%;
    left: 25%;
  }
  .l-header .l-header-humbtn.open .l-header-humbtn__line:nth-child(1) {
    transform: translateY(0px) rotate(45deg);
    width: 2.4285714286rem;
  }
  .l-header .l-header-humbtn.open .l-header-humbtn__line:nth-child(2) {
    opacity: 0;
  }
  .l-header .l-header-humbtn.open .l-header-humbtn__line:nth-child(3) {
    transform: translateY(0px) rotate(-45deg);
    width: 2.4285714286rem;
  }
  .l-header .l-header-humbtn__line {
    position: absolute;
    height: 1px;
    top: 50%;
    left: 25%;
    background-color: #222;
    transition: all 0.3s ease;
  }
  .l-header .l-header-humbtn__line:nth-child(1) {
    transform: translateY(-6px);
    width: 2.4285714286rem;
  }
  .l-header .l-header-humbtn__line:nth-child(2) {
    transform: translateY(0px);
    width: 1.6428571429rem;
  }
  .l-header .l-header-humbtn__line:nth-child(3) {
    transform: translateY(6px);
    width: 0.7857142857rem;
  }
}

/*------------------------------------------------

l-footer

-------------------------------------------------*/
.l-footer .l-footer-area {
  background-color: #E5F5FC;
  padding: 80px 0 100px;
}
.l-footer .l-footer-area .-logo {
  width: 180px;
  margin: auto;
}
.l-footer .l-footer-area .-list {
  margin-top: 35px;
  justify-content: center;
  gap: 40px;
}
.l-footer .l-footer-area .-list a {
  font-size: 14px;
  letter-spacing: 0.08em;
}
.l-footer .l-footer-area .-snsbox {
  margin-top: 45px;
  text-align: center;
}
.l-footer .l-footer-area .-snsbox .-ttl {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 110px;
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: 400;
}
.l-footer .l-footer-area .-snsbox .-ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 90px;
  height: 1px;
  background-color: #222;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-footer .l-footer-area .-snsbox .-ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 90px;
  height: 1px;
  background-color: #222;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-footer .l-footer-area .-snsbox ul {
  margin-top: 20px;
  gap: 20px;
  justify-content: center;
}
.l-footer .l-footer-area .-snsbox a {
  display: block;
}
.l-footer .l-footer-btm {
  background-color: #222;
  padding: 12.5px 0;
}
.l-footer .l-footer-btm p {
  font-size: 10px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-area {
    padding: 5rem 0 6.0714285714rem;
  }
  .l-footer .l-footer-area .-logo {
    width: 12.5rem;
  }
  .l-footer .l-footer-area .-list {
    margin-top: 2.5rem;
    gap: 1.4285714286rem;
  }
  .l-footer .l-footer-area .-list a {
    font-size: 1rem;
  }
  .l-footer .l-footer-area .-snsbox {
    margin-top: 3.2142857143rem;
  }
  .l-footer .l-footer-area .-snsbox .-ttl {
    padding: 0 5rem;
    font-size: 1.1428571429rem;
  }
  .l-footer .l-footer-area .-snsbox .-ttl::before {
    width: 3.9285714286rem;
  }
  .l-footer .l-footer-area .-snsbox .-ttl::after {
    width: 3.9285714286rem;
  }
  .l-footer .l-footer-area .-snsbox ul {
    margin-top: 1.4285714286rem;
    gap: 1.4285714286rem;
  }
  .l-footer .l-footer-btm {
    padding: 0.8928571429rem 0;
  }
  .l-footer .l-footer-btm p {
    font-size: 0.7142857143rem;
  }
}

/*------------------------------------------------

c-layout

-------------------------------------------------*/
.c-layout {
  position: relative;
  padding-top: 130px;
  padding-bottom: 100px;
}
.c-layout::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #F0F7FA;
  width: 100%;
  top: 500px;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.c-layout .c-layout-bgtxt {
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  font-size: 200px;
  font-weight: 400;
  letter-spacing: 0.08em;
  writing-mode: vertical-rl;
  line-height: 1;
  color: #fff;
  right: 0;
  top: 540px;
  z-index: -1;
  text-transform: uppercase;
}
.c-layout .c-layout--inner {
  max-width: 1200px;
  width: 100%;
}
.c-layout .c-layout-area {
  align-items: flex-start;
}
.c-layout .c-layout-area__slider {
  width: 370px;
  position: sticky;
  top: 120px;
  margin-right: 60px;
}
.c-layout .c-layout-area__slider .-imgbox {
  position: relative;
}
.c-layout .c-layout-area__slider .slick-dots {
  display: flex;
  width: 30px;
  right: -35px;
  flex-direction: column;
}
.c-layout .c-layout-area__slider .slick-dots li {
  margin: 1px 0;
}
.c-layout .c-layout-area__slider .slick-dots li button:before {
  content: "⚪︎";
  opacity: 1;
  color: #7DC5E5;
  font-size: 16px;
}
.c-layout .c-layout-area__slider .slick-dots li.slick-active button:before {
  color: #7DC5E5;
  font-size: 16px;
  content: "⚫︎";
  opacity: 1;
}
.c-layout .c-layout-area__list {
  position: relative;
  width: calc(100% - 430px);
  margin-top: 60px;
  padding-right: 60px;
}
.c-layout .c-layout-area__list .-ttl {
  display: flex;
  align-items: center;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.25;
}
.c-layout .c-layout-area__list .-jp {
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-left: 20px;
}
.c-layout .c-layout-area__list .-txt {
  margin-top: 20px;
  line-height: 2;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.c-layout .c-layout-area__list .-itembox {
  margin-top: 40px;
  gap: 40px 2.75%;
}
.c-layout .c-layout-area__list .-item {
  width: 31.5%;
}
.c-layout .c-layout-area__list .-item a {
  display: block;
}
.c-layout .c-layout-area__list .-item .-name {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  .c-layout {
    padding-top: 100px;
  }
  .c-layout .c-layout-area__slider {
    width: 370px;
    margin-right: 30px;
  }
  .c-layout .c-layout-area__list {
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 1024px) {
  .c-layout .c-layout-area__slider {
    width: 350px;
    margin-right: 30px;
  }
  .c-layout .c-layout-area__list {
    width: calc(100% - 380px);
  }
  .c-layout .c-layout-area__list .-item .-name {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .c-layout {
    padding-top: 5.7142857143rem;
    margin-top: 0rem;
    padding-bottom: 3.5714285714rem;
  }
  .c-layout::before {
    top: 35.7142857143rem;
  }
  .c-layout .c-layout-bgtxt {
    display: none;
  }
  .c-layout .c-layout--inner {
    width: 90%;
  }
  .c-layout .c-layout-area__slider {
    position: static;
    top: 0;
    width: 100%;
    order: 2;
    margin-top: 2.8571428571rem;
    margin-right: 0rem;
  }
  .c-layout .c-layout-area__slider .-imgbox {
    position: relative;
  }
  .c-layout .c-layout-area__slider .slick-dots {
    width: 100%;
    left: 0;
    justify-content: center;
    bottom: -2.1428571429rem;
    flex-direction: inherit;
  }
  .c-layout .c-layout-area__slider .slick-dots li {
    margin: 0.0714285714rem 0;
  }
  .c-layout .c-layout-area__slider .slick-dots li button:before {
    font-size: 1rem;
  }
  .c-layout .c-layout-area__slider .slick-dots li.slick-active button:before {
    font-size: 1rem;
  }
  .c-layout .c-layout-area__list {
    display: contents;
    width: 100%;
    margin-top: 3.5714285714rem;
    padding-right: 0rem;
  }
  .c-layout .c-layout-area__list .-ttlbox {
    order: 1;
  }
  .c-layout .c-layout-area__list .-ttl {
    font-size: 2.2857142857rem;
  }
  .c-layout .c-layout-area__list .-jp {
    font-size: 1rem;
    margin-left: 1.4285714286rem;
  }
  .c-layout .c-layout-area__list .-txt {
    margin-top: 1.0714285714rem;
    line-height: 1.75;
    font-size: 1rem;
  }
  .c-layout .c-layout-area__list .-itembox {
    order: 3;
    margin-top: 2.8571428571rem;
    gap: 2.1428571429rem 3%;
  }
  .c-layout .c-layout-area__list .-item {
    width: 48.5%;
  }
  .c-layout .c-layout-area__list .-item .-name {
    margin-top: 0.7142857143rem;
    font-size: 1rem;
  }
}

/*------------------------------------------------

c-contact

-------------------------------------------------*/
.c-contact {
  position: relative;
  padding: 80px 0 90px;
  background: url(../../../img/common/contact-bg-pc.jpg) no-repeat center center/cover;
}
.c-contact .c-contact-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.c-contact .c-contact--inner {
  max-width: 1100px;
}
.c-contact .c-contact-area {
  position: relative;
}
.c-contact .c-contact-area .-ttl {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
}
.c-contact .c-contact-area .-en {
  display: block;
  font-size: 14px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.16em;
  line-height: 1.2;
  margin-bottom: 20px;
}
.c-contact .c-contact-area .-txt {
  margin-top: 35px;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 2.5;
  color: #fff;
  text-align: center;
}
.c-contact .c-contact-btn {
  margin: auto;
  margin-top: 50px;
  width: 230px;
  border-radius: 60px;
  background-color: #fff;
}
.c-contact .c-contact-btn a {
  padding: 16px 0;
  display: block;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-contact {
    padding: 3.5714285714rem 0 5.7142857143rem;
    background: url(../../../img/common/contact-bg-pc.jpg) no-repeat center center/cover;
  }
  .c-contact .c-contact--inner {
    width: 87%;
  }
  .c-contact .c-contact-area .-ttl {
    font-size: 1.8571428571rem;
  }
  .c-contact .c-contact-area .-en {
    font-size: 1rem;
    margin-bottom: 0.7142857143rem;
  }
  .c-contact .c-contact-area .-txt {
    margin-top: 2.1428571429rem;
    font-size: 1rem;
    text-align: left;
  }
  .c-contact .c-contact-btn {
    margin-top: 3.5714285714rem;
    width: 16.4285714286rem;
    border-radius: 4.2857142857rem;
  }
  .c-contact .c-contact-btn a {
    padding: 1.2142857143rem 0;
    font-size: 0.8571428571rem;
  }
}

/*------------------------------------------------

c-breadcrumbs-area

-------------------------------------------------*/
.c-breadcrumbs-area {
  padding: 30px 0 0;
}
.c-breadcrumbs-area ul {
  gap: 5px 0;
  align-items: center;
}
.c-breadcrumbs-area li {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.c-breadcrumbs-area li a {
  position: relative;
  margin-right: 60px;
  color: #172E3A;
}
.c-breadcrumbs-area li a::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  width: 30px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs-area {
    padding: 2.1428571429rem 0 0;
  }
  .c-breadcrumbs-area ul {
    gap: 0.3571428571rem 0;
  }
  .c-breadcrumbs-area li {
    font-size: 0.8571428571rem;
  }
  .c-breadcrumbs-area li a {
    margin-right: 4.2857142857rem;
  }
  .c-breadcrumbs-area li a::after {
    width: 2.1428571429rem;
    right: -3.2142857143rem;
  }
}

/*------------------------------------------------

mfp-close（モーダル部分）

-------------------------------------------------*/
.mfp-image-holder .mfp-close {
  opacity: 1;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 50px;
  padding-right: 0;
}
.mfp-image-holder .mfp-close img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .mfp-image-holder .mfp-close {
    width: 2.1428571429rem;
    height: 2.1428571429rem;
    right: 0.7142857143rem;
    top: 3.5714285714rem;
  }
}/*# sourceMappingURL=common.css.map */