@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

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

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

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

body {
  /*【明朝】*/
  font-family: "小塚明朝", "YakuHanMP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HG明朝E", "MS P明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.11em;
  line-height: 1.75;
  color: #434343;
  background: #FFFFFF;
  margin: 0;
  display: none;
}

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

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

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

/*----------------------------------------------------
    header表示アニメーション
----------------------------------------------------*/
.js-order-show {
  opacity: 0;
}
.js-order-show.fadein_lr {
  -webkit-transform: translate(-30px, 0px);
          transform: translate(-30px, 0px);
}
.js-order-show.fadein_lr.is-show {
  -webkit-animation: fadein_leftToRight 1s forwards;
          animation: fadein_leftToRight 1s forwards;
}
.js-order-show.fadein_tb {
  -webkit-transform: translate(0px, -30px);
          transform: translate(0px, -30px);
}
.js-order-show.fadein_tb.is-show {
  -webkit-animation: fadein_topToBottom 1s forwards;
          animation: fadein_topToBottom 1s forwards;
}

@-webkit-keyframes fadein_leftToRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadein_leftToRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein_topToBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadein_topToBottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*----------------------------------------------------
    スクロールアニメーション
----------------------------------------------------*/
.js-fadein-bt.is-show {
  -webkit-animation: fadeUpAnime 1s forwards;
          animation: fadeUpAnime 1s forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*----------------------------------------------------
    hoverアニメーション
----------------------------------------------------*/
.js-hover-text {
  position: relative;
}
.js-hover-text::before {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  background-color: #02B9AB;
}
.js-hover-text:hover::before {
  -webkit-animation: hover_text_link 1s forwards;
          animation: hover_text_link 1s forwards;
}

@-webkit-keyframes hover_text_link {
  0% {
    width: 100%;
    opacity: 0;
  }
  30% {
    width: 100%;
    opacity: 1;
    height: 1px;
  }
  30% {
    width: 100%;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 0%;
  }
}

@keyframes hover_text_link {
  0% {
    width: 100%;
    opacity: 0;
  }
  30% {
    width: 100%;
    opacity: 1;
    height: 1px;
  }
  30% {
    width: 100%;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  100% {
    width: 0%;
  }
}
.l-footer {
  padding: 70px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.8)), to(white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%, white 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%, white 100%);
  margin-top: auto;
}
@media (min-width: 1024px) {
  .l-footer {
    padding: 100px 0 50px;
  }
}
@media (min-width: 1024px) {
  .l-footer__inner {
    padding: 0 50px;
  }
}
.l-footer__container {
  max-width: 1000px;
  margin: 0 auto;
}
.l-footer__copyright {
  font-size: 12px;
  color: #02B9AB;
  text-align: center;
}
.l-footer__copyright-link {
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid #02B9AB;
  margin: 0 5px;
}
.l-footer__pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #02B9AB;
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  z-index: 10;
}
@media (min-width: 1024px) {
  .l-footer__pagetop {
    bottom: 50px;
    right: 50px;
    width: 90px;
    height: 90px;
  }
}
.l-footer__pagetop::before {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 25%;
  height: 25%;
  border: 1px solid;
  border-color: transparent #02B9AB #02B9AB transparent;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  margin: auto;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding-bottom: 6px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: 1000;
}
@media (min-width: 1024px) {
  .l-header {
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 10px);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 10px);
  }
}
.l-header__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .l-header__inner {
    padding: 0 30px;
  }
}
.l-header__contents {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media (min-width: 1024px) {
  .l-header__contents {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-header__change-lang {
  display: none;
}
@media (min-width: 1024px) {
  .l-header__change-lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: 1px solid #02B9AB;
  }
}
.l-header__lang-link {
  display: block;
  width: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  letter-spacing: 0.4px;
  line-height: 1;
  color: #434343;
  text-align: center;
  padding: 5px 0;
  background-color: #FFFFFF;
}
.l-header__lang-link.--active {
  background-color: #02B9AB;
  color: #FFFFFF;
}
.l-header__nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1024px) {
  .l-header__nav {
    position: relative;
    width: auto;
    height: auto;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
  }
}
.l-header__nav.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-header__nav-inner {
  height: 100%;
  padding: 120px 40px 40px;
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .l-header__nav-inner {
    height: auto;
    padding: 0;
    overflow-y: visible;
  }
}
.l-header__menu {
  display: block;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .l-header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
}
.l-header__menu-item {
  width: 100%;
}
@media (min-width: 1024px) {
  .l-header__menu-item {
    width: auto;
  }
}
.l-header__menu-item:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .l-header__menu-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.l-header__menu-link {
  display: inline-block;
  font-family: "Gilda Display", serif;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1;
  color: #02B9AB;
}
@media (min-width: 1024px) {
  .l-header__menu-link {
    font-size: 16px;
  }
}
.l-header__menu-link.--external {
  position: relative;
  padding-right: 25px;
}
@media (min-width: 1024px) {
  .l-header__menu-link.--external {
    padding-right: 20px;
  }
}
.l-header__menu-link.--external::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  background: url(../img/common/external-arrow.svg) no-repeat center;
  background-size: contain;
}
@media (min-width: 1024px) {
  .l-header__menu-link.--external::before {
    width: 12px;
    height: 12px;
  }
}
.l-header__nav-change-lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #02B9AB;
}
@media (min-width: 1024px) {
  .l-header__nav-change-lang {
    display: none;
  }
}
.l-header__nav-lang-link {
  display: block;
  width: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  letter-spacing: 0.4px;
  line-height: 1;
  color: #434343;
  text-align: center;
  padding: 5px 0;
}
.l-header__nav-lang-link.--active {
  background-color: #02B9AB;
  color: #FFFFFF;
}
.l-header__nav-trigger {
  position: relative;
  width: 45px;
  height: 40px;
  padding: 10px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .l-header__nav-trigger {
    display: none;
  }
}
.l-header__nav-trigger.is-active .l-header__trigger-normal {
  opacity: 0;
  visibility: hidden;
}
.l-header__nav-trigger.is-active .l-header__trigger-close {
  opacity: 1;
  visibility: visible;
}
.l-header__trigger-normal {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-header__normal-line {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #02B9AB;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-header__normal-line:nth-child(1) {
  top: 0;
}
.l-header__normal-line:nth-child(2) {
  top: 8px;
}
.l-header__normal-line:nth-child(3) {
  bottom: 0;
}
.l-header__trigger-close {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-header__close-line {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #02B9AB;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-header__close-line:nth-child(1) {
  top: -12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__close-line:nth-child(2) {
  display: none;
}
.l-header__close-line:nth-child(3) {
  top: -12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.l-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg-img_sp.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
@media (min-width: 1024px) {
  .l-wrapper::before {
    background: url(../img/common/bg-img.jpg) no-repeat center;
    background-size: cover;
  }
}
.l-wrapper.--no-bg::before {
  content: none;
}

.l-main {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 80px 0 100px;
}
.l-main__noise {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.07;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.l-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 1005;
}
.l-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.l-loading__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg-img_sp.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
@media (min-width: 1024px) {
  .l-loading__bg {
    background: url(../img/common/bg-img.jpg) no-repeat center;
    background-size: cover;
  }
}
.l-loading__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.l-loading__bg.is-show {
  opacity: 1;
}
.l-loading__logo {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translateY(-45%) translateX(-50%);
          transform: translateY(-45%) translateX(-50%);
  width: 90%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 1024px) {
  .l-loading__logo {
    width: 50%;
  }
}
.l-loading__logo.is-show {
  opacity: 1;
}
.l-loading__logo img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.c-container {
  max-width: 1000px;
  margin: 0 auto;
}

.c-gra-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: -1;
}

.c-button01 {
  position: relative;
  display: inline-block;
  min-width: 210px;
  font-family: "Gilda Display", serif;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  padding: 17px 10px 16px;
  border: none;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.c-button01::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #02B9AB;
  -webkit-clip-path: polygon(10.7px 0px, 0px 10.7px, 0px calc(100% - 10.7px), 10.7px 100%, calc(100% - 10.7px) 100%, 100% calc(100% - 10.7px), 100% 10.7px, calc(100% - 10.7px) 0px, 10.7px 0, 10.7px 1px, calc(100% - 10.7px) 1px, calc(100% - 1px) 10.7px, calc(100% - 1px) calc(100% - 10.7px), calc(100% - 10.7px) calc(100% - 1px), 10.7px calc(100% - 1px), 1px calc(100% - 10.7px), 1px 10.7px, 10.7px 1px);
          clip-path: polygon(10.7px 0px, 0px 10.7px, 0px calc(100% - 10.7px), 10.7px 100%, calc(100% - 10.7px) 100%, 100% calc(100% - 10.7px), 100% 10.7px, calc(100% - 10.7px) 0px, 10.7px 0, 10.7px 1px, calc(100% - 10.7px) 1px, calc(100% - 1px) 10.7px, calc(100% - 1px) calc(100% - 10.7px), calc(100% - 10.7px) calc(100% - 1px), 10.7px calc(100% - 1px), 1px calc(100% - 10.7px), 1px 10.7px, 10.7px 1px);
  z-index: 0;
}
.c-button01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #02B9AB;
  -webkit-clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
          clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.c-button01:hover {
  color: #02B9AB;
  -webkit-filter: drop-shadow(0 0 15px rgba(67, 67, 67, 0.3));
          filter: drop-shadow(0 0 15px rgba(67, 67, 67, 0.3));
}
.c-button01:hover::after {
  background-color: rgba(255, 255, 255, 0.8);
}

.c-button02 {
  position: relative;
  display: inline-block;
  min-width: 210px;
  font-family: "Gilda Display", serif;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #02B9AB;
  text-align: center;
  padding: 17px 10px 16px;
  border: none;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.c-button02::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #02B9AB;
  -webkit-clip-path: polygon(10.7px 0px, 0px 10.7px, 0px calc(100% - 10.7px), 10.7px 100%, calc(100% - 10.7px) 100%, 100% calc(100% - 10.7px), 100% 10.7px, calc(100% - 10.7px) 0px, 10.7px 0, 10.7px 1px, calc(100% - 10.7px) 1px, calc(100% - 1px) 10.7px, calc(100% - 1px) calc(100% - 10.7px), calc(100% - 10.7px) calc(100% - 1px), 10.7px calc(100% - 1px), 1px calc(100% - 10.7px), 1px 10.7px, 10.7px 1px);
          clip-path: polygon(10.7px 0px, 0px 10.7px, 0px calc(100% - 10.7px), 10.7px 100%, calc(100% - 10.7px) 100%, 100% calc(100% - 10.7px), 100% 10.7px, calc(100% - 10.7px) 0px, 10.7px 0, 10.7px 1px, calc(100% - 10.7px) 1px, calc(100% - 1px) 10.7px, calc(100% - 1px) calc(100% - 10.7px), calc(100% - 10.7px) calc(100% - 1px), 10.7px calc(100% - 1px), 1px calc(100% - 10.7px), 1px 10.7px, 10.7px 1px);
  z-index: 0;
}
.c-button02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
          clip-path: polygon(10px 0%, calc(100% - 10px) 0%, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0% calc(100% - 10px), 0% 10px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.c-button02:hover {
  color: #FFFFFF;
  -webkit-filter: drop-shadow(0 0 15px rgba(2, 185, 171, 0.1));
          filter: drop-shadow(0 0 15px rgba(2, 185, 171, 0.1));
}
.c-button02:hover::after {
  background-color: #02B9AB;
}

/*----------------------------------------------------
    section title
----------------------------------------------------*/
.c-section-title {
  font-family: "Gilda Display", serif;
  font-size: 22px;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  color: #02B9AB;
}
@media (min-width: 1024px) {
  .c-section-title {
    font-size: 35px;
  }
}
.c-section-title__img {
  position: relative;
  display: inline-block;
}
.c-section-title__img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 200%;
  height: 200%;
  background: url(../img/common/title-gra-circle.png) no-repeat center center;
  background-size: contain;
}
.c-section-title__img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 1em;
  -webkit-filter: drop-shadow(0 0 50px rgb(0, 0, 0));
          filter: drop-shadow(0 0 50px rgb(0, 0, 0));
}

/*----------------------------------------------------
    post title
----------------------------------------------------*/
.c-post-title-ja {
  font-size: 18px;
  font-weight: bold;
}

.c-post-title-en {
  font-family: "Gilda Display", serif;
  font-size: 18px;
  font-weight: bold;
}

/*----------------------------------------------------
    news-list
----------------------------------------------------*/
.c-news-list__item {
  display: block;
}
.c-news-list__item:not(:last-child) {
  margin-bottom: 10px;
}
.c-news-list__link {
  display: block;
  padding: 20px;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 20px rgba(2, 185, 171, 0.1);
          box-shadow: 0 0 20px rgba(2, 185, 171, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 1024px) {
  .c-news-list__link {
    padding: 20px 50px;
  }
}
.c-news-list__link:hover {
  border: 1px solid #02B9AB;
}
.c-news-list__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.c-news-list__title {
  font-size: 16px;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .c-news-list__title {
    font-size: 18px;
  }
}

.c-post-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-post-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-post-date {
  line-height: 1;
  color: #02B9AB;
}

.c-post-new {
  position: relative;
  top: -1px;
  font-family: "Gilda Display", serif;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 1;
  color: #FFFFFF;
  padding: 4px 5px 3px;
  border-radius: 2px;
  background-color: #02B9AB;
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .c-post-new {
    font-size: 11px;
    padding: 4px 5px 3px;
  }
}

.c-post-category {
  display: inline-block;
  font-family: "Gilda Display", serif;
  font-size: 12px;
  line-height: 1;
  color: #02B9AB;
  padding: 3px 10px 4px;
  border: 1px solid #02B9AB;
  border-radius: 2px;
}
@media (min-width: 1024px) {
  .c-post-category {
    font-size: 13px;
    padding: 5px 15px 4px;
  }
}

/*----------------------------------------------------
    主にdetail(詳細)ページで使用するもの
----------------------------------------------------*/
.c-attention {
  color: #02B9AB;
}

.c-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #C4C4C4;
}

.c-link {
  display: inline;
  border-bottom: 1px solid;
}
.c-link:hover {
  color: #02B9AB;
  border-color: #02B9AB;
}

.c-solid {
  border: none;
  border-top: 1px solid #02B9AB;
}

.c-dotted {
  border: none;
  border-top: 2px dotted #02B9AB;
}

.c-highlight {
  color: #FFFFFF;
  padding: 15px;
  background-color: #02B9AB;
}

.c-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
}
@media (min-width: 1024px) {
  .c-pager {
    gap: 10px;
  }
}
.c-pager__link {
  position: relative;
  display: inline-block;
  min-width: 38px;
  font-family: "Gilda Display", serif;
  font-size: 16px;
  line-height: 1;
  color: #02B9AB;
  text-align: center;
  padding: 15px 5px 12px;
}
@media (min-width: 1024px) {
  .c-pager__link {
    min-width: 45px;
    font-size: 18px;
  }
}
.c-pager__link::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  -webkit-clip-path: polygon(6px 0px, 0px 6px, 0px calc(100% - 6px), 6px 100%, calc(100% - 6px) 100%, 100% calc(100% - 6px), 100% 6px, calc(100% - 6px) 0px, 6px 0, 6px 1px, calc(100% - 6px) 1px, calc(100% - 1px) 6px, calc(100% - 1px) calc(100% - 6px), calc(100% - 6px) calc(100% - 1px), 6px calc(100% - 1px), 1px calc(100% - 6px), 1px 6px, 6px 1px);
          clip-path: polygon(6px 0px, 0px 6px, 0px calc(100% - 6px), 6px 100%, calc(100% - 6px) 100%, 100% calc(100% - 6px), 100% 6px, calc(100% - 6px) 0px, 6px 0, 6px 1px, calc(100% - 6px) 1px, calc(100% - 1px) 6px, calc(100% - 1px) calc(100% - 6px), calc(100% - 6px) calc(100% - 1px), 6px calc(100% - 1px), 1px calc(100% - 6px), 1px 6px, 6px 1px);
}
.c-pager__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-clip-path: polygon(5px 0%, calc(100% - 5px) 0%, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0% calc(100% - 5px), 0% 5px);
          clip-path: polygon(5px 0%, calc(100% - 5px) 0%, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0% calc(100% - 5px), 0% 5px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.c-pager__link.--current {
  color: #FFFFFF;
}
.c-pager__link.--current::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #02B9AB;
  -webkit-clip-path: polygon(6px 0px, 0px 6px, 0px calc(100% - 6px), 6px 100%, calc(100% - 6px) 100%, 100% calc(100% - 6px), 100% 6px, calc(100% - 6px) 0px, 6px 0, 6px 1px, calc(100% - 6px) 1px, calc(100% - 1px) 6px, calc(100% - 1px) calc(100% - 6px), calc(100% - 6px) calc(100% - 1px), 6px calc(100% - 1px), 1px calc(100% - 6px), 1px 6px, 6px 1px);
          clip-path: polygon(6px 0px, 0px 6px, 0px calc(100% - 6px), 6px 100%, calc(100% - 6px) 100%, 100% calc(100% - 6px), 100% 6px, calc(100% - 6px) 0px, 6px 0, 6px 1px, calc(100% - 6px) 1px, calc(100% - 1px) 6px, calc(100% - 1px) calc(100% - 6px), calc(100% - 6px) calc(100% - 1px), 6px calc(100% - 1px), 1px calc(100% - 6px), 1px 6px, 6px 1px);
  z-index: 0;
}
.c-pager__link.--current::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #02B9AB;
  -webkit-clip-path: polygon(5px 0%, calc(100% - 5px) 0%, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0% calc(100% - 5px), 0% 5px);
          clip-path: polygon(5px 0%, calc(100% - 5px) 0%, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0% calc(100% - 5px), 0% 5px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

/*----------------------------------------------------
  hero
----------------------------------------------------*/
.p-home-hero {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .p-home-hero {
    padding: 40px 0 0;
  }
}
.p-home-hero__slider {
  display: block;
  width: 100%;
}
.p-home-hero__slider-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.p-home-hero__slider-wrapper.is-not-slide {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-home-hero__slider-slide {
  display: block;
  width: 100%;
}
.p-home-hero__slider-img {
  width: 100%;
}
.p-home-hero__slider-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p-home-hero__slider-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .p-home-hero__slider-pagination {
    margin-top: 30px;
  }
}
.p-home-hero__slider-pagination.is-hidden {
  display: none;
  margin-top: 0;
}
.p-home-hero__slider-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background-color: rgba(2, 185, 171, 0.5);
  opacity: 1;
  margin: 0 7px !important;
}
.p-home-hero__slider-pagination .swiper-pagination-bullet-active {
  background-color: #02B9AB;
}

/*----------------------------------------------------
  news
----------------------------------------------------*/
.p-home-news {
  padding: 80px 0 60px;
}
@media (min-width: 1024px) {
  .p-home-news {
    padding: 150px 0 80px;
  }
}
.p-home-news__inner {
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .p-home-news__inner {
    padding: 0 7vw;
  }
}
.p-home-news__heading {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .p-home-news__heading {
    margin-bottom: 60px;
  }
}
.p-home-news__list {
  margin-bottom: 50px;
}
.p-home-news__button {
  text-align: center;
}

/*----------------------------------------------------
  video
----------------------------------------------------*/
.p-home-video {
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .p-home-video {
    padding: 80px 0;
  }
}
.p-home-video__inner {
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .p-home-video__inner {
    padding: 0 7vw;
  }
}
.p-home-video__youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.p-home-video__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------
  banner
----------------------------------------------------*/
.p-home-banner {
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .p-home-banner {
    padding: 80px 0;
  }
}
.p-home-banner__inner {
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .p-home-banner__inner {
    padding: 0 7vw;
  }
}
.p-home-banner__slider-area {
  position: relative;
  padding: 0 40px;
}
@media (min-width: 1024px) {
  .p-home-banner__slider-area {
    padding: 0 80px;
  }
}
.p-home-banner__slider {
  display: block;
  width: 100%;
}
.p-home-banner__slider-wrapper {
  -webkit-transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.p-home-banner__slider-wrapper.is-not-slide {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .p-home-banner__slider-wrapper.is-not-slide {
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .p-home-banner__slider-wrapper.is-not-slide {
    gap: 30px;
  }
}
.p-home-banner__slider-wrapper.is-not-slide .p-home-banner__slider-slide {
  width: calc(50% - 5px);
  margin-right: 0;
}
@media (min-width: 768px) {
  .p-home-banner__slider-wrapper.is-not-slide .p-home-banner__slider-slide {
    width: calc(25% - 15px);
  }
}
@media (min-width: 1024px) {
  .p-home-banner__slider-wrapper.is-not-slide .p-home-banner__slider-slide {
    width: calc(20% - 24px);
  }
}
.p-home-banner__slider-slide {
  display: block;
  width: calc((100% + 10px) / 2 - 10px);
  margin-right: 10px;
}
@media (min-width: 768px) {
  .p-home-banner__slider-slide {
    width: calc((100% + 20px) / 5 - 20px);
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  .p-home-banner__slider-slide {
    width: calc((100% + 30px) / 5 - 30px);
    margin-right: 30px;
  }
}
.p-home-banner__slider-img {
  width: 100%;
}
.p-home-banner__slider-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home-banner__slider-button {
  content: "";
  position: absolute;
  top: calc(50% - 14px);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 28px;
  height: 28px;
  border: 0;
  border-top: solid 2px #02B9AB;
}
@media (min-width: 1024px) {
  .p-home-banner__slider-button {
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
  }
}
.p-home-banner__slider-button.--prev {
  left: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: solid 2px #02B9AB;
}
.p-home-banner__slider-button.--next {
  right: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: solid 2px #02B9AB;
}
.p-home-banner__slider-button.is-hidden {
  display: none;
}
.p-home-banner__slider-pagination {
  position: relative;
  bottom: 0 !important;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .p-home-banner__slider-pagination {
    margin-top: 30px;
  }
}
.p-home-banner__slider-pagination.is-hidden {
  display: none;
  margin-top: 0;
}
.p-home-banner__slider-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background-color: rgba(2, 185, 171, 0.5);
  opacity: 1;
  margin: 0 7px !important;
}
.p-home-banner__slider-pagination .swiper-pagination-bullet-active {
  background-color: #02B9AB;
}

/*----------------------------------------------------
  sns
----------------------------------------------------*/
.p-home-sns__inner {
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .p-home-sns__inner {
    padding: 0 7vw;
  }
}
.p-home-sns__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1440px) {
  .p-home-sns__contents {
    padding: 60px 20px;
  }
}
.p-home-sns__link {
  display: block;
  width: 20px;
  height: 20px;
  color: #02B9AB;
}
.p-home-sns__link svg, .p-home-sns__link object {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

/*----------------------------------------------------
  content
----------------------------------------------------*/
.p-news-content {
  padding: 40px 0 0;
}
@media (min-width: 1024px) {
  .p-news-content {
    padding: 100px 0 60px;
  }
}
.p-news-content__inner {
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .p-news-content__inner {
    padding: 0 7vw;
  }
}
.p-news-content__heading {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .p-news-content__heading {
    margin-bottom: 60px;
  }
}
.p-news-content__title {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .p-news-content__title {
    margin-bottom: 60px;
  }
}
.p-news-content__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (min-width: 1024px) {
  .p-news-content__category {
    padding: 20px;
    gap: 30px;
  }
}
.p-news-content__category-item {
  display: inline-block;
}
.p-news-content__category-link {
  display: inline-block;
  font-family: "Gilda Display", serif;
  font-size: 16px;
  line-height: 1;
  color: #02B9AB;
}
@media (min-width: 1024px) {
  .p-news-content__category-link {
    font-size: 18px;
  }
}
.p-news-content__list {
  margin-bottom: 40px;
}

/*----------------------------------------------------
  content
----------------------------------------------------*/
.p-detail-content {
  padding: 40px 0 0;
}
@media (min-width: 1024px) {
  .p-detail-content {
    padding: 60px 0;
  }
}
.p-detail-content__inner {
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .p-detail-content__inner {
    padding: 0 7vw;
  }
}
.p-detail-content__post {
  padding: 40px 20px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 20px rgba(2, 185, 171, 0.1);
          box-shadow: 0 0 20px rgba(2, 185, 171, 0.1);
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-detail-content__post {
    word-break: break-word;
  }
}
@media (min-width: 1024px) {
  .p-detail-content__post {
    padding: 50px;
    margin-bottom: 60px;
  }
}
.p-detail-content__post img {
  margin: 0 auto;
}
.p-detail-content__post iframe {
  max-width: 100%;
}
@media (max-width: 767px) {
  .p-detail-content__post iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
  }
}
.p-detail-content__button {
  text-align: center;
}

/*----------------------------------------------------
  content
----------------------------------------------------*/
.p-notfound-content {
  padding: 40px 0 0;
}
@media (min-width: 1024px) {
  .p-notfound-content {
    padding: 150px 0 60px;
  }
}
.p-notfound-content__inner {
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .p-notfound-content__inner {
    padding: 0 7vw;
  }
}
@media (min-width: 1024px) {
  .p-notfound-content__info {
    text-align: center;
  }
}
.p-notfound-content__title {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .p-notfound-content__title {
    width: 50%;
  }
}
.p-notfound-content__title img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*----------------------------------------------------
    margin-top
----------------------------------------------------*/
.u-mt10 {
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .u-mt10-lg-min {
    margin-top: 10px;
  }
}

@media (min-width: 1024px) {
  .u-mt20-lg-min {
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  .u-mt30-lg-min {
    margin-top: 30px;
  }
}

@media (min-width: 1024px) {
  .u-mt40-lg-min {
    margin-top: 40px;
  }
}

@media (min-width: 1024px) {
  .u-mt50-lg-min {
    margin-top: 50px;
  }
}

@media (min-width: 1024px) {
  .u-mt60-lg-min {
    margin-top: 60px;
  }
}

@media (min-width: 1024px) {
  .u-mt70-lg-min {
    margin-top: 70px;
  }
}

@media (min-width: 1024px) {
  .u-mt80-lg-min {
    margin-top: 80px;
  }
}

@media (min-width: 1024px) {
  .u-mt90-lg-min {
    margin-top: 90px;
  }
}

@media (min-width: 1024px) {
  .u-mt100-lg-min {
    margin-top: 100px;
  }
}

/*----------------------------------------------------
    margin-bottom
----------------------------------------------------*/
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb100 {
  margin-bottom: 100px;
}

@media (min-width: 1024px) {
  .u-mb10-lg-min {
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .u-mb20-lg-min {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .u-mb30-lg-min {
    margin-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .u-mb40-lg-min {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .u-mb50-lg-min {
    margin-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .u-mb60-lg-min {
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .u-mb70-lg-min {
    margin-bottom: 70px;
  }
}

@media (min-width: 1024px) {
  .u-mb80-lg-min {
    margin-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .u-mb90-lg-min {
    margin-bottom: 90px;
  }
}

@media (min-width: 1024px) {
  .u-mb100-lg-min {
    margin-bottom: 100px;
  }
}

/*----------------------------------------------------
    margin-left
----------------------------------------------------*/
.u-ml10 {
  margin-left: 10px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-ml100 {
  margin-left: 100px;
}

@media (min-width: 1024px) {
  .u-ml10-lg-min {
    margin-left: 10px;
  }
}

@media (min-width: 1024px) {
  .u-ml20-lg-min {
    margin-left: 20px;
  }
}

@media (min-width: 1024px) {
  .u-ml30-lg-min {
    margin-left: 30px;
  }
}

@media (min-width: 1024px) {
  .u-ml40-lg-min {
    margin-left: 40px;
  }
}

@media (min-width: 1024px) {
  .u-ml50-lg-min {
    margin-left: 50px;
  }
}

@media (min-width: 1024px) {
  .u-ml60-lg-min {
    margin-left: 60px;
  }
}

@media (min-width: 1024px) {
  .u-ml70-lg-min {
    margin-left: 70px;
  }
}

@media (min-width: 1024px) {
  .u-ml80-lg-min {
    margin-left: 80px;
  }
}

@media (min-width: 1024px) {
  .u-ml90-lg-min {
    margin-left: 90px;
  }
}

@media (min-width: 1024px) {
  .u-ml100-lg-min {
    margin-left: 100px;
  }
}

/*----------------------------------------------------
    margin-right
----------------------------------------------------*/
.u-mr10 {
  margin-right: 10px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-mr100 {
  margin-right: 100px;
}

@media (min-width: 1024px) {
  .u-mr10-lg-min {
    margin-right: 10px;
  }
}

@media (min-width: 1024px) {
  .u-mr20-lg-min {
    margin-right: 20px;
  }
}

@media (min-width: 1024px) {
  .u-mr30-lg-min {
    margin-right: 30px;
  }
}

@media (min-width: 1024px) {
  .u-mr40-lg-min {
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .u-mr50-lg-min {
    margin-right: 50px;
  }
}

@media (min-width: 1024px) {
  .u-mr60-lg-min {
    margin-right: 60px;
  }
}

@media (min-width: 1024px) {
  .u-mr70-lg-min {
    margin-right: 70px;
  }
}

@media (min-width: 1024px) {
  .u-mr80-lg-min {
    margin-right: 80px;
  }
}

@media (min-width: 1024px) {
  .u-mr90-lg-min {
    margin-right: 90px;
  }
}

@media (min-width: 1024px) {
  .u-mr100-lg-min {
    margin-right: 100px;
  }
}

/*----------------------------------------------------
    テキスト
----------------------------------------------------*/
.u-text-center {
  text-align: center;
}

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

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

.u-text-justify {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}/*# sourceMappingURL=style.css.map */