@charset "UTF-8";

:root {
  --lpSetSize: (100vw / 1400)* 0.6933;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

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,
sup,
tt,
var,
b,
i,
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;
  vertical-align: baseline;
  box-sizing: border-box;
}

.l-header {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.l-footer {
  padding: 0;
  position: relative;
  z-index: 999;
  background-color: #fff;
  overflow-x: clip;
}

.pc-footer {
  margin: 0;
}

ul li {
  list-style: none;
}

/*-------------------------
 Content
-------------------------*/
.l-container {
  width: 100%;
  overflow: clip;
}

#feature {
  box-sizing: border-box;
  overflow: clip;
  position: relative;
  width: 100%;
  color: #000;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  background: #eef5f8;
}

#feature .feature__inner {
  width: calc(750 * var(--lpSetSize));
  height: fit-content;
  margin: 0;
  position: relative;
  overflow: clip;
  font-feature-settings: "palt";
  order: 2;
  background: #fff;
}

#feature a {
  transition: all 0.3s ease-in-out;
  display: block;
  transform: none;
  text-decoration: none;
}

#feature a:hover {
  cursor: pointer;
  opacity: .7;
  transition: all 0.3s ease-in-out;
}

#feature img,
svg,
video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

#feature .section {
  position: relative;
}

#feature .section__inner {
  width: 100%;
}

#feature .block_area {
  position: relative;
  height: fit-content;
}

#feature .left {
  position: sticky;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  order: 1;
  flex: 1;
  justify-content: center;
  align-items: center;
}

#feature .left .pc_link_area {
  width: calc(549 * var(--lpSetSize));
}

#feature .right {
  position: sticky;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  order: 3;
  flex: 1;
  justify-content: center;
  align-items: center;
}

#feature .right figure {
  width: calc(457 * var(--lpSetSize));
}

/*-------------------------
 fade
-------------------------*/
#feature .fadeUp {
  opacity: 0;
  transition: all 1s ease;
  transform: translateY(30px);
}

#feature .fadeUp.active {
  opacity: 1;
  transform: translateY(0);
}

/*-------------------------
 Slider
-------------------------*/
#feature .splide {
  margin-top: calc(30 * var(--lpSetSize));
}

#feature .sec03 .main .splide,
#feature .sec04 .main .splide {
  margin-top: 0;
}

#feature .splide__track {
  width: calc(600 * var(--lpSetSize));
  margin: auto;
}

#feature .sec03 .main .splide__track,
#feature .sec04 .main .splide__track {
  width: calc(750 * var(--lpSetSize));
  margin: auto;
}

#feature .splide__slide img {
  width: 100%;
  display: block;
}

/* pagination */
#feature .splide__pagination {
  width: fit-content;
  display: flex;
  gap: calc(19 * var(--lpSetSize));
  margin: calc(40 * var(--lpSetSize)) auto 0;
}

#feature .splide__pagination__page {
  width: calc(100 * var(--lpSetSize));
  height: calc(4 * var(--lpSetSize));
  background: #e7eff2;
  transition: background .3s ease;
  opacity: 1;
  border: unset;
}

#feature .sec02 .splide__pagination__page,
#feature .sec03 .splide__pagination__page,
#feature .sec04 .splide__pagination__page {
  background: #fff;
}

#feature .splide__pagination__page.is-active {
  background: #939db5;
  transform: scale(1);
}

/*-------------------------
 hero
-------------------------*/
#feature .hero {
  width: calc(750 * var(--lpSetSize));
  height: fit-content;
  margin: 0 auto;
  position: relative;
}

#feature .hero_ttl h1 {
  width: calc(452.9014 * var(--lpSetSize));
  position: absolute;
  top: calc(65 * var(--lpSetSize));
  left: 50%;
  transform: translate(-50%);
}

#feature .hero_ttl .hero_category {
  width: calc(620 * var(--lpSetSize));
  position: absolute;
  bottom: calc(125 * var(--lpSetSize));
  left: 50%;
  transform: translate(-50%);
}

#feature .hero_ttl .hero_logo {
  width: calc(240 * var(--lpSetSize));
  position: absolute;
  bottom: calc(29 * var(--lpSetSize));
  left: 50%;
  transform: translate(-50%);
}

/*-------------------------
 lead
-------------------------*/
#feature .lead {
  font-size: calc(22 * var(--lpSetSize));
  line-height: 2.4;
  letter-spacing: 0.16em;
  text-align: center;
  padding-top: calc(145 * var(--lpSetSize));
  padding-left: calc(4 * var(--lpSetSize));
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #7c7c7c;
}

/*-------------------------
 index
-------------------------*/
#feature .link_area {
  margin-top: calc(146 * var(--lpSetSize));
  padding-top: calc(86 * var(--lpSetSize));
  padding-bottom: calc(81 * var(--lpSetSize));
  background: #fbf8f4;
}

#feature .link_area h2 {
  width: calc(201.1475 * var(--lpSetSize));
  margin-left: calc(277 * var(--lpSetSize));
}

#feature .link_area nav ul {
  width: calc(620 * var(--lpSetSize));
  margin: calc(62 * var(--lpSetSize)) auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: calc(30 * var(--lpSetSize)) calc(15 * var(--lpSetSize));
}

#feature .link_area nav ul li a {
  width: calc(300 * var(--lpSetSize));
  height: calc(70 * var(--lpSetSize));
  border: calc(2 * var(--lpSetSize)) solid #939dB5;
  border-radius: calc(50 * var(--lpSetSize));
  text-align: center;
  font-size: calc(32 * var(--lpSetSize));
  color: #939db5;
  background: #fff;
  line-height: calc(66 * var(--lpSetSize));
  font-family: "kosugi-maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*-------------------------
 pc_index
-------------------------*/
#feature .pc_link_area {
  margin-top: calc(81 * var(--lpSetSize));
  padding-bottom: calc(81 * var(--lpSetSize));
}

#feature .pc_link_area h2 {
  width: calc(143 * var(--lpSetSize));
  margin: 0 auto;
}

#feature .pc_link_area nav ul {
  width: calc(441 * var(--lpSetSize));
  margin: calc(41 * var(--lpSetSize)) auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: calc(20 * var(--lpSetSize)) 0;
}

#feature .pc_link_area nav ul li a {
  width: calc(213 * var(--lpSetSize));
  height: calc(52 * var(--lpSetSize));
  border: calc(2 * var(--lpSetSize)) solid #939dB5;
  border-radius: calc(50 * var(--lpSetSize));
  text-align: center;
  font-size: calc(23 * var(--lpSetSize));
  color: #939db5;
  background: #fff;
  line-height: calc(50 * var(--lpSetSize));
  font-family: "kosugi-maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*-------------------------
 section
-------------------------*/
#feature .bg_yellow {
  background: #fffef3;
  margin-top: calc(139 * var(--lpSetSize));
  padding: calc(31 * var(--lpSetSize)) 0 calc(109 * var(--lpSetSize));
}

#feature .block_area03.bg_yellow {
  padding: calc(32 * var(--lpSetSize)) 0 calc(140 * var(--lpSetSize));
}

#feature .block_area02,
#feature .block_area04,
#feature .block_area06 {
  margin-top: calc(135 * var(--lpSetSize));
}

#feature .block_area07,
#feature .block_area08,
#feature .block_area09,
#feature .block_area10,
#feature .block_area13 {
  margin-top: calc(122 * var(--lpSetSize));
}

#feature .block_area11 {
  margin-top: calc(124 * var(--lpSetSize));
}

#feature .block_area15 {
  margin-top: calc(132 * var(--lpSetSize));
}

#feature .section h2.main_ttl {
  font-size: calc(40 * var(--lpSetSize));
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-align: center;
  margin: calc(71 * var(--lpSetSize)) auto 0 calc(27 * var(--lpSetSize));
  color: #939db5;
  font-family: "kosugi-maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#feature .section.sec02 h2.main_ttl {
  margin: calc(70 * var(--lpSetSize)) auto 0 calc(8 * var(--lpSetSize));
}

#feature .section.sec03 h2.main_ttl {
  margin: calc(70 * var(--lpSetSize)) auto 0 calc(8 * var(--lpSetSize));
}

#feature .section.sec04 h2.main_ttl {
  margin: calc(70 * var(--lpSetSize)) auto 0 calc(5 * var(--lpSetSize));
}

#feature .section.sec06 h2.main_ttl {
  margin: calc(70 * var(--lpSetSize)) auto 0 calc(8 * var(--lpSetSize));
}

#feature .section h2.main_ttl span {
  margin-left: calc(-21 * var(--lpSetSize));
}

#feature .txt_area {
  margin: calc(48 * var(--lpSetSize)) 0 0 calc(105 * var(--lpSetSize));
  text-align: justify;
  font-size: calc(22 * var(--lpSetSize));
  letter-spacing: 0.16em;
  line-height: 2;
  color: #7c7c7c;
}

#feature .section p.main_text {
  font-size: calc(24 * var(--lpSetSize));
  letter-spacing: 0.16em;
  line-height: 2;
  text-align: center;
  margin: calc(36 * var(--lpSetSize)) auto 0 calc(3 * var(--lpSetSize));
  color: #7c7c7c;
}

#feature .section h2.ttl {
  font-size: calc(34 * var(--lpSetSize));
  letter-spacing: 0.16em;
  line-height: 1.5;
  text-align: center;
  margin: calc(72 * var(--lpSetSize)) auto 0 calc(6 * var(--lpSetSize));
  color: #939db5;
  font-family: "kosugi-maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#feature .section .block_area15 h2.ttl span {
  margin: 0 calc(12 * var(--lpSetSize));
}

#feature .txt {
  width: calc(543 * var(--lpSetSize));
}

#feature .block_area04 .txt {
  width: calc(544 * var(--lpSetSize));
}

#feature .block_area07 .txt {
  width: calc(545 * var(--lpSetSize));
  letter-spacing: 0.15em;
}

#feature .block_area07 .txt span {
  letter-spacing: 0.18em;
}

#feature .block_area10 .txt {
  width: calc(544 * var(--lpSetSize));
  letter-spacing: 0.17em;
}

#feature .block_area10 .txt span {
  letter-spacing: 0.25em;
}

#feature .block_area13 .txt span {
  letter-spacing: 0.2em;
}

#feature .single_img {
  width: calc(600 * var(--lpSetSize));
  margin: calc(30 * var(--lpSetSize)) auto 0;
}

#feature .block_area14 .single_img {
  margin: calc(130 * var(--lpSetSize)) auto 0;
}

#feature .item_flex {
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  margin: calc(30 * var(--lpSetSize)) auto 0;
  gap: 0 calc(50 * var(--lpSetSize));
}

#feature .sec06 .item_flex {
  width: calc(750 * var(--lpSetSize));
  margin: calc(80 * var(--lpSetSize)) auto 0 calc(11 * var(--lpSetSize));
}

#feature .block_area12 .item_flex {
  justify-content: space-between;
  width: calc(540 * var(--lpSetSize));
  margin: calc(129 * var(--lpSetSize)) auto 0;
}

#feature .block_area12 .item_flex figure {
  width: calc(250 * var(--lpSetSize));
}

#feature .item_flex02 {
  margin: calc(60 * var(--lpSetSize)) auto 0;
}

#feature .block_area14 .item_flex02 {
  margin-top: calc(59 * var(--lpSetSize));
}

#feature .flex_img {
  width: calc(300 * var(--lpSetSize));
}

#feature .flex_txt {
  width: calc(298 * var(--lpSetSize));
  margin-top: calc(5 * var(--lpSetSize));
}

#feature .sec06 .flex_txt {
  width: calc(322 * var(--lpSetSize));
  margin-top: calc(5 * var(--lpSetSize));
}

#feature .item_flex02 .flex_txt {
  margin-top: calc(12 * var(--lpSetSize));
}

#feature .block_area14 .item_flex02 .flex_txt {
  margin-top: calc(3 * var(--lpSetSize));
}

#feature .flex_txt h2 {
  font-size: calc(28 * var(--lpSetSize));
  letter-spacing: 0.16em;
  color: #939db5;
  font-family: "kosugi-maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#feature .item_flex p {
  font-size: calc(22 * var(--lpSetSize));
  letter-spacing: 0.16em;
  line-height: 2;
  color: #7c7c7c;
  text-align: justify;
  margin-top: calc(17 * var(--lpSetSize));
}

#feature .item_flex02 p {
  letter-spacing: 0.13em;
}

#feature .block_area14 .item_flex p {
  letter-spacing: 0.16em;
  margin-top: calc(16 * var(--lpSetSize));
  width: calc(303 * var(--lpSetSize));
}

#feature .footer_area {
  margin-top: calc(139 * var(--lpSetSize));
  padding-bottom: calc(142 * var(--lpSetSize));
}

#feature .footer_area p {
  font-size: calc(30 * var(--lpSetSize));
  letter-spacing: 0.16em;
  line-height: 2;
  color: #7c7c7c;
  text-align: center;
  margin: calc(64 * var(--lpSetSize)) 0 0 calc(4 * var(--lpSetSize));
}


/** sec01 **/
#feature .sec01 {
  margin-top: calc(159 * var(--lpSetSize));
}

#feature .sec01 .main {
  position: relative;
}

#feature .sec01 .sec01_ttl {
  width: calc(669.8812 * var(--lpSetSize));
  position: absolute;
  top: 48.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/** sec02 **/
#feature .sec02 {
  margin-top: calc(159 * var(--lpSetSize));
  padding-bottom: calc(134 * var(--lpSetSize));
  background: #e1ebf4;
}

#feature .sec02 .main {
  position: relative;
}

#feature .sec02 .sec02_ttl {
  width: calc(510.5479 * var(--lpSetSize));
  position: absolute;
  top: 49.7%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/** sec03 **/
#feature .sec03 {
  margin-top: 0;
  padding-bottom: calc(131 * var(--lpSetSize));
  background: #f7edf1;
}

#feature .sec03 .main {
  position: relative;
}

#feature .sec03 .sec03_ttl {
  width: calc(457.5745 * var(--lpSetSize));
  position: absolute;
  bottom: calc(104 * var(--lpSetSize));
  left: calc(61 * var(--lpSetSize));
  pointer-events: none;
}

/** sec04 **/
#feature .sec04 {
  margin-top: 0;
  padding-bottom: calc(141 * var(--lpSetSize));
  background: #e6efe9;
}

#feature .sec04 .main {
  position: relative;
}

#feature .sec04 .sec04_ttl {
  width: calc(546.332 * var(--lpSetSize));
  position: absolute;
  bottom: calc(114 * var(--lpSetSize));
  left: 50.2%;
  transform: translate(-50%);
  pointer-events: none;
}


/** sec05 **/
#feature .sec05 {
  margin-top: 0;
  padding-bottom: calc(131 * var(--lpSetSize));
  background: #fff;
}

#feature .sec05 .main {
  position: relative;
}

#feature .sec05 .sec05_ttl {
  width: calc(288.4551 * var(--lpSetSize));
  position: absolute;
  top: calc(166 * var(--lpSetSize));
  left: 50%;
  transform: translate(-50%);
  pointer-events: none;
}

/** sec06 **/
#feature .sec06 {
  margin-top: 0;
  padding-bottom: calc(141 * var(--lpSetSize));
  background: #fbf8f4;
}

#feature .sec06 .main {
  position: relative;
}

#feature .sec06 .sec06_ttl {
  width: calc(431.335 * var(--lpSetSize));
  position: absolute;
  top: 53%;
  left: 50.4%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

#feature .btn {
  margin-top: calc(71 * var(--lpSetSize));
}

#feature .btn01 {
  width: calc(620 * var(--lpSetSize));
  margin: calc(71 * var(--lpSetSize)) auto 0;
}

#feature .btn02 {
  width: calc(620 * var(--lpSetSize));
  margin: calc(59 * var(--lpSetSize)) auto 0;
}

#feature .btn03 {
  width: calc(620 * var(--lpSetSize));
  margin: calc(20 * var(--lpSetSize)) auto 0;
}

/*-------------------------
 credit
-------------------------*/
#feature .credit_ttl {
  font-size: calc(20 * var(--lpSetSize));
  margin: calc(20 * var(--lpSetSize)) 0 0;
  letter-spacing: 0.16em;
  color: #7c7c7c;
}

#feature .credit03 .credit_ttl {
  margin: 0;
}

#feature .credit04 .credit_ttl {
  margin: calc(10 * var(--lpSetSize)) 0 0;
}

#feature .credit-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0 calc(7 * var(--lpSetSize));
  margin: calc(20 * var(--lpSetSize)) auto 0;
}

#feature .credit02 .credit-inner,
#feature .credit03 .credit-inner {
  margin: 0;
}

#feature .credit12 .credit-inner {
  justify-content: center;
  margin: calc(18 * var(--lpSetSize)) 0 0 calc(3 * var(--lpSetSize));
}

#feature .credit13 .credit-inner {
  margin-top: calc(19 * var(--lpSetSize));
}

#feature .credit-inner a {
  font-size: calc(20 * var(--lpSetSize));
  letter-spacing: 0.16em;
  line-height: 2;
  text-align: center;
  color: #7c7c7c;
}

#feature .credit-inner li:first-of-type a::after {
  content: "/";
  padding-left: 0;
}

#feature .credit01 .credit-inner li:first-of-type a::after,
#feature .credit09 .credit-inner li:first-of-type a::after,
#feature .credit10 .credit-inner li:first-of-type a::after,
#feature .credit11 .credit-inner li:first-of-type a::after,
#feature .credit13 .credit-inner li:first-of-type a::after,
#feature .credit14 .credit-inner li:first-of-type a::after,
#feature .credit15 .credit-inner li:first-of-type a::after,
#feature .credit16 .credit-inner li:first-of-type a::after,
#feature .credit17 .credit-inner li:first-of-type a::after,
#feature .credit18 .credit-inner li:first-of-type a::after {
  content: "";
  padding-left: calc(8 * var(--lpSetSize));
}

#feature .credit08 .credit-inner li:nth-child(3) a::after {
  content: "/";
  padding-left: 0;
}
