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

html {
  line-height: 1.5;
}

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

ol,
ul {
  list-style: none;
}

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

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

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

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

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

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

label {
  margin-bottom: 0;
}

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

ul {
  list-style: none;
}

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

ul,
ol {
  margin: 0;
}

figure {
  margin: 0;
}

h1 {
  font-size: inherit;
}

p {
  margin: 0;
}

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

h3 {
  color: inherit;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

h3 {
  font-size: 1rem;
}

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

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

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

ol {
  list-style: none;
}

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

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

/*================================
	PC 共通設定
=================================*/
@media print, screen and (min-width: 768px) {
  html {
    overflow-y: scroll;
  }
  .inner {
    width: 95%;
    max-width: 1100px;
    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: 767px) {
  html {
    font-size: 3.6458333333vw;
  }
  .inner {
    width: 90%;
    margin: auto;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* BASE STYLE
--------------------------------------------------*/
html {
  scroll-padding-top: 110px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  vertical-align: middle;
}

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

a {
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

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

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

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

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

l-header

-------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  height: 110px;
  z-index: 1000;
}
.l-header.active {
  background-color: rgba(255, 255, 255, 0.8);
}
.l-header.active .l-header-logo {
  width: 120px;
}
.l-header .l-header-inner {
  align-items: flex-end;
  padding-top: 25px;
  padding-bottom: 10px;
  margin: 0 20px;
}
.l-header .l-header-logo {
  width: 140px;
  transition: all 0.3s ease;
}
.l-header .l-header-logo__ttl .-link {
  display: block;
}
.l-header .l-header-area__list {
  gap: 30px;
}
.l-header .l-header-area__list-item .-link {
  display: block;
  color: #333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #633319;
}
.l-header .l-header-area__access {
  position: fixed;
  top: 0;
  right: 20px;
}
.l-header .l-header-area__access-tel {
  margin-right: 20px;
}
.l-header .l-header-area__access-tel .-link {
  background-color: #336837;
  border-radius: 0 0 10px 10px;
  display: flex;
  color: #fff;
  align-items: center;
  padding: 10px 20px;
}
.l-header .l-header-area__access-tel .-number {
  position: relative;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  padding-left: 25px;
  margin-right: 10px;
}
.l-header .l-header-area__access-tel .-number::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/tel-icon.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.l-header .l-header-area__access-tel .-txt {
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.l-header .l-header-area__access-contact .-link {
  border-radius: 0 0 10px 10px;
  background-color: #633319;
  display: flex;
  color: #fff;
  align-items: center;
  padding: 13px 20px;
}
.l-header .l-header-area__access-contact .-txt {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding-left: 25px;
}
.l-header .l-header-area__access-contact .-txt::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/mail-icon.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 10px;
  top: 53%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 1024px) {
  .l-header .l-header-logo {
    width: 120px;
  }
  .l-header .l-header-area__list {
    gap: 15px;
  }
  .l-header .l-header-area__list .-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 5rem;
  }
  .l-header.active .l-header-logo {
    width: 7.1428571429rem;
  }
  .l-header .l-header-inner {
    align-items: flex-end;
    padding-top: 0.3571428571rem;
    padding-bottom: 10px;
    margin: 0 0.7142857143rem;
  }
  .l-header .l-header-logo {
    width: 7.1428571429rem;
    z-index: 10000;
  }
  .l-header .l-header-logo__ttl .-link {
    display: block;
  }
  .l-header .l-header-area {
    background-color: #FFF9EF;
    position: fixed;
    overflow: scroll;
    height: 100vh;
    top: 0rem;
    padding: 7.1428571429rem 1.4285714286rem 1.4285714286rem;
    width: 100%;
    left: 0;
    opacity: 0;
    transform: translateX(0%);
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .l-header .l-header-area.open {
    transform: translateX(0%);
    opacity: 1;
    z-index: 1000;
    pointer-events: auto;
  }
  .l-header .l-header-area__block {
    background-color: #fff;
    padding: 1.4285714286rem 1.4285714286rem 2.8571428571rem;
    border-radius: 2.8571428571rem;
  }
  .l-header .l-header-area__list {
    gap: 0px;
  }
  .l-header .l-header-area__list-item {
    width: 100%;
    position: relative;
  }
  .l-header .l-header-area__list-item:last-child .-link {
    border-bottom: none;
  }
  .l-header .l-header-area__list-item::after {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: auto;
    aspect-ratio: 1;
    border-right: 2px solid #633319;
    border-bottom: 2px solid #633319;
    right: 1.4285714286rem;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  .l-header .l-header-area__list-item .-link {
    display: block;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.1428571429rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #633319;
    padding: 1.4285714286rem 0;
    border-bottom: 2px dotted #633319;
  }
  .l-header .l-header-area__access {
    position: static;
    margin-top: 1.4285714286rem;
  }
  .l-header .l-header-area__access-tel {
    margin-right: 0px;
    width: 100%;
  }
  .l-header .l-header-area__access-tel .-link {
    border-radius: 1.7857142857rem;
    justify-content: center;
    padding: 0.7142857143rem 2.1428571429rem;
  }
  .l-header .l-header-area__access-tel .-number {
    font-size: 1.4285714286rem;
    padding-left: 1.7857142857rem;
    margin-right: 0.7142857143rem;
  }
  .l-header .l-header-area__access-tel .-number::before {
    width: 1rem;
    height: 1rem;
  }
  .l-header .l-header-area__access-tel .-txt {
    font-size: 0.7142857143rem;
  }
  .l-header .l-header-area__access-contact {
    margin-top: 0.7142857143rem;
    width: 100%;
  }
  .l-header .l-header-area__access-contact .-link {
    justify-content: center;
    border-radius: 1.7857142857rem;
    padding: 0.9285714286rem;
  }
  .l-header .l-header-area__access-contact .-txt {
    font-size: 1.1428571429rem;
    padding-left: 1.7857142857rem;
  }
  .l-header .l-header-area__access-contact .-txt::before {
    width: 1rem;
    height: 0.7142857143rem;
    top: 53%;
    transform: translateY(-50%);
    left: 0;
  }
  .l-header .l-header-linkbtn__in {
    gap: 0.7142857143rem;
    align-items: center;
  }
  .l-header .l-header-linkbtn__tel {
    width: 2.8571428571rem;
    height: 2.8571428571rem;
    z-index: 10000;
  }
  .l-header .l-header-linkbtn__mail {
    width: 2.8571428571rem;
    height: 2.8571428571rem;
    z-index: 10000;
  }
  .l-header .l-header-humbtn {
    display: block;
    position: relative;
    z-index: 10000;
    width: 3.8571428571rem;
    height: 3.8571428571rem;
    background-color: #FFF9EF;
    border-radius: 50%;
    border: 2px solid #633319;
  }
  .l-header .l-header-humbtn.open .l-header-humbtn__line {
    position: absolute;
    top: 50%;
    left: 25%;
  }
  .l-header .l-header-humbtn.open .l-header-humbtn__line:nth-child(1) {
    transform: translateY(0px) rotate(30deg);
  }
  .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(-30deg);
  }
  .l-header .l-header-humbtn__line {
    position: absolute;
    width: 1.8571428571rem;
    height: 0.1428571429rem;
    background-color: #633319;
    border-radius: 0.7142857143rem;
    top: 50%;
    left: 25%;
    transition: all 0.3s ease;
  }
  .l-header .l-header-humbtn__line:nth-child(1) {
    transform: translateY(-0.4285714286rem);
  }
  .l-header .l-header-humbtn__line:nth-child(3) {
    transform: translateY(0.4285714286rem);
  }
}

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

l-footer

-------------------------------------------------*/
.l-footer .l-footer-area {
  padding: 80px 0 40px;
}
.l-footer .l-footer-area__left .-logo {
  width: 150px;
}
.l-footer .l-footer-area__left .-info {
  margin-top: 20px;
}
.l-footer .l-footer-area__left .-access {
  font-size: 14px;
  color: #434343;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.l-footer .l-footer-area__left .-tel {
  margin-top: 5px;
}
.l-footer .l-footer-area__left .-tel a {
  font-size: 14px;
  color: #434343;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.l-footer .l-footer-area__right {
  width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-footer .l-footer-area__right-item {
  gap: 10px 5%;
}
.l-footer .l-footer-area__right-item li {
  width: 30%;
}
.l-footer .l-footer-area__right-item li a {
  font-size: 14px;
  color: #633319;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1.4;
}
.l-footer .l-footer-area__right-privacy {
  text-align: right;
}
.l-footer .l-footer-area__right-privacy a {
  font-size: 14px;
  color: #633319;
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1.4;
}
.l-footer .l-footer-copy {
  padding: 15px;
  text-align: center;
  background-color: #633319;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1100px) {
  .l-footer .l-footer-area__right {
    width: 350px;
  }
  .l-footer .l-footer-area__right-item {
    gap: 10px 8%;
    justify-content: flex-end;
  }
  .l-footer .l-footer-area__right-item li {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .l-footer-area {
    padding: 2.8571428571rem 0;
  }
  .l-footer .l-footer-area__left .-logo {
    width: 10.7142857143rem;
  }
  .l-footer .l-footer-area__left .-info {
    margin-top: 1.4285714286rem;
  }
  .l-footer .l-footer-area__left .-access {
    font-size: 0.8571428571rem;
  }
  .l-footer .l-footer-area__left .-tel {
    margin-top: 0.3571428571rem;
  }
  .l-footer .l-footer-area__left .-tel a {
    font-size: 0.8571428571rem;
  }
  .l-footer .l-footer-area__right {
    width: 100%;
    margin-top: 2.1428571429rem;
  }
  .l-footer .l-footer-area__right-item {
    justify-content: flex-start;
    gap: 1.0714285714rem 2.8571428571rem;
  }
  .l-footer .l-footer-area__right-item li {
    width: 44%;
  }
  .l-footer .l-footer-area__right-item li a {
    font-size: 0.8571428571rem;
  }
  .l-footer .l-footer-area__right-privacy {
    text-align: left;
    margin-top: 2.1428571429rem;
  }
  .l-footer .l-footer-area__right-privacy a {
    font-size: 0.8571428571rem;
  }
  .l-footer .l-footer-copy {
    padding: 1.0714285714rem;
    font-size: 0.7142857143rem;
  }
}

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

c-pagetop

-------------------------------------------------*/
.c-pagetop {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .c-pagetop {
    width: 2.8571428571rem;
    height: 2.8571428571rem;
    right: 0.7142857143rem;
    bottom: 2.1428571429rem;
  }
}

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

c-contact-area

-------------------------------------------------*/
.c-contact-area {
  margin-top: 80px;
}
.c-contact-area .c-contact-area--inner {
  max-width: 1360px;
}
.c-contact-area .c-contact-area__content {
  background-color: #336837;
  border-radius: 40px;
  padding: 80px 0;
}
.c-contact-area .c-contact-area__content-in {
  max-width: 1100px;
  margin: auto;
  width: 95%;
  align-items: center;
}
.c-contact-area .c-contact-area__ttl {
  color: #fff;
  font-size: 40px;
  font-family: "Rubik", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1.2;
  width: 220px;
  margin-right: 45px;
}
.c-contact-area .c-contact-area__ttl .-jp {
  display: block;
  margin-top: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  letter-spacing: 0.24em;
}
.c-contact-area .c-contact-area__btnbox {
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 265px);
}
.c-contact-area .c-contact-area__btn {
  width: 400px;
  height: 115px;
}
.c-contact-area .c-contact-area__btn.c-contact-area__btn-tel .-txtbox {
  color: #fff;
}
.c-contact-area .c-contact-area__btn.c-contact-area__btn-tel .-number {
  position: relative;
  font-size: 28px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.08em;
  padding-left: 30px;
}
.c-contact-area .c-contact-area__btn.c-contact-area__btn-tel .-number::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/tel-icon.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.c-contact-area .c-contact-area__btn.c-contact-area__btn-tel .-time {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.08em;
}
.c-contact-area .c-contact-area__btn.c-contact-area__btn-mail .-link {
  background-color: #FFF9EF;
}
.c-contact-area .c-contact-area__btn.c-contact-area__btn-mail .-link:hover {
  opacity: 1;
  background-color: #FFF3E0;
}
.c-contact-area .c-contact-area__btn.c-contact-area__btn-mail .-txt {
  position: relative;
  padding-left: 30px;
  color: #336837;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
.c-contact-area .c-contact-area__btn.c-contact-area__btn-mail .-txt::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/mail-icon02.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 15px;
  top: 53%;
  transform: translateY(-50%);
  left: 0;
}
.c-contact-area .c-contact-area__btn .-link {
  height: 100%;
  display: block;
  border: 2px solid #FFF9EF;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .c-contact-area .c-contact-area__btnbox {
    justify-content: flex-end;
    gap: 20px;
  }
  .c-contact-area .c-contact-area__btn {
    width: 300px;
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .c-contact-area .c-contact-area__content-in {
    justify-content: space-between;
  }
  .c-contact-area .c-contact-area__ttl {
    width: 180px;
    margin-right: 20px;
    font-size: 32px;
  }
  .c-contact-area .c-contact-area__ttl .-jp {
    font-size: 16px;
  }
  .c-contact-area .c-contact-area__btnbox {
    width: calc(100% - 200px);
  }
  .c-contact-area .c-contact-area__btn {
    width: 210px;
    height: 80px;
  }
  .c-contact-area .c-contact-area__btn.c-contact-area__btn-tel .-number {
    font-size: 20px;
  }
  .c-contact-area .c-contact-area__btn.c-contact-area__btn-mail .-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact-area {
    margin-top: 2.1428571429rem;
  }
  .c-contact-area .c-contact-area__content {
    border-radius: 2.8571428571rem;
    padding: 2.8571428571rem 1.4285714286rem;
  }
  .c-contact-area .c-contact-area__content-in {
    width: 100%;
    justify-content: center;
  }
  .c-contact-area .c-contact-area__ttl {
    font-size: 2.5714285714rem;
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  .c-contact-area .c-contact-area__ttl .-jp {
    text-align: center;
    margin-top: 0rem;
    font-size: 1.2857142857rem;
  }
  .c-contact-area .c-contact-area__btnbox {
    margin-top: 1.4285714286rem;
    width: 100%;
  }
  .c-contact-area .c-contact-area__btn {
    width: 100%;
    height: 6.25rem;
  }
  .c-contact-area .c-contact-area__btn.c-contact-area__btn-tel .-number {
    font-size: 1.5714285714rem;
    padding-left: 1.7857142857rem;
  }
  .c-contact-area .c-contact-area__btn.c-contact-area__btn-tel .-number::before {
    width: 1.2142857143rem;
    height: 1.2142857143rem;
  }
  .c-contact-area .c-contact-area__btn.c-contact-area__btn-tel .-time {
    font-size: 0.7142857143rem;
  }
  .c-contact-area .c-contact-area__btn.c-contact-area__btn-mail .-txt {
    padding-left: 1.7857142857rem;
    font-size: 1.4285714286rem;
  }
  .c-contact-area .c-contact-area__btn.c-contact-area__btn-mail .-txt::before {
    width: 1.2857142857rem;
    height: 0.9285714286rem;
  }
  .c-contact-area .c-contact-area__btn .-link {
    border: 0.1428571429rem solid #FFF9EF;
    border-radius: 4.2857142857rem;
  }
}

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

c-title01

-------------------------------------------------*/
.c-title01.isActive .c-title01-ttl .-en-txt {
  opacity: 1;
  transform: translateY(0%) scale(1);
}
.c-title01 .c-title01-ttl .-en {
  letter-spacing: 0.08em;
  margin-right: 20px;
}
.c-title01 .c-title01-ttl .-en-txt {
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-size: 80px;
  font-weight: 800;
  letter-spacing: 0em;
  line-height: 1.2;
  color: #633319;
  text-transform: uppercase;
  transform: translateY(40%) scale(0.5);
  transform-origin: 50% 40%;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-title01 .c-title01-ttl .-jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #336837;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
  .c-title01 .c-title01-ttl {
    display: flex;
    flex-wrap: wrap;
  }
  .c-title01 .c-title01-ttl .-en {
    margin-right: 0px;
  }
  .c-title01 .c-title01-ttl .-en-txt {
    font-size: 3.5714285714rem;
  }
  .c-title01 .c-title01-ttl .-jp {
    width: 100%;
    font-size: 1.4285714286rem;
  }
}

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

c-sublinks

-------------------------------------------------*/
.c-sublinks {
  padding-bottom: 50px;
}
.c-sublinks .inner {
  gap: 40px 0;
}
.c-sublinks .c-sublinks-item {
  width: 48%;
  border-radius: 20px;
}
.c-sublinks .c-sublinks-item.c-sublinks-item--bg01 {
  background: url(../../../img/sublinks-bg.jpg) no-repeat center center/cover;
}
.c-sublinks .c-sublinks-item.c-sublinks-item--bg02 {
  background: url(../../../img/sublinks-bg02.jpg) no-repeat center center/cover;
}
.c-sublinks .c-sublinks-item.c-sublinks-item--bg03 {
  background: url(../../../img/sublinks-bg03.jpg) no-repeat center center/cover;
}
.c-sublinks .c-sublinks-item.c-sublinks-item--bg04 {
  background: url(../../../img/sublinks-bg04.jpg) no-repeat center center/cover;
}
.c-sublinks .c-sublinks-item__link {
  display: block;
  padding: 48px 0;
  position: relative;
}
.c-sublinks .c-sublinks-item__link:hover {
  opacity: 1;
}
.c-sublinks .c-sublinks-item__link:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.c-sublinks .c-sublinks-item__link::before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.c-sublinks .c-sublinks-item__label {
  position: absolute;
  width: 120px;
  top: 0;
  right: 0;
}
.c-sublinks .c-sublinks-item__box {
  position: relative;
  width: 67%;
  margin: auto;
  padding: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.c-sublinks .c-sublinks-item__box-txt {
  position: relative;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.24em;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
.c-sublinks .c-sublinks-item__box-txt::before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-sublinks .c-sublinks-item__box-txt::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: 18px;
}
@media screen and (max-width: 1024px) {
  .c-sublinks .c-sublinks-item__box {
    width: 80%;
  }
  .c-sublinks .c-sublinks-item__box-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-sublinks {
    padding-bottom: 1.0714285714rem;
  }
  .c-sublinks .inner {
    gap: 1.4285714286rem 0;
  }
  .c-sublinks .c-sublinks-item {
    width: 100%;
    border-radius: 1.4285714286rem;
  }
  .c-sublinks .c-sublinks-item__link {
    padding: 2.1428571429rem 0;
  }
  .c-sublinks .c-sublinks-item__link::before {
    border-radius: 1.4285714286rem;
  }
  .c-sublinks .c-sublinks-item__label {
    width: 100px;
  }
  .c-sublinks .c-sublinks-item__box {
    width: 67%;
    padding: 1.2857142857rem 0;
  }
  .c-sublinks .c-sublinks-item__box-txt {
    font-size: 1.4285714286rem;
  }
  .c-sublinks .c-sublinks-item__box-txt::before {
    width: 1.7857142857rem;
    height: 1.7857142857rem;
  }
  .c-sublinks .c-sublinks-item__box-txt::after {
    width: 0.4285714286rem;
    right: 0.7142857143rem;
  }
}/*# sourceMappingURL=common.css.map */