@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..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: "ryo-gothic-plusn", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  color: #222;
  width: 100%;
  height: 100%;
}
html * {
  font-weight: inherit;
  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: 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%;
  z-index: 1000;
  background-color: #02A19A;
  height: 80px;
  transition: all 0.3s ease;
}
.l-header.active {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.l-header .l-header-inner {
  align-items: center;
  height: 100%;
  padding: 0 20px;
}
.l-header .l-header-logo__ttl {
  width: 180px;
}
.l-header .l-header-logo__ttl .-link {
  display: block;
  height: 100%;
}
.l-header .l-header-logo__ttl .-link img {
  height: 100%;
}
.l-header .l-header-area {
  align-items: center;
}
.l-header .l-header-area__list {
  margin-right: 30px;
  gap: 0px 30px;
}
.l-header .l-header-area__list-item .-link {
  position: relative;
  display: block;
  color: #fff;
  font-size: 15px;
}
.l-header .l-header-area__list-item .-link::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-header .l-header-area__list-item .-link:hover::before {
  transform: scaleX(1);
}
.l-header .l-header-area__contact {
  gap: 0 15px;
  align-items: center;
}
.l-header .l-header-area__contact-insta {
  width: 32px;
}
.l-header .l-header-area__contact-line {
  width: 32px;
}
.l-header .l-header-area__contact-btn {
  width: 150px;
  text-align: center;
}
.l-header .l-header-area__contact-btn a {
  display: block;
  padding: 10px 0;
  color: #02A19A;
  font-size: 15px;
  background-color: #fff;
  border-radius: 60px;
}
.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-area__list {
    gap: 0px 15px;
    margin-right: 10px;
  }
  .l-header .l-header-area__list-item .-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    height: 3.5714285714rem;
  }
  .l-header.active .l-header-logo__ttl {
    width: 8.5714285714rem;
  }
  .l-header .l-header-logo__ttl {
    width: 8.5714285714rem;
  }
  .l-header .l-header-area {
    position: fixed;
    height: calc(100vh - 3.5714285714rem);
    top: 3.5714285714rem;
    padding: 0rem 2.1428571429rem 0rem;
    width: 100%;
    background-color: #fff;
    left: 0;
    opacity: 0;
    pointer-events: none;
    pointer-events: none;
    transition: all 0.3s ease;
    overflow: scroll;
    border-bottom: 1.1428571429rem solid #02A19A;
  }
  .l-header .l-header-area.open {
    opacity: 1;
    transform: translateX(0%);
    z-index: 1000;
    pointer-events: auto;
  }
  .l-header .l-header-area__list {
    width: 100%;
    margin-top: 1.4285714286rem;
    margin-right: 0px;
    margin-bottom: 4.2857142857rem;
  }
  .l-header .l-header-area__list-item {
    width: 100%;
    position: relative;
  }
  .l-header .l-header-area__list-item::after {
    content: "";
    position: absolute;
    width: 0.4285714286rem;
    height: auto;
    aspect-ratio: 1;
    border-right: 1px solid;
    border-bottom: 1px solid;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 1.0714285714rem;
  }
  .l-header .l-header-area__list-item .-link {
    position: relative;
    display: block;
    color: #454545;
    padding: 1.4285714286rem 0;
    font-size: 1.0714285714rem;
    border-bottom: 1px solid #ccc;
  }
  .l-header .l-header-area__list-item .-link::before {
    display: none;
  }
  .l-header .l-header-area__contact-insta {
    position: fixed;
    top: 0.6428571429rem;
    right: 7.5rem;
    width: 2.2857142857rem;
  }
  .l-header .l-header-area__contact-line {
    width: 2.2857142857rem;
    position: fixed;
    top: 0.6428571429rem;
    right: 4.6428571429rem;
  }
  .l-header .l-header-area__spbox {
    position: relative;
    padding: 2.1428571429rem 0;
    background-color: #F0FAFA;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .l-header .l-header-area__spbox::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../../../img/contactbtn-bg.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 2.5rem;
    top: -1.0714285714rem;
    left: 0;
  }
  .l-header .l-header-area__linebtn {
    margin: auto;
    width: 21.4285714286rem;
    background-color: #63C48A;
    border-radius: 4.2857142857rem;
    box-shadow: 0 0.2142857143rem 0.3571428571rem rgba(0, 0, 0, 0.2);
  }
  .l-header .l-header-area__linebtn .-link {
    padding: 1.4285714286rem 0;
    display: block;
    text-align: center;
  }
  .l-header .l-header-area__linebtn .-txt {
    position: relative;
    padding-left: 1.4285714286rem;
    font-size: 1rem;
    letter-spacing: 0.04em;
    display: inline-block;
    font-weight: 600;
    color: #fff;
  }
  .l-header .l-header-area__linebtn .-txt::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../../../img/line-icon02.svg) no-repeat;
    background-size: contain;
    width: 1.1428571429rem;
    height: 1.1428571429rem;
    left: 0;
    top: 0.2142857143rem;
  }
  .l-header .l-header-area__contactbtn {
    margin: auto;
    margin-top: 1.0714285714rem;
    width: 21.4285714286rem;
    background-color: #037E76;
    border-radius: 4.2857142857rem;
    box-shadow: 0 0.2142857143rem 0.3571428571rem rgba(0, 0, 0, 0.2);
  }
  .l-header .l-header-area__contactbtn .-link {
    padding: 1.4285714286rem 0;
    display: block;
    text-align: center;
  }
  .l-header .l-header-area__contactbtn .-txt {
    position: relative;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding-left: 1.7857142857rem;
  }
  .l-header .l-header-area__contactbtn .-txt::before {
    content: "";
    position: absolute;
    display: block;
    background: url(../../../img/mail-icon.svg) no-repeat;
    background-size: contain;
    width: 1.4285714286rem;
    height: 1.0714285714rem;
    left: 0;
    top: 0.2142857143rem;
  }
  .l-header .l-header-humbtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 3.5714285714rem;
    height: 3.5714285714rem;
    background-color: #fff;
  }
  .l-header .l-header-humbtn.open .l-header-humbtn__line {
    position: absolute;
    width: 1.6428571429rem;
    height: 0.0714285714rem;
    background-color: #02A19A;
    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: 1.6428571429rem;
    height: 0.0714285714rem;
    background-color: #02A19A;
    top: 50%;
    left: 28%;
    transition: all 0.3s ease;
  }
  .l-header .l-header-humbtn__line:nth-child(1) {
    transform: translateY(-0.5714285714rem);
  }
  .l-header .l-header-humbtn__line:nth-child(3) {
    transform: translateY(0.5714285714rem);
  }
}

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

l-footer

-------------------------------------------------*/
.l-footer {
  margin-top: 80px;
  padding: 50px 0 70px;
  background-color: #02A19A;
}
.l-footer .l-footer-top__left .-logo {
  width: 180px;
}
.l-footer .l-footer-top__left .-access {
  margin-top: 30px;
}
.l-footer .l-footer-top__left .-access-txt {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.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 {
  margin-top: 120px;
  align-items: center;
}
.l-footer .l-footer-btm .-copy {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.l-footer .l-footer-btm .-privacybox {
  gap: 15px;
}
.l-footer .l-footer-btm .-privacy a {
  color: #fff;
  padding-bottom: 5px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .l-footer {
    margin-top: 3.5714285714rem;
    padding: 3.5714285714rem 0 3.5714285714rem;
  }
  .l-footer .l-footer-top__left {
    width: 100%;
  }
  .l-footer .l-footer-top__left .-logo {
    width: 8.5714285714rem;
  }
  .l-footer .l-footer-top__left .-access {
    margin-top: 2.1428571429rem;
  }
  .l-footer .l-footer-top__left .-access-txt {
    font-size: 1.1428571429rem;
  }
  .l-footer .l-footer-top__right {
    width: 100%;
    margin-top: 2.8571428571rem;
  }
  .l-footer .l-footer-top__right ul {
    gap: 1.4285714286rem;
  }
  .l-footer .l-footer-top__right li {
    width: 100%;
  }
  .l-footer .l-footer-top__right a {
    font-size: 1.1428571429rem;
  }
  .l-footer .l-footer-btm {
    margin-top: 4.2857142857rem;
    align-items: center;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .l-footer .l-footer-btm .-copy {
    font-size: 1rem;
    margin-top: 2.8571428571rem;
  }
  .l-footer .l-footer-btm .-privacybox {
    gap: 1.0714285714rem;
  }
  .l-footer .l-footer-btm .-privacy {
    width: 100%;
  }
  .l-footer .l-footer-btm .-privacy a {
    padding-bottom: 0.3571428571rem;
    font-size: 1.1428571429rem;
  }
}

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

c-ttl01

-------------------------------------------------*/
.c-ttl01 .c-ttl01-in {
  font-family: "Outfit", serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 42px;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.c-ttl01 .-jp {
  font-family: "ryo-gothic-plusn", sans-serif;
  color: #00A29A;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.14em;
  line-height: 2;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-ttl01 .c-ttl01-in {
    font-size: 2.4285714286rem;
  }
  .c-ttl01 .-jp {
    font-size: 0.9285714286rem;
  }
}

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

c-ttl02

-------------------------------------------------*/
.c-ttl02 {
  position: relative;
  text-align: center;
}
.c-ttl02.c-ttl02--wh .-jp {
  color: #fff;
}
.c-ttl02.c-ttl02--wh .-en {
  color: #fff;
}
.c-ttl02 .-jp {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.14em;
  line-height: 2;
  color: #02A19A;
  display: block;
}
.c-ttl02 .-en {
  font-family: "Outfit", serif;
  font-size: 42px;
  letter-spacing: 0.08em;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .c-ttl02 .-jp {
    font-size: 0.9285714286rem;
  }
  .c-ttl02 .-en {
    font-size: 2.4285714286rem;
  }
}

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

c-btn01

-------------------------------------------------*/
.c-btn01 {
  width: 390px;
  margin: auto;
  margin-top: 50px;
}
.c-btn01 a {
  position: relative;
  display: block;
  background-color: #FF8002;
  border: 1px solid #FF8002;
  border-radius: 70px;
  color: #fff;
  padding: 18px 0;
  letter-spacing: 0.04em;
  font-size: 15px;
  text-align: center;
  transition: all 0.3s ease;
}
.c-btn01 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: 35px;
  transition: all 0.3s ease;
}
.c-btn01 a:hover {
  background-color: #fff;
  color: #FF8002;
}
.c-btn01 a:hover::after {
  border-right: 1px solid #FF8002;
  border-bottom: 1px solid #FF8002;
}
@media screen and (max-width: 768px) {
  .c-btn01 {
    width: 17.1428571429rem;
    margin-top: 2.1428571429rem;
  }
  .c-btn01 a {
    border-radius: 5rem;
    padding: 1.0714285714rem 0;
    font-size: 1.0714285714rem;
  }
  .c-btn01 a::after {
    width: 0.5714285714rem;
    right: 2.5rem;
  }
}

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

c-faq

-------------------------------------------------*/
.c-faq {
  position: relative;
  padding: 80px 0 100px;
}
.c-faq::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #F0FAFA;
  border-radius: 0 60px 0 0;
  height: 100%;
  top: 0;
  left: 0;
  width: calc(100% - 100px);
  z-index: -1;
}
.c-faq .c-faq-icon {
  position: absolute;
  width: 230px;
  height: 230px;
  top: 50px;
  right: 140px;
}
.c-faq .c-faq__area {
  margin-top: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.c-faq .c-faq__area.isActive {
  transform: translateY(0);
  opacity: 1;
}
.c-faq .c-faq__area-block {
  margin-top: 30px;
}
.c-faq .c-faq__area-block:first-child {
  margin-top: 0;
}
.c-faq .c-faq__area-block .-question-block.open .-question {
  border-radius: 10px 10px 0 0;
}
.c-faq .c-faq__area-block .-question-block.open .-question::before {
  transform: translateY(-50%) rotate(0deg);
}
.c-faq .c-faq__area-block .-question-block.open .-question::after {
  opacity: 0;
}
.c-faq .c-faq__area-block .-question {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #02A19A;
  padding: 20px 25px;
  border-radius: 10px;
  padding-right: 80px;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
.c-faq .c-faq__area-block .-question::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  background-color: #fff;
  height: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 40px;
  transition: all 0.3s ease;
}
.c-faq .c-faq__area-block .-question::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  background-color: #fff;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  transition: all 0.3s ease;
}
.c-faq .c-faq__area-block .-question .-en {
  width: 45px;
  font-family: "Outfit", serif;
  font-size: 26px;
  letter-spacing: 0.08em;
}
.c-faq .c-faq__area-block .-question .-txt {
  width: calc(100% - 45px);
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2;
}
.c-faq .c-faq__area-block .-answer-block {
  display: none;
}
.c-faq .c-faq__area-block .-answer {
  display: flex;
  padding: 20px 25px;
  border-top: none;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  border: 1px solid #02A19A;
}
.c-faq .c-faq__area-block .-answer .-en {
  width: 45px;
  font-family: "Outfit", serif;
  font-size: 26px;
  letter-spacing: 0.08em;
  color: #000;
}
.c-faq .c-faq__area-block .-answer .-txt {
  width: calc(100% - 45px);
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2;
}
.c-faq .c-faq__area-block .-answer .-txt span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 1280px) {
  .c-faq::before {
    border-radius: 60px 60px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-faq {
    padding: 3.5714285714rem 0 5rem;
  }
  .c-faq::before {
    border-radius: 2.8571428571rem 2.8571428571rem 0 0;
  }
  .c-faq .c-faq-icon {
    width: 10.7142857143rem;
    height: 10.7142857143rem;
    top: 2.1428571429rem;
    right: 1.4285714286rem;
  }
  .c-faq .c-faq__area {
    margin-top: 1.4285714286rem;
  }
  .c-faq .c-faq__area-block {
    margin-top: 1.4285714286rem;
  }
  .c-faq .c-faq__area-block .-question-block.open .-question {
    border-radius: 0.7142857143rem 0.7142857143rem 0 0;
  }
  .c-faq .c-faq__area-block .-question {
    padding: 1.4285714286rem 1.4285714286rem;
    padding-right: 5rem;
    border-radius: 0.7142857143rem;
  }
  .c-faq .c-faq__area-block .-question::before {
    width: 1.4285714286rem;
    height: 0.1428571429rem;
    right: 1.4285714286rem;
  }
  .c-faq .c-faq__area-block .-question::after {
    width: 1.4285714286rem;
    height: 0.1428571429rem;
    right: 1.4285714286rem;
  }
  .c-faq .c-faq__area-block .-question .-en {
    width: 2.5rem;
    font-size: 1.6428571429rem;
  }
  .c-faq .c-faq__area-block .-question .-txt {
    width: calc(100% - 2.5rem);
    font-size: 1rem;
  }
  .c-faq .c-faq__area-block .-answer {
    padding: 1.4285714286rem 1.4285714286rem;
    align-items: flex-start;
    border-radius: 0 0 0.7142857143rem 0.7142857143rem;
  }
  .c-faq .c-faq__area-block .-answer .-en {
    width: 2.5rem;
    font-size: 1.6428571429rem;
  }
  .c-faq .c-faq__area-block .-answer .-txt {
    width: calc(100% - 2.5rem);
    font-size: 1rem;
  }
  .c-faq .c-faq__area-block .-answer .-txt span {
    font-size: 0.7857142857rem;
  }
}

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

c-company

-------------------------------------------------*/
.c-company .c-company__outer {
  position: relative;
  padding: 80px 0 0px;
}
.c-company .c-company__bgtxt {
  position: absolute;
  z-index: -1;
  writing-mode: vertical-rl;
  font-family: "Outfit", serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
  font-size: 90px;
  color: #F0FAFA;
  text-transform: uppercase;
  right: 0px;
  top: 50px;
}
.c-company .c-company__area {
  position: relative;
  align-items: center;
  z-index: 1;
  margin-top: 40px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}
.c-company .c-company__area.isActive {
  transform: translateY(0);
  opacity: 1;
}
.c-company .c-company__area .-img {
  width: 430px;
  margin-right: 40px;
}
.c-company .c-company__area .-img img {
  border-radius: 10px;
}
.c-company .c-company__area .-txtbox {
  width: calc(100% - 470px);
}
.c-company .c-company__area .-txtbox-item {
  position: relative;
  display: flex;
  padding: 15px 5px;
  border-bottom: 1px solid #E5E3D9;
}
.c-company .c-company__area .-txtbox-item:first-child {
  border-top: 1px solid #E5E3D9;
}
.c-company .c-company__area .-txtbox-item .-ttl {
  width: 100px;
  font-size: 14px;
  font-weight: bold;
  color: #00A29A;
}
.c-company .c-company__area .-txtbox-item .-txt {
  width: calc(100% - 100px);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.c-company .c-company__area .-txtbox-item .-icon {
  color: #00A29A;
  padding-left: 16px;
  position: relative;
}
.c-company .c-company__area .-txtbox-item .-icon::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/target.png) no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  left: 2px;
  top: 1px;
}
@media screen and (max-width: 1300px) {
  .c-company .c-company__bgtxt {
    right: 0px;
  }
  .c-company .c-company__area {
    padding-right: 5%;
  }
  .c-company .c-company__map {
    padding-right: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .c-company .c-company__area .-img {
    width: 320px;
    margin-right: 40px;
  }
  .c-company .c-company__area .-txtbox {
    width: calc(100% - 360px);
  }
}
@media screen and (max-width: 768px) {
  .c-company {
    padding: 0;
  }
  .c-company .c-company__outer {
    padding: 3.5714285714rem 0 0;
    margin-right: 0px;
    border-radius: 0;
  }
  .c-company .c-company__outer::before {
    border-radius: 2.8571428571rem 2.8571428571rem 0 0;
    right: 0;
  }
  .c-company .c-company__bgtxt {
    font-size: 7.1428571429rem;
    right: 0rem;
    top: 2.1428571429rem;
  }
  .c-company .c-company--ttl {
    text-align: center;
  }
  .c-company .c-company__area {
    margin-top: 1.7857142857rem;
    padding-right: 0;
  }
  .c-company .c-company__area .-img {
    width: 100%;
    margin-right: 0rem;
  }
  .c-company .c-company__area .-img img {
    border-radius: 0.7142857143rem;
  }
  .c-company .c-company__area .-txtbox {
    width: 100%;
    margin-top: 1.4285714286rem;
  }
  .c-company .c-company__area .-txtbox-item {
    padding: 1.7857142857rem 0;
  }
  .c-company .c-company__area .-txtbox-item::before {
    width: 6.0714285714rem;
  }
  .c-company .c-company__area .-txtbox-item .-ttl {
    width: 7.8571428571rem;
    font-size: 1rem;
  }
  .c-company .c-company__area .-txtbox-item .-txt {
    width: calc(100% - 7.8571428571rem);
    font-size: 1rem;
  }
}

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

c-contact-outer

-------------------------------------------------*/
.c-contact-outer {
  position: relative;
  padding-top: 60px;
  opacity: 0;
  transition: all 0.3s ease;
  transform: translateY(20px);
}
.c-contact-outer.isActive {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .c-contact-outer {
    position: relative;
    padding-top: 2.8571428571rem;
  }
}

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

c-contact-box

-------------------------------------------------*/
.c-contact-box {
  position: relative;
  gap: 40px;
  justify-content: center;
  background-color: #00A29A;
  border-radius: 15px;
  padding: 50px 3%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.c-contact-box__bgtxt {
  position: absolute;
  bottom: -10px;
  left: 50%;
  line-height: 1;
  transform: translateX(-50%);
  font-family: "Montserrat", serif;
  font-size: 100px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.1);
}

.c-contact-box__block {
  position: relative;
  width: 47%;
}
.c-contact-box__block .-catch {
  text-align: center;
}
.c-contact-box__block .-catch span {
  position: relative;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
  padding: 10px;
  padding-bottom: 5px;
}
.c-contact-box__block .-catch span::before {
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transform-origin: bottom;
  transform: rotate(-30deg);
}
.c-contact-box__block .-catch span::after {
  content: "";
  position: absolute;
  display: block;
  height: 40px;
  width: 1px;
  background-color: #fff;
  bottom: 0;
  right: 0;
  transform-origin: bottom;
  transform: rotate(30deg);
}

.c-contact-btn {
  margin-top: 20px;
  height: 100px;
  border-radius: 15px;
  background-color: #fff;
}
.c-contact-btn .-btnin {
  position: relative;
  padding-left: 35px;
}
.c-contact-btn .-btnin.-btnin--01::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/line-icon03.svg) no-repeat;
  background-size: contain;
  width: 28px;
  height: 27px;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.c-contact-btn .-btnin.-btnin--02::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/mail-icon02.svg) no-repeat;
  background-size: contain;
  width: 28px;
  height: 21px;
  left: 0px;
  top: 48%;
  transform: translateY(-50%);
}
.c-contact-btn a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-contact-btn a.-arrow {
  position: relative;
}
.c-contact-btn a.-arrow::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/btn-arrow.png) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.c-contact-btn .-txt {
  color: #02A19A;
  font-size: 19px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.c-contact-btn .-txt-icon {
  position: relative;
  padding-left: 45px;
}
.c-contact-btn .-txt-icon::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/common/mail-icon02.png) no-repeat;
  background-size: contain;
  width: 35px;
  height: 26px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .c-contact-box {
    gap: 20px;
  }
  .c-contact-btn .-num {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact-box {
    gap: 2.1428571429rem;
    border-radius: 1.0714285714rem;
    padding: 2.1428571429rem;
  }
  .c-contact-box__bgtxt {
    bottom: 0rem;
    left: 0;
    transform: translateX(0);
    font-size: 3rem;
    writing-mode: vertical-rl;
  }
  .c-contact-box__block {
    width: 100%;
  }
  .c-contact-box__block .-catch span {
    font-size: 1.0714285714rem;
    padding: 0.3571428571rem;
    padding-bottom: 0.1785714286rem;
  }
  .c-contact-box__block .-catch span::before {
    height: 2.1428571429rem;
    width: 0.0357142857rem;
  }
  .c-contact-box__block .-catch span::after {
    height: 2.1428571429rem;
    width: 0.0357142857rem;
  }
  .c-contact-btn {
    margin-top: 0.7142857143rem;
    height: 5rem;
    border-radius: 0.3571428571rem;
    background-color: #fff;
  }
  .c-contact-btn .-btnin {
    position: relative;
    padding-left: 2.5rem;
  }
  .c-contact-btn .-btnin.-btnin--01::before {
    width: 2rem;
    height: 1.9285714286rem;
  }
  .c-contact-btn .-btnin.-btnin--02::before {
    width: 2rem;
    height: 1.5rem;
  }
  .c-contact-btn a.-arrow {
    position: relative;
  }
  .c-contact-btn a.-arrow::before {
    display: none;
  }
  .c-contact-btn .-txt {
    font-size: 1.1428571429rem;
  }
}
/*------------------------------------------------

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;
  color: #02A19A;
}
.c-breadcrumbs-area li a {
  position: relative;
  margin-right: 60px;
  color: #000;
  font-weight: bold;
}
.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 {
  position: relative;
  height: 300px;
  margin-top: 80px;
}
.c-sub-mv.c-sub-mv--privacy {
  background: url(../../../img/submv.jpg) no-repeat center center/cover;
}
.c-sub-mv.c-sub-mv--terms {
  background: url(../../../img/submv.jpg) no-repeat center center/cover;
}
.c-sub-mv .c-sub-mv__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 57, 57, 0.85);
}
.c-sub-mv .c-sub-mv__bgtxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Montserrat", serif;
  font-size: 110px;
  letter-spacing: 0.14em;
  font-weight: bold;
  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: "Montserrat", serif;
  letter-spacing: 0.14em;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .c-sub-mv {
    height: 11.4285714286rem;
    margin-top: 3.5714285714rem;
  }
  .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;
  }
}

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

c-contact-fix

-------------------------------------------------*/
.c-contact-fix {
  width: 65px;
  position: fixed;
  right: 0;
  bottom: 60px;
  z-index: 10;
  gap: 5px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.c-contact-fix.active {
  opacity: 1;
  pointer-events: auto;
}
.c-contact-fix .c-contact-fix__box {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.c-contact-fix .c-contact-fix__box.c-contact-fix__box--01 {
  background-color: #62C48A;
}
.c-contact-fix .c-contact-fix__box.c-contact-fix__box--01:hover {
  background-color: #6AD997;
}
.c-contact-fix .c-contact-fix__box.c-contact-fix__box--02 {
  background-color: #02A19A;
}
.c-contact-fix .c-contact-fix__box.c-contact-fix__box--02:hover {
  background-color: #07B7AF;
}
.c-contact-fix .c-contact-fix__box .-txt {
  position: relative;
  writing-mode: tb-rl;
  color: #fff;
  line-height: 1.2;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: bold;
  padding-top: 25px;
}
.c-contact-fix .c-contact-fix__box .-txt.-txt--01::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/line-icon02.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 21px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-contact-fix .c-contact-fix__box .-txt.-txt--02::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/mail-icon.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 21px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-contact-fix {
    width: 100%;
    right: auto;
    left: 0;
    bottom: 0px;
    z-index: 10;
    gap: 0.3571428571rem;
  }
  .c-contact-fix .c-contact-fix__box {
    width: calc(50% - 0.1785714286rem);
    padding: 0.8928571429rem;
    border-radius: 0.5714285714rem 0.5714285714rem 0 0;
  }
  .c-contact-fix .c-contact-fix__box .-txt {
    font-size: 0.9285714286rem;
    padding-top: 0px;
    padding-left: 1.4285714286rem;
    writing-mode: inherit;
  }
  .c-contact-fix .c-contact-fix__box .-txt.-txt--01::before {
    width: 1.0714285714rem;
    height: 1.1071428571rem;
    left: 0.7142857143rem;
  }
  .c-contact-fix .c-contact-fix__box .-txt.-txt--02::before {
    width: 1.0714285714rem;
    height: 1.1071428571rem;
    left: 0.7142857143rem;
    top: 0.1428571429rem;
  }
}/*# sourceMappingURL=common.css.map */