@charset "UTF-8";
/* clear
===============================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, a, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  height: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
}

i, u, abbr, code, pre, address {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

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

input, select {
  vertical-align: middle;
}

button:hover img {
  opacity: 0.85;
}

button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}

button::before, button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

button, button::before, button::after {
  box-sizing: border-box;
  transition: all 0.3s;
}

button:hover {
  cursor: pointer;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* reset
===============================================================*/
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  word-break: break-all;
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0;
}

a {
  color: #0090d2;
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

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

picture {
  display: block;
}

@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Th.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Bd.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "LINESeedJP";
  src: url("../font/LINESeedJP_OTF_Eb.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/*----------------------------------------------------------------------------
	base
----------------------------------------------------------------------------*/
:root {
  --font-size-text-medium: 1.8rem;
  --font-size-text-small: 1.6rem;
  --font-size-text-xsmall: 1.4rem;
}

@media screen and (max-width: 1023px) {
  :root {
    --font-size-text-medium: 1.6rem;
    --font-size-text-small: 1.4rem;
    --font-size-text-xsmall: 1.3rem;
  }
}
html {
  width: 100%;
  font-size: 62.5%;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  color: #000;
  font-size: var(--font-size-text-medium);
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFFFFF;
}

picture,
figure {
  display: block;
  width: 100%;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

/*----------------------------------------------------------------------------
	c-subject
----------------------------------------------------------------------------*/
.c-subject {
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.11;
}
@media screen and (max-width: 1023px) {
  .c-subject {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
.c-subject::after {
  display: block;
  width: 9.8rem;
  height: 2.8rem;
  margin: 2rem auto 0 auto;
  background: url(../images/icon_subject.png) no-repeat center center/contain;
  content: "";
}
@media screen and (max-width: 1023px) {
  .c-subject::after {
    width: 8rem;
    height: 2.3rem;
    margin-top: 1rem;
  }
}
.c-subject--black {
  color: #000;
}
.c-subject--en::after {
  display: none;
}
.c-subject--en span {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}
.c-subject--en span::before {
  display: block;
  width: 9.8rem;
  height: 2.8rem;
  margin: 0.8rem auto;
  background: url(../images/icon_subject.png) no-repeat center center/contain;
  content: "";
}

/*----------------------------------------------------------------------------
	.l-header
----------------------------------------------------------------------------*/
.l-header {
  border-bottom: 1px solid #E5E7EB;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}
@media screen and (max-width: 1023px) {
  .l-header__inner {
    padding: 1.5rem 1rem;
  }
}
.l-header__logo {
  width: 15rem;
}
@media screen and (max-width: 1023px) {
  .l-header__logo {
    width: 10.5rem;
  }
}
.l-header__logo img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .l-header__text {
    font-size: 1.2rem;
    text-align: right;
    line-height: 1.3;
  }
}

/*----------------------------------------------------------------------------
	.l-footer
----------------------------------------------------------------------------*/
.l-footer {
  padding: 6rem 0;
  background-color: #F9F9F9;
}
@media screen and (max-width: 1023px) {
  .l-footer {
    padding: 3rem 1rem;
  }
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: var(--font-size-text-xsmall);
  text-align: center;
}
.l-footer__logo {
  width: 15rem;
  margin: 0 auto;
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__contact {
  line-height: 1.42;
}
.l-footer__copyright {
  display: block;
  padding: 2rem 0;
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  border-top: 1px solid #D4D4D4;
}
@media screen and (max-width: 1023px) {
  .l-footer__copyright {
    padding-bottom: 0;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .u-hide--pc {
    display: none;
  }
}
.u-inner {
  max-width: 114rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 1023px) {
  .u-inner {
    padding: 0 1rem;
  }
}/*# sourceMappingURL=common.css.map */