@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}

body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
figure,
form,
fieldset,
input,
textarea,
p,
blockquote,
tbody,
th,
tr,
td,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
}

body {
  color: #111111;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 599px) {
  body {
    font-size: 1.4rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

em,
i {
  font-size: 100%;
  font-weight: 500;
  font-style: normal;
}

ul {
  list-style: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

li {
  list-style: none;
}

picture {
  line-height: 0;
}

table,
tbody,
tr,
th,
td {
  border-collapse: collapse;
}

mark {
  background: none;
}

fieldset,
img {
  border: 0 none;
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

img[src$=".svg"] {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}

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

caption,
th {
  text-align: left;
}

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

abbr,
acronym,
tbody,
tr {
  border: 0 none;
}

select option {
  padding: 0 0.5em;
  color: #333;
}

form label {
  cursor: pointer;
}

hr {
  clear: both;
  margin: 0;
  padding: 0;
}

a {
  color: #111;
  border: 0 none;
  outline: medium none;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}

a:focus,
a:hover,
button:focus,
button:hover {
  outline: medium none;
  text-decoration: none;
}

input,
select,
button {
  background: transparent;
  border: 0;
  vertical-align: middle;
  border-radius: 0;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

button {
  cursor: pointer;
  display: block;
  letter-spacing: inherit;
  padding: 0;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

input[type=text],
input[type=password],
textarea {
  box-shadow: none;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

*:focus {
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

iframe {
  border: none;
  display: block;
}

.u-border-top {
  border-top: 1px solid #E0E0E0;
}

.u-border-right {
  border-right: 1px solid #E0E0E0;
}

.u-border-bottom {
  border-bottom: 1px solid #E0E0E0;
}

.u-border-left {
  border-left: 1px solid #E0E0E0;
}

@media (max-width: 767px) {
  .u-br-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-br-sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

@media (max-width: 1023px) {
  .u-hidden-tab {
    display: none;
  }
}

@media (max-width: 767px) {
  .u-show-pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-show-sp {
    display: none;
  }
}

@media (min-width: 1024px) {
  .u-show-tab {
    display: none;
  }
}

.js-fade {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.5s ease;
}
.js-fade.is-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mt-50 {
  margin-top: 50px;
}

.u-mt-60 {
  margin-top: 60px;
}

.u-mt-70 {
  margin-top: 70px;
}

.u-mt-80 {
  margin-top: 80px;
}

.u-mt-90 {
  margin-top: 90px;
}

.u-mt-100 {
  margin-top: 100px;
}

.u-mt-120 {
  margin-top: 120px;
}

.u-mt-150 {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .u-mt-sp-10 {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .u-mt-sp-20 {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .u-mt-sp-30 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .u-mt-sp-40 {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .u-mt-sp-50 {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .u-mt-sp-60 {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .u-mt-sp-70 {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .u-mt-sp-80 {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .u-mt-sp-90 {
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .u-mt-sp-100 {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .u-mt-sp-120 {
    margin-top: 120px;
  }
}

@media (max-width: 767px) {
  .u-mt-sp-150 {
    margin-top: 150px;
  }
}

.u-icon-window {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
}
.u-icon-window:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #595959;
  top: 0.1em;
  left: 0.2em;
  position: relative;
  -webkit-mask: url(../images/icon_window.svg) center/contain no-repeat;
  mask: url(../images/icon_window.svg) center/contain no-repeat;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 7.5px;
  list-style: none;
  font-size: 11px;
  font-size: 1.1rem;
  color: #231815;
  line-height: 1.2;
  font-weight: 100;
  min-height: 44px;
  padding-left: 24px;
  padding-right: 24px;
  background: #fff;
  width: 100%;
  overflow: hidden;
  font-weight: 200;
}
@media (max-width: 1023px) {
  .breadcrumb {
    gap: 7.5px;
    list-style: none;
    font-size: 1.1rem;
    color: #231815;
    line-height: 1.2;
    font-weight: 100;
    min-height: 40px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    overflow-x: auto;
    scrollbar-width: none;
    padding-right: 0;
    font-weight: 300;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
}
.breadcrumb__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.breadcrumb__item:after {
  content: "";
  margin-left: 7.5px;
  background: #231815;
  width: 5px;
  height: 1px;
}
.breadcrumb__item--current {
  display: block;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: hidden;
}
.breadcrumb__item--current:after {
  display: none;
}
.breadcrumb__link {
  color: #231815;
  text-decoration: underline;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.breadcrumb__link:hover {
  color: #231815;
}

.l-layout {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin: 0 auto;
  width: 100%;
}
.l-layout__sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 248px;
  min-width: 248px;
  height: 100vh;
  background: #fff;
}
@media (max-width: 1023px) {
  .l-layout__sidebar {
    display: none;
  }
}
.l-layout__main {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
  padding: 0 40px 0 0;
}
@media (max-width: 1023px) {
  .l-layout__main {
    padding: 79px 0 0;
    overflow: hidden;
  }
}

@media (max-width: 1023px) {
  .p-program-layout {
    background: #F6F6F4;
  }
}

@media (max-width: 1023px) {
  .p-top-layout {
    background: #F6F6F4;
  }
}

@media (max-width: 1023px) {
  .p-event-top-layout {
    background: #F6F6F4;
  }
}

@media (max-width: 1023px) {
  .p-event-list-layout {
    background: #F6F6F4;
  }
}

.u-lower-mv__hero {
  background: #231815;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  min-height: 240px;
  padding: 40px 60px;
}
@media (max-width: 1023px) {
  .u-lower-mv__hero {
    min-height: 160px;
    padding: 28px 20px;
  }
}
.u-lower-mv__title {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 90px;
  font-size: 9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #fff;
}
@media (max-width: 1023px) {
  .u-lower-mv__title {
    font-size: 5.6rem;
  }
}
.u-lower-mv__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background: #fff;
}
@media (max-width: 767px) {
  .u-lower-mv__nav {
    display: block;
  }
}
.u-lower-mv__nav .breadcrumb {
  background: transparent;
  -ms-flex: 1;
      flex: 1;
  width: auto;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-top: 15px;
}
.u-lower-mv__label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 18px 32px 24px 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Google Sans Flex", sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 100;
  letter-spacing: -0.02em;
  color: #595959;
  font-style: "Google Sans Flex", sans-serif;
  line-height: 0.8em;
}
@media (max-width: 767px) {
  .u-lower-mv__label {
    padding: 8px 24px 16px 18px;
    font-size: 3.4rem;
  }
}
.u-lower-mv__label span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-top: 12px;
  line-height: 1;
  text-align: right;
  color: #595959;
}
@media (max-width: 767px) {
  .u-lower-mv__label span {
    font-size: 1.2rem;
    margin-top: 8px;
  }
}

.u-news-list__item {
  border-bottom: 1px solid #E0E0E0;
  position: relative;
}
.u-news-list__item:last-child {
  border: none;
}
.u-news-list__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 13px;
  padding: 12px 40px 12px 0;
  text-decoration: none;
  color: #231815;
  -ms-flex-pack: start;
      justify-content: flex-start;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}
@media (max-width: 767px) {
  .u-news-list__link {
    padding: 16px 32px 16px 0;
    gap: 8px;
  }
}
.u-news-list__link:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.u-news-list__date {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 200;
  letter-spacing: 0.02em;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #231815;
  width: 80px;
}
@media (max-width: 767px) {
  .u-news-list__date {
    font-size: 1.2rem;
  }
}
.u-news-list__category {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #E0E0E0;
  padding: 3px 10px;
  color: #595959;
}
@media (max-width: 767px) {
  .u-news-list__category {
    display: none;
  }
}
.u-news-list__text {
  -ms-flex: 1;
      flex: 1;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  color: #595959;
}
@media (max-width: 767px) {
  .u-news-list__text {
    font-size: 1.4rem;
  }
}
.u-news-list__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 7px;
  height: 7px;
  background-color: #595959;
  -webkit-mask: url(../images/icon_news.svg) center/contain no-repeat;
  mask: url(../images/icon_news.svg) center/contain no-repeat;
  position: absolute;
  right: 0;
  top: 19.5px;
}
@media (max-width: 767px) {
  .u-news-list__icon {
    top: 23px;
  }
}

.u-card-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  list-style: none;
  border-left: 1px solid #E0E0E0;
  background: #fff;
}
@media (max-width: 767px) {
  .u-card-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}
.u-card-grid--2 {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .u-card-grid--2 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}
.u-card-grid--2 .u-card-grid__thumb {
  padding: 0 48px;
}
@media (max-width: 767px) {
  .u-card-grid--2 .u-card-grid__thumb {
    padding: 0 32.33px;
  }
}
.u-card-grid--2 .u-card-grid__date {
  padding-left: 15px;
  padding-top: 13px;
}
@media (max-width: 767px) {
  .u-card-grid--2 .u-card-grid__date {
    padding-left: 11px;
    padding-top: 10px;
  }
}
.u-card-grid--2 .u-card-grid__body {
  padding: 16px 47px 39px;
  gap: 10px;
}
@media (max-width: 767px) {
  .u-card-grid--2 .u-card-grid__body {
    padding: 16px 33px 39px;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .u-card-grid--2 .u-card-grid__body .u-card-grid__title {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .u-card-grid--2 .u-card-grid__body .u-card-grid__category {
    font-size: 1.3rem;
  }
}
.u-card-grid--2 .u-card-grid__category {
  padding: 0 0;
}
.u-card-grid__item {
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
@media (max-width: 767px) {
  .u-card-grid__item:nth-of-type(2n) {
    border-right: none;
  }
}
.u-card-grid__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: #231815;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.u-card-grid__link:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.u-card-grid__thumb {
  width: 100%;
  padding: 0 32.57px;
}
@media (max-width: 767px) {
  .u-card-grid__thumb {
    padding: 0 16.48px;
  }
}
.u-card-grid__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.u-card-grid__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  padding: 16px 39px 39px;
  -ms-flex: 1;
      flex: 1;
}
@media (max-width: 767px) {
  .u-card-grid__body {
    gap: 8px;
    padding: 16px 15.67px 39px;
  }
}
.u-card-grid__date {
  font-family: "Google Sans Flex", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #231815;
  padding: 13px 14px 32px 15px;
  line-height: 1;
}
@media (max-width: 767px) {
  .u-card-grid__date {
    font-size: 1.2rem;
    font-weight: 200;
    letter-spacing: 0.02em;
    color: #231815;
    padding: 10px 14px 21px 11px;
  }
}
.u-card-grid__title {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: #231815;
  -ms-flex: 1;
      flex: 1;
}
@media (max-width: 767px) {
  .u-card-grid__title {
    font-size: 1.4rem;
  }
}
.u-card-grid__category {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #595959;
}
@media (max-width: 767px) {
  .u-card-grid__category {
    line-height: 1.6;
    letter-spacing: 0;
  }
}

.u-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 32px 20px 0;
}
@media (max-width: 767px) {
  .u-pagination {
    padding: 24px 0 0;
  }
}
.u-pagination__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  list-style: none;
}
.u-pagination__item--ellipsis {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #231815;
  letter-spacing: 0.08em;
  border: 1px solid #595959;
  border-radius: 4px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .u-pagination__item--ellipsis {
    width: 32px;
    height: 32px;
  }
}
.u-pagination__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #595959;
  border-radius: 4px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #595959;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}
@media (max-width: 767px) {
  .u-pagination__link {
    width: 32px;
    height: 32px;
    font-size: 1.3rem;
  }
}
.u-pagination__link:hover {
  border-color: #231815;
  color: #231815;
}
.u-pagination__link.is-active {
  background: #231815;
  border-color: #231815;
  color: #fff;
  pointer-events: none;
}
.u-pagination__link--prev {
  font-size: 0;
  position: relative;
}
.u-pagination__link--prev:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #595959;
  border-right: 1px solid #595959;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.u-pagination__link--prev:hover:after {
  border-color: #231815;
}
.u-pagination__link--next {
  font-size: 0;
  position: relative;
}
.u-pagination__link--next:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #595959;
  border-right: 1px solid #595959;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.u-pagination__link--next:hover:after {
  border-color: #231815;
}
.u-pagination__link--prev:after {
  -ms-transform: rotate(-135deg) translate(1px, -1px);
      transform: rotate(-135deg) translate(1px, -1px);
}
.u-pagination__link--next:after {
  -ms-transform: rotate(45deg) translate(-1px, 1px);
      transform: rotate(45deg) translate(-1px, 1px);
}
.u-pagination__link.is-disabled {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  pointer-events: none;
}

.p-top-pagetop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 24px 40px 40px 0;
}
@media (max-width: 767px) {
  .p-top-pagetop {
    padding: 16px 20px 0;
    -ms-flex-pack: center;
        justify-content: center;
    background: #F6F6F4;
  }
}
.p-top-pagetop__link {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #595959;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}
@media (max-width: 767px) {
  .p-top-pagetop__link {
    font-size: 1.2rem;
  }
}
.p-top-pagetop__link:after {
  content: url(../images/pagetop.svg);
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .p-top-pagetop__link:after {
    content: url(../images/pagetop_sp.svg);
    margin-left: 6px;
  }
}
.p-top-pagetop__link:hover {
  color: #231815;
}

.l-sp-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
@media (max-width: 1023px) {
  .l-sp-header {
    display: block;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);
  }
}
.l-sp-header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 16px 0 19px;
  height: 79px;
}
.l-sp-header__renew {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 16px 0 19px;
  height: 79px;
}
.l-sp-header__logo {
  display: block;
}
.l-sp-header__logo img {
  height: 49px;
  width: auto;
}
.l-sp-header__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
}
.l-sp-header__lang {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0;
}
.l-sp-header__lang-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #231815;
  font-family: "Google Sans Flex", sans-serif;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  padding: 0;
  padding: 11.5px 10px;
  line-height: 1;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.l-sp-header__lang-btn.is-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.l-sp-header__lang-btn:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.l-sp-header__lang-sep {
  background: #231815;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 1px;
  height: 13px;
}
.l-sp-header__hamburger {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 4px;
  width: 48px;
  height: 26px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0 0;
}
.l-sp-header__hamburger span {
  display: block;
  width: 1px;
  background: #231815;
  transition: height 0.3s ease, opacity 0.3s ease;
  position: relative;
}
.l-sp-header__hamburger span:nth-child(1) {
  height: 19px;
  bottom: 2px;
}
.l-sp-header__hamburger span:nth-child(2) {
  height: 18px;
}
.l-sp-header__hamburger span:nth-child(3) {
  height: 22px;
}
.l-sp-header__hamburger span:nth-child(4) {
  height: 24px;
  bottom: 2px;
}
.l-sp-header__hamburger.is-open span {
  height: 26px;
  bottom: 0;
}

.l-sp-nav {
  display: none;
  position: fixed;
  top: 56px;
  right: 0;
  width: 280px;
  height: calc(100% - 56px);
  background: #fff;
  z-index: 99;
  overflow-y: auto;
  -ms-transform: translateX(100%);
      transform: translateX(100%);
  transition: transform 0.3s ease;
}
@media (max-width: 1023px) {
  .l-sp-nav {
    display: block;
  }
}
.l-sp-nav.is-open {
  -ms-transform: translateX(0);
      transform: translateX(0);
}
.l-sp-nav__inner {
  padding: 40px 24px;
}
.l-sp-nav__list {
  list-style: none;
  margin-bottom: 40px;
}
.l-sp-nav__item {
  border-bottom: 1px solid #ecebe5;
}
.l-sp-nav__link {
  display: block;
  padding: 16px 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #231815;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.l-sp-nav__link:hover {
  color: #231815;
}
.l-sp-nav__lang {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  padding: 20px 0 0;
}
.l-sp-nav__lang-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #231815;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  padding: 0;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.l-sp-nav__lang-btn.is-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.l-sp-nav__lang-btn:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.l-sp-nav__lang-sep {
  font-size: 12px;
  font-size: 1.2rem;
  color: #231815;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.l-sp-nav__sns {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.l-sp-nav__sns-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
}
.l-sp-nav__sns-link img {
  width: 24px;
  height: 24px;
}

.l-sp-nav__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
}
.l-sp-nav__overlay.is-open {
  display: block;
}

.sidebar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  padding: 44px 10px 32px 38px;
}
@media (max-width: 1023px) {
  .sidebar-nav {
    display: none;
  }
}
.sidebar-nav__logo {
  padding: 0 0 0 0;
  margin-bottom: 56px;
}
.sidebar-nav__logo a {
  display: block;
}
.sidebar-nav__logo img {
  width: 120px;
  height: auto;
}
.sidebar-nav__nav-area {
  padding-left: 14px;
  border-left: 1px solid #ecebe5;
  margin-left: 4px;
  position: relative;
}
.sidebar-nav__nav-area:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background: #ecebe5;
  left: -2.5px;
  top: 0;
}
.sidebar-nav__nav-area:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background: #ecebe5;
  left: -2.5px;
  bottom: 0;
}
.sidebar-nav__list {
  list-style: none;
}
.sidebar-nav__item {
  line-height: 1;
  margin-top: 20px;
}
.sidebar-nav__item + .sidebar-nav__item {
  margin-top: 24px;
}
.sidebar-nav__item:first-child {
  margin-top: 0;
}
.sidebar-nav__link {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #231815;
  text-decoration: none;
  letter-spacing: 0.001em;
  line-height: 1;
  font-family: "Google Sans Flex", sans-serif;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.sidebar-nav__link:hover {
  color: #231815;
}
.sidebar-nav__lang {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  margin-top: 48px;
}
.sidebar-nav__lang-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #231815;
  font-family: "Google Sans Flex", sans-serif;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  padding: 0;
  line-height: 1.5;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.sidebar-nav__lang-btn.is-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  border-bottom: 2px solid #231815;
}
.sidebar-nav__lang-btn:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sidebar-nav__lang-sep {
  font-size: 12px;
  font-size: 1.2rem;
  color: #231815;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.sidebar-nav__sns {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-left: -18px;
  gap: 0;
  padding: 0 0;
  margin-top: 247px;
}
.sidebar-nav__sns-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 46px;
  height: 46px;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.sidebar-nav__sns-link:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.sidebar-nav__sns-link img {
  width: 46px;
  height: 46px;
}

.l-footer {
  background: #ecebe5;
  position: relative;
  background: #F6F6F4;
}

.footer-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 225px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px 38px 128px 38px;
}
@media (max-width: 1023px) {
  .footer-inner {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 32px;
    padding: 40px 20px 32px;
  }
}
.footer-inner.footer-inner-renew {
  display: block;
  width: 100%;
  padding: 64px 38px 39px 38px;
}
@media (max-width: 1023px) {
  .footer-inner.footer-inner-renew {
    padding: 64px 38px 39px 38px;
  }
}
@media (max-width: 767px) {
  .footer-inner.footer-inner-renew {
    padding: 32px 38px 24px 38px;
  }
}

.footer-logo {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-logo img {
  width: 240px;
  height: auto;
}

.footer-nav {
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
  -ms-flex: 1;
      flex: 1;
}
@media (max-width: 1023px) {
  .footer-nav {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0;
    width: 100%;
    border-top: 1px solid rgba(35, 24, 21, 0.15);
  }
}
.footer-nav__col {
  min-width: 103px;
}
@media (max-width: 1023px) {
  .footer-nav__col {
    border-bottom: 1px solid rgba(35, 24, 21, 0.15);
  }
}
.footer-nav__col--sm {
  min-width: 70px;
}
.footer-nav__heading {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #231815;
  text-decoration: none;
  letter-spacing: 2%;
  margin-bottom: 20px;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.footer-nav__heading:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url(../images/footer_icon.svg);
  background-size: cover;
}
.footer-nav__heading:hover {
  color: #231815;
}
@media (max-width: 1023px) {
  .footer-nav__heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    margin-bottom: 0;
    padding: 14px 0;
  }
}
.footer-nav__item {
  line-height: 1.4;
  width: 100%;
}
.footer-nav__list {
  list-style: none;
  display: -ms-grid;
  display: grid;
  gap: 18px;
}
@media (max-width: 1023px) {
  .footer-nav__list {
    padding-bottom: 12px;
  }
}
.footer-nav__link {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  color: #231815;
  text-decoration: none;
  padding: 0 0;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.footer-nav__link:hover {
  color: #231815;
}
@media (max-width: 1023px) {
  .footer-nav__link {
    padding: 10px 0;
    padding-left: 12px;
  }
}

.footer-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 221px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 38px 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .footer-bottom {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 12px;
    padding: 20px 20px 32px;
  }
}

.footer-copy {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #595959;
  font-weight: 200;
  letter-spacing: 0.02em;
  white-space: nowrap;
  font-family: "Google Sans Flex", sans-serif;
  width: 244px;
}

.footer-policy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
}
.footer-policy__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.footer-policy__item + .footer-policy__item:before {
  content: "／";
  margin: 0 8px;
  color: #595959;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0;
}
.footer-policy__link {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #595959;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.footer-policy__link:hover {
  color: #231815;
}

.footer-tagline {
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .footer-tagline {
    display: none;
  }
}

.footer-renew__copy--ja {
  text-align: center;
  color: #595959;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 200;
  letter-spacing: 0.02em;
  line-height: 1.4;
  font-family: "Google Sans Flex", sans-serif;
}

.footer-renew__copy--en {
  text-align: center;
  color: #595959;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 200;
  letter-spacing: 0.02em;
  line-height: 1.4;
  font-family: "Google Sans Flex", sans-serif;
  margin-top: 3px;
}

/*!
* jquery-drawer v3.2.2
* Flexible drawer menu using jQuery, iScroll and CSS.
* http://git.blivesta.com/drawer
* License : MIT
* Author : blivesta <design@blivesta.com> (http://blivesta.com/)
*/
/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 162.5px;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer-brand {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 37.5px;
  line-height: 3.75rem;
  display: block;
  padding-right: 7.5px;
  padding-right: 0.75rem;
  padding-left: 7.5px;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  padding: 7.5px;
  padding: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -162.5px;
  left: -16.25rem;
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 162.5px;
  left: 16.25rem;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -162.5px;
  right: -16.25rem;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 162.5px;
  right: 16.25rem;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 20px;
  width: 2rem;
  padding: 0;
  padding-top: 18px;
  padding-right: 7.5px;
  padding-right: 0.75rem;
  padding-bottom: 30px;
  padding-left: 7.5px;
  padding-left: 0.75rem;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }

  .drawer--sidebar .drawer-nav {
    display: block;
    -ms-transform: none;
        transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }

  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }

  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 37.5px;
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 37.5px;
  height: 3.75rem;
  padding: 0 7.5px;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 37.5px;
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 37.5px;
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 75px;
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer-navbar .drawer-menu--right {
    float: right;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer-navbar .drawer-hamburger {
    display: none;
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    transform: translate3d(0, 0, 0);
  }

  .drawer-navbar .drawer-menu {
    padding: 0;
  }

  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 37.5px;
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 7.5px;
  padding-right: 0.75rem;
  padding-left: 15px;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  transition: transform 0.2s ease, opacity 0.2s ease;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
/*!
 * jquery-drawer v3.1.0
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*    Base
\*!------------------------------------*/
.drawer-hamburger {
  display: none;
  z-index: 99999;
  width: 35px;
  width: 3.5rem;
  padding-right: 15px;
  padding-top: 20px;
  background: #F6F6F8;
}

.drawer-hamburger .drawer-hamburger-icon, .drawer-hamburger .drawer-hamburger-icon:before, .drawer-hamburger .drawer-hamburger-icon:after {
  background: #1179AB;
}

@media (max-width: 979px) {
  .drawer-hamburger {
    display: block;
  }
}
@media (max-width: 657px) {
  .drawer-hamburger {
    width: 26px;
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 15px !important;
    padding-bottom: 23px !important;
  }
}
@media (max-width: 657px) {
  .drawer-hamburger-icon:after {
    top: 8px;
  }
}
@media (max-width: 657px) {
  .drawer-hamburger-icon:before {
    top: -8px !important;
  }
}
@media (max-width: 657px) {
  .drawer-open .drawer-hamburger-icon:before {
    top: inherit !important;
  }
}
.drawer-open .drawer-hamburger-icon {
  background: none !important;
}

.drawer--right.drawer-open .drawer-hamburger {
  background: #1179AB;
}

.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
  background: #fff;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

.drawer--right .drawer-nav {
  right: -100%;
}

.drawer-nav {
  width: 100%;
}

.drawer-hamburger {
  padding-right: 15px;
  padding-left: 15px;
}

.md_select_wrap {
  position: relative;
}

.md_select_wrap:after {
  /*  background: url(../img/icn_select_arrow.svg) center center/19px 17px no-repeat; */
  content: "";
  display: block;
  width: 19px;
  height: 17px;
  position: absolute;
  top: 16px;
  right: 20px;
}

@media (max-width: 750px) {
  .md_select_wrap:after {
    top: 8px;
    /*    background: url(../img/icn_select_arrow.svg) center center/9.5px 8.5px no-repeat; */
    width: 9.5px;
    height: 8.5px;
    right: 10px;
  }
}
.md_select_wrap select {
  padding-right: 40px;
}

.md_select_wrap select ::-ms-expand {
  display: none;
}

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

		modal fade

------------------------------------------------*/
input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 0 0 0 0;
  margin-top: -3px;
  line-height: normal;
  -ms-transform: scale(1);
      transform: scale(1);
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

.select-wrap {
  position: relative;
  display: inline-block;
}

.select-wrap:after {
  content: "";
  display: block;
  background: url(../images/arrow_down_red.svg) center top no-repeat;
  width: 22px;
  height: 13px;
  background-size: cover;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: 20px;
  z-index: 2;
}

@media (max-width: 599px) {
  .select-wrap:after {
    width: 19px;
    height: 11px;
    right: 15px;
  }
}
@media (max-width: 599px) {
  .select-wrap {
    min-width: inherit;
    width: 100% !important;
    display: block;
  }
}
select.form-control {
  display: inline-block;
  width: inherit !important;
  padding-right: 70px;
  min-width: 480px;
  position: relative;
}

@media (max-width: 599px) {
  select.form-control {
    min-width: inherit;
    width: 100% !important;
    display: block;
  }
}
.select-pref select {
  background-size: 16px;
}

input::-moz-placeholder {
  color: #CCCDD8;
}

input::-webkit-input-placeholder {
  color: #CCCDD8;
}

input:-ms-input-placeholder {
  color: #CCCDD8;
}

input::-ms-input-placeholder {
  color: #CCCDD8;
}

input:-ms-input-placeholder {
  color: #CCCDD8;
}

input::placeholder {
  color: #CCCDD8;
}

/* IE */
input:-ms-input-placeholder {
  color: #CCCDD8;
}

/* Edge */
textarea::-moz-placeholder {
  color: #CCCDD8;
}

textarea::-webkit-input-placeholder {
  color: #CCCDD8;
}

textarea:-ms-input-placeholder {
  color: #CCCDD8;
}

textarea::-ms-input-placeholder {
  color: #CCCDD8;
}

textarea:-ms-input-placeholder {
  color: #CCCDD8;
}

textarea::placeholder {
  color: #CCCDD8;
}

/* IE */
textarea:-ms-input-placeholder {
  color: #CCCDD8;
}

/* Edge */
textarea::-ms-input-placeholder {
  color: #CCCDD8;
}

/*
input[type=text],input[type=tel],input[type=email],textarea{
  background: #F8F8F8;
  height: 50px;
  font-size: 1.4rem;
  font-weight: 400;
  width: 100%;
  border: 1px solid #F8F8F8;
  padding: 15px 15px;
}
  */
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  outline: 0;
}

input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #CCCDD8;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #CCCDD8;
}

input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #CCCDD8;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }

  input[type=date].input-sm,
input[type=time].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm,
.input-group-sm input[type=date],
.input-group-sm input[type=time],
.input-group-sm input[type=datetime-local],
.input-group-sm input[type=month] {
    line-height: 30px;
  }

  input[type=date].input-lg,
input[type=time].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg,
.input-group-lg input[type=date],
.input-group-lg input[type=time],
.input-group-lg input[type=datetime-local],
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox, .aform-checkbox-ul {
  position: relative;
  display: block;
  padding-left: 6px;
}

@media (max-width: 599px) {
  .radio,
.checkbox, .aform-checkbox-ul {
    padding-left: 6px;
  }
}
.radio label,
.checkbox label {
  min-height: 18px;
  margin-right: 18px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.aform-checkbox-ul input[type=checkbox] {
  position: relative;
  margin-top: -4px;
  height: 18px;
  width: 18px;
  margin-right: 5px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.c-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 200px;
  padding: 24px 32px 29px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  border: 1px solid #595959;
  line-height: 1;
  color: #231815;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
  border-radius: 4px;
}
.c-btn:hover {
  background: #231815;
  color: #fff;
}
.c-btn--primary {
  background: #fff;
  color: #231815;
}
.c-btn--accent {
  background: #355b5b;
  border-color: #355b5b;
  color: #fff;
}
.c-btn--accent:hover {
  background: transparent;
  color: #355b5b;
}
.c-btn--white {
  border-color: #fff;
  color: #fff;
}
.c-btn--white:hover {
  background: #fff;
  color: #231815;
}
.c-btn--window {
  position: relative;
}
.c-btn--window:after {
  position: absolute;
  right: 30px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #595959;
  -webkit-mask: url(../images/icon_window.svg) center/contain no-repeat;
  mask: url(../images/icon_window.svg) center/contain no-repeat;
}
@media (max-width: 767px) {
  .c-btn--window:after {
    right: 18px;
  }
}
.c-btn--window:hover:after {
  background-color: #fff;
}
.c-btn--center {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.c-btn--left {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
.c-btn--right {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 657px) {
  .c-btn {
    min-width: 160px;
    padding: 12px 24px;
    font-size: 1.3rem;
  }
}
.c-btn--lg {
  min-width: 568px;
}
@media (max-width: 767px) {
  .c-btn--lg {
    min-width: 284px;
    padding: 20px 40px 23px 40px;
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
.c-btn--sm {
  min-width: 0;
  padding: 8px 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
.c-btn--xs {
  min-width: 320px;
  padding: 17.5px 21.5px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .c-btn--xs {
    padding: 15.5px 19.5px;
    letter-spacing: 0.08em;
  }
}

.card-diagonal__wrap {
  position: relative;
}
.card-diagonal__wrap .card-diagonal {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .card-diagonal__wrap .card-diagonal {
    display: none;
  }
}
.card-diagonal__wrap .card-diagonal line {
  stroke: rgba(224, 224, 224, 0.4);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
  shape-rendering: crispEdges;
}
.card-diagonal__wrap .card-diagonal__centents {
  position: relative;
  z-index: 5;
}

.u-sq__layout {
  position: relative;
}
.u-sq__layout.u-sq.u-sq_left_top-after:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #E0E0E0;
  position: absolute;
  z-index: 15;
  left: -2.5px;
  top: -2.5px;
}
.u-sq__layout.u-sq.u-sq_left_top-before:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #E0E0E0;
  position: absolute;
  z-index: 15;
  left: -2.5px;
  top: -2.5px;
}
.u-sq__layout.u-sq.u-sq_left_bottom-after:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #E0E0E0;
  position: absolute;
  z-index: 15;
  left: -2.5px;
  bottom: -2.5px;
}
.u-sq__layout.u-sq.u-sq_left_bottom-before:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #E0E0E0;
  position: absolute;
  z-index: 15;
  left: -2.5px;
  bottom: -2.5px;
}
.u-sq__layout.u-sq.u-sq_left_bottom-after:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #E0E0E0;
  position: absolute;
  z-index: 15;
  left: -2.5px;
  bottom: -2.5px;
}
.u-sq__layout.u-sq.u-sq_left_bottom-before:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #E0E0E0;
  position: absolute;
  z-index: 15;
  left: -2.5px;
  bottom: -2.5px;
}
.u-sq__layout.u-sq.u-sq_right_top-after:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #E0E0E0;
  position: absolute;
  z-index: 15;
  right: -2.5px;
  top: -2.5px;
}
.u-sq__layout.u-sq.u-sq_right_top-before:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #E0E0E0;
  position: absolute;
  z-index: 15;
  right: -2.5px;
  top: -2.5px;
}
.u-sq__layout.u-sq.u-sq_right_bottom-after:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #E0E0E0;
  position: absolute;
  z-index: 15;
  right: -2.5px;
  bottom: -2.5px;
}
.u-sq__layout.u-sq.u-sq_right_bottom-before:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #E0E0E0;
  position: absolute;
  z-index: 15;
  right: -2.5px;
  bottom: -2.5px;
}

.c-text-link {
  color: #007ACC;
  text-decoration: underline;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}
@media (max-width: 1023px) {
  .c-text-link {
    text-decoration: none;
  }
}
.c-text-link:hover {
  color: #0d47a1;
  text-decoration: none;
}

.c-program-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 1;
}
@media (max-width: 767px) {
  .c-program-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 0;
  }
}
.c-program-grid__item {
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  .c-program-grid__item {
    padding-bottom: 40px;
  }
}
.c-program-grid__number {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Google Sans Flex", sans-serif;
  font-weight: 400;
  color: #595959;
  letter-spacing: -0.01em;
  line-height: 1;
  padding: 14px 0 40px 15px;
}
@media (max-width: 767px) {
  .c-program-grid__number {
    font-size: 1rem;
    padding: 14px 0 32px 15px;
  }
}
.c-program-grid__number i {
  margin: 0 4px;
  position: relative;
  top: -1px;
}
@media (max-width: 767px) {
  .c-program-grid__number i img {
    width: 2px;
  }
}
.c-program-grid__catch {
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin-bottom: 13px;
  padding: 0 73px;
  height: 85px;
}
@media (max-width: 767px) {
  .c-program-grid__catch {
    margin-bottom: 12px;
    padding: 0 15px;
    height: 64px;
  }
}
.c-program-grid__catch img {
  width: auto !important;
  display: inline-block !important;
}
.c-program-grid__catch .js-lottie {
  height: 100%;
}
.c-program-grid__catch .js-lottie svg {
  display: block;
  width: auto !important;
  height: 100% !important;
  margin: 0 auto;
}
.c-program-grid__name {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  color: #231815;
  line-height: 24px;
  line-height: 2.4rem;
  letter-spacing: 0;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .c-program-grid__name {
    font-size: 1.5rem;
    margin-bottom: 14px;
  }
}
.c-program-grid__card {
  padding: 0 56px;
  overflow: hidden;
  margin-bottom: 16.5px;
}
@media (max-width: 767px) {
  .c-program-grid__card {
    padding: 0 25px;
    margin-bottom: 0;
  }
}
.c-program-grid__card img {
  width: 100%;
  height: auto;
  display: block;
}
.c-program-grid__text {
  margin-top: 16px;
  padding: 0 56px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #595959;
  letter-spacing: 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .c-program-grid__text {
    padding: 0 25px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 12px;
  }
}