@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Zen+Maru+Gothic:wght@400;500;700;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;
  color: #222;
  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: 1000px) {
  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: 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;
}

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

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

l-header

-------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.l-header .l-header-inner {
  align-items: center;
}
.l-header .l-header-logo {
  background-color: #1B1B1B;
  border-radius: 0 0 40px 0;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
}
.l-header .l-header-agency {
  align-items: center;
  position: absolute;
  z-index: 100;
  top: 30px;
  left: 280px;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.l-header .l-header-agency__logo {
  width: 85px;
  margin-right: 10px;
  line-height: 1.7;
}
.l-header .l-header-agency__txt {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.l-header .l-header-logo__ttl .-link {
  display: block;
  padding: 25px 90px;
}
.l-header .l-header-logo__ttl .-link img {
  width: 80px;
}
.l-header .l-header-area {
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  margin-right: 20px;
  padding: 32px 50px 28px 50px;
}
.l-header .l-header-area__list {
  gap: 25px;
}
.l-header .l-header-area__list-item .-link {
  display: block;
  color: #172E3A;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.2;
}
.l-header .l-header-area__list-item .-en {
  display: block;
  margin-top: 5px;
  text-align: center;
  color: #bababa;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.l-header .l-header-area__insta {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translateY(-50%);
  right: 70px;
}
.l-header .l-header-area__contact {
  display: none;
}
.l-header .l-header-humbtn {
  display: none;
}
@media screen and (max-width: 1330px) {
  .l-header .l-header-logo__ttl .-link {
    padding: 20px 50px;
  }
  .l-header .l-header-logo__ttl .-link img {
    width: 60px;
  }
  .l-header .l-header-agency {
    top: 20px;
    left: 180px;
    padding: 5px;
  }
  .l-header .l-header-agency__logo {
    width: 60px;
    margin-right: 10px;
  }
  .l-header .l-header-agency__txt {
    font-size: 10px;
  }
  .l-header .l-header-area {
    margin-right: 10px;
    padding: 22px 35px 20px 35px;
  }
  .l-header .l-header-area__list {
    gap: 16px;
  }
  .l-header .l-header-area__list-item .-link {
    font-size: 10px;
  }
  .l-header .l-header-area__insta {
    width: 30px;
    height: 30px;
    right: 40px;
  }
}
@media screen and (max-width: 930px) {
  .l-header .l-header-agency {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4.8214285714rem;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .l-header .l-header-logo {
    position: relative;
    z-index: 10000;
  }
  .l-header .l-header-logo__ttl .-link {
    padding: 0.5714285714rem 3.2142857143rem;
  }
  .l-header .l-header-logo__ttl .-link img {
    width: 4.2857142857rem;
  }
  .l-header .l-header-agency {
    display: block;
    top: 0.3571428571rem;
    left: 11.4285714286rem;
    padding: 0rem;
    background-color: transparent;
  }
  .l-header .l-header-agency__logo {
    width: 3.5714285714rem;
    margin-right: 0.3571428571rem;
  }
  .l-header .l-header-agency__txt {
    font-size: 0.7142857143rem;
  }
  .l-header .l-header-area {
    margin-right: 0px;
    border-radius: 0;
  }
  .l-header .l-header-area {
    background-color: #fff;
    position: fixed;
    height: 100vh;
    overflow: scroll;
    top: 0px;
    padding: 30px;
    padding-top: 6.0714285714rem;
    padding: 6.0714285714rem 1.7857142857rem 3.5714285714rem;
    border-bottom: 0.7142857143rem solid #000;
    width: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .l-header .l-header-area.open {
    opacity: 1;
    z-index: 1000;
    pointer-events: auto;
  }
  .l-header .l-header-area__list {
    gap: 0px;
    display: block;
    width: 100%;
    margin-right: 0px;
  }
  .l-header .l-header-area__list .-en {
    text-align: left;
    font-size: 0.7142857143rem;
  }
  .l-header .l-header-area__list-item {
    width: 100%;
    border-bottom: 1px solid #172E3A;
  }
  .l-header .l-header-area__list-item .-link {
    position: relative;
    display: block;
    text-align: left;
    padding: 1.4285714286rem 0;
    font-size: 1.0714285714rem;
  }
  .l-header .l-header-area__list-item .-link::after {
    content: "";
    position: absolute;
    width: 0.3571428571rem;
    height: auto;
    aspect-ratio: 1;
    border-right: 1px solid #172E3A;
    border-bottom: 1px solid #172E3A;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 1.0714285714rem;
  }
  .l-header .l-header-area__insta {
    position: fixed;
    width: 3.2142857143rem;
    height: 3.2142857143rem;
    top: 0.7142857143rem;
    transform: translateY(0%);
    right: 5rem;
  }
  .l-header .l-header-area__contact {
    margin: auto;
    display: block;
  }
  .l-header .l-header-area__contact-btn {
    width: 23.9285714286rem;
    margin-top: 2.8571428571rem;
  }
  .l-header .l-header-area__contact-btn .-link {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #04A0E9;
    border-radius: 2.8571428571rem;
    padding: 0.7142857143rem 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  }
  .l-header .l-header-area__contact-btn .-link::after {
    content: "";
    position: absolute;
    width: 0.3571428571rem;
    height: auto;
    aspect-ratio: 1;
    border-right: 1px solid #04A0E9;
    border-bottom: 1px solid #04A0E9;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 1.4285714286rem;
  }
  .l-header .l-header-area__contact-btn .-txt01 {
    text-align: center;
  }
  .l-header .l-header-area__contact-btn .-txt01-in {
    position: relative;
    padding: 0 0.7142857143rem;
    display: inline-block;
    color: #8FC320;
    font-size: 0.7142857143rem;
  }
  .l-header .l-header-area__contact-btn .-txt01-in::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 0.8571428571rem;
    background-color: #8FC320;
    left: 0;
    bottom: 0;
    transform: rotate(-25deg);
  }
  .l-header .l-header-area__contact-btn .-txt01-in::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 0.8571428571rem;
    background-color: #8FC320;
    right: 0;
    bottom: 0;
    transform: rotate(25deg);
  }
  .l-header .l-header-area__contact-btn .-txt02 {
    text-align: center;
    margin-top: 0.3571428571rem;
  }
  .l-header .l-header-area__contact-btn .-txt02-in {
    display: inline-block;
    font-size: 1.0714285714rem;
    font-weight: bold;
    color: #04A0E9;
    letter-spacing: 0.04em;
  }
  .l-header .l-header-humbtn {
    display: block;
    position: absolute;
    z-index: 10000;
    top: 0.7142857143rem;
    right: 1.0714285714rem;
    background-color: #fff;
    width: 3.2142857143rem;
    height: 3.2142857143rem;
    border: 1px solid #000;
    border-radius: 50%;
  }
  .l-header .l-header-humbtn.open .l-header-humbtn__line {
    position: absolute;
    width: 1.4285714286rem;
    height: 1px;
    background-color: #000;
    top: 50%;
    left: 25%;
  }
  .l-header .l-header-humbtn.open .l-header-humbtn__line:nth-child(1) {
    transform: translateY(0px) rotate(45deg);
  }
  .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);
  }
  .l-header .l-header-humbtn__line {
    position: absolute;
    width: 1.4285714286rem;
    height: 1px;
    background-color: #000;
    top: 50%;
    left: 25%;
    transition: all 0.3s ease;
  }
  .l-header .l-header-humbtn__line:nth-child(1) {
    transform: translateY(-5px);
  }
  .l-header .l-header-humbtn__line:nth-child(3) {
    transform: translateY(5px);
  }
}

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

l-footer

-------------------------------------------------*/
.l-footer {
  position: relative;
  background-color: #000;
  padding: 30px 0 70px;
}
.l-footer .l-footer--inner {
  max-width: 1200px;
}
.l-footer .l-footer-top__left .-logo {
  width: 60px;
}
.l-footer .l-footer-top__left .-logo a {
  display: block;
}
.l-footer .l-footer-top__left .-access {
  margin-top: 40px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
}
.l-footer .l-footer-top__right {
  width: 560px;
}
.l-footer .l-footer-top__right-item {
  width: 25%;
}
.l-footer .l-footer-top__right-item .-link {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.l-footer .l-footer-btm {
  margin-top: 40px;
}
.l-footer .l-footer-privacy a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}
.l-footer .l-footer-copy {
  color: #fff;
  letter-spacing: 0.1em;
  text-align: left;
  font-size: 12px;
}
.l-footer .l-footer-pagetop {
  position: absolute;
  background-color: #fff;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 110px;
}
.l-footer .l-footer-pagetop:hover span::before {
  top: 0;
}
.l-footer .l-footer-pagetop a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  color: #000;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  font-family: "Zen Maru Gothic", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.13em;
  padding-bottom: 20px;
}
.l-footer .l-footer-pagetop span {
  position: relative;
  padding-top: 35px;
}
.l-footer .l-footer-pagetop span::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/common/pagetop-arrow.png) no-repeat;
  background-size: contain;
  width: 3px;
  height: 28px;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .l-footer .l-footer-top__right {
    width: 500px;
  }
  .l-footer .l-footer-top__right-item {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 4.2857142857rem 0 4.2857142857rem;
  }
  .l-footer .l-footer-top__left .-logo {
    width: 4.2857142857rem;
  }
  .l-footer .l-footer-top__left .-access {
    margin-top: 2.1428571429rem;
    font-size: 1.1428571429rem;
    letter-spacing: 0.02em;
  }
  .l-footer .l-footer-top__right {
    width: 100%;
    margin-top: 2.8571428571rem;
  }
  .l-footer .l-footer-top__right-item {
    width: 100%;
    margin-top: 1.4285714286rem;
  }
  .l-footer .l-footer-top__right-item:first-child {
    margin-top: 0;
  }
  .l-footer .l-footer-top__right-item .-link {
    font-size: 1.1428571429rem;
    letter-spacing: 0.06em;
  }
  .l-footer .l-footer-btm {
    flex-direction: column-reverse;
    margin-top: 0;
  }
  .l-footer .l-footer-privacy {
    margin-top: 5.7142857143rem;
  }
  .l-footer .l-footer-privacy a {
    font-size: 1.1428571429rem;
  }
  .l-footer .l-footer-copy {
    margin-top: 1.4285714286rem;
    text-align: left;
    font-size: 0.7857142857rem;
  }
  .l-footer .l-footer-pagetop {
    top: 4.2857142857rem;
    right: 0.7142857143rem;
    width: 2.1428571429rem;
    height: 7.8571428571rem;
  }
  .l-footer .l-footer-pagetop a {
    font-size: 1.1428571429rem;
    padding-bottom: 1.4285714286rem;
  }
  .l-footer .l-footer-pagetop span {
    padding-top: 2.5rem;
  }
  .l-footer .l-footer-pagetop span::before {
    width: 0.2142857143rem;
    height: 2rem;
    top: 0.3571428571rem;
  }
}

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

c-ttl01

-------------------------------------------------*/
.c-ttl01 {
  text-align: center;
  position: relative;
}
.c-ttl01.c-ttl01--wh .-ttl {
  color: #fff;
}
.c-ttl01.c-ttl01--wh .-ttl span {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.c-ttl01 .-ttl {
  font-size: 28px;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1.8;
}
.c-ttl01 .-ttl span {
  display: block;
  text-transform: uppercase;
  color: #04A0E9;
  margin: auto;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.14em;
  width: -moz-max-content;
  width: max-content;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #04A0E9;
}
@media screen and (max-width: 768px) {
  .c-ttl01 .-ttl {
    font-size: 1.4285714286rem;
  }
  .c-ttl01 .-ttl span {
    font-size: 0.8571428571rem;
    padding-bottom: 0.3571428571rem;
    margin-bottom: 0.7142857143rem;
  }
}

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

c-btn01

-------------------------------------------------*/
.c-btn01 {
  width: 180px;
  margin-top: 30px;
}
.c-btn01 a {
  display: block;
  padding: 12px 25px;
  background-color: #222;
  border: 1px solid #222;
  border-radius: 80px;
  position: relative;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
}
.c-btn01 a::after {
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  width: 6px;
  height: auto;
  aspect-ratio: 1;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  right: 15px;
  transform: rotate(-45deg) translateY(-50%);
}
.c-btn01 a:hover {
  color: #222;
  background-color: #fff;
}
.c-btn01 a:hover::after {
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
}
@media screen and (max-width: 768px) {
  .c-btn01 {
    width: 12.8571428571rem;
    margin: auto;
    margin-top: 2.1428571429rem;
  }
  .c-btn01 a {
    padding: 0.8571428571rem 1.7857142857rem;
    border-radius: 5.7142857143rem;
    font-size: 0.8571428571rem;
  }
  .c-btn01 a::after {
    width: 0.4285714286rem;
    right: 1.0714285714rem;
  }
}

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

c-contact

-------------------------------------------------*/
.c-contact {
  position: relative;
  padding: 90px 0 80px;
  background: url(../../../img/top/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-color: rgba(33, 33, 33, 0.85);
}
.c-contact .c-contact--ttl {
  color: #fff;
}
.c-contact .c-contact--ttl span {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.c-contact .c-contact__txt {
  position: relative;
  margin-top: 24px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 2;
}
.c-contact .c-contact__area {
  position: relative;
  justify-content: center;
  margin-top: 30px;
  gap: 30px;
}
.c-contact .c-contact__area .-btn {
  width: 340px;
}
.c-contact .c-contact__area a {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 80px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 25px 0;
}
.c-contact .c-contact__area a:hover::after {
  right: 25px;
}
.c-contact .c-contact__area a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: auto;
  aspect-ratio: 1;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 30px;
  transition: all 0.3s ease;
}
.c-contact .c-contact__area .-icon01 {
  position: relative;
  font-weight: 400;
  padding-left: 22px;
}
.c-contact .c-contact__area .-icon01::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/common/mail-icon.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 11px;
  top: 7px;
  left: 0;
}
.c-contact .c-contact__area .-icon02 {
  position: relative;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  padding-left: 16px;
}
.c-contact .c-contact__area .-icon02::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/common/tel-icon.svg) no-repeat;
  background-size: contain;
  width: 11px;
  height: 15px;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-contact {
    padding: 5rem 0 5rem;
    background: url(../../../img/top/contact-bg-sp.jpg) no-repeat center center/cover;
  }
  .c-contact .c-contact__txt {
    margin-top: 1.4285714286rem;
    font-size: 1.1428571429rem;
    text-align: left;
  }
  .c-contact .c-contact__area {
    margin-top: 2.8571428571rem;
    gap: 2.1428571429rem;
  }
  .c-contact .c-contact__area .-btn {
    width: 100%;
  }
  .c-contact .c-contact__area a {
    border-radius: 5.7142857143rem;
    font-size: 1.0714285714rem;
    padding: 1.7857142857rem 0;
  }
  .c-contact .c-contact__area a:hover::after {
    right: 1.7857142857rem;
  }
  .c-contact .c-contact__area a::after {
    width: 0.5714285714rem;
    right: 2.1428571429rem;
    transition: all 0.3s ease;
  }
  .c-contact .c-contact__area .-icon01 {
    position: relative;
    font-weight: 400;
    padding-left: 1.5714285714rem;
  }
  .c-contact .c-contact__area .-icon01::before {
    width: 1.0714285714rem;
    height: 0.7857142857rem;
    top: 0.5rem;
    left: 0;
  }
  .c-contact .c-contact__area .-icon02 {
    position: relative;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    padding-left: 1.1428571429rem;
  }
  .c-contact .c-contact__area .-icon02::before {
    width: 0.7857142857rem;
    height: 1.0714285714rem;
    top: 0.3571428571rem;
    left: 0;
  }
}

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

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: 400;
  color: #04A0E9;
}
.c-breadcrumbs-area li a {
  position: relative;
  margin-right: 60px;
  color: #000;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
.c-breadcrumbs-area li a::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #373737;
  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;
  }
}

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

c-submv

-------------------------------------------------*/
.c-sub-mv--outer {
  padding-top: 120px;
  background-color: #EEF2F4;
}
@media screen and (max-width: 768px) {
  .c-sub-mv--outer {
    padding-top: 5rem;
  }
}

.c-sub-mv {
  position: relative;
  height: 300px;
}
.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--privacy {
  background: url(../../../img/privacy/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.7);
}
.c-sub-mv .c-sub-mv__bgtxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Oswald", sans-serif;
  font-size: 110px;
  letter-spacing: 0.14em;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
.c-sub-mv .c-sub-mv__ttl {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-sub-mv .c-sub-mv__ttl .-ttl {
  font-size: 32px;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.08em;
}
.c-sub-mv .c-sub-mv__ttl .-ttl span {
  display: block;
  text-transform: uppercase;
  color: #fff;
  margin: auto;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.14em;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .c-sub-mv {
    height: 11.4285714286rem;
  }
  .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--privacy {
    background: url(../../../img/privacy/submv-sp.jpg) no-repeat center center/cover;
  }
  .c-sub-mv .c-sub-mv__bgtxt {
    font-size: 3.7142857143rem;
    width: 100%;
    text-align: center;
  }
  .c-sub-mv .c-sub-mv__ttl {
    width: 100%;
  }
  .c-sub-mv .c-sub-mv__ttl .-ttl {
    font-size: 1.8571428571rem;
  }
  .c-sub-mv .c-sub-mv__ttl .-ttl span {
    font-size: 0.8571428571rem;
  }
}/*# sourceMappingURL=common.css.map */