@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*--------------- form reset ------------*/
button {
  transition: 0.3s;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  display: block;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}
button:hover {
  opacity: 0.7;
}

input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  outline: none;
}

input[type=checkbox], input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  position: relative;
  display: block;
  word-break: break-all;
}
label input[type=checkbox] + span {
  position: relative;
  padding-left: 15px;
}
label input[type=radio] + span {
  position: relative;
  padding-left: 25px;
}
label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
}
label input[type=checkbox] + span::before {
  border-color: #1E2777;
}
label input[type=checkbox]:checked + span::before {
  background-color: #1E2777;
}
label input[type=checkbox]:checked + span::before {
  background-color: #fff;
}
label input[type=checkbox]:checked + span::after {
  border: 2px solid #313131;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
label input[type=checkbox] + span::before, label input[type=checkbox] + span::after {
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label input[type=checkbox] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 12px;
  height: 12px;
  border: 1px #313131 solid;
}
label input[type=checkbox] + span::after {
  z-index: 1;
  margin: 2px 4px;
  width: 6px;
  height: 9px;
}
label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
}
label input[type=radio] + span::before {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #686868;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: transparent;
  width: 14px;
  height: 14px;
}
label input[type=radio]:checked + span::before {
  border-color: #007acc;
}
label input[type=radio]:checked + span::after {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #007acc;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  width: 8px;
  height: 8px;
}

/*-------- text email tel ---------*/
input[type=text], input[type=email], input[type=tel] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

input[type=button], input[type=submit] {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[type=submit], input[type=reset], button[type=button] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

/*-------- select ------------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

input[type=text], input[type=email], input[type=tel] {
  width: 100%;
  max-width: 100%;
}

textarea {
  width: 100%;
  max-width: 100%;
  resize: vertical;
  overflow: auto;
}

input[type=button] {
  color: #fff;
  border-style: none;
}
input[type=submit] {
  color: #fff;
  border-style: none;
}
input[type=submit]:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel] {
    width: 100%;
    font-size: calcvw(28) !important;
  }
  textarea {
    width: 100%;
    font-size: calcvw(28) !important;
  }
}
@media screen and (max-width: 640px) {
  input[type=text], input[type=email], input[type=tel] {
    width: 100%;
    font-size: 16px !important;
  }
  textarea {
    width: 100%;
    font-size: 16px !important;
  }
}
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, ::-ms-input-placeholder, ::placeholder {
  color: #B7B7B7;
}

@font-face {
  font-family: Noto Sans JP;
  font-display: swap;
  src: url("../fonts/notosansjp/NotoSansJP-Regular.ttf") format("TrueType");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Noto Sans JP;
  font-display: swap;
  src: url("../fonts/notosansjp/NotoSansJP-Medium.ttf") format("TrueType");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Noto Sans JP;
  font-display: swap;
  src: url("../fonts/notosansjp/NotoSansJP-SemiBold.ttf") format("TrueType");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Noto Sans JP;
  font-display: swap;
  src: url("../fonts/notosansjp/NotoSansJP-Bold.ttf") format("TrueType");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Noto Sans JP;
  font-display: swap;
  src: url("../fonts/notosansjp/NotoSansJP-ExtraBold.ttf") format("TrueType");
  font-weight: 800;
  font-style: normal;
}
html {
  font-size: 62.5%;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}

body {
  color: #181818;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  word-break: break-word;
  line-break: strict;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}

dl, ul, ol {
  margin: 0;
  padding: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
}

.safari img {
  image-rendering: auto;
}

label {
  cursor: pointer;
}

i {
  font-style: normal;
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
  /*&:hover,
  &:focus {
  	text-decoration: underline;
  }*/
}
a:link, a:active, a:visited {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
  .js-imgHover a:hover,
  .js-imgHover a:hover img {
    opacity: 1;
  }
  a,
  a * {
    outline: 1px solid transparent;
    outline: none;
  }
}
.m-red {
  color: #BE0000;
}

.m-blue {
  color: #45A7DC;
}

.m-pink {
  color: #EA4BA7;
}

.m-green {
  color: #97C440;
}

.m-bold {
  font-weight: 700;
}

.c-inner {
  width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: 100%;
    padding: 0 5%;
  }
}

.c-topHeadline a, .c-topHeadline > span {
  display: inline-block;
  position: relative;
  height: 10rem;
  padding: 1.5rem 3rem;
}
@media screen and (max-width: 767px) {
  .c-topHeadline a, .c-topHeadline > span {
    height: 13.9534883721vw;
    padding: 0 2.3255813953vw;
  }
}
.c-topHeadline a:before, .c-topHeadline > span:before {
  content: "";
  background: url(../img/top/deco_top_headline.svg) no-repeat left top/contain;
  width: 26.2rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-topHeadline a:before, .c-topHeadline > span:before {
    width: 37.2093023256vw;
    top: 0vw;
  }
}
.c-topHeadline .en {
  display: inline-block;
  font-size: 5.5rem;
  letter-spacing: 0.05em;
  line-height: 1.1090909091;
  font-family: "Outfit", sans-serif;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-topHeadline .en {
    font-size: 8.3720930233vw;
    letter-spacing: 0;
  }
}
.c-topHeadline .en::first-letter {
  font-size: 7rem;
}
@media screen and (max-width: 767px) {
  .c-topHeadline .en::first-letter {
    font-size: 11.6279069767vw;
  }
}
.c-topHeadline .ja {
  font-size: 1.8rem;
  margin-left: 2.5rem;
  position: relative;
  padding-left: 4rem;
  bottom: 0.7rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-topHeadline .ja {
    margin-left: 2.3255813953vw;
    padding-left: 6.976744186vw;
    font-size: 3.7209302326vw;
    bottom: 0.6976744186vw;
  }
}
.c-topHeadline .ja:before {
  content: "";
  width: 2.2rem;
  height: 0.1rem;
  background: #181818;
  position: absolute;
  left: 0;
  bottom: 1rem;
}

.c-other {
  background: #fff;
  position: relative;
  z-index: 10;
}
.c-other a {
  display: block;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-other a:hover {
    opacity: 1;
  }
  .c-other a:hover .icn {
    background: #181818;
  }
  .c-other a:hover .c-topHeadline {
    opacity: 0.7;
  }
}
.c-other .c-headline {
  margin-top: -2rem;
  padding: 2rem 0;
  position: relative;
  transition: 0.3s;
}
.c-other .c-headline span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-other .c-headline {
    padding: 1.1627906977vw 0;
    margin-bottom: 0;
    text-align: left;
    /*.en {
    	@include fz(40);
    }
    .ja {
    	margin: 0 0 0 vw(10);
    	display: inline-block;
    	text-align: left;
    }*/
  }
}
.c-other .c-headline .icn {
  position: absolute;
  right: 0;
  top: 2rem;
  background: #45A7DC;
  border-radius: 10rem;
  width: 9.8rem;
  height: 9.8rem;
  transition: 0.3s;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-other .c-headline .icn {
    width: 8.1395348837vw;
    height: 8.1395348837vw;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1.1627906977vw;
    right: 0;
  }
}
.c-other .c-headline .icn:after {
  content: "";
  background: url(../img/icn_arrow_other.svg) no-repeat left top/cover;
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 1;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-other .c-headline .icn:after {
    width: 2.5581395349vw;
    height: 2.5581395349vw;
  }
}
.c-other .img {
  border-radius: 3rem;
  overflow: hidden;
  cursor: none;
}
@media screen and (max-width: 767px) {
  .c-other .img {
    border-radius: 4.6511627907vw;
  }
}
.c-other .img img {
  transition: 0.3s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-other .img:hover img {
    transform: scale(1.1, 1.1);
  }
}

.js-pointer a {
  cursor: none;
}

.js-cursor {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .js-cursor {
    position: fixed;
    /* 絶対位置になるように指定 */
    z-index: 99;
    /* 重なり順を上に指定。他の要素に合わせて数字を大きくしてください。 */
    pointer-events: none;
    /*【重要】マウス直下に常に画像があるので、全てをクリックできなくなる。noneにして対応*/
    opacity: 0;
    transition: opacity 0.3s;
    display: block;
  }
  .js-cursor.is-on {
    opacity: 1;
  }
}
.mobile .js-cursor {
  display: none !important;
}

/*下層*/
.l-page {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 1rem 0 16.5rem;
  border-radius: 6rem 6rem;
  margin-top: -6rem;
}
@media screen and (max-width: 767px) {
  .l-page {
    border-radius: 6.976744186vw 6.976744186vw;
    margin-top: -6.976744186vw;
    padding-bottom: 23.2558139535vw;
  }
}
.l-page p {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  line-height: 1.875;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .l-page p {
    font-size: 3.7209302326vw;
  }
}

.l-pagehead {
  position: relative;
}
.l-pagehead .img {
  width: 100%;
}
.l-pagehead .img img {
  width: 100%;
}
.l-pagehead .txt {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .l-pagehead .txt {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-pagehead .txt {
    margin-top: 0;
  }
}
.l-pagehead .txt .pagettl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-pagehead .txt .pagettl {
    display: block;
  }
}
.l-pagehead .txt .pagettl .en {
  font-family: "Outfit", sans-serif;
  font-size: 8rem;
  letter-spacing: 0.025em;
  padding-left: 2.5rem;
  margin-bottom: 5rem;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .l-pagehead .txt .pagettl .en {
    display: block;
    font-size: 10.2325581395vw;
    letter-spacing: 1px;
    padding-left: 2.3255813953vw;
    margin-bottom: 3.488372093vw;
  }
}
.l-pagehead .txt .pagettl .en:before {
  content: "";
  background: url(../img/deco_under_headline_pc.svg) no-repeat left top/contain;
  width: 29.4rem;
  height: 10rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-pagehead .txt .pagettl .en:before {
    background: url(../img/deco_under_headline_sp.svg) no-repeat left top/contain;
    width: 31.3953488372vw;
    top: -1.1627906977vw;
    transform: none;
  }
}
.l-pagehead .txt .pagettl .ja {
  text-align: right;
  padding-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-pagehead .txt .pagettl .ja {
    display: block;
    text-align: right;
    font-size: 3.7209302326vw;
    letter-spacing: 1px;
  }
}
.l-pagehead .txt .pagettl .ja:after {
  content: "";
  height: 1px;
  width: 17.8rem;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-pagehead .txt .pagettl .ja:after {
    width: 25.3488372093vw;
    height: 2px;
  }
}

.c-breadcrumbs {
  margin: 3rem 0 9rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    margin: 4.6511627907vw 0 11.6279069767vw;
  }
}
.c-breadcrumbs ol {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs ol {
    flex-wrap: wrap;
    gap: 1.1627906977vw 0;
  }
}
.c-breadcrumbs ol li {
  padding-right: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs ol li {
    padding: 0;
    padding-right: 3.488372093vw;
    line-height: 1;
  }
}
.c-breadcrumbs ol li a {
  color: #fff;
  background: #EA4BA7;
  display: inline-block;
  border-radius: 2rem;
  padding: 0.6rem 2.5rem 0.7rem;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-breadcrumbs ol li a:hover {
    background: #45A7DC;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs ol li a {
    display: inline-block;
    font-size: 2.7906976744vw;
    line-height: 1;
    vertical-align: middle;
    padding: 1.1627906977vw 2.7906976744vw 1.3953488372vw;
  }
}
.c-breadcrumbs ol li a.m-nolink {
  pointer-events: none;
}
.c-breadcrumbs ol li:after {
  content: "";
  border-top: 1px solid #9D9D9D;
  border-right: 1px solid #9D9D9D;
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs ol li:after {
    width: 1.6279069767vw;
    height: 1.6279069767vw;
    right: 0.9302325581vw;
    top: calc(50% - 1px);
  }
}
.c-breadcrumbs ol li + li {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs ol li + li {
    margin-left: 2.3255813953vw;
  }
}
.c-breadcrumbs ol li:last-child {
  padding: 0;
}
.c-breadcrumbs ol li:last-child:after {
  content: none;
}
.c-breadcrumbs ol li:last-child a {
  color: #181818;
  pointer-events: none;
  background: none;
  padding: 0.5rem 0;
}

.c-categoryNav {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .c-categoryNav {
    margin-bottom: 11.6279069767vw;
  }
}
.c-categoryNav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-categoryNav ul {
    gap: 2.3255813953vw 2%;
  }
}
.c-categoryNav ul li {
  min-width: 24.8rem;
  width: auto;
}
@media screen and (max-width: 767px) {
  .c-categoryNav ul li {
    width: auto;
    min-width: 49%;
  }
}
.c-categoryNav ul li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 6rem;
  height: auto;
  border-radius: 5rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  color: #45A7DC;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  padding: 0 1rem;
}
.c-categoryNav ul li a.m-current {
  background: #45A7DC;
  color: #fff;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .c-categoryNav ul li a {
    font-size: 3.7209302326vw;
    letter-spacing: 0.1162790698vw;
    font-weight: 500;
    min-height: 12.0930232558vw;
    height: auto;
    padding: 3.488372093vw 5.8139534884vw;
  }
}

.c-boxSection {
  background: #F5F5F5;
  padding: 2rem 0 3.5rem;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .c-boxSection {
    padding: 3.488372093vw 0 4.6511627907vw;
    border-radius: 3.488372093vw;
  }
}
.c-boxSection-headline {
  font-size: 2.2rem;
  letter-spacing: 0.025em;
  line-height: 1.3636363636;
  padding: 1rem 4rem 2rem 5.5rem;
  border-bottom: 1px solid #DEDEDE;
  position: relative;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-boxSection-headline {
    font-size: 3.488372093vw;
    padding: 2.3255813953vw 9.3023255814vw 3.488372093vw 4.1860465116vw;
    margin: 0 5% 2.3255813953vw;
    font-weight: 700;
  }
}
.c-boxSection-headline:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #45A7DC;
  position: absolute;
  left: 3.3rem;
  top: 2.1rem;
}
@media screen and (max-width: 767px) {
  .c-boxSection-headline:before {
    left: 0vw;
    top: 4.1860465116vw;
    width: 1.8604651163vw;
    height: 1.8604651163vw;
  }
}
.c-boxSection p {
  padding: 0 3.3rem;
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .c-boxSection p {
    font-size: 3.2558139535vw;
    padding: 0 5%;
  }
}
.c-boxSection + .c-boxSection {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-boxSection + .c-boxSection {
    margin-top: 2.3255813953vw;
  }
}

.c-section-headline {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-headline {
    margin-bottom: 6.976744186vw;
  }
}
.c-section-headline .ja {
  display: block;
  font-size: 1.9rem;
  letter-spacing: 0.059em;
  line-height: 1.4210526316;
  font-weight: 500;
  color: #45A7DC;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-section-headline .ja {
    font-size: 3.2558139535vw;
    margin-bottom: 1.1627906977vw;
  }
}
.c-section-headline .en {
  display: block;
  font-size: 5.7rem;
  letter-spacing: 0.05em;
  line-height: 0.9473684211;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-section-headline .en {
    font-size: 8.8372093023vw;
  }
}

.l-pager {
  background: #f7f7f7;
  padding: 18.5rem 0 18.5rem;
  margin-top: -6rem;
}
@media screen and (max-width: 767px) {
  .l-pager {
    padding: 25.5813953488vw 0;
    margin-top: -6.976744186vw;
  }
}
.l-pager-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-pager-wrap.m-one {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-pager-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-pager-item {
    font-size: 3.7209302326vw;
  }
}
.l-pager-item .icn {
  width: 9.8rem;
  height: 9.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icn_cursor_hv.svg) no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .l-pager-item .icn {
    width: 14.8837209302vw;
    height: 14.8837209302vw;
  }
}
.l-pager-item .icn:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/icn_cursor.svg) no-repeat left top/cover;
  transition: 0.3s;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
.l-pager-item.m-prev {
  padding-left: 12.5rem;
}
@media screen and (max-width: 767px) {
  .l-pager-item.m-prev {
    padding-left: 18.6046511628vw;
  }
}
.l-pager-item.m-prev .icn {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.l-pager-item.m-next {
  padding-right: 12.5rem;
}
@media screen and (max-width: 767px) {
  .l-pager-item.m-next {
    padding-right: 18.6046511628vw;
  }
}
.l-pager-item.m-next .icn {
  right: 0;
}
.l-pager-item.m-back {
  padding-left: 12.5rem;
}
@media screen and (max-width: 767px) {
  .l-pager-item.m-back {
    padding-left: 18.6046511628vw;
  }
}
.l-pager-item.m-back .icn {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.l-pager-item.is-none {
  color: #ccc;
  filter: grayscale(1);
  pointer-events: none;
}
.l-pager-item.is-none .icn {
  opacity: 0.5;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-pager-item:hover {
    opacity: 1;
    color: #45A7DC;
  }
  .l-pager-item:hover .icn:before {
    opacity: 0;
  }
}

/*Media, Event detail*/
@media print, screen and (min-width: 768px) {
  .c-meDetail.m-media .l-pagehead .txt .pagettl .en {
    font-size: 6.5rem;
    letter-spacing: 0.025em;
  }
}
.c-meDetail-head {
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .c-meDetail-head {
    margin-bottom: 5.8139534884vw;
  }
}
.c-meDetail-head .headline {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-meDetail-head .headline {
    font-size: 4.8837209302vw;
    margin-bottom: 6.7441860465vw;
  }
}
.c-meDetail-head .tags {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.c-meDetail-head .tags li {
  color: #45A7DC;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  border: 1px solid #45A7DC;
  padding: 0.9rem 3rem 1rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .c-meDetail-head .tags li {
    font-size: 3.2558139535vw;
    padding: 1.6279069767vw 4.6511627907vw 1.8604651163vw;
  }
}
.c-meDetail-body .photoset img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-meDetail-body .photoset-main {
  width: 100%;
  height: 62rem;
  border-radius: 2rem;
  background: #ccc;
  overflow: hidden;
}
.c-meDetail-body .photoset-main a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .c-meDetail-body .photoset-main a {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .c-meDetail-body .photoset-main {
    height: 68.1395348837vw;
  }
}
.c-meDetail-body .photoset-grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .c-meDetail-body .photoset-grid {
    margin-top: 3.488372093vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 3.488372093vw;
  }
}
.c-meDetail-body .photoset-grid .unit {
  width: 100%;
  height: 40.2rem;
  background: #ccc;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-meDetail-body .photoset-grid .unit {
    height: 68.1395348837vw;
    border-radius: 3.488372093vw;
  }
}
.c-meDetail-body .photoset-grid .unit a {
  display: block;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .c-meDetail-body .photoset-grid.m-3col {
    grid-template-columns: repeat(3, 1fr);
  }
  .c-meDetail-body .photoset-grid.m-3col .unit {
    height: 26rem;
  }
}
.c-meDetail-body .photoset a.js-popup {
  position: relative;
}
.c-meDetail-body .photoset a.js-popup:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #45A7DC;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
}
.c-meDetail-body .photoset a.js-popup:after {
  content: "";
  width: 6rem;
  height: 6rem;
  background: url(../img/btn_open.png) no-repeat left top/cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-meDetail-body .photoset a.js-popup {
    opacity: 1;
  }
  .c-meDetail-body .photoset a.js-popup:hover:before {
    opacity: 0.6;
  }
  .c-meDetail-body .photoset a.js-popup:hover:after {
    opacity: 1;
  }
}
.c-meDetail-body .table {
  border-collapse: separate;
  border-spacing: 0 1rem;
  margin-top: 7rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-meDetail-body .table {
    border-collapse: collapse;
    margin-top: 9.3023255814vw;
  }
}
.c-meDetail-body .table th, .c-meDetail-body .table td {
  vertical-align: middle;
  padding: 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .c-meDetail-body .table th, .c-meDetail-body .table td {
    padding: 3.488372093vw 0;
    display: block;
    width: 100%;
  }
}
.c-meDetail-body .table th {
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  background: #F7F7F7;
  border-radius: 1rem;
  width: 20rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-meDetail-body .table th {
    font-size: 3.2558139535vw;
    border-radius: 1.1627906977vw;
    width: 100%;
  }
}
.c-meDetail-body .table td {
  font-size: 1.6rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
  font-weight: 300;
  padding-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .c-meDetail-body .table td {
    font-size: 3.2558139535vw;
    text-align: center;
    padding-bottom: 5.8139534884vw;
    padding-left: 0;
  }
}
.c-meDetail-body .table td a {
  color: #45A7DC;
  text-decoration: underline;
  display: inline-block;
  margin-left: 1rem;
}
.c-meDetail-body strong {
  font-weight: bold;
}
.c-meDetail-body blockquote {
  text-align: left;
  display: block;
  position: relative;
  padding: 1rem 1.5rem 1rem 6rem;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin: 1.5rem 0;
}
.c-meDetail-body blockquote:before {
  display: inline-block;
  position: absolute;
  top: 1rem;
  left: 1rem;
  content: "“";
  color: #cfcfcf;
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
}
.c-meDetail-body ul {
  margin: 2rem 0;
}
.c-meDetail-body ul li {
  text-align: left;
  position: relative;
  padding-left: 1rem;
}
.c-meDetail-body ul li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 1rem;
  position: absolute;
  left: 0;
  top: 1.1rem;
  background: #181818;
}
.c-meDetail-body ol {
  margin: 2rem 0;
  counter-reset: number;
}
.c-meDetail-body li {
  text-align: left;
  position: relative;
  padding-left: 1.5rem;
}
.c-meDetail-body li::before {
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: 0;
}

.c-ttl01-jp {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  line-height: 1.4736842105;
  color: #47a6dc;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-ttl01-jp {
    font-size: 3.2558139535vw;
    line-height: 1.4285714286;
  }
}
.c-ttl01-en {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 5.7rem;
  letter-spacing: 0.05em;
  line-height: 0.9473684211;
  display: block;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-ttl01-en {
    font-size: 8.8372093023vw;
    line-height: 1.2631578947;
    margin-top: 0.6976744186vw;
  }
}

.c-profile .profile-box {
  margin-top: 4.8rem;
}
@media print, screen and (min-width: 768px) {
  .c-profile .profile-box {
    display: grid;
    grid-template-columns: 33.3rem 1fr;
    gap: 0 8.8rem;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-profile .profile-box {
    margin-top: 4.6511627907vw;
  }
}
.c-profile .profile-box-person-outline {
  text-align: center;
}
.c-profile .profile-box-person-outline-img {
  width: 100%;
  height: 100%;
  border-radius: calc(infinity * 1px);
  aspect-ratio: 333/333;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-profile .profile-box-person-outline-img {
    width: 48.8372093023vw;
  }
}
.c-profile .profile-box-person-outline-cap {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-profile .profile-box-person-outline-cap {
    margin-top: 4.6511627907vw;
  }
}
.c-profile .profile-box-person-outline-cap-jp {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  line-height: 1.4782608696;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-profile .profile-box-person-outline-cap-jp {
    font-size: 4.4186046512vw;
    line-height: 1.4736842105;
  }
}
.c-profile .profile-box-person-outline-cap-jp + .profile-box-person-outline-cap-en {
  font-size: 1.6rem;
  line-height: 1.25;
  color: #a2a2a2;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-profile .profile-box-person-outline-cap-jp + .profile-box-person-outline-cap-en {
    font-size: 3.2558139535vw;
    line-height: 1.2857142857;
    margin-top: 1.1627906977vw;
  }
}
.c-profile .profile-box-person-outline-cap-en {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  line-height: 1.4782608696;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-profile .profile-box-person-outline-cap-en {
    font-size: 4.4186046512vw;
    line-height: 1.4736842105;
  }
}
.c-profile .profile-box-person-outline-cap-job {
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.4285714286;
  color: #fff;
  text-align: center;
  margin: 2rem auto 0;
  padding: 0.4rem 2rem;
  width: fit-content;
  border-radius: calc(infinity * 1px);
  background: #47a6dc;
}
@media screen and (max-width: 767px) {
  .c-profile .profile-box-person-outline-cap-job {
    font-size: 2.7906976744vw;
    line-height: 1.5;
    margin-top: 3.023255814vw;
    padding: 0.6976744186vw 3.488372093vw;
  }
}
.c-profile .profile-box-person-sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-profile .profile-box-person-sns {
    gap: 3.023255814vw;
    margin-top: 3.023255814vw;
  }
}
.c-profile .profile-box-person-sns-item {
  width: 4rem;
}
@media screen and (max-width: 767px) {
  .c-profile .profile-box-person-sns-item {
    width: 6.976744186vw;
  }
}
.c-profile .profile-box-person-sns-item img {
  width: 100%;
}
.c-profile .profile-box-person-sns-link {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-profile .profile-box-des {
    margin-top: 9.7674418605vw;
  }
}
.c-profile .profile-box-des > *:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-profile .profile-box-des > *:nth-child(n+2) {
    margin-top: 3.488372093vw;
  }
}
.c-profile .profile-box-des-txt {
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .c-profile .profile-box-des-txt {
    font-size: 3.2558139535vw;
    line-height: 1.5714285714;
  }
}
.c-profile .profile-box-des-strong._center {
  text-align: center;
}
.c-profile .profile-box-des-strong._right {
  text-align: right;
}
.c-profile .profile-box-des-strong-label {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1.2rem;
  border-radius: calc(infinity * 1px);
  background: #47a6dc;
  margin: 1rem 0rem;
  padding: 0.5rem 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-profile .profile-box-des-strong-label {
    font-size: 3.2558139535vw;
    line-height: 1.5714285714;
    padding: 1.1627906977vw 2.7906976744vw;
    margin: 0 0 1.1627906977vw 0;
  }
}
.c-profile .profile-box-des-bubble {
  padding: 3.9rem 3.9rem 2.8rem 3.9rem;
  border: 0.1rem solid var(--_border-color);
  border-radius: 3rem;
  background: var(--_background-color);
}
@media screen and (max-width: 767px) {
  .c-profile .profile-box-des-bubble {
    padding: 4.4186046512vw 4.4186046512vw 3.488372093vw 4.4186046512vw;
    border-width: 0.2325581395vw;
    border-radius: 4.6511627907vw;
  }
}
.c-profile .profile-box-des-bubble > *:nth-child(n+2) {
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-profile .profile-box-des-bubble > *:nth-child(n+2) {
    margin-top: 2.3255813953vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-profile .profile-box-des-bubble .wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
  }
  .c-profile .profile-box-des-bubble .wrap .profile-box-des-strong-label {
    border-radius: 0.8rem;
    width: 11rem;
    text-align: center;
    padding: 0.5rem 1.2rem;
  }
  .c-profile .profile-box-des-bubble .wrap .profile-box-des-txt {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-profile .profile-box-des-bubble .wrap .profile-box-des-strong-label {
    margin-bottom: 1.8604651163vw;
  }
}
.c-profile .profile-box-des-bubble._career {
  position: relative;
  z-index: 1;
  --_border-color: #f7f7f7;
  --_background-color: #f7f7f7;
}
.c-profile .profile-box-des-bubble._career::before {
  content: "";
  position: absolute;
  top: 4.2rem;
  left: -2.6rem;
  z-index: -1;
  width: 2.6rem;
  height: 3rem;
  background: var(--_border-color);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
@media screen and (max-width: 767px) {
  .c-profile .profile-box-des-bubble._career::before {
    top: -4.1860465116vw;
    left: 50%;
    translate: -50% 0;
    width: 5.1162790698vw;
    height: 4.1860465116vw;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
  }
}
.c-profile .profile-box-des-bubble._other {
  --_border-color: #dedede;
  --_background-color: #fff;
  padding: 3rem 3.9rem 3.9rem;
}
@media screen and (max-width: 767px) {
  .c-profile .profile-box-des-bubble._other {
    padding: 4.4186046512vw;
  }
  .c-profile .profile-box-des-bubble._other .profile-box-des-txt {
    margin-top: 0.9302325581vw;
  }
}

.c-works {
  padding-block: 10rem;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .c-works {
    padding-block: 16.2790697674vw 15.8139534884vw;
  }
}
.c-works .inner {
  overflow: hidden;
}
.c-works-slider {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5rem 4rem;
  margin: 5rem -1.5rem 0;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-works-slider {
    gap: 6.976744186vw 5.8139534884vw;
    margin: 6.976744186vw -1.1627906977vw 0;
  }
}
.c-works-slider.slick-initialized, .c-works-slider._slide-one {
  display: flex;
  opacity: 1;
}
.c-works-slider._slide-one .item {
  width: 56.5rem;
}
@media screen and (max-width: 767px) {
  .c-works-slider._slide-one .item {
    width: 100%;
  }
}
.c-works-slider .slick-list {
  order: 0;
}
.c-works-slider .slide-btn {
  width: 5rem;
  border-radius: calc(infinity * 1px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-works-slider .slide-btn {
    width: 11.6279069767vw;
  }
}
.c-works-slider .slide-btn svg {
  vertical-align: bottom;
  width: 100%;
}
.c-works-slider .slide-btn._prev {
  order: 1;
}
.c-works-slider .slide-btn._next {
  order: 3;
}
.c-works-slider .slide-btn:focus-visible {
  opacity: 1;
}
.c-works-slider .slide-btn:focus-visible .slide-btn-bg {
  fill: transparent;
}
.c-works-slider .slide-btn:focus-visible .slide-btn-arrow {
  stroke: #47A6DC;
}
@media (any-hover: hover) {
  .c-works-slider .slide-btn:hover {
    opacity: 1;
  }
  .c-works-slider .slide-btn:hover .slide-btn-bg {
    fill: transparent;
  }
  .c-works-slider .slide-btn:hover .slide-btn-arrow {
    stroke: #47A6DC;
  }
}
.c-works-slider .slick-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.2rem;
  order: 2;
}
@media screen and (max-width: 767px) {
  .c-works-slider .slick-dots {
    gap: 2.3255813953vw;
  }
}
.c-works-slider .slick-dots li {
  width: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-works-slider .slick-dots li {
    width: 1.1627906977vw;
  }
}
.c-works-slider .slick-dots li.slick-active button {
  background: #47A6DC;
}
.c-works-slider .slick-dots button {
  font-size: 0;
  width: 100%;
  height: 0.8rem;
  border-radius: calc(infinity * 1px);
  background: #DEDEDE;
}
@media screen and (max-width: 767px) {
  .c-works-slider .slick-dots button {
    height: 1.1627906977vw;
  }
}
.c-works-slider .slick-dots button:focus-visible {
  opacity: 1;
  background: #47A6DC;
}
@media (any-hover: hover) {
  .c-works-slider .slick-dots button:hover {
    opacity: 1;
    background: #47A6DC;
  }
}
.c-works-slider .item-link {
  display: block;
  margin-inline: 1.5rem;
  border-radius: 2rem;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-works-slider .item-link {
    margin-inline: 1.1627906977vw;
    border-radius: 3.488372093vw;
  }
}
.c-works-slider .item-img {
  aspect-ratio: 535/318;
}
@media screen and (max-width: 767px) {
  .c-works-slider .item-img {
    aspect-ratio: 390/230;
  }
}
.c-works-slider .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-works-slider .item-txt {
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.7692307692;
  text-align: center;
  padding: 1.8rem 1rem;
}
@media screen and (max-width: 767px) {
  .c-works-slider .item-txt {
    font-size: 2.7906976744vw;
    line-height: 1.9166666667;
    padding: 3.488372093vw 2.3255813953vw 3.2558139535vw;
  }
}

.c-service-bnr {
  margin-top: 8rem;
  max-width: 110rem;
}
@media screen and (max-width: 767px) {
  .c-service-bnr {
    margin-top: 11.6279069767vw;
  }
}
.c-service-bnr a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #E3007F;
  border-radius: 2rem;
  padding: 0 5rem;
  width: 100%;
  height: 19rem;
}
@media screen and (max-width: 767px) {
  .c-service-bnr a {
    height: auto;
    display: block;
    padding: 4.6511627907vw;
    text-align: center;
  }
}
.c-service-bnr a .main {
  position: relative;
  padding-left: 16rem;
}
@media screen and (max-width: 767px) {
  .c-service-bnr a .main {
    padding-top: 20.9302325581vw;
    padding-left: 0;
    margin-bottom: 4.6511627907vw;
  }
}
.c-service-bnr a .main .en {
  color: #fff;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-service-bnr a .main .en {
    font-size: 2.7906976744vw;
    text-align: center;
    margin-bottom: 2.3255813953vw;
  }
}
.c-service-bnr a .main .ja {
  font-size: 2.7rem;
  font-weight: 800;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-service-bnr a .main .ja {
    font-size: 5.1162790698vw;
    text-align: center;
    display: block;
  }
}
.c-service-bnr a .main:before {
  content: "";
  width: 14rem;
  height: 14rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icn_fb_logo.png) no-repeat left top/contain;
}
@media screen and (max-width: 767px) {
  .c-service-bnr a .main:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0vw;
    transform: none;
    width: 18.6046511628vw;
    height: 18.6046511628vw;
  }
}
.c-service-bnr a .more {
  font-size: 2.2rem;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  padding-right: 12rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-service-bnr a .more {
    display: inline-block;
    padding: 4.6511627907vw 11.6279069767vw 4.6511627907vw 0;
    font-size: 4.1860465116vw;
  }
}
.c-service-bnr a .more:after {
  content: "";
  width: 9rem;
  height: 9rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icn_window.png) no-repeat left top/contain;
}
@media screen and (max-width: 767px) {
  .c-service-bnr a .more:after {
    width: 9.3023255814vw;
    height: 9.3023255814vw;
  }
}

.c-topicsGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .c-topicsGrid {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.6511627907vw;
  }
}
.c-topicsGrid .unit a {
  display: block;
  position: relative;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-topicsGrid .unit a:hover {
    opacity: 1;
  }
  .c-topicsGrid .unit a:hover .img:before {
    top: 0;
    opacity: 0.7;
  }
  .c-topicsGrid .unit a:hover .txt .tags li {
    background: #fff;
    color: #45A7DC;
  }
}
.c-topicsGrid .unit .img {
  width: 100%;
  aspect-ratio: 107/75;
  border-radius: 2rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-topicsGrid .unit .img {
    border-radius: 3.488372093vw;
  }
}
.c-topicsGrid .unit .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-topicsGrid .unit .img:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  background: #45A7DC;
  opacity: 0;
  transition: 0.3s;
  z-index: 1;
}
.c-topicsGrid .unit .img:after {
  content: "";
  width: 100%;
  height: 18.8rem;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.c-topicsGrid .unit .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 4rem 3rem;
}
@media screen and (max-width: 767px) {
  .c-topicsGrid .unit .txt {
    padding: 4.6511627907vw;
  }
}
.c-topicsGrid .unit .txt .name {
  color: #fff;
  font-size: 2.3rem;
  letter-spacing: 0.03em;
  line-height: 1.3043478261;
  font-weight: 500;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-topicsGrid .unit .txt .name {
    font-size: 3.9534883721vw;
    margin-bottom: 3.023255814vw;
  }
}
.c-topicsGrid .unit .txt .name.m-en {
  font-size: 3.5rem;
  font-family: "Outfit", sans-serif;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-topicsGrid .unit .txt .name.m-en {
    font-size: 5.8139534884vw;
  }
}
.c-topicsGrid .unit .txt .detail {
  font-size: 1.9rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-topicsGrid .unit .txt .detail {
    font-size: 3.023255814vw;
  }
}
.c-topicsGrid .unit .txt .tags {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.c-topicsGrid .unit .txt .tags li {
  transition: 0.3s;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  background: #45A7DC;
  padding: 0.6rem 2.2rem 0.7rem;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .c-topicsGrid .unit .txt .tags li {
    font-size: 3.023255814vw;
    padding: 0.9302325581vw 3.488372093vw 1.1627906977vw;
  }
}
.c-topicsGrid .unit .icn {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
  width: 5rem;
  height: 5rem;
  background: url(../img/seminar/icn_arw.png) no-repeat left top/contain;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-topicsGrid .unit .icn {
    width: 11.6279069767vw;
    height: 11.6279069767vw;
    right: 4.6511627907vw;
    bottom: 4.6511627907vw;
  }
}

.c-topicsBnr {
  width: 80%;
  margin: 3rem auto 0;
}
.c-topicsBnr li a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f7f7;
  border-radius: 2rem;
  padding: 3.8rem 12rem 3.8rem 3rem;
}
@media screen and (max-width: 767px) {
  .c-topicsBnr li a {
    padding: 4.6511627907vw 18.6046511628vw 4.6511627907vw 5.8139534884vw;
  }
}
.c-topicsBnr li a .ttl .en {
  font-family: "Outfit", sans-serif;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .c-topicsBnr li a .ttl .en {
    font-size: 4.6511627907vw;
  }
}
.c-topicsBnr li a .ttl .ja {
  position: relative;
  padding-left: 1.4rem;
  margin-left: 1.2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-topicsBnr li a .ttl .ja {
    font-size: 3.2558139535vw;
  }
}
.c-topicsBnr li a .ttl .ja:before {
  content: "";
  height: 2rem;
  width: 1px;
  background: #181818;
  position: absolute;
  left: 0;
  top: 0.2rem;
  transform: skewX(-25deg);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-topicsBnr li a .ttl .ja:before {
    height: 3.9534883721vw;
    top: 0.2325581395vw;
  }
}
.c-topicsBnr li a .icn {
  width: 5rem;
  height: 5rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icn_cursor_hv.svg) no-repeat left top/contain;
}
@media screen and (max-width: 767px) {
  .c-topicsBnr li a .icn {
    width: 9.3023255814vw;
    height: 9.3023255814vw;
    right: 5.8139534884vw;
  }
}
.c-topicsBnr li a .icn:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/icn_cursor.svg) no-repeat left top/cover;
  transition: 0.3s;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-topicsBnr li a:hover {
    opacity: 1;
    background: #45A7DC;
    color: #fff;
  }
  .c-topicsBnr li a:hover .ja:before {
    background: #fff;
  }
  .c-topicsBnr li a:hover .icn:before {
    opacity: 0;
  }
}
.c-topicsBnr li + li {
  margin-top: 1rem;
}

.c-memberGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem;
  padding-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-memberGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.976744186vw 4.6511627907vw;
  }
}
.c-memberGrid .unit a {
  display: block;
  position: relative;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-memberGrid .unit a:hover {
    opacity: 1;
  }
  .c-memberGrid .unit a:hover .img {
    transform: scale(1.1, 1.1);
  }
}
.c-memberGrid .unit .img {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  aspect-ratio: 1/1;
  border-radius: 30rem;
  box-shadow: 0 0 0.5rem 0.7rem rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .c-memberGrid .unit .img {
    margin-bottom: 2.3255813953vw;
    box-shadow: 0 0 0.5rem 0.2rem rgba(0, 0, 0, 0.15);
  }
}
.c-memberGrid .unit .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-memberGrid .unit .txt {
  padding: 1rem 3rem 4rem 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-memberGrid .unit .txt {
    padding: 0;
  }
}
.c-memberGrid .unit .txt .ja {
  font-size: 2.3rem;
  font-weight: 500;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  .c-memberGrid .unit .txt .ja {
    font-size: 3.7209302326vw;
    margin: 0 0 1.8604651163vw;
  }
}
.c-memberGrid .unit .txt .en {
  font-size: 1.6rem;
  color: #A2A2A2;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .c-memberGrid .unit .txt .en {
    font-size: 3.023255814vw;
  }
}

.c-innerPager {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  margin: 9rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-innerPager {
    margin-top: 6rem;
    justify-content: center;
  }
}
.c-innerPager-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-innerPager-list {
    gap: 0.6976744186vw;
  }
}
.c-innerPager-list li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 10rem;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .c-innerPager-list li a {
    width: 8.3720930233vw;
    height: 8.3720930233vw;
    font-size: 3.488372093vw;
  }
}
.c-innerPager-list li a.is-current {
  background: #181818;
  color: #fff;
}
.c-innerPager-list li span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-innerPager-list li span {
    font-size: 4.1860465116vw;
  }
}
.c-innerPager-item {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-innerPager-item {
    font-size: 3.7209302326vw;
  }
}
.c-innerPager-item .icn {
  width: 7.6rem;
  height: 7.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icn_cursor.svg) no-repeat left top/contain;
}
@media screen and (max-width: 767px) {
  .c-innerPager-item .icn {
    width: 10.6976744186vw;
    height: 10.6976744186vw;
  }
}
@media screen and (max-width: 767px) {
  .c-innerPager-item i {
    display: none;
  }
}
.c-innerPager-item.m-prev {
  padding-left: 9.5rem;
}
@media screen and (max-width: 767px) {
  .c-innerPager-item.m-prev {
    padding-left: 18.6046511628vw;
  }
}
.c-innerPager-item.m-prev .icn {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.c-innerPager-item.m-next {
  padding-right: 9.5rem;
}
@media screen and (max-width: 767px) {
  .c-innerPager-item.m-next {
    padding-right: 18.6046511628vw;
  }
}
.c-innerPager-item.m-next .icn {
  right: 0;
}
.c-innerPager-item.is-none {
  color: #ccc;
  filter: grayscale(1);
  pointer-events: none;
}
.c-innerPager-item.is-none .icn {
  opacity: 0.5;
}

.c-pagetop {
  position: relative;
}
.c-pagetop a {
  position: fixed;
  right: 5%;
  bottom: 5%;
  width: 13.2rem;
  height: 13.2rem;
  z-index: 11;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-pagetop a {
    width: 21.6279069767vw;
    height: 21.6279069767vw;
  }
}
.c-pagetop a img {
  width: 100%;
}
.c-pagetop a.is-on {
  opacity: 1;
}
.c-pagetop a.is-foot {
  position: absolute;
  bottom: 30px;
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

/* --------------------------------------------------
  preload
-------------------------------------------------- */
.u-preload * {
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

/* --------------------------------------------------
  hover
-------------------------------------------------- */
.u-hover span {
  transition: color 0.3s;
  position: relative;
}
.u-hover span:after {
  content: "";
  height: 2px;
  background: #45A7DC;
  width: 0;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .u-hover:hover {
    opacity: 1;
  }
  .u-hover:hover span {
    color: #45A7DC;
  }
  .u-hover:hover span:after {
    animation: underline 0.5s ease-in-out forwards;
  }
}

@keyframes underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* --------------------------------------------------
  inview
-------------------------------------------------- */
.js-inview.m-skewup {
  overflow: hidden;
  display: block;
}
.js-inview.m-skewup .js-inview-trigger {
  transition: 0.5s ease-in-out;
  transform: translate3d(0, 100%, 0) skewY(15deg);
  transform-origin: left;
  display: block;
}
.js-inview.m-skewup.is-show .js-inview-trigger {
  transform: translate3d(0, 0, 0) skewY(0);
}
.js-inview.m-fadeup {
  overflow: hidden;
}
.js-inview.m-fadeup .js-inview-trigger {
  opacity: 0;
}
.js-inview.m-fadeup.is-show .js-inview-trigger {
  animation: fadeup 1s ease-in-out forwards;
}
.js-inview.m-fadeupslow {
  overflow: hidden;
}
.js-inview.m-fadeupslow .js-inview-trigger {
  opacity: 0;
}
.js-inview.m-fadeupslow.is-show .js-inview-trigger {
  animation: fadeupSlow 1.5s ease-in-out forwards;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeupSlow {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*page*/
.u-heading {
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  line-height: 1.7714285714;
  color: #45A7DC;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .u-heading {
    font-size: 4.8837209302vw;
    margin-bottom: 4.6511627907vw;
  }
}

.l-header {
  height: 8.4rem;
  position: fixed;
  top: 4rem;
  left: 0;
  width: 100%;
  z-index: 100;
  /* /toggle */
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 60px;
    top: 0;
  }
}
.l-header-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header-logo {
  margin: 1rem 0 0 6rem;
  width: 36.7rem;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-header-logo:hover {
    opacity: 0.7 !important;
  }
}
@media screen and (max-width: 1280px) {
  .l-header-logo {
    width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    width: 196px;
    margin: 25px 0 0 5%;
  }
}
.l-header-logo img {
  width: 100%;
}
.l-header-gnav.pc {
  background: #fff;
  border-radius: 10rem 0 0 10rem;
  padding: 3rem 5rem 3rem;
  box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .l-header-gnav.pc {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    border-radius: 0;
    padding: 30px 22px 34px;
    height: 100svh;
    overflow: scroll;
    z-index: 100;
  }
}
.l-header-gnav.pc-logo {
  width: 186px;
  margin: 0 auto 30px;
}
.l-header-gnav.pc-logo img {
  width: 100%;
}
.l-header-gnav.pc ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 767px) {
  .l-header-gnav.pc ul {
    display: block;
  }
}
.l-header-gnav.pc ul li {
  padding-right: 4.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header-gnav.pc ul li {
    margin-bottom: 8px;
    padding-right: 0;
  }
}
.l-header-gnav.pc ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.3rem);
  width: 0.6rem;
  height: 0.6rem;
  background: #45A7DC;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .l-header-gnav.pc ul li:after {
    width: 6px;
    height: 6px;
    right: 22px;
  }
}
.l-header-gnav.pc ul li:last-child {
  padding-right: 0;
}
@media print, screen and (min-width: 768px) {
  .l-header-gnav.pc ul li:last-child:after {
    content: none;
  }
}
.l-header-gnav.pc ul li a {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-header-gnav.pc ul li a {
    display: block;
    background: #F5F5F5;
    padding: 17px 20px;
    border-radius: 30px;
    text-align: center;
  }
}
.l-header-gnav.pc-close {
  position: relative;
  background: #45A7DC;
  width: 48px;
  height: 48px;
  margin: 50px auto 0;
  border-radius: 100px;
  z-index: 101;
}
.l-header-gnav.pc-close span {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 22px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  top: calc(50% - 0.2325581395vw);
}
.l-header-gnav.pc-close span:nth-of-type(1) {
  transform: rotate(45deg);
}
.l-header-gnav.pc-close span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.l-header-gnav.pc-copyright {
  display: block;
  margin-top: 115px;
  font-size: 2.5581395349vw;
  text-align: center;
}
.l-header-gnav.sp {
  background: #fff;
  box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  border-radius: 0;
  padding: 80px 22px 34px;
  height: 100svh;
  overflow: scroll;
  z-index: 100;
}
.l-header-gnav.sp .category {
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 30px;
}
.l-header-gnav.sp .category:last-of-type {
  border: none;
  padding-bottom: 0;
}
.l-header-gnav.sp .ttl {
  font-family: "Outfit", sans-serif;
  font-size: 4.6511627907vw;
  font-weight: 500;
  position: relative;
  padding-left: 10px;
  letter-spacing: 0.2325581395vw;
}
.l-header-gnav.sp .ttl.ja {
  font-size: 3.9534883721vw;
  font-weight: 700;
}
.l-header-gnav.sp .ttl:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.3rem);
  width: 0.6rem;
  height: 0.6rem;
  background: #45A7DC;
  border-radius: 10rem;
}
@media screen and (max-width: 767px) {
  .l-header-gnav.sp .ttl:after {
    width: 6px;
    height: 6px;
    right: 22px;
  }
}
.l-header-gnav.sp .ttl + .ttl {
  margin-top: 30px;
}
.l-header-gnav.sp .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin-top: 10px;
}
.l-header-gnav.sp .list li {
  position: relative;
}
.l-header-gnav.sp .list li a {
  font-size: 3.2558139535vw;
  font-weight: 300;
  display: block;
  background: #F5F5F5;
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
}
.l-header-gnav.sp .list + .ttl {
  margin-top: 30px;
}
.l-header-gnav.sp .list.m-1col {
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 767px) {
  .l-header-toggle {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    right: 5%;
    top: calc(50% - 16px);
    width: 56px;
    height: 56px;
    z-index: 101;
    background: #fff;
    border-radius: 100px;
  }
  .l-header-toggle span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 13px;
    height: 2px;
    border-radius: 0;
    background: #45A7DC;
  }
  .l-header-toggle span:nth-of-type(1) {
    top: calc(50% - 3px);
  }
  .l-header-toggle span:nth-of-type(2) {
    top: calc(50% + 3px);
  }
  .l-header-toggle.is-open span:nth-of-type(1) {
    transform: translateY(3px) rotate(45deg);
  }
  .l-header-toggle.is-open span:nth-of-type(2) {
    transform: translateY(-3px) rotate(-45deg);
  }
}
.l-header .fixed-bg {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  display: none;
}

.l-header .l-header-logo {
  background: url(../img/logo_header_wh.svg) no-repeat left top/cover;
  position: relative;
  z-index: 10;
}
.l-header .l-header-logo img {
  transition: 0.3s;
}
.l-header.is-top.is-on .l-header-logo img {
  opacity: 0;
}

/* --------------------------------------------------
    footer
-------------------------------------------------- */
.l-footer {
  background: #fff;
  padding: 7.5rem 3rem 3rem 0;
  position: relative;
  border-top: 1px solid #DEDEDE;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 16.2790697674vw 0 6.976744186vw;
  }
}
.l-footer-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-footer-wrap {
    display: block;
  }
}
.l-footer-head {
  width: 56rem;
}
@media screen and (max-width: 767px) {
  .l-footer-head {
    width: 100%;
  }
}
.l-footer-head .headline {
  margin-bottom: 4rem;
  width: 31.5rem;
}
.l-footer-head .headline img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer-head .headline {
    width: 51.1627906977vw;
    margin: 0 auto 6.976744186vw;
    position: relative;
  }
}
.l-footer-head .name {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer-head .name {
    font-size: 3.7209302326vw;
    font-weight: 600;
    text-align: center;
  }
}
.l-footer-head .address {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.8571428571;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .l-footer-head .address {
    font-size: 2.7906976744vw;
    margin-bottom: 6.976744186vw;
    text-align: center;
  }
}
.l-footer-head .sns {
  margin-top: 4.5rem;
  width: 35rem;
  background: #F7F7F7;
  padding: 2rem 2rem 3rem 2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-head .sns {
    margin-top: 10.4651162791vw;
    width: 100%;
    padding: 4.6511627907vw;
    border-radius: 2.3255813953vw;
    text-align: center;
  }
}
.l-footer-head .sns-head {
  font-size: 1.6rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-footer-head .sns-head {
    font-size: 3.7209302326vw;
  }
}
.l-footer-head .sns-body {
  margin: 2rem 0 0 1rem;
  width: 14rem;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-head .sns-body {
    margin: 4.6511627907vw 0 0;
    width: 100%;
    gap: 5.8139534884vw;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-head .sns-body li {
    width: 6.976744186vw;
  }
  .l-footer-head .sns-body li img {
    width: 100%;
    height: auto;
  }
}
.l-footer-head .sns-body a {
  display: block;
}
.l-footer-body {
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 11rem;
}
@media screen and (max-width: 767px) {
  .l-footer-body {
    display: block;
    padding-top: 4.6511627907vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-body .column {
    width: 100%;
    margin-bottom: 4.6511627907vw;
  }
  .l-footer-body .column + .column {
    margin-top: 9.3023255814vw;
  }
}
.l-footer-body .column a {
  display: inline-block;
}
.l-footer-body .column .ttl {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.3636363636;
  font-weight: 500;
  position: relative;
  font-family: "Outfit", sans-serif;
}
.l-footer-body .column .ttl.ja {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .l-footer-body .column .ttl {
    font-size: 4.6511627907vw;
    padding-left: 2.3255813953vw;
    letter-spacing: 0.1162790698vw;
  }
  .l-footer-body .column .ttl.ja {
    font-size: 3.9534883721vw;
  }
}
.l-footer-body .column .ttl + .ttl {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-body .column .ttl + .ttl {
    margin-top: 9.3023255814vw;
  }
}
.l-footer-body .column .ttl span.ja {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-footer-body .column .ttl span.ja {
    font-size: 4.1860465116vw;
    font-weight: 600;
  }
}
.l-footer-body .column .list {
  margin: 1.5rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .l-footer-body .column .list {
    display: grid;
    grid-template-columns: 45% 1fr;
    gap: 1.8604651163vw 0;
    margin-left: 4.6511627907vw;
    margin-top: 2.7906976744vw;
  }
  .l-footer-body .column .list.m-1col {
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-footer-body .column .list li a {
  color: #A2A2A2;
  padding-left: 1.5rem;
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 1280px) {
  .l-footer-body .column .list li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-body .column .list li a {
    font-size: 3.2558139535vw;
    padding-left: 4.6511627907vw;
  }
}
.l-footer-body .column .list li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 0.7rem;
  background: #A2A2A2;
}
@media screen and (max-width: 767px) {
  .l-footer-body .column .list li a:before {
    width: 1.6279069767vw;
  }
}
.l-footer-body .column .list li + li {
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer-body .column .list li + li {
    margin-top: 0;
  }
}
.l-footer-body .column .list + .ttl {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-body .column .list + .ttl {
    margin-top: 9.3023255814vw;
  }
}
.l-footer-copyright {
  font-size: 1.4rem;
  display: block;
  margin-top: 2rem;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    font-size: 2.7906976744vw;
    margin-top: 16.2790697674vw;
    text-align: center;
  }
}
