@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&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 Sans JP", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  color: #333;
  width: 100%;
}
html * {
  font-weight: inherit;
  box-sizing: border-box;
}
html {
  height: 100%;
}

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

html {
  scroll-padding-top: 80px; /* ヘッダーの高さが80pxの場合 */
  scroll-behavior: smooth; /* (任意) スムーススクロール */
}

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

.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;
}

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

l-header

-------------------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 90px;
  transition: all 0.3s ease;
}
.l-header.header-sub .l-header-logo__txt {
  color: #000;
}
.l-header.header-sub .l-header-area__list-item .-link {
  color: #000;
}
.l-header.header-sub .l-header-sns__list .h-top {
  display: none;
}
.l-header.header-sub .l-header-sns__list .h-nottop {
  display: block;
}
.l-header.active {
  background-color: rgba(0, 0, 0, 0.3);
}
.l-header.active.header-sub .l-header-logo__txt {
  color: #fff;
}
.l-header.active.header-sub .l-header-area__list-item .-link {
  color: #fff;
}
.l-header.active.header-sub .l-header-sns__list .h-top {
  display: block;
}
.l-header.active.header-sub .l-header-sns__list .h-nottop {
  display: none;
}
.l-header .l-header-inner {
  align-items: center;
  height: 100%;
}
.l-header .l-header-logo {
  display: flex;
  padding-left: 20px;
  align-items: center;
}
.l-header .l-header-logo__ttl {
  width: 100px;
}
.l-header .l-header-logo__ttl .-link {
  display: block;
}
.l-header .l-header-logo__txt {
  padding-left: 20px;
  font-size: 12px;
  color: #fff;
}
.l-header .l-header-area {
  align-items: center;
}
.l-header .l-header-area__list {
  margin-right: 30px;
  gap: 0 25px;
}
.l-header .l-header-area__list-item .-link {
  display: block;
  color: #fff;
  font-size: 12px;
  transition: all 0.3s ease;
}
.l-header .l-header-area__list-item .-link:hover {
  opacity: 0.8;
}
.l-header .l-header-sns {
  display: flex;
  margin-right: 160px;
  gap: 15px;
}
.l-header .l-header-sns__list {
  width: 20px;
  height: 20px;
}
.l-header .l-header-sns__list a {
  display: flex;
}
.l-header .l-header-sns__list .h-nottop {
  display: none;
}
.l-header .l-header-area__contact-btn {
  position: absolute;
  top: 0;
  width: 140px;
  height: 100%;
  right: 0;
}
.l-header .l-header-area__contact-btn .-link {
  height: 100%;
  display: flex;
  font-size: 12px;
  align-items: center;
  background-color: #ffe522;
  justify-content: center;
  color: #000;
}
.l-header .l-header-area__contact-btn .sp-txt {
  display: none;
}
.l-header .l-header-area__contact-btn .pc-txt {
  display: inline-block;
}
.l-header .l-header-area__contact-btn .-icon {
  position: relative;
  padding-top: 25px;
}
.l-header .l-header-area__contact-btn .-icon::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/common/contact-icon.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 17px;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
}
.l-header .l-header-humbtn {
  display: none;
}
@media screen and (max-width: 950px) {
  .l-header .l-header-logo__txt {
    font-size: 10px;
  }
  .l-header .l-header-area__list {
    gap: 0 10px;
  }
  .l-header .l-header-area__list-item .-link {
    font-size: 10px;
  }
  .l-header .l-header-sns {
    gap: 10px;
    margin-right: 120px;
  }
  .l-header .l-header-area__contact-btn {
    width: 100px;
  }
  .l-header .l-header-area__contact-btn .-link {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 13.3333333333vw;
  }
  .l-header.header-sub .l-header-area__list-item .-link {
    color: #fff;
  }
  .l-header.header-sub .l-header-sns__list .h-top {
    display: block;
  }
  .l-header.header-sub .l-header-sns__list .h-nottop {
    display: none;
  }
  .l-header.open {
    background-color: #262626;
  }
  .l-header.open .l-header-logo__txt {
    color: #fff;
  }
  .l-header .l-header-logo__ttl {
    width: 18.6666666667vw;
  }
  .l-header .l-header-logo__txt {
    padding-left: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
  .l-header .l-header-area {
    background-color: #262626;
    position: fixed;
    height: calc(100vh - 13.3333333333vw);
    top: 13.3333333333vw;
    padding: 0 5.3333333333vw 0;
    padding-bottom: 13.3333333333vw;
    width: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    overflow: scroll;
  }
  .l-header .l-header-area.open {
    opacity: 1;
    z-index: 1000;
    pointer-events: auto;
  }
  .l-header .l-header-area__list {
    width: 100%;
    margin-top: 5.3333333333vw;
    margin-right: 0px;
  }
  .l-header .l-header-area__list-item {
    width: 100%;
    position: relative;
  }
  .l-header .l-header-area__list-item::after {
    content: "";
    position: absolute;
    width: 1.6vw;
    height: auto;
    aspect-ratio: 1;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 4vw;
  }
  .l-header .l-header-area__list-item .-link {
    position: relative;
    display: block;
    color: #fff;
    padding: 5.3333333333vw 0;
    font-size: 3.7333333333vw;
    border-bottom: 1px solid #fff;
  }
  .l-header .l-header-sns {
    margin: auto;
    margin-top: 10.6666666667vw;
    gap: 8vw;
  }
  .l-header .l-header-sns__list {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .l-header .l-header-area__contact {
    width: 85.3333333333vw;
    margin: auto;
    margin-top: 10.6666666667vw;
  }
  .l-header .l-header-area__contact-btn {
    position: static;
    top: 0;
    width: 100%;
    height: auto;
    right: 0;
  }
  .l-header .l-header-area__contact-btn:last-child {
    margin-top: 4vw;
  }
  .l-header .l-header-area__contact-btn.l-header-area__contact-btn--color02 a {
    background-color: #e4e4e4;
  }
  .l-header .l-header-area__contact-btn .-link {
    position: relative;
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 0;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  .l-header .l-header-area__contact-btn .-icon {
    padding-left: 6.6666666667vw;
    padding-top: 0;
  }
  .l-header .l-header-area__contact-btn .-icon::before {
    width: 5.3333333333vw;
    height: 4.5333333333vw;
    left: 0;
    top: 52%;
    transform: translateY(-50%) translateX(0);
  }
  .l-header .l-header-area__contact-btn .-icon--tel {
    position: relative;
    padding-left: 4.2666666667vw;
    font-family: "Noto Serif JP", serif;
  }
  .l-header .l-header-area__contact-btn .-icon--tel::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../../../img/common/tel-icon.png) no-repeat;
    background-size: contain;
    width: 2.9333333333vw;
    height: 3.7333333333vw;
    top: 52%;
    transform: translateY(-50%);
    left: 0;
  }
  .l-header .l-header-area__contact-btn .pc-txt {
    display: none;
  }
  .l-header .l-header-area__contact-btn .sp-txt {
    display: inline-block;
  }
  .l-header .l-header-humbtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    background-color: #ffe522;
  }
  .l-header .l-header-humbtn.open .l-header-humbtn__line {
    position: absolute;
    width: 6.1333333333vw;
    height: 0.5333333333vw;
    background-color: #000;
    top: 50%;
    left: 28%;
  }
  .l-header .l-header-humbtn.open .l-header-humbtn__line:nth-child(1) {
    transform: translateY(0px) rotate(45deg);
    left: 28%;
  }
  .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);
    left: 28%;
  }
  .l-header .l-header-humbtn__line {
    position: absolute;
    width: 6.1333333333vw;
    height: 0.5333333333vw;
    background-color: #000;
    top: 50%;
    left: 28%;
    transition: all 0.3s ease;
  }
  .l-header .l-header-humbtn__line:nth-child(1) {
    transform: translateY(-0.5714285714rem);
    width: 6.1333333333vw;
  }
  .l-header .l-header-humbtn__line:nth-child(2) {
    width: 6.1333333333vw;
  }
  .l-header .l-header-humbtn__line:nth-child(3) {
    transform: translateY(0.5714285714rem);
    width: 6.1333333333vw;
  }
}

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

l-footer

-------------------------------------------------*/
.l-footer {
  background-color: #1d1d1d;
}
.l-footer .l-footer--inner {
  max-width: 1280px;
  padding: 70px 0;
}
.l-footer .l-footer-top__left .-logo {
  width: 100px;
}
.l-footer .l-footer-top__left .-num {
  margin-top: 30px;
}
.l-footer .l-footer-top__left .-num a {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  letter-spacing: 0.04em;
}
.l-footer .l-footer-top__left .-access {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.l-footer .l-footer-top__left .-sns {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}
.l-footer .l-footer-top__left .-sns-list {
  width: 25px;
  height: 25px;
}
.l-footer .l-footer-top__right {
  margin-top: 30px;
}
.l-footer .l-footer-top__right ul {
  gap: 30px;
}
.l-footer .l-footer-top__right a {
  position: relative;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.l-footer .l-footer-top__right a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  background-color: #fff;
  transition: all 0.3s ease;
}
.l-footer .l-footer-top__right a:hover::before {
  transform: scaleX(1);
}
.l-footer .l-footer-btm {
  position: relative;
  margin-top: 70px;
  border-top: 1px solid #fff;
}
.l-footer .l-footer-btm .l-footer-pagetop {
  position: absolute;
  padding: 0 20px;
  background-color: #1d1d1d;
  top: -20px;
  right: 80px;
}
.l-footer .l-footer-btm .l-footer-pagetop a {
  display: block;
  width: 40px;
  height: 40px;
}
.l-footer .l-footer-btm__list {
  margin-top: 40px;
  justify-content: space-between;
  color: #fff;
}
.l-footer .l-footer-btm__list .-txt {
  font-size: 13px;
}
.l-footer .l-footer-btm__list .-copy {
  font-size: 12px;
  font-family: "Cormorant Garamond", sans-serif;
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer--inner {
    padding: 16vw 0 24vw;
  }
  .l-footer .l-footer-top {
    justify-content: center;
  }
  .l-footer .l-footer-top__left {
    text-align: center;
  }
  .l-footer .l-footer-top__left .-logo {
    margin: auto;
    width: 21.3333333333vw;
  }
  .l-footer .l-footer-top__left .-num {
    margin-top: 5.3333333333vw;
  }
  .l-footer .l-footer-top__left .-num a {
    font-size: 4.8vw;
  }
  .l-footer .l-footer-top__left .-access {
    margin-top: 4vw;
    font-size: 3.2vw;
  }
  .l-footer .l-footer-top__left .-sns {
    justify-content: center;
    margin-top: 8vw;
    gap: 8vw;
  }
  .l-footer .l-footer-top__left .-sns-list {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
  .l-footer .l-footer-top__right {
    margin-top: 9.3333333333vw;
  }
  .l-footer .l-footer-top__right ul {
    gap: 5.3333333333vw;
  }
  .l-footer .l-footer-top__right li {
    width: 100%;
  }
  .l-footer .l-footer-top__right a {
    font-size: 3.7333333333vw;
  }
  .l-footer .l-footer-top__right a::before {
    display: none;
  }
  .l-footer .l-footer-btm {
    margin-top: 16vw;
  }
  .l-footer .l-footer-btm .l-footer-pagetop {
    padding: 0;
    padding-left: 5.3333333333vw;
    top: -5.3333333333vw;
    right: 0px;
  }
  .l-footer .l-footer-btm .l-footer-pagetop a {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .l-footer .l-footer-btm__list {
    margin-top: 10.6666666667vw;
  }
  .l-footer .l-footer-btm__list .-txt {
    font-size: 3.4666666667vw;
  }
  .l-footer .l-footer-btm__list .-copy {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }
}

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

c-btn01

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

c-btn01

-------------------------------------------------*/
.c-btn01 a {
  position: relative;
  padding: 20px 80px 20px 0;
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.c-btn01 a:hover::before {
  transform: translateY(-50%) scale(1.3);
  opacity: 0.5;
}
.c-btn01 a::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffe522;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.c-btn01 a::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/common/btn-arrow.png) no-repeat;
  background-size: contain;
  width: 16px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
}
.c-btn01 a .-btntxt {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .c-btn01 a {
    padding: 5.3333333333vw 16vw 5.3333333333vw 0;
    font-size: 3.2vw;
  }
  .c-btn01 a::before {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .c-btn01 a::after {
    width: 4.2666666667vw;
    height: 2.1333333333vw;
    right: 3.7333333333vw;
  }
  .c-btn01 a .-btntxt {
    font-size: 3.2vw;
  }
}

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

c-ttl01

-------------------------------------------------*/
.c-ttl01 .c-ttl01-box {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.c-ttl01 .-en {
  position: relative;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #000;
  text-transform: uppercase;
  padding-right: 20px;
  margin-right: 15px;
}
.c-ttl01 .-en::after {
  content: "";
  position: absolute;
  display: block;
  height: 17px;
  width: 1px;
  background-color: #000;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.c-ttl01 .-jp {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 768px) {
  .c-ttl01 .-en {
    font-size: 6.9333333333vw;
    padding-right: 5.3333333333vw;
    margin-right: 2.6666666667vw;
    letter-spacing: 0.08em;
  }
  .c-ttl01 .-en::after {
    height: 4.5333333333vw;
  }
  .c-ttl01 .-jp {
    font-size: 3.2vw;
  }
}

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

c-ttl02

-------------------------------------------------*/
.c-ttl02 {
  text-align: center;
}
.c-ttl02 .c-ttl02-box {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-bottom: 10px;
}
.c-ttl02 .c-ttl02-box::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background-color: #333;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.c-ttl02 .-en {
  font-family: "Cormorant Garamond", sans-serif;
  display: block;
  font-size: 32px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .c-ttl02 .c-ttl02-box {
    font-size: 3.7333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .c-ttl02 .c-ttl02-box::before {
    width: 16vw;
  }
  .c-ttl02 .-en {
    font-size: 8.5333333333vw;
  }
}

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

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: 12px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
.c-breadcrumbs-area li a {
  font-family: "Cormorant Garamond", sans-serif;
  position: relative;
  margin-right: 30px;
  color: #212121;
  font-weight: bold;
}
.c-breadcrumbs-area li a::after {
  content: "";
  position: absolute;
  background-color: #212121;
  width: 15px;
  height: 1px;
  top: 55%;
  left: 38px;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs-area {
    padding: 8vw 0 0;
  }
  .c-breadcrumbs-area ul {
    gap: 1.3333333333vw 0;
  }
  .c-breadcrumbs-area li {
    font-size: 3.2vw;
  }
  .c-breadcrumbs-area li a {
    margin-right: 8vw;
  }
  .c-breadcrumbs-area li a::after {
    width: 2.6666666667vw;
    top: 55%;
    left: 10.6666666667vw;
  }
}

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

c-submv

-------------------------------------------------*/
.c-sub-mv {
  position: relative;
  height: 300px;
  margin-top: 90px;
}
.c-sub-mv.c-sub-mv--contact {
  background: url(../../../img/contact/submv-pc.jpg) no-repeat center center/cover;
}
.c-sub-mv.c-sub-mv--about {
  background: url(../../../img/about/submv-pc.jpg) no-repeat center center/cover;
}
.c-sub-mv.c-sub-mv--flow {
  background: url(../../../img/flow/submv-pc.jpg) no-repeat center center/cover;
}
.c-sub-mv.c-sub-mv--product {
  background: url(../../../img/product/submv-pc.jpg) no-repeat center center/cover;
}
.c-sub-mv.c-sub-mv--contact {
  background: url(../../../img/contact/submv-pc.jpg) no-repeat center center/cover;
}
.c-sub-mv .c-sub-mv__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.c-sub-mv .c-sub-mv__ttl {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-sub-mv .c-sub-mv__ttl .-ttl .-jp {
  position: relative;
  font-size: 40px;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.08em;
  z-index: 1;
}
.c-sub-mv .c-sub-mv__ttl .-ttl .-en {
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.1);
  font-size: 130px;
  letter-spacing: 0.16em;
  font-family: "Cormorant Garamond", sans-serif;
}
@media screen and (max-width: 1024px) {
  .c-sub-mv .c-sub-mv__ttl .-ttl .-en {
    font-size: 90px;
  }
}
@media screen and (max-width: 768px) {
  .c-sub-mv {
    height: 53.3333333333vw;
    margin-top: 13.3333333333vw;
  }
  .c-sub-mv.c-sub-mv--contact {
    background: url(../../../img/contact/submv-sp.jpg) no-repeat center center/cover;
  }
  .c-sub-mv.c-sub-mv--about {
    background: url(../../../img/about/submv-sp.jpg) no-repeat center center/cover;
  }
  .c-sub-mv.c-sub-mv--flow {
    background: url(../../../img/flow/submv-sp.jpg) no-repeat center center/cover;
  }
  .c-sub-mv.c-sub-mv--product {
    background: url(../../../img/product/submv-sp.jpg) no-repeat center center/cover;
  }
  .c-sub-mv.c-sub-mv--contact {
    background: url(../../../img/contact/submv-sp.jpg) no-repeat center center/cover;
  }
  .c-sub-mv .c-sub-mv__ttl {
    width: 100%;
  }
  .c-sub-mv .c-sub-mv__ttl .-ttl .-jp {
    font-size: 6.9333333333vw;
  }
  .c-sub-mv .c-sub-mv__ttl .-ttl .-en {
    font-size: 16vw;
  }
}

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

c-banner-link

-------------------------------------------------*/
.c-banner-link .c-banner-link__area {
  position: relative;
  width: 50%;
  padding: 50px 0;
  overflow: hidden;
}
.c-banner-link .c-banner-link__area:hover .c-banner-link__area-banner {
  transform: scale(1.1);
  opacity: 0.8;
}
.c-banner-link .c-banner-link__area-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
}
.c-banner-link .c-banner-link__area-banner--01 {
  background: url(../../../img/common/banner01.jpg) no-repeat center center/cover;
}
.c-banner-link .c-banner-link__area-banner--02 {
  background: url(../../../img/common/banner02.jpg) no-repeat center center/cover;
}
.c-banner-link .c-banner-link__area-ttlbox {
  padding: 45px 0;
  position: relative;
  margin: auto;
  width: 62%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.c-banner-link .c-banner-link__area-ttlbox::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/common/arrow.png) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
.c-banner-link .c-banner-link__area-ttlbox .-line01 {
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.c-banner-link .c-banner-link__area-ttlbox .-line02 {
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.c-banner-link .c-banner-link__area-ttlbox .-line03 {
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-banner-link .c-banner-link__area-ttlbox .-line04 {
  width: 1px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.c-banner-link .c-banner-link__area-ttlbox .-ttl {
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-bottom: 20px;
}
.c-banner-link .c-banner-link__area-ttlbox .-ttl.-ttl--01::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../../../img/common/banner-label01.png) no-repeat;
  background-size: contain;
  width: 75px;
  height: 31px;
  bottom: 10px;
  right: -70px;
}
.c-banner-link .c-banner-link__area-ttlbox .-ttl.-ttl--02::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../../../img/common/banner-label02.png) no-repeat;
  background-size: contain;
  width: 75px;
  height: 31px;
  bottom: 10px;
  right: -70px;
}
.c-banner-link .c-banner-link__area-ttlbox .-ttl::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  width: 30px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-banner-link .c-banner-link__area-ttlbox .-ttl .-en {
  display: block;
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.c-banner-link .c-banner-link__area-ttlbox .-txt {
  margin-top: 15px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  .c-banner-link .c-banner-link__area {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-banner-link .c-banner-link__area {
    padding: 13.3333333333vw 0;
  }
  .c-banner-link .c-banner-link__area-ttlbox {
    padding: 5.3333333333vw 0;
    width: 85.3333333333vw;
  }
  .c-banner-link .c-banner-link__area-ttlbox::after {
    width: 8vw;
    height: 8vw;
    right: -4vw;
  }
  .c-banner-link .c-banner-link__area-ttlbox .-line01 {
    height: 2.6666666667vw;
  }
  .c-banner-link .c-banner-link__area-ttlbox .-line02 {
    height: 2.6666666667vw;
  }
  .c-banner-link .c-banner-link__area-ttlbox .-line03 {
    height: 2.6666666667vw;
  }
  .c-banner-link .c-banner-link__area-ttlbox .-line04 {
    height: 2.6666666667vw;
  }
  .c-banner-link .c-banner-link__area-ttlbox .-ttl {
    font-size: 5.0666666667vw;
    padding-bottom: 2.6666666667vw;
  }
  .c-banner-link .c-banner-link__area-ttlbox .-ttl.-ttl--01::after {
    width: 20vw;
    height: 8vw;
    bottom: 2.6666666667vw;
    right: -18.6666666667vw;
  }
  .c-banner-link .c-banner-link__area-ttlbox .-ttl.-ttl--02::after {
    width: 20vw;
    height: 8vw;
    bottom: 2.6666666667vw;
    right: -18.6666666667vw;
  }
  .c-banner-link .c-banner-link__area-ttlbox .-ttl::before {
    width: 6.6666666667vw;
  }
  .c-banner-link .c-banner-link__area-ttlbox .-ttl .-en {
    font-size: 3.2vw;
  }
  .c-banner-link .c-banner-link__area-ttlbox .-txt {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}

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

c-contact

-------------------------------------------------*/
.c-contact {
  position: relative;
  padding: 80px 0 70px;
  background: url(../../../img/common/bg02.jpg) repeat center center/contain;
}
.c-contact .c-contact--ttl {
  position: relative;
  color: #fff;
}
.c-contact .c-contact--ttl .c-ttl02-box::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
}
.c-contact .c-contact--ttl .-en {
  color: #fff;
}
.c-contact .c-contact-txt {
  position: relative;
  margin-top: 30px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.13em;
  text-align: center;
}
.c-contact .c-contact-area {
  margin-top: 45px;
}
.c-contact .c-contact-area__item {
  position: relative;
  width: 33.3333333333%;
  padding: 30px 0;
}
.c-contact .c-contact-area__item:last-child::after {
  display: none;
}
.c-contact .c-contact-area__item::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  width: 1px;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-contact .c-contact-area__item .-icon {
  width: 50px;
  margin: auto;
}
.c-contact .c-contact-area__item .-txt {
  margin-top: 10px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.c-contact .c-contact-area__item .-btn {
  margin: auto;
  margin-top: 25px;
  width: 260px;
}
.c-contact .c-contact-area__item .-btn a {
  font-size: 15px;
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
  border: 1px solid #fff;
  padding: 17px 0;
}
.c-contact .c-contact-area__item .-tel {
  text-align: center;
  margin-top: 10px;
}
.c-contact .c-contact-area__item .-tel a {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 34px;
}
.c-contact .c-contact-area__item .-small {
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.13em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .c-contact .c-contact-area__item {
    width: 100%;
  }
  .c-contact .c-contact-area__item::after {
    width: 100%;
    height: 1px;
    right: 0;
    top: auto;
    transform: translateY(0%);
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-contact .c-contact-txt {
    margin-top: 4vw;
    font-size: 3.4666666667vw;
  }
  .c-contact .c-contact-area {
    margin-top: 0;
  }
  .c-contact .c-contact-area__item {
    width: 100%;
    padding: 10.6666666667vw 0;
  }
  .c-contact .c-contact-area__item::after {
    width: 100%;
    height: 1px;
    right: 0;
    top: auto;
    transform: translateY(0%);
    bottom: 0;
  }
  .c-contact .c-contact-area__item .-icon {
    width: 13.3333333333vw;
  }
  .c-contact .c-contact-area__item .-txt {
    margin-top: 4vw;
    font-size: 4.8vw;
  }
  .c-contact .c-contact-area__item .-btn {
    margin-top: 6.6666666667vw;
    width: 69.3333333333vw;
  }
  .c-contact .c-contact-area__item .-btn a {
    font-size: 4vw;
    padding: 4.5333333333vw 0;
  }
  .c-contact .c-contact-area__item .-tel {
    margin-top: 2.6666666667vw;
  }
  .c-contact .c-contact-area__item .-tel a {
    font-size: 9.0666666667vw;
  }
  .c-contact .c-contact-area__item .-small {
    font-size: 2.6666666667vw;
  }
}

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

c-banner

-------------------------------------------------*/
.c-banner {
  margin-top: 100px;
}
.c-banner .c-banner-img {
  width: 260px;
}
.c-banner .c-banner-txtbox {
  position: relative;
  width: calc(100% - 260px);
  background-color: #222222;
}
.c-banner .c-banner-txtbox .-box {
  text-align: center;
  position: absolute;
  top: 40px;
  left: 50px;
}
.c-banner .c-banner-txtbox .-box-point-txt {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  font-family: "Noto Serif JP", serif;
  color: #faed00;
  font-size: 18px;
  letter-spacing: 0.09em;
  font-weight: 600;
  line-height: 1.2;
}
.c-banner .c-banner-txtbox .-box-point-txt::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 20px;
  background-color: #faed00;
  left: 0;
  bottom: 0;
  transform: rotate(-30deg);
}
.c-banner .c-banner-txtbox .-box-point-txt::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 20px;
  background-color: #faed00;
  right: 0;
  bottom: 0;
  transform: rotate(30deg);
}
.c-banner .c-banner-txtbox .-box-ttl-title {
  position: relative;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 36px;
  letter-spacing: 0.07em;
  font-weight: bold;
  background: linear-gradient(transparent 75%, rgba(255, 255, 255, 0.1) 25%);
}
.c-banner .c-banner-txtbox .-img {
  position: absolute;
  width: 145px;
  height: 217px;
  bottom: 0;
  right: 50px;
}
@media screen and (max-width: 1024px) {
  .c-banner {
    width: 650px;
    margin: auto;
    margin-top: 100px;
  }
  .c-banner .c-banner-img {
    width: 180px;
  }
  .c-banner .c-banner-txtbox {
    width: calc(100% - 180px);
  }
  .c-banner .c-banner-txtbox .-box {
    top: 30px;
    left: 50px;
  }
  .c-banner .c-banner-txtbox .-box-point-txt {
    font-size: 14px;
  }
  .c-banner .c-banner-txtbox .-box-ttl-title {
    font-size: 20px;
  }
  .c-banner .c-banner-txtbox .-img {
    width: 116px;
    height: 173px;
    right: 20px;
    bottom: 2px;
  }
}
@media screen and (max-width: 768px) {
  .c-banner {
    margin-top: 13.3333333333vw;
    width: 100%;
  }
  .c-banner .c-banner-img {
    width: 100%;
  }
  .c-banner .c-banner-txtbox {
    width: 100%;
    padding: 8vw 0;
  }
  .c-banner .c-banner-txtbox .-box {
    text-align: center;
    position: static;
  }
  .c-banner .c-banner-txtbox .-box-point-txt {
    padding: 0 2.6666666667vw;
    font-size: 4.8vw;
  }
  .c-banner .c-banner-txtbox .-box-point-txt::before {
    height: 5.3333333333vw;
    transform: rotate(-30deg);
  }
  .c-banner .c-banner-txtbox .-box-point-txt::after {
    height: 5.3333333333vw;
    transform: rotate(30deg);
  }
  .c-banner .c-banner-txtbox .-box-ttl-title {
    display: inline-block;
    margin-top: 2.6666666667vw;
    font-size: 6.9333333333vw;
  }
  .c-banner .c-banner-txtbox .-img {
    position: absolute;
    width: 25.0666666667vw;
    height: 37.3333333333vw;
    bottom: 35.4666666667vw;
    right: 4vw;
  }
}/*# sourceMappingURL=common.css.map */