@charset "UTF-8";

/* resset.dev • v5.0.2 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  appearance: textfield;
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
  appearance: button;
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
  appearance: none;
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}





/* ============================================================================= */
/* 独自リセット設定 
/* ============================================================================= */
a {
  cursor: pointer;
  color: currentColor;
  text-decoration: none;
  word-break: break-all;
}

span {
  display: inline-block;
}

em {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

ul,
li,
ol {
  list-style: none;
}

picture,
figure {
  max-width: 100%;
  line-height: 0;
  margin: 0;
}

svg {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
}

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

svg>use {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
}

legend,
fieldset {
  all: unset;
}

fieldset {
  display: block;
  border: none;
}

fieldset+fieldset {
  padding: 0;
}

fieldset+fieldset+fieldset {
  background-clip: content-box;
}


.screen-reader-text {
  clip: rect(1px, 1px, 1px 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.dont-touch {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}



/* ============================================================================= */
/*TOP 
/* ============================================================================= */


html {
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: 0;

}

@media screen and (max-width: 768px) {
  html {
    /*font-size: 2.2vw;*/
    scroll-padding-top: 6.4rem;
  }
}

body {
  background-color: #F4F4F4;
  color: #272727;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    font-size: 1.5rem;
  }
}


/* common ==============================================================*/

.common__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}

.common__inner {
  width: 110rem;
  padding: 9.6rem 0;
}

@media screen and (max-width: 1100px) {
  .common__inner {
    width: 100%;
    padding: 8rem 4rem;
  }
}

@media screen and (max-width: 768px) {
  .common__inner {
    padding: 4rem 2.4rem;
  }
}

.common__heading--en {
  display: block;
  font-family: "Krona One";
  font-size: 5.6rem;
  letter-spacing: 0.3em;
  line-height: 1.25;
}

.common__heading--en.light,
.common__heading--en.light2 {
  color: #ffffff;
}

.common__heading--en em {
  color: #0695A4;
}

.common__heading--en.light2 em {
  color: #272727;
}

.common__heading--ja {
  display: block;
  color: #818181;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.35em;
}

.common__heading--ja.light {
  color: #ffffff;
}

.common__heading--ja.light2 {
  color: #272727;
}

.common__head_description--ja {
  padding: 1.6rem 0 0.8rem;
  line-height: 1.75;
}

.common__head_description--ja.light {
  color: #ffffff;
}

.common__head_description--en {
  color: #818181;
  font-size: 1.3rem;
  margin-bottom: 3.2rem;
}

.common__head_description--en.light {
  color: #ffffff86;
}

.common__head_description--ja a,
.common__head_description--en a {
  color: #0695A4;
  text-decoration: underline;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

@media (hover: hover) and (pointer: fine) {

  .common__head_description--ja a:hover,
  .common__head_description--en a:hover {
    color: #3bd3e4;
  }

}

@media screen and (max-width: 768px) {
  .common__heading--en {
    font-size: 3.2rem;
  }

  .common__heading--ja {
    font-size: 1.3rem;
  }
}


.common__btn {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background: #F4F4F4;
  border: 0.2rem solid #272727;
  border-radius: 8rem;
  color: #272727;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 1.4rem 2.4rem 1.4rem 1.6rem;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 1;
}

.common__btn::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #272727;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

@media (hover: hover) and (pointer: fine) {

  .common__btn:hover {
    color: #ffffff;
  }

  .common__btn:hover::after {
    transform: scale(1, 1);
  }

}

.common__btn--arrow {
  position: relative;
  width: 3.2rem;
  height: 3.2rem;
  background: #0695A4;
  border-radius: 100%;
}

.common__btn--arrow::before,
.common__btn--arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  left: 50%;
  width: 0.8rem;
  height: 0.2rem;
  border-radius: 1rem;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.1rem) 50%;
}


/* 上 */
.common__btn--arrow::before {
  transform: translate(-50%) rotate(45deg);
}

/* 下 */
.common__btn--arrow::after {
  transform: translate(-50%) rotate(-45deg);
}

/* loading ==============================================================*/

.loading {
  overflow: hidden;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f0f0ef;
  font-family: "Krona One";
  font-size: 1.8rem;
  letter-spacing: 0.4rem;
  z-index: 9999;
}

.loading__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  height: 100%;
  text-align: center;
}

.loading__logo {
  width: 40rem;
}


/* menu ==============================================================*/

.menu {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 8rem;
  width: 100%;
  background-color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0 3.2rem;
  text-align: center;
  z-index: 9998;
}

.menu__logo {
  line-height: 1;
}

.menu__logo img {
  height: 4.4rem;
}

.menu__contents {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  height: 100%;
}

.menu__list {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.menu__item>a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  border-bottom: 0.3rem solid transparent;
  padding: 0 1.6rem;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.menu__item:focus>a {
  border-bottom: 0.3rem solid #0695A4;
}

@media (hover: hover) and (pointer: fine) {
  .menu__item:hover>a {
    border-bottom: 0.3rem solid #0695A4;
  }
}

.menu__item--en {
  color: #818181;
  font-family: "Krona One";
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  margin-top: 0.4rem;
}

.menu__item--en span {
  color: #0695A4;
}

.menu__hamburger {
  display: none;
}

@media screen and (max-width: 1100px) {

  .menu {
    justify-content: space-between;
    flex-direction: row;
    height: 6.4rem;
    width: 100%;
    padding: 0 2.4rem;
  }

  .menu__list {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 4rem;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 100%;
    background: #f0f0ef;
    font-size: 2.4rem;
    letter-spacing: 0.5em;
    padding: 0 2.4rem 4rem;
    opacity: 0;
    transform: translateY(-100%);
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: 1;
  }

  .menu__list.toggle {
    transform: translateY(0);
    opacity: 1;
  }

  .menu__item>a {
    flex-direction: row;
    align-items: center;
    gap: 0.8rem;
  }

  .menu__hamburger {
    cursor: pointer;
    position: relative;
    display: block;
    height: 3rem;
    width: 3rem;
    transition: transform 0.5s;
    z-index: 9900;
  }

  .menu__hamburger>span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #272727;
    transform-origin: 50% 50%;
    transition: 0.5s;
  }

  .menu__hamburger>span:nth-child(1) {
    top: 0;
  }

  .menu__hamburger>span:nth-child(2) {
    top: calc(50% - 2px);
  }

  .menu__hamburger>span:nth-child(3) {
    top: calc(100% - 4px);
  }

  .menu__hamburger.open {
    transform: rotate(90deg);
  }

  .menu__hamburger.open>span {
    top: calc(50% - 0.25rem);
  }

  .menu__hamburger.open>span:nth-child(1) {
    transform: rotate(-135deg);
  }

  .menu__hamburger.open>span:nth-child(2) {
    opacity: 0;
  }

  .menu__hamburger.open>span:nth-child(3) {
    transform: rotate(135deg);
  }
}

/* fv ==============================================================*/

.fv {
  min-width: 100%;
  background-color: #ffffff;
  z-index: -1;
}


.fv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 68vw;
  background: url(assets/images/bg_noise.webp);
  background-repeat: repeat;
  background-size: 6rem;
  mix-blend-mode: multiply;
  z-index: 4;
}


.fv__inner {
  position: relative;
}

.fv__catch--en {
  position: relative;
  width: 85%;
  padding: calc(3vw + 8rem) 0 0 3vw;
  mix-blend-mode: exclusion;
  z-index: 3;
}

.fv__catch--ja {
  position: absolute;
  top: calc(7.8vw + 8rem);
  left: 47.5vw;
  background-color: #000000;
  color: #ffffff;
  font-size: 3.1vw;
  font-weight: 700;
  padding: 0 1.6vw 0.4vw;
  z-index: 3;
}

.fv__catch--ja span {
  font-size: 2.8vw;
}

.fv__wave {
  position: absolute;
  top: calc(31vw + 8rem);
  left: 6vw;
  width: 79vw;
  mix-blend-mode: exclusion;
  z-index: 4;
}

.fv__description--ja {
  position: relative;
  font-size: 1.2vw;
  font-weight: 500;
  margin: 6vw 0 1.6vw 24vw;
  z-index: 5;
}

.fv__description--en {
  position: relative;
  width: 50vw;
  background-color: #ffffff;
  font-size: 1.2vw;
  padding: 0.8vw 1.6vw;
  margin-left: 27vw;
  z-index: 5;
}

.fv__photo {
  position: absolute;
  z-index: 2;
}

.fv__photo_1 {
  bottom: 3vw;
  right: 0;
  width: 32vw;
}

.fv__photo_2 {
  top: 8rem;
  right: 0;
  width: 19vw;
}

.fv__photo_3 {
  bottom: 8vw;
  left: -2.5vw;
  width: 24vw;

}

.fv__rect {
  position: absolute;
}

.fv__rectfv__rect_blue_1 {
  top: 0;
  left: 10vw;
  width: 52vw;
  height: calc(46vw + 8rem);
  background-color: #0091a0;
  z-index: 1;
}

.fv__rectfv__rect_black_1 {
  top: calc(11vw + 8rem);
  width: 100%;
  height: 22.5vw;
  background-color: #ffffff;
  mix-blend-mode: exclusion;
  z-index: 2;
}

.fv__rectfv__rect_black_2 {
  top: calc(18vw + 8rem);
  right: 0;
  width: 12vw;
  height: 25vw;
  background-color: #ffffff;
  mix-blend-mode: exclusion;
  z-index: 1;
}

/* news ==============================================================*/
.news {
  background-color: #ffffff;
}

.news__inner {
  display: grid;
  grid-template-columns: 70% 30%;
}

.news .common__heading {
  grid-column: 1/2;
}

.news .common__btn {
  grid-column: 2/3;
  justify-self: end;
  align-self: end;
}

.news__list {
  grid-column: 1/3;
  margin-top: 3.2rem;
}

.news__item--link {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b8b8b8;
  padding: 2.4rem 0.8rem;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.news__item:first-of-type .news__item--link {
  border-top: 1px solid #b8b8b8;
}

@media (hover: hover) and (pointer: fine) {

  .news__item--link:hover {
    background-color: #EAEAEA;
  }

}

.news__item--content {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 1.4rem;
}

.news__item--info {
  width: 11rem;
  text-align: center;
}

.news__item--info-category-ja {
  width: 100%;
  background-color: #0695A4;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 500;
}

.news__item--info-category-en {
  color: #0695A4;
  font-size: 1.2rem;
  font-weight: 500;
}

.news__item--title-ja {
  flex: 1;
  padding: 0 2.4rem 0 3.2rem;
}

.news__item--title-en {
  flex: 1;
  color: #818181;
  font-size: 1.2rem;
  padding-right: 2.4rem;
}

.news__item--arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #EAEAEA;
  border-radius: 3.2rem;
  padding-right: 0.2rem;
}

.news__item--arrow::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  border-color: currentColor;
  border-style: solid;
  border-width: 0;
  height: 0.8rem;
  width: 0.8rem;
  border-top-width: 0.2rem;
  border-right-width: 0.2rem;
  transform: rotate(45deg);
}

/* about ==============================================================*/
.research {
  background: url(assets/images/bg_research.webp);
}

.research__list {
  margin-bottom: 3.2rem;
}

.research__item {
  background-color: #ffffffcc;
  margin-bottom: 1.6rem;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

@media (hover: hover) and (pointer: fine) {

  .research__item:hover {
    background-color: #ffffff;
  }

}

.research__item--link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3.2rem;
  padding: 2.4rem;
}

.research__item--image {
  width: 32rem;
}

.research__item--title {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 2.4rem;
  font-weight: 700;
}

.research__item--title-en {
  color: #0695A4;
  font-size: 1.8rem;
  margin-left: 0.8rem;
}

.research__item--description-ja {
  font-size: 1.4rem;
  padding: 0.8rem 0;
}

.research__item--description-en {
  color: #818181;
  font-size: 1.2rem;
}

.research__item--btn {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  font-weight: 500;
  padding: 0.8rem 2.4rem;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.research__item--btn::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  border-color: currentColor;
  border-style: solid;
  border-width: 0;
  height: 0.8rem;
  width: 0.8rem;
  border-top-width: 0.2rem;
  border-right-width: 0.2rem;
  margin-right: 0.8rem;
  transform: rotate(45deg);
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

@media (hover: hover) and (pointer: fine) {

  .research__item:hover .research__item--btn {
    background-color: #272727;
    color: #ffffff;
  }

  .research__item:hover .research__item--btn::before {
    border-color: currentColor;
  }

}

.research__support {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  background-color: #ffffff;
  border-radius: 2.4rem;
  padding: 2.4rem 3.2rem;
}

.research__support--description {
  flex: 1;
}

.research__support--description-ja {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}

.research__support--description-en {
  color: #818181;
  font-size: 1.2rem;
}

.research__support--logo {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.research__support--logo img:nth-of-type(1) {
  height: 3.2rem;
  width: auto;
}

.research__support--logo img:nth-of-type(2) {
  height: 5.6rem;
  width: auto;
}

.research__support--logo img:nth-of-type(3) {
  height: 4rem;
  width: auto;
}

/* member ==============================================================*/


.member {
  background-color: #ffffff;
}

.member__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(34.5rem, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 3.2rem;
  grid-auto-flow: row;
  padding-top: 4rem;
}

.member__item {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  overflow: auto;
  min-width: 0;
  font-weight: 700;
}

.member__face {
  width: 8rem;
  border-radius: 1.6rem;
}

.member__face.big {
  width: 12rem;
  margin-right: 0.8rem;
}

.member__category {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.8rem;
  color: #818181;
}

.member__category--en {
  color: #B7B7B7;
  font-family: "Krona One";
  font-size: 1.1rem;
}

.member__list:last-of-type .member__category--en {
  font-size: 1.4rem;
}

.member__name {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.8rem;
  font-size: 2rem;
  margin-top: 0.2rem;
}

.member__name--en {
  color: #0695A4;
  font-family: "Krona One";
  font-size: 1.2rem;
}

.member__mail,
.member__link {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 0.4rem;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

@media (hover: hover) and (pointer: fine) {

  .member__mail:hover,
  .member__link:hover {
    color: #0695A4;
  }

}

.member__mail a,
.member__link a {
  margin-bottom: 0.2rem;

}

.member__mail--icon,
.member__link--icon {
  width: 2rem;
  height: 2rem;
  color: #0695A4;
}


@media screen and (max-width: 768px) {}

/* publications ==============================================================*/

.publications__item {
  display: flex;
  align-items: stretch;
  gap: 4rem;
}

.publications__year--circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 14rem;
}

.publications__year--circle::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #272727;
  border-radius: 100%;
}

.publications__item--year {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 14rem;
  color: #F4F4F4;
  font-family: 'Krona One';
  font-size: 4rem;
  line-height: 125%;
  -webkit-text-stroke: 0.4rem #272727;
  text-stroke: 0.4rem #272727;
  paint-order: stroke;
}

.publications__item--year::before,
.publications__item--year::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 100%;
  background-color: #272727;
}

.publications__item--content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 3.2rem;
  padding: 2.8rem 0;
}

.publications__item--image {
  width: 20rem;
  filter: drop-shadow(0.4rem 0.4rem 1rem #0000001e);
}

.publications__item--title {
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.publications__item--description {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}

.publications__item--description span {
  display: block;
}

.publications__btn_wrapper {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.publications__btn {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background-color: #ffffff;
  border-radius: 2.4rem;
  border: solid 0.2rem #272727;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.2rem 1.6rem 0.2rem 1.2rem;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

@media (hover: hover) and (pointer: fine) {

  .publications__btn:hover {
    background-color: #272727;
    color: #ffffff;
  }

}

.publications__btn--icon {
  color: #0695A4;
}


/* lecutures ==============================================================*/

.lecutures {
  background-color: #ffffff;
}

.lecutures__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(34.5rem, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 3.2rem;
  grid-auto-flow: row;
}

.lecutures__item--link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 26rem;
  background-color: #0695A4;
  border: solid 0.2rem #272727;
  border-radius: 2.4rem;
  color: #ffffff;
  transform: translateY(0);
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.lecutures__item--title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 9.6rem;
  background-color: #272727;
  border-radius: 2.2rem 2.2rem 0 0;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 0 2.4rem;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.lecutures__item--title span {
  font-size: 1.8rem;
}

.lecutures__item--description {
  padding: 0 2.4rem;
}

.lecutures__item--btn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 500;
  padding: 0.8rem 2.4rem 1.6rem;
}

.lecutures__item--btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #ffffff;
  border-radius: 100%;
}

.lecutures__item--btn-icon svg {
  width: 2.4rem;
  height: 2.4rem;
  color: #0695A4;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

@media (hover: hover) and (pointer: fine) {

  .lecutures__item--link:hover {
    background-color: #046e79;
    border: solid 0.2rem #424242;
    border-radius: 0;
    transform: translateY(-0.8rem);
  }

  .lecutures__item--link:hover .lecutures__item--title {
    background-color: #424242;
    border-radius: 0;
  }

  .lecutures__item--link:hover .lecutures__item--btn-icon svg {
    color: #046e79;
  }

}



/* join us ==============================================================*/

.joinus {
  position: relative;
  overflow: hidden;
  background: #0695A4;
  z-index: 1;
}

.joinus::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(assets/images/bg_noise.webp);
  background-repeat: repeat;
  background-size: 6rem;
  mix-blend-mode: multiply;
  z-index: -1;
}

.joinus__bg_image {
  position: absolute;
  mix-blend-mode: multiply;
  z-index: -1;
}

.joinus__bg_image_1 {
  left: 70%;
  right: 30%;
  bottom: -5%;
  width: 36rem;
}

.joinus__bg_image_2 {
  left: 50%;
  right: 50%;
  bottom: -6%;
  width: 21rem;
}

.joinus__bg_image_3 {
  left: 40%;
  right: 60%;
  top: -8%;
  width: 32rem;
}

.joinus__bg_image_4 {
  left: 25%;
  right: 75%;
  bottom: 7%;
  width: 20rem;
}

.joinus__bg_image_5 {
  left: 95%;
  right: 5%;
  top: 10%;
  width: 21rem;
}

/* contact ==============================================================*/
.contact {
  position: relative;
}

.contact__inner {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.contact__text {
  display: flex;
  justify-content: flex-end;
  width: 50%;
  padding: 8rem 0;
  box-sizing: border-box;
}

.contact__text_content {
  width: 55rem;
}

.contact__wrapper {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.contact__item {
  margin-top: 3.2rem;
}

.contact__item--heading {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.8rem;
}

.contact__item--heading-en {
  font-family: 'Krona One';
  font-size: 1.4rem;
  letter-spacing: 0.3em;
}

.contact__item--heading-ja {
  color: #818181;
  font-size: 1.4rem;
}

.contact__item--heading-icon {
  color: #0695A4;
}

.contact__item--info {
  font-size: 1.8rem;
  font-weight: 700;
}

.contact__item--access_info,
.contact__item--access_info-en {
  line-height: 1.75;
}

.contact__item--access_info-en {
  color: #818181;
  font-size: 1.2rem;
  margin-top: 0.4rem;
}

.contact__map {
  width: 50%;
  position: relative;
}

.contact__map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* footer ==============================================================*/

.footer {
  background: #272727;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
}

.footer__inner {
  padding: 6.4rem 0 1.6rem;
}

.footer__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding-bottom: 4rem;
  text-align: left;
}

.footer__logo {
  width: 22rem;
}

.footer__access {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
  font-size: 1.3rem;
}

.footer__access--en {
  color: #818181;
}

.footer__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding-bottom: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.footer__item a {
  display: block;
  padding: 0.8rem 1.6rem;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.footer__item a span {
  display: block;
}

.footer__item--en {
  color: #0695A4;
  font-size: 1.2rem;
  margin-top: 0.2rem;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

@media (hover: hover) and (pointer: fine) {
  .footer__item a:hover {
    color: #3bd3e4;
  }

  .footer__item a:hover .footer__item--en {
    color: #3bd3e4;
  }
}

.footer__other_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__other_item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

@media (hover: hover) and (pointer: fine) {

  .footer__other_item a:hover {
    color: #3bd3e4;
  }

}

.footer__other_item--icon {
  width: 1.6rem;
  height: 1.6rem;
}

.footer__other_item--ja {
  padding: 0.8rem 1.6rem 0.1rem;
}

.footer__other_item--en {
  color: #818181;
  font-size: 1.2rem;
  padding: 0.1rem 1.6rem 0.8rem;
}

.footer__copyright {
  color: #818181;
  font-size: 1.3rem;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {}










/* 個別設定 */

.u-text__en {
  font-family: "Krona One", "Zen Kaku Gothic New", serif;
}

.u-text__ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

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

.u-text__align--left {
  text-align: left;
}

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

.u-text__w100 {
  font-weight: 100;
}

.u-text__w200 {
  font-weight: 200;
}

.u-text__w300 {
  font-weight: 300;
}

.u-text__w400 {
  font-weight: 400;
}

.u-text__w500 {
  font-weight: 500;
}

.u-text__w600 {
  font-weight: 600;
}

.u-text__w700 {
  font-weight: 700;
}

.u-text__w800 {
  font-weight: 800;
}

.u-text__w900 {
  font-weight: 900;
}

.u-text__s10 {
  font-size: 1rem;
}

.u-text__s11 {
  font-size: 1.1rem;
}

.u-text__s12 {
  font-size: 1.2rem;
}

.u-text__s13 {
  font-size: 1.3rem;
}

.u-text__s14 {
  font-size: 1.4rem;
}

.u-text__s15 {
  font-size: 1.5rem;
}

.u-text__s16 {
  font-size: 1.6rem;
}

.u-text__s17 {
  font-size: 1.7rem;
}

.u-text__s18 {
  font-size: 1.8rem;
}

.u-text__s20 {
  font-size: 2rem;
}

.u-text__s24 {
  font-size: 2.4rem;
}

.u-text__s32 {
  font-size: 3.2rem;
}

.u-text__s40 {
  font-size: 4rem;
}

.u-display__none {
  display: none;
}

.u-display__flex {
  display: flex;
  align-items: flex-start;
}

.u-display__flex--box1 {
  flex: 1;
}

.u-display__flex--box2 {
  flex: 2;
}

.u-display__flex--box3 {
  flex: 3;
}

.u-display__flex--box4 {
  flex: 4;
}

.u-display__flex--box5 {
  flex: 5;
}

.u-display__flex--grow1 {
  flex-grow: 1;
}

.u-display__flex--grow2 {
  flex-grow: 2;
}

.u-display__flex--grow3 {
  flex-grow: 3;
}

.u-display__flex--grow4 {
  flex-grow: 4;
}

.u-display__flex--grow5 {
  flex-grow: 5;
}

.u-display__flex--fd-row {
  flex-direction: row;
}

.u-display__flex--fd-column {
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .u-display__flex--fd-column-mb {
    flex-direction: column;
    align-items: center;
  }
}

.u-display__flex--fw-nowrap {
  flex-wrap: nowrap;
}

.u-display__flex--fw-wrap {
  flex-wrap: wrap;
}

.u-display__flex--ac-center {
  align-content: center;
}

.u-display__flex--ac-start {
  align-content: flex-start;
}

.u-display__flex--ac-end {
  align-content: flex-end;
}

.u-display__flex--ac-around {
  align-content: space-around;
}

.u-display__flex--ac-between {
  align-content: space-between;
}

.u-display__flex--ac-stretch {
  align-content: stretch;
}

.u-display__flex--jc-center {
  justify-content: center;
}

.u-display__flex--jc-start {
  justify-content: flex-start;
}

.u-display__flex--jc-end {
  justify-content: flex-end;
}

.u-display__flex--jc-around {
  justify-content: space-around;
}

.u-display__flex--jc-between {
  justify-content: space-between;
}

.u-display__flex--jc-stretch {
  justify-content: space-evenly;
}

.u-display__flex--ai-center {
  align-items: center;
}

.u-display__flex--ai-start {
  align-items: flex-start;
}

.u-display__flex--ai-end {
  align-items: flex-end;
}

.u-display__flex--ai-baseline {
  align-items: baseline;
}

.u-display__flex--ai-stretch {
  align-items: stretch;
}

.u-display__flex--gap4 {
  gap: 0.4rem;
}

.u-display__flex--gap6 {
  gap: 0.6rem;
}

.u-display__flex--gap8 {
  gap: 0.8rem;
}

.u-display__flex--gap12 {
  gap: 1.2rem;
}

.u-display__flex--gap16 {
  gap: 1.6rem;
}

.u-display__flex--gap24 {
  gap: 2.4rem;
}

.u-display__flex--gap32 {
  gap: 3.2rem;
}

.u-display__flex--gap40 {
  gap: 4rem;
}

.u-display__flex--gap48 {
  gap: 4.8rem;
}

.u-display__flex--gap56 {
  gap: 5.6rem;
}

.u-display__flex--gap64 {
  gap: 6.4rem;
}

.u-display__flex--gap72 {
  gap: 7.2rem;
}

.u-display__flex--gap80 {
  gap: 8rem;
}

.u-display__flex--gap88 {
  gap: 8.8rem;
}

.u-display__flex--gap96 {
  gap: 9.6rem;
}

.u-display__flex--gap100 {
  gap: 10rem;
}

.u-display__flex--gap120 {
  gap: 12rem;
}

.u-display__flex--gap140 {
  gap: 14rem;
}

.u-display__flex--gap160 {
  gap: 16rem;
}

.u-display__flex--gap180 {
  gap: 18rem;
}

.u-display__flex--gap200 {
  gap: 20rem;
}

.u-size__w--auto {
  width: auto;
}

.u-size__w10per {
  width: 10%;
}

.u-size__w20per {
  width: 20%;
}

.u-size__w30per {
  width: 30%;
}

.u-size__w40per {
  width: 40%;
}

.u-size__w45per {
  width: 45%;
}

.u-size__w50per {
  width: 50%;
}

.u-size__w60per {
  width: 60%;
}

.u-size__w70per {
  width: 70%;
}

.u-size__w80per {
  width: 80%;
}

.u-size__w90per {
  width: 90%;
}

.u-size__w100per {
  width: 100%;
}

.u-size__w4 {
  width: 0.4rem;
}

.u-size__w6 {
  width: 0.6rem;
}

.u-size__w8 {
  width: 0.8rem;
}

.u-size__w12 {
  width: 1.2rem;
}

.u-size__w16 {
  width: 1.6rem;
}

.u-size__w24 {
  width: 2.4rem;
}

.u-size__w32 {
  width: 3.2rem;
}

.u-size__w40 {
  width: 4rem;
}

.u-size__w48 {
  width: 4.8rem;
}

.u-size__w56 {
  width: 5.6rem;
}

.u-size__w64 {
  width: 6.4rem;
}

.u-size__w72 {
  width: 7.2rem;
}

.u-size__w80 {
  width: 8rem;
}

.u-size__w88 {
  width: 8.8rem;
}

.u-size__w96 {
  width: 9.6rem;
}

.u-size__w100 {
  width: 10rem;
}

.u-size__w120 {
  width: 12rem;
}

.u-size__w140 {
  width: 14rem;
}

.u-size__w160 {
  width: 16rem;
}

.u-size__w180 {
  width: 18rem;
}

.u-size__w200 {
  width: 20rem;
}

.u-size__w220 {
  width: 22rem;
}

.u-size__w240 {
  width: 24rem;
}

.u-size__w260 {
  width: 26rem;
}

.u-size__w280 {
  width: 28rem;
}

.u-size__w300 {
  width: 30rem;
}

.u-size__w320 {
  width: 32rem;
}

.u-size__w340 {
  width: 34rem;
}

.u-size__w360 {
  width: 36rem;
}

.u-size__w380 {
  width: 38rem;
}

.u-size__w400 {
  width: 40rem;
}

.u-size__w420 {
  width: 42rem;
}

.u-size__w440 {
  width: 44rem;
}

.u-size__w460 {
  width: 46rem;
}

.u-size__w480 {
  width: 48rem;
}

.u-size__w500 {
  width: 50rem;
}

.u-size__w520 {
  width: 52rem;
}

.u-size__w540 {
  width: 54rem;
}

.u-size__w560 {
  width: 56rem;
}

.u-size__w580 {
  width: 58rem;
}

.u-size__w600 {
  width: 60rem;
}

.u-size__w620 {
  width: 62rem;
}

.u-size__w640 {
  width: 64rem;
}

.u-size__w660 {
  width: 66rem;
}

.u-size__w680 {
  width: 68rem;
}

.u-size__w700 {
  width: 70rem;
}

.u-size__w720 {
  width: 72rem;
}

.u-size__w740 {
  width: 74rem;
}

.u-size__w760 {
  width: 76rem;
}

.u-size__w780 {
  width: 78rem;
}

.u-size__w800 {
  width: 80rem;
}

.u-size__w820 {
  width: 82rem;
}

.u-size__w840 {
  width: 84rem;
}

.u-size__w860 {
  width: 86rem;
}

.u-size__w880 {
  width: 88rem;
}

.u-size__h--auto {
  height: auto;
}

.u-size__h10per {
  height: 10%;
}

.u-size__h20per {
  height: 20%;
}

.u-size__h30per {
  height: 30%;
}

.u-size__h40per {
  height: 40%;
}

.u-size__h50per {
  height: 50%;
}

.u-size__h60per {
  height: 60%;
}

.u-size__h70per {
  height: 70%;
}

.u-size__h80per {
  height: 80%;
}

.u-size__h90per {
  height: 90%;
}

.u-size__h100per {
  height: 100%;
}

.u-size__h4 {
  height: 0.4rem;
}

.u-size__h6 {
  height: 0.6rem;
}

.u-size__h8 {
  height: 0.8rem;
}

.u-size__h12 {
  height: 1.2rem;
}

.u-size__h16 {
  height: 1.6rem;
}

.u-size__h24 {
  height: 2.4rem;
}

.u-size__h32 {
  height: 3.2rem;
}

.u-size__h40 {
  height: 4rem;
}

.u-size__h48 {
  height: 4.8rem;
}

.u-size__h56 {
  height: 5.6rem;
}

.u-size__h64 {
  height: 6.4rem;
}

.u-size__h72 {
  height: 7.2rem;
}

.u-size__h80 {
  height: 8rem;
}

.u-size__h88 {
  height: 8.8rem;
}

.u-size__h96 {
  height: 9.6rem;
}

.u-size__h100 {
  height: 10rem;
}

.u-size__h120 {
  height: 12rem;
}

.u-size__h140 {
  height: 14rem;
}

.u-size__h160 {
  height: 16rem;
}

.u-size__h180 {
  height: 18rem;
}

.u-size__h200 {
  height: 20rem;
}

.u-size__h220 {
  height: 22rem;
}

.u-size__h240 {
  height: 24rem;
}

.u-size__h260 {
  height: 26rem;
}

.u-size__h280 {
  height: 28rem;
}

.u-size__h300 {
  height: 30rem;
}

.u-size__h320 {
  height: 32rem;
}

.u-size__h340 {
  height: 34rem;
}

.u-size__h360 {
  height: 36rem;
}

.u-size__h380 {
  height: 38rem;
}

.u-size__h400 {
  height: 40rem;
}

.u-size__h420 {
  height: 42rem;
}

.u-size__h440 {
  height: 44rem;
}

.u-size__h460 {
  height: 46rem;
}

.u-size__h480 {
  height: 48rem;
}

.u-size__h500 {
  height: 50rem;
}

.u-size__h520 {
  height: 52rem;
}

.u-size__h540 {
  height: 54rem;
}

.u-size__h560 {
  height: 56rem;
}

.u-size__h580 {
  height: 58rem;
}

.u-size__h600 {
  height: 60rem;
}

.u-size__h620 {
  height: 62rem;
}

.u-size__h640 {
  height: 64rem;
}

.u-size__h660 {
  height: 66rem;
}

.u-size__h680 {
  height: 68rem;
}

.u-size__h700 {
  height: 70rem;
}

.u-size__h720 {
  height: 72rem;
}

.u-size__h740 {
  height: 74rem;
}

.u-size__h760 {
  height: 76rem;
}

.u-size__h780 {
  height: 78rem;
}

.u-size__h800 {
  height: 80rem;
}

.u-size__h820 {
  height: 82rem;
}

.u-size__h840 {
  height: 84rem;
}

.u-size__h860 {
  height: 86rem;
}

.u-size__h880 {
  height: 88rem;
}

.u-margin__0auto {
  margin: 0 auto !important;
}

.u-margin__auto {
  margin: auto !important;
}

.u-margin__top0 {
  margin-top: 0 !important;
}

.u-margin__top2 {
  margin-top: 0.2rem !important;
}

.u-margin__top4 {
  margin-top: 0.4rem !important;
}

.u-margin__top6 {
  margin-top: 0.6rem !important;
}

.u-margin__top8 {
  margin-top: 0.8rem !important;
}

.u-margin__top12 {
  margin-top: 1.2rem !important;
}

.u-margin__top16 {
  margin-top: 1.6rem !important;
}

.u-margin__top20 {
  margin-top: 2rem !important;
}

.u-margin__top24 {
  margin-top: 2.4rem !important;
}

.u-margin__top32 {
  margin-top: 3.2rem !important;
}

.u-margin__top40 {
  margin-top: 4rem !important;
}

.u-margin__top48 {
  margin-top: 4.8rem !important;
}

.u-margin__top56 {
  margin-top: 5.6rem !important;
}

.u-margin__top64 {
  margin-top: 6.4rem !important;
}

.u-margin__top72 {
  margin-top: 7.2rem !important;
}

.u-margin__top80 {
  margin-top: 8rem !important;
}

.u-margin__top88 {
  margin-top: 8.8rem !important;
}

.u-margin__top96 {
  margin-top: 9.6rem !important;
}

.u-margin__top100 {
  margin-top: 10rem !important;
}

.u-margin__top120 {
  margin-top: 12rem !important;
}

.u-margin__top140 {
  margin-top: 14rem !important;
}

.u-margin__top160 {
  margin-top: 16rem !important;
}

.u-margin__top180 {
  margin-top: 18rem !important;
}

.u-margin__top200 {
  margin-top: 20rem !important;
}

.u-margin__bottom2 {
  margin-bottom: 0.2rem !important;
}

.u-margin__bottom4 {
  margin-bottom: 0.4rem !important;
}

.u-margin__bottom6 {
  margin-bottom: 0.6rem !important;
}

.u-margin__bottom8 {
  margin-bottom: 0.8rem !important;
}

.u-margin__bottom12 {
  margin-bottom: 1.2rem !important;
}

.u-margin__bottom16 {
  margin-bottom: 1.6rem !important;
}

.u-margin__bottom20 {
  margin-bottom: 2rem !important;
}

.u-margin__bottom24 {
  margin-bottom: 2.4rem !important;
}

.u-margin__bottom32 {
  margin-bottom: 3.2rem !important;
}

.u-margin__bottom40 {
  margin-bottom: 4rem !important;
}

.u-margin__bottom48 {
  margin-bottom: 4.8rem !important;
}

.u-margin__bottom56 {
  margin-bottom: 5.6rem !important;
}

.u-margin__bottom64 {
  margin-bottom: 6.4rem !important;
}

.u-margin__bottom72 {
  margin-bottom: 7.2rem !important;
}

.u-margin__bottom80 {
  margin-bottom: 8rem !important;
}

.u-margin__bottom88 {
  margin-bottom: 8.8rem !important;
}

.u-margin__bottom96 {
  margin-bottom: 9.6rem !important;
}

.u-margin__bottom100 {
  margin-bottom: 10rem !important;
}

.u-margin__bottom120 {
  margin-bottom: 12rem !important;
}

.u-margin__bottom140 {
  margin-bottom: 14rem !important;
}

.u-margin__bottom160 {
  margin-bottom: 16rem !important;
}

.u-margin__bottom180 {
  margin-bottom: 18rem !important;
}

.u-margin__bottom200 {
  margin-bottom: 20rem !important;
}

.u-margin__left2 {
  margin-left: 0.2rem !important;
}

.u-margin__left4 {
  margin-left: 0.4rem !important;
}

.u-margin__left6 {
  margin-left: 0.6rem !important;
}

.u-margin__left8 {
  margin-left: 0.8rem !important;
}

.u-margin__left12 {
  margin-left: 1.2rem !important;
}

.u-margin__left16 {
  margin-left: 1.6rem !important;
}

.u-margin__left20 {
  margin-left: 2rem !important;
}

.u-margin__left24 {
  margin-left: 2.4rem !important;
}

.u-margin__left32 {
  margin-left: 3.2rem !important;
}

.u-margin__left40 {
  margin-left: 4rem !important;
}

.u-margin__left48 {
  margin-left: 4.8rem !important;
}

.u-margin__left56 {
  margin-left: 5.6rem !important;
}

.u-margin__left64 {
  margin-left: 6.4rem !important;
}

.u-margin__left72 {
  margin-left: 7.2rem !important;
}

.u-margin__left80 {
  margin-left: 8rem !important;
}

.u-margin__left88 {
  margin-left: 8.8rem !important;
}

.u-margin__left96 {
  margin-left: 9.6rem !important;
}

.u-margin__left100 {
  margin-left: 10rem !important;
}

.u-margin__left120 {
  margin-left: 12rem !important;
}

.u-margin__left140 {
  margin-left: 14rem !important;
}

.u-margin__left160 {
  margin-left: 16rem !important;
}

.u-margin__left180 {
  margin-left: 18rem !important;
}

.u-margin__left200 {
  margin-left: 20rem !important;
}

.u-margin__right2 {
  margin-right: 0.2rem !important;
}

.u-margin__right4 {
  margin-right: 0.4rem !important;
}

.u-margin__right6 {
  margin-right: 0.6rem !important;
}

.u-margin__right8 {
  margin-right: 0.8rem !important;
}

.u-margin__right12 {
  margin-right: 1.2rem !important;
}

.u-margin__right16 {
  margin-right: 1.6rem !important;
}

.u-margin__right20 {
  margin-right: 2rem !important;
}

.u-margin__right24 {
  margin-right: 2.4rem !important;
}

.u-margin__right32 {
  margin-right: 3.2rem !important;
}

.u-margin__right40 {
  margin-right: 4rem !important;
}

.u-margin__right48 {
  margin-right: 4.8rem !important;
}

.u-margin__right56 {
  margin-right: 5.6rem !important;
}

.u-margin__right64 {
  margin-right: 6.4rem !important;
}

.u-margin__right72 {
  margin-right: 7.2rem !important;
}

.u-margin__right80 {
  margin-right: 8rem !important;
}

.u-margin__right88 {
  margin-right: 8.8rem !important;
}

.u-margin__right96 {
  margin-right: 9.6rem !important;
}

.u-margin__right100 {
  margin-right: 10rem !important;
}

.u-margin__right120 {
  margin-right: 12rem !important;
}

.u-margin__right140 {
  margin-right: 14rem !important;
}

.u-margin__right160 {
  margin-right: 16rem !important;
}

.u-margin__right180 {
  margin-right: 18rem !important;
}

.u-margin__right200 {
  margin-right: 20rem !important;
}

.u-padding__top2 {
  padding-top: 0.2rem !important;
}

.u-padding__top4 {
  padding-top: 0.4rem !important;
}

.u-padding__top6 {
  padding-top: 0.6rem !important;
}

.u-padding__top8 {
  padding-top: 0.8rem !important;
}

.u-padding__top12 {
  padding-top: 1.2rem !important;
}

.u-padding__top16 {
  padding-top: 1.6rem !important;
}

.u-padding__top20 {
  padding-top: 2rem !important;
}

.u-padding__top24 {
  padding-top: 2.4rem !important;
}

.u-padding__top32 {
  padding-top: 3.2rem !important;
}

.u-padding__top40 {
  padding-top: 4rem !important;
}

.u-padding__top48 {
  padding-top: 4.8rem !important;
}

.u-padding__top56 {
  padding-top: 5.6rem !important;
}

.u-padding__top64 {
  padding-top: 6.4rem !important;
}

.u-padding__top72 {
  padding-top: 7.2rem !important;
}

.u-padding__top80 {
  padding-top: 8rem !important;
}

.u-padding__top88 {
  padding-top: 8.8rem !important;
}

.u-padding__top96 {
  padding-top: 9.6rem !important;
}

.u-padding__top100 {
  padding-top: 10rem !important;
}

.u-padding__top120 {
  padding-top: 12rem !important;
}

.u-padding__top140 {
  padding-top: 14rem !important;
}

.u-padding__top160 {
  padding-top: 16rem !important;
}

.u-padding__top180 {
  padding-top: 18rem !important;
}

.u-padding__top200 {
  padding-top: 20rem !important;
}

.u-padding__bottom2 {
  padding-bottom: 0.2rem !important;
}

.u-padding__bottom4 {
  padding-bottom: 0.4rem !important;
}

.u-padding__bottom6 {
  padding-bottom: 0.6rem !important;
}

.u-padding__bottom8 {
  padding-bottom: 0.8rem !important;
}

.u-padding__bottom12 {
  padding-bottom: 1.2rem !important;
}

.u-padding__bottom16 {
  padding-bottom: 1.6rem !important;
}

.u-padding__bottom20 {
  padding-bottom: 2rem !important;
}

.u-padding__bottom24 {
  padding-bottom: 2.4rem !important;
}

.u-padding__bottom32 {
  padding-bottom: 3.2rem !important;
}

.u-padding__bottom40 {
  padding-bottom: 4rem !important;
}

.u-padding__bottom48 {
  padding-bottom: 4.8rem !important;
}

.u-padding__bottom56 {
  padding-bottom: 5.6rem !important;
}

.u-padding__bottom64 {
  padding-bottom: 6.4rem !important;
}

.u-padding__bottom72 {
  padding-bottom: 7.2rem !important;
}

.u-padding__bottom80 {
  padding-bottom: 8rem !important;
}

.u-padding__bottom88 {
  padding-bottom: 8.8rem !important;
}

.u-padding__bottom96 {
  padding-bottom: 9.6rem !important;
}

.u-padding__bottom100 {
  padding-bottom: 10rem !important;
}

.u-padding__bottom120 {
  padding-bottom: 12rem !important;
}

.u-padding__bottom140 {
  padding-bottom: 14rem !important;
}

.u-padding__bottom160 {
  padding-bottom: 16rem !important;
}

.u-padding__bottom180 {
  padding-bottom: 18rem !important;
}

.u-padding__bottom200 {
  padding-bottom: 20rem !important;
}

.u-padding__left2 {
  padding-left: 0.2rem !important;
}

.u-padding__left4 {
  padding-left: 0.4rem !important;
}

.u-padding__left6 {
  padding-left: 0.6rem !important;
}

.u-padding__left8 {
  padding-left: 0.8rem !important;
}

.u-padding__left12 {
  padding-left: 1.2rem !important;
}

.u-padding__left16 {
  padding-left: 1.6rem !important;
}

.u-padding__left20 {
  padding-left: 2rem !important;
}

.u-padding__left24 {
  padding-left: 2.4rem !important;
}

.u-padding__left32 {
  padding-left: 3.2rem !important;
}

.u-padding__left40 {
  padding-left: 4rem !important;
}

.u-padding__left48 {
  padding-left: 4.8rem !important;
}

.u-padding__left56 {
  padding-left: 5.6rem !important;
}

.u-padding__left64 {
  padding-left: 6.4rem !important;
}

.u-padding__left72 {
  padding-left: 7.2rem !important;
}

.u-padding__left80 {
  padding-left: 8rem !important;
}

.u-padding__left88 {
  padding-left: 8.8rem !important;
}

.u-padding__left96 {
  padding-left: 9.6rem !important;
}

.u-padding__left100 {
  padding-left: 10rem !important;
}

.u-padding__left120 {
  padding-left: 12rem !important;
}

.u-padding__left140 {
  padding-left: 14rem !important;
}

.u-padding__left160 {
  padding-left: 16rem !important;
}

.u-padding__left180 {
  padding-left: 18rem !important;
}

.u-padding__left200 {
  padding-left: 20rem !important;
}

.u-padding__right2 {
  padding-right: 0.2rem !important;
}

.u-padding__right4 {
  padding-right: 0.4rem !important;
}

.u-padding__right6 {
  padding-right: 0.6rem !important;
}

.u-padding__right8 {
  padding-right: 0.8rem !important;
}

.u-padding__right12 {
  padding-right: 1.2rem !important;
}

.u-padding__right16 {
  padding-right: 1.6rem !important;
}

.u-padding__right20 {
  padding-right: 2rem !important;
}

.u-padding__right24 {
  padding-right: 2.4rem !important;
}

.u-padding__right32 {
  padding-right: 3.2rem !important;
}

.u-padding__right40 {
  padding-right: 4rem !important;
}

.u-padding__right48 {
  padding-right: 4.8rem !important;
}

.u-padding__right56 {
  padding-right: 5.6rem !important;
}

.u-padding__right64 {
  padding-right: 6.4rem !important;
}

.u-padding__right72 {
  padding-right: 7.2rem !important;
}

.u-padding__right80 {
  padding-right: 8rem !important;
}

.u-padding__right88 {
  padding-right: 8.8rem !important;
}

.u-padding__right96 {
  padding-right: 9.6rem !important;
}

.u-padding__right100 {
  padding-right: 10rem !important;
}

.u-padding__right120 {
  padding-right: 12rem !important;
}

.u-padding__right140 {
  padding-right: 14rem !important;
}

.u-padding__right160 {
  padding-right: 16rem !important;
}

.u-padding__right180 {
  padding-right: 18rem !important;
}

.u-padding__right200 {
  padding-right: 20rem !important;
}


@media screen and (min-width: 767px) {
  .only-mb {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}