@charset "UTF-8";
/* import ---------------------------------- */
@import url("https://use.typekit.net/tll5pmd.css");
@import url("https://fonts.googleapis.com/css?family=Muli:500,500i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");
/* reset --------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

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, 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;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  line-height: 1;
}

div, p, span, object, iframe, 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, ul, li, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, table, tr, td, th, tbody, tfoot, thead {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: normal;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  padding: 0;
}

a img {
  border: none;
}

a {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*, *::before, *::after {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
  width: 100%;
  background-color: #f1f1f1;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #000000;
  letter-spacing: 0.025em;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-overflow-scrolling: touch;
}

body.ua-android {
  font-family: "Noto Sans JP", sans-serif;
}

p, a, dt, dd, small, address, th, td {
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  p, a, dt, dd, small, address, th, td {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  p, a, dt, dd, small, address, th, td {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 560px) {
  p, a, dt, dd, small, address, th, td {
    font-size: 1.2rem;
  }
}
a {
  text-decoration: none;
  transition: all 370ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

a, a:visited, a:focus, a:link, a:active {
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

main {
  display: block;
}

@media screen and (min-width: 1024px) {
  .l-aside {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .l-aside {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 560px) {
  .l-aside {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.l-aside__list li {
  background-color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .l-aside__list li {
    width: calc(25% - 40px);
  }
}
@media screen and (max-width: 1023px) {
  .l-aside__list li {
    width: calc(25% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .l-aside__list li {
    width: calc(50% - 20px);
  }
  .l-aside__list li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
.l-aside__list a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.l-aside__list a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.095);
  opacity: 0;
  transition: opacity 370ms cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}

.l-aside__list a.is-hover:hover::after {
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .l-aside__list a {
    padding: 80px 20px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .l-aside__list a {
    padding: 80px 20px 20px;
  }
}
.l-aside__list h2 {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  line-height: 1.36364;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1024px) {
  .l-aside__list h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-aside__list h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 320px) {
  .l-aside__list h2 {
    font-size: 1.6rem;
  }
}
.l-aside__list div {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .l-aside__list div {
    height: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .l-aside__list div {
    height: 60px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .l-aside__list div {
    margin-bottom: 10px;
  }
}
.l-aside__list div img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .l-aside__list p {
    font-size: 1.2rem;
    max-width: 210px;
    width: 100%;
    margin: 0 auto;
    text-align: justify;
    line-height: 1.92308;
  }
}
@media screen and (min-width: 1024px) {
  .l-aside__list p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-aside__list p {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .l-aside__about img {
    width: 45px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .l-aside__about img {
    width: 36px;
  }
}
@media screen and (max-width: 560px) {
  .l-aside__about img {
    width: 31.5px;
  }
}
@media screen and (min-width: 1024px) {
  .l-aside__service img {
    width: 129.5px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .l-aside__service img {
    width: 103.6px;
  }
}
@media screen and (max-width: 560px) {
  .l-aside__service img {
    width: 90.65px;
  }
}
@media screen and (min-width: 1024px) {
  .l-aside__recruit img {
    width: 86.55px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .l-aside__recruit img {
    width: 69.24px;
  }
}
@media screen and (max-width: 560px) {
  .l-aside__recruit img {
    width: 60.585px;
  }
}
@media screen and (min-width: 1024px) {
  .l-aside__contact img {
    width: 99px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .l-aside__contact img {
    width: 79.2px;
  }
}
@media screen and (max-width: 560px) {
  .l-aside__contact img {
    width: 69.3px;
  }
}
.l-footer {
  background-color: #000000;
}

@media screen and (min-width: 1024px) {
  .l-footer {
    padding: 66.5px 5%;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer {
    padding: 50px 5%;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__logo {
    width: 171px;
    height: 100px;
    margin: 0 auto 34px;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__logo {
    width: 120px;
    height: 70px;
    margin: 0 auto 30px;
  }
}
.l-footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: left;
  background-image: url("../img/common/logo_horizontal-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.l-footer__logo a.is-hover:hover {
  opacity: 0.7;
}

.l-footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .l-footer__sns {
    margin-bottom: 37px;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__sns {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__sns li:not(:last-of-type) {
    margin-right: 26px;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__sns li:not(:last-of-type) {
    margin-right: 25px;
  }
}
.l-footer__sns a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.l-footer__sns a.is-hover:hover {
  opacity: 0.7;
}

.l-footer__sns a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.l-footer__instagram {
  width: 17.5px;
  height: 17.5px;
}

.l-footer__instagram a::before {
  background-image: url("../img/common/icon/sns_instagram-white.svg");
}

.l-footer__facebook {
  width: 8.5px;
  height: 15.5px;
}

.l-footer__facebook a::before {
  background-image: url("../img/common/icon/sns_facebook-white.svg");
}

.l-footer__copyright {
  line-height: 1;
  font-size: 0rem;
  text-align: center;
}

.l-footer__copyright small {
  color: #ffffff;
  text-transform: uppercase;
  font-family: azo-sans-web, sans-serif;
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  .l-footer__copyright small {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__copyright small {
    letter-spacing: 0.05em;
  }
}
.l-header {
  position: relative;
}

@media screen and (max-width: 1023px) {
  .l-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    padding-left: 5%;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__logo {
    position: absolute;
    z-index: 2;
    width: 32px;
    height: 225px;
    top: 35px;
    left: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__logo {
    width: 150px;
    height: 25px;
  }
}
.l-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.l-header__logo a.is-hover:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1024px) {
  .l-header__logo a {
    background-image: url("../img/common/logo_vertical-black.svg");
  }
}
@media screen and (max-width: 1023px) {
  .l-header__logo a {
    background-image: url("../img/common/logo_horizontal-black.svg");
  }
}
.l-header__content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 1200px) {
  .l-header__nav {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1199px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav__main {
  display: flex;
}

@media screen and (min-width: 1024px) {
  .l-header__nav__main {
    margin-right: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .l-header__nav__main li:not(:last-of-type) {
    margin-right: 38px;
  }
}
.l-header__nav__main a {
  position: relative;
  font-weight: bold;
  font-size: 1.2rem;
}

.l-header__nav__main a.is-hover:hover {
  opacity: 0.7;
}

.l-header__nav__sns {
  display: flex;
}

@media screen and (min-width: 1024px) {
  .l-header__nav__sns {
    margin-right: 40px;
  }
}
.l-header__nav__sns li {
  width: 30px;
  height: 30px;
}

.l-header__nav__sns li:not(:last-of-type) {
  margin-right: 15px;
}

.l-header__nav__sns a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}

.l-header__nav__sns a.is-hover:hover {
  opacity: 0.7;
}

.l-header__nav__sns a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.l-header__nav__sns span {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: left;
}

.l-header__nav__instagram a::after {
  width: 19px;
  height: 19px;
  background-image: url("../img/common/icon/sns_instagram-gray.svg");
}

.l-header__nav__facebook a::after {
  width: 9px;
  height: 17px;
  background-image: url("../img/common/icon/sns_facebook-gray.svg");
}

.l-hero {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .l-hero {
    padding-top: 65px;
  }
}
.l-hero.is-shown .l-hero__ja > span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-hero.is-shown .l-hero__bg::before {
  opacity: 0;
}

.l-hero__ja {
  position: absolute;
  z-index: 4;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  .l-hero__ja {
    top: 60px;
    right: 13.06667%;
    line-height: 2;
  }
}
@media screen and (max-width: 1023px) {
  .l-hero__ja {
    right: 5%;
    margin-right: -2px;
    line-height: 1.83333;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .l-hero__ja {
    top: 30px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .l-hero__ja {
    top: 20px;
    font-size: 3rem;
  }
}
.l-hero__ja span {
  letter-spacing: 0.025em;
}

.l-hero__ja > span {
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .l-hero__ja--large {
    top: 60px;
    right: 13.06667%;
    font-size: 5rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-hero__ja--large {
    right: 5%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .l-hero__ja--large {
    top: 30px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .l-hero__ja--large {
    top: 20px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-hero__ja--large span {
    padding: 16px 25px;
  }
}
@media screen and (max-width: 1023px) {
  .l-hero__ja--large span {
    padding: 8px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .l-hero__ja--small {
    top: 60px;
    right: 13.06667%;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-hero__ja--small {
    right: 5%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .l-hero__ja--small {
    top: 30px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 560px) {
  .l-hero__ja--small {
    top: 20px;
    font-size: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-hero__ja--small span {
    padding: 16px 13px;
  }
}
@media screen and (max-width: 1023px) {
  .l-hero__ja--small span {
    padding: 8px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .l-hero__ja--static {
    left: calc(50% + 450px);
    right: auto;
  }
}
.l-hero__en {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-family: azo-sans-web, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .l-hero__en {
    font-size: 1.2rem;
    margin-bottom: 23px;
    margin-left: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .l-hero__en {
    font-size: 1rem;
    margin-left: 5%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .l-hero__en {
    height: 60px;
  }
}
@media screen and (max-width: 560px) {
  .l-hero__en {
    height: 40px;
  }
}
.l-hero__en::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #000000;
}

@media screen and (min-width: 1024px) {
  .l-hero__en::after {
    width: 60px;
    margin-left: 12px;
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 1023px) {
  .l-hero__en::after {
    width: 40px;
    margin-left: 15px;
    margin-bottom: 3px;
  }
}
.l-hero__bg {
  position: relative;
  overflow: hidden;
}

.l-hero__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 1;
  transition: opacity 1400ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-hero__bg div {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1024px) {
  .l-hero__bg div {
    background-position: 50% 100%;
  }
}
@media screen and (max-width: 1023px) {
  .l-hero__bg div {
    height: 100% !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    background-position: center;
  }
}
@media screen and (min-width: 1024px) {
  .l-hero--br .l-hero__ja--large span {
    padding: 16px 21px;
  }
}
@media screen and (min-width: 1024px) {
  .l-hero--medium .l-hero__bg {
    height: 540px;
  }
}
@media screen and (min-width: 1921px) {
  .l-hero--medium .l-hero__bg {
    height: 700px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .l-hero--medium .l-hero__bg {
    height: 410px;
  }
}
@media screen and (max-width: 560px) {
  .l-hero--medium .l-hero__bg {
    height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .l-hero--large .l-hero__bg {
    height: 800px;
  }
}
@media screen and (min-width: 1921px) {
  .l-hero--large .l-hero__bg {
    height: 1000px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .l-hero--large .l-hero__bg {
    height: 600px;
  }
}
@media screen and (max-width: 560px) {
  .l-hero--large .l-hero__bg {
    height: 380px;
  }
}
.l-nav {
  max-width: 600px;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #000000;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform 460ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 460ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 460ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 460ms cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: auto;
}

@media screen and (min-width: 1024px) {
  .l-nav {
    padding: 120px 60px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .l-nav {
    padding: 100px 50px;
  }
}
@media screen and (max-width: 560px) {
  .l-nav {
    padding: 80px 5%;
  }
}
.l-nav a {
  color: #ffffff;
}

.l-nav a.is-hover:hover {
  opacity: 0.5;
}

.l-nav.is-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-nav.is-open .l-nav__main li:nth-of-type(1) a::after {
  transition-delay: 310ms;
}

.l-nav.is-open .l-nav__main li:nth-of-type(2) a::after {
  transition-delay: 340ms;
}

.l-nav.is-open .l-nav__main li:nth-of-type(3) a::after {
  transition-delay: 370ms;
}

.l-nav.is-open .l-nav__main li:nth-of-type(4) a::after {
  transition-delay: 400ms;
}

.l-nav.is-open .l-nav__main li:nth-of-type(5) a::after {
  transition-delay: 430ms;
}

.l-nav.is-open .l-nav__main li:nth-of-type(6) a::after {
  transition-delay: 460ms;
}

.l-nav.is-open .l-nav__main a::after {
  width: 0;
  right: 0;
  left: auto;
}

.l-nav.is-open .l-nav__sub::before, .l-nav.is-open .l-nav__sub::after {
  width: 100%;
  right: auto;
  left: 0;
  transition-delay: 310ms;
}

.l-nav.is-open .l-nav__sub li, .l-nav.is-open .l-nav__sns li {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.l-nav.is-open .l-nav__sub li:nth-of-type(1), .l-nav.is-open .l-nav__sns li:nth-of-type(1) {
  transition-delay: 310ms;
}

.l-nav.is-open .l-nav__sub li:nth-of-type(2), .l-nav.is-open .l-nav__sns li:nth-of-type(2) {
  transition-delay: 350ms;
}

.l-nav.is-open .l-nav__sub li:nth-of-type(3), .l-nav.is-open .l-nav__sns li:nth-of-type(3) {
  transition-delay: 390ms;
}

@media screen and (min-width: 1024px) {
  .l-nav__main {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .l-nav__main {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .l-nav__main > li:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .l-nav__main > li:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .l-nav__main > li:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.l-nav__main a {
  position: relative;
}

.l-nav__main a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  transition: width 360ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-nav__main__parent {
  display: inline-block;
  line-height: 1;
  font-size: 2.5rem;
  padding: 0.4em 0;
}

.l-nav__main__parent span {
  vertical-align: middle;
}

.l-nav__main__ja {
  font-weight: bold;
}

@media screen and (min-width: 561px) {
  .l-nav__main__ja {
    font-size: 2.5rem;
    margin-right: 34px;
  }
}
@media screen and (max-width: 560px) {
  .l-nav__main__ja {
    font-size: 2.2rem;
    letter-spacing: 0.025em;
  }
}
@media screen and (max-width: 414px) {
  .l-nav__main__ja {
    font-size: calc(1rem + 3.2vw);
  }
}
@media screen and (min-width: 561px) {
  .l-nav__main__en {
    text-transform: uppercase;
    font-family: azo-sans-web, sans-serif;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 560px) {
  .l-nav__main__en {
    display: none;
  }
}
.l-nav__main__children {
  padding-left: 20px;
}

@media screen and (min-width: 561px) {
  .l-nav__main__children {
    margin-top: 10px;
  }
}
@media screen and (max-width: 560px) {
  .l-nav__main__children {
    margin-top: 8px;
  }
}
@media screen and (max-width: 560px) {
  .l-nav__main__children {
    padding-bottom: 10px;
  }
}
.l-nav__main__children li:not(:last-of-type) {
  margin-bottom: 13px;
}

.l-nav__main__children a {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media screen and (min-width: 561px) {
  .l-nav__main__children a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 561px) {
  .l-nav__main__children a {
    font-size: 1.4rem;
  }
}
.l-nav__main__children a::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background-color: #333333;
  margin-right: 15px;
}

.l-nav__sub {
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px 0;
}

@media screen and (min-width: 1024px) {
  .l-nav__sub {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .l-nav__sub {
    margin-bottom: 60px;
  }
}
.l-nav__sub::before, .l-nav__sub::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  left: auto;
  transition: width 360ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-nav__sub::before {
  top: 0;
}

.l-nav__sub::after {
  bottom: 0;
}

@media screen and (min-width: 769px) {
  .l-nav__sub li:not(:last-of-type) {
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-nav__sub li:not(:last-of-type) {
    margin-right: 46px;
  }
}
@media screen and (max-width: 414px) {
  .l-nav__sub li:not(:last-of-type) {
    margin-right: 13.5%;
  }
}
.l-nav__sub a {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0.2em 0;
}

@media screen and (max-width: 414px) {
  .l-nav__sub a {
    font-size: calc(1rem + 0.85vw);
  }
}
.l-nav__sub li, .l-nav__sns li {
  opacity: 0;
  -webkit-transform: translate3d(0, 6px, 0);
  transform: translate3d(0, 6px, 0);
  transition: 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.l-nav__sns {
  display: flex;
}

.l-nav__sns li {
  width: 40px;
  height: 40px;
  margin-right: 30px;
}

.l-nav__sns a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: left;
  border-radius: 50%;
  background-color: #ffffff;
}

.l-nav__sns a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.l-nav__instagram a::before {
  width: 19px;
  height: 19px;
  background-image: url("../img/common/icon/sns_instagram-black.svg");
}

.l-nav__facebook a::before {
  width: 9px;
  height: 17px;
  background-image: url("../img/common/icon/sns_facebook-black.svg");
}

.l-nav-btn {
  position: relative;
  z-index: 1001;
}

@media screen and (min-width: 1024px) {
  .l-nav-btn {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .l-nav-btn {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 560px) {
  .l-nav-btn {
    width: 60px;
    height: 60px;
  }
}
.l-nav-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #000000;
  cursor: pointer;
  transition: background-color 370ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-nav-btn a.is-hover:hover {
  opacity: 0.8;
}

.l-nav-btn span {
  display: block;
  background-color: #ffffff;
}

@media screen and (min-width: 561px) {
  .l-nav-btn span {
    width: 35px;
    height: 3px;
    margin: 6px 0;
  }
}
@media screen and (max-width: 560px) {
  .l-nav-btn span {
    width: 25px;
    height: 2px;
    margin: 3px 0;
  }
}
.l-nav-btn.is-open a {
  background-color: #181818;
}

@media screen and (min-width: 561px) {
  .l-nav-btn.is-open span:nth-of-type(1) {
    -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
    transform: translate3d(0, 7px, 0) rotate(45deg);
  }
}
@media screen and (max-width: 560px) {
  .l-nav-btn.is-open span:nth-of-type(1) {
    -webkit-transform: translate3d(0, 4px, 0) rotate(45deg);
    transform: translate3d(0, 4px, 0) rotate(45deg);
  }
}
@media screen and (min-width: 561px) {
  .l-nav-btn.is-open span:nth-of-type(2) {
    -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
    transform: translate3d(0, -7px, 0) rotate(-45deg);
  }
}
@media screen and (max-width: 560px) {
  .l-nav-btn.is-open span:nth-of-type(2) {
    -webkit-transform: translate3d(0, -4px, 0) rotate(-45deg);
    transform: translate3d(0, -4px, 0) rotate(-45deg);
  }
}
.c-anchor-line {
  text-decoration: underline;
}

.c-anchor-line.is-hover:hover {
  text-decoration: none;
}

.c-band {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}

.c-band > span {
  display: inline-block;
  background-color: #ffffff;
  white-space: nowrap;
}

.c-category {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .c-category li {
    margin: 7.5px 10px 7.5px 0;
  }
}
@media screen and (max-width: 1023px) {
  .c-category li {
    margin: 5px 10px 5px 0;
  }
}
.c-category li:not(.c-category__all) a::before, .c-category li:not(.c-category__all) span::before {
  content: "#";
}

.c-category a, .c-category span {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #e5e5e5;
  color: #4e4e4e;
  font-size: 1.1rem;
  line-height: 1;
  padding: 6.5px 10px 6.5px 9px;
}

.c-category a.is-hover:hover, .c-category span.is-hover:hover {
  background-color: #d8d8d8;
}

.c-category--small li {
  margin: 2.5px;
}

.c-circle {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.c-circle a {
  display: block;
  text-indent: center;
}

@media screen and (min-width: 1024px) {
  .c-circle a {
    padding: 5px;
  }
}
.c-circle a.is-hover:hover .c-circle__icon {
  border-color: rgba(0, 0, 0, 0.4);
}

.c-circle span {
  display: block;
}

.c-circle__icon {
  position: relative;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.15);
  transition: border-color 370ms cubic-bezier(0.165, 0.84, 0.44, 1);
  margin: 0 auto;
}

.c-circle__icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-circle__text {
  text-transform: uppercase;
  font-family: azo-sans-web, sans-serif;
  line-height: 1.36364;
}

.c-circle--bold .c-circle__icon {
  border-width: 3px;
}

.c-circle--medium .c-circle__icon {
  width: 40px;
  height: 40px;
}

.c-circle--medium .c-circle__text {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  margin-top: 12px;
}

.c-circle--large .c-circle__icon {
  width: 50px;
  height: 50px;
}

.c-circle--large .c-circle__text {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 7px;
}

.c-circle--scroll .c-circle__icon span {
  width: 12px;
  height: 7.5px;
  background-image: url("../img/common/icon/circle_scroll.svg");
}

.c-circle--more .c-circle__icon span {
  width: 17px;
  height: 3px;
  background-image: url("../img/common/icon/circle_more.svg");
}

.c-circle--side {
  justify-content: flex-start;
}

.c-circle--side a {
  display: flex;
  align-items: center;
  padding: 0;
}

.c-circle--side .c-circle__icon {
  margin-right: 15px;
}

.c-circle--side .c-circle__text {
  margin: 0;
}

.c-column {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .c-column--m40 {
    margin-left: -40px;
  }
}
@media screen and (max-width: 1023px) {
  .c-column--m40 {
    margin-left: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-column--m40 > * {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .c-column--m40 > * {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-column--m30 {
    margin-left: -30px;
  }
}
@media screen and (max-width: 1023px) {
  .c-column--m30 {
    margin-left: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-column--m30 > * {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .c-column--m30 > * {
    margin-left: 20px;
  }
}
.c-content--medium {
  background-color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .c-content--medium {
    padding: 70px 6% 70px;
  }
}
@media screen and (min-width: 1280px) {
  .c-content--medium {
    padding: 80px 80px 80px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .c-content--medium {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 560px) {
  .c-content--medium {
    padding: 40px 20px 45px;
  }
}
.c-content--large {
  background-color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .c-content--large {
    padding: 70px 8% 70px;
  }
}
@media screen and (min-width: 1280px) {
  .c-content--large {
    padding: 80px 100px 80px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .c-content--large {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 560px) {
  .c-content--large {
    padding: 40px 20px 45px;
  }
}
.c-grid {
  display: flex;
}

@media screen and (min-width: 1024px) {
  .c-grid__40-50 {
    width: 40px;
    margin-right: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .c-grid__40-50 {
    width: 40px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .c-grid__40-50 {
    width: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 560px) {
  .c-grid__40-50 {
    width: 25px;
    margin-right: 15px;
  }
}
.c-grid__40-60 {
  width: 40px;
}

@media screen and (min-width: 1024px) {
  .c-grid__40-60 {
    margin-right: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .c-grid__40-60 {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .c-grid__40-60 {
    margin-right: 40px;
  }
}
@media screen and (max-width: 560px) {
  .c-grid__40-60 {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .c-grid__240 {
    width: 200px;
    margin-right: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .c-grid__240 {
    width: 240px;
    margin-right: 110px;
  }
}
@media screen and (min-width: 1024px) {
  .c-grid__300 {
    width: 170px;
    margin-right: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .c-grid__300 {
    width: 200px;
    margin-right: 90px;
  }
}
.c-grid__content {
  flex: 1;
}

.c-grid__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-top: solid 3px #000000;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1024px) {
  .c-grid__title {
    font-size: 2.2rem;
    padding: 13px 5px 0;
  }
}
@media screen and (max-width: 1023px) {
  .c-grid__title {
    font-size: 1.8rem;
    padding: 17px 3px 0;
  }
}
.c-grid__title > span {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  white-space: nowrap;
}

.c-inner-small, .c-inner-medium, .c-inner-large, .c-inner-x-large {
  width: 90%;
  margin: 0 auto;
}

.c-inner-small {
  max-width: 900px;
}

.c-inner-medium {
  max-width: 1100px;
}

.c-inner-large {
  max-width: 1300px;
}

.c-inner-x-large {
  max-width: 1420px;
}

.c-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) {
  .c-loading {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-loading {
    width: 30px;
  }
}
.c-loading.is-load {
  opacity: 0;
  transition: opacity 300ms linear;
}

.c-news-card a {
  display: block;
}

.c-news-card a.is-hover:hover {
  opacity: 0.8;
}

.c-news-card a.is-hover:hover .c-news-card__title {
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  .c-news-card.c-news-card--simple .c-news-card__time {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .c-news-card__figure {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 1023px) {
  .c-news-card__figure {
    margin-bottom: 25px;
  }
}
.c-news-card__time {
  line-height: 1;
  font-family: azo-sans-web, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.c-news-card__title {
  font-size: 1.6rem;
  line-height: 1.5625;
  margin-bottom: 20px;
}

.c-news-card__paragraph {
  font-size: 1.3rem;
  line-height: 1.92308;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .c-pagination {
    margin: 100px 0 135px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .c-pagination {
    margin: 80px 0 120px;
  }
}
@media screen and (max-width: 560px) {
  .c-pagination {
    margin: 50px 0 100px;
  }
}
.c-pagination__number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.c-pagination__number li {
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 1024px) {
  .c-pagination__number li {
    margin: 5px 12px;
  }
}
@media screen and (max-width: 1023px) {
  .c-pagination__number li {
    margin: 5px 10px;
  }
}
.c-pagination__number a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-family: azo-sans-web, sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0;
  padding-left: 2px;
}

.c-pagination__number a.is-current {
  background-color: #000000;
  color: #ffffff;
}

.c-pagination__ellipsis {
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: azo-sans-web, sans-serif;
  margin: 0 !important;
}

@media screen and (min-width: 1024px) {
  .c-paragraph-f15 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (max-width: 1023px) {
  .c-paragraph-f15 {
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}
.c-paragraph-l2em p:not(:last-of-type) {
  margin-bottom: 2em;
}

.c-paragraph-sub {
  color: #858585;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.14286;
}

@media screen and (max-width: 560px) {
  .c-paragraph-sub--small {
    font-size: 1.3rem;
  }
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}

.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

.pika-prev, .pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
}

.pika-prev:hover, .pika-next:hover {
  opacity: 1;
}

.pika-prev.is-disabled, .pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev, .is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
}

.pika-next, .is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
}

.pika-select {
  display: inline-block;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th, .pika-table td {
  width: 14.2857142857%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}

.is-disabled .pika-button, .is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}

.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  color: #666;
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.c-sidebar li:nth-of-type(1) a {
  border-top: solid 1px rgba(0, 0, 0, 0.15);
}

.c-sidebar a {
  position: relative;
  display: block;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  font-weight: bold;
  position: relative;
}

.c-sidebar a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
  opacity: 0;
  transition: opacity 370ms cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}

.c-sidebar a.is-hover:hover::after {
  opacity: 1;
}

.c-sidebar a.is-hover:hover::before {
  -webkit-transform: translate3d(-4px, -50%, 0);
  transform: translate3d(-4px, -50%, 0);
}

@media screen and (min-width: 1024px) {
  .c-sidebar a {
    padding: 19px 20px 19px 0;
  }
}
.c-sidebar a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 20px;
  height: 20px;
  border: solid 1px #d8d8d8;
  border-radius: 50%;
  background-image: url("../img/common/icon/arrow_right-black.svg");
  background-size: 4px 6px;
  background-position: 50% 49%;
  background-repeat: no-repeat;
  transition: -webkit-transform 370ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 370ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 370ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 370ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-small small, .c-small a {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

.c-small small {
  position: relative;
  display: block;
  padding-left: 1em;
}

.c-small small::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .c-cpace-mt--small {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .c-cpace-mt--small {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .c-cpace-m--large {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .c-cpace-m--large {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 560px) {
  .c-cpace-m--large {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .c-cpace-mt--large {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .c-cpace-mt--large {
    margin-top: 90px;
  }
}
@media screen and (max-width: 560px) {
  .c-cpace-mt--large {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .c-cpace-mb--large {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .c-cpace-mb--large {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 560px) {
  .c-cpace-mb--large {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .c-cpace-mt--x-large {
    margin-top: 140px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .c-cpace-mt--x-large {
    margin-top: 60px;
  }
}
@media screen and (max-width: 560px) {
  .c-cpace-mt--x-large {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .c-cpace-p--small {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .c-cpace-p--small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .c-cpace-pt--small {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .c-cpace-pt--small {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .c-cpace-pt--medium {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .c-cpace-pt--medium {
    padding-top: 75px;
  }
}
@media screen and (max-width: 560px) {
  .c-cpace-pt--medium {
    padding-top: 40px;
  }
}
.c-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.c-table dl {
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 561px) {
  .c-table dl {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1024px) {
  .c-table dl {
    padding: 23px 0;
  }
}
@media screen and (max-width: 1023px) {
  .c-table dl {
    padding: 27px 0;
  }
}
.c-table dl:first-of-type {
  border-top: solid 1px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 1024px) {
  .c-table dt, .c-table dd {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (max-width: 1023px) {
  .c-table dt, .c-table dd {
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}
.c-table dt {
  font-weight: bold;
  padding-right: 10px;
}

@media screen and (max-width: 560px) {
  .c-table dt {
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 561px) {
  .c-table dd {
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .c-table--120 dt {
    width: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .c-table--120 dt {
    width: 120px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .c-table--120 dt {
    width: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .c-table--170 dt {
    width: 140px;
  }
}
@media screen and (min-width: 1280px) {
  .c-table--170 dt {
    width: 170px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .c-table--170 dt {
    width: 100px;
  }
}
.c-table--small dl {
  padding: 19.5px 0;
}

.js-delay-1 {
  transition-delay: 100ms !important;
}

.js-delay-2 {
  transition-delay: 200ms !important;
}

.js-delay-3 {
  transition-delay: 300ms !important;
}

.js-delay-4 {
  transition-delay: 400ms !important;
}

.js-delay-5 {
  transition-delay: 500ms !important;
}

.js-delay-6 {
  transition-delay: 600ms !important;
}

.js-delay-7 {
  transition-delay: 700ms !important;
}

.js-delay-8 {
  transition-delay: 800ms !important;
}

.js-delay-9 {
  transition-delay: 900ms !important;
}

.js-delay-10 {
  transition-delay: 1000ms !important;
}

.js-fadeins > * {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition: 1200ms 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.js-fadeins > *:nth-of-type(1) {
  transition-delay: 100ms;
}

.js-fadeins > *:nth-of-type(2) {
  transition-delay: 200ms;
}

.js-fadeins > *:nth-of-type(3) {
  transition-delay: 300ms;
}

.js-fadeins > *:nth-of-type(4) {
  transition-delay: 400ms;
}

.js-fadeins > *:nth-of-type(5) {
  transition-delay: 500ms;
}

.js-fadeins > *:nth-of-type(6) {
  transition-delay: 600ms;
}

.js-fadeins > *:nth-of-type(7) {
  transition-delay: 700ms;
}

.js-fadeins > *:nth-of-type(8) {
  transition-delay: 800ms;
}

.js-fadeins > *:nth-of-type(9) {
  transition-delay: 900ms;
}

.js-fadeins > *:nth-of-type(10) {
  transition-delay: 1000ms;
}

.js-fadeins > *:nth-of-type(11) {
  transition-delay: 1100ms;
}

.js-fadeins > *:nth-of-type(12) {
  transition-delay: 1200ms;
}

.js-fadeins > *:nth-of-type(13) {
  transition-delay: 1300ms;
}

.js-fadeins > *:nth-of-type(14) {
  transition-delay: 1400ms;
}

.js-fadeins > *:nth-of-type(15) {
  transition-delay: 1500ms;
}

.js-fadeins > *:nth-of-type(16) {
  transition-delay: 1600ms;
}

.js-fadeins > *:nth-of-type(17) {
  transition-delay: 1700ms;
}

.js-fadeins > *:nth-of-type(18) {
  transition-delay: 1800ms;
}

.js-fadeins > *:nth-of-type(19) {
  transition-delay: 1900ms;
}

.js-fadeins > *:nth-of-type(20) {
  transition-delay: 2000ms;
}

.is-shown.js-fadeins > * {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.js-fadein {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition: 1200ms 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.is-shown.js-fadein, .is-shown .js-fadein {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.js-filter {
  position: relative;
}

.js-filter::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 1400ms cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 10;
}

.is-shown.js-filter::before, .is-shown .js-filter::before {
  opacity: 0;
}

.ua-mac .js-kerning__start, .ua-iphone .js-kerning__start, .ua-ipad .js-kerning__start {
  margin-top: -0.5em;
}

.ua-mac .js-kerning__end, .ua-iphone .js-kerning__end, .ua-ipad .js-kerning__end {
  margin-bottom: -0.3em;
}

.ua-mac .js-kerning__middle, .ua-iphone .js-kerning__middle, .ua-ipad .js-kerning__middle {
  margin-bottom: -0.4em;
}

.ua-windows .js-kerning__start {
  margin-top: -0.2em;
  margin-bottom: -0.2em;
}

.ua-windows .js-kerning__end {
  margin-top: -0.1em;
  margin-bottom: -0.1em;
}

.ua-windows .js-kerning__middle {
  margin-bottom: -0.2em;
}

.js-lazyload {
  opacity: 0;
}

.js-lazyload.is-set {
  opacity: 1;
  transition: opacity 200ms linear;
}

.js-loopSlider {
  will-change: transform;
}

.js-loopSlider:not(.is-set) {
  opacity: 0;
}

.js-loopSlider::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.js-loopSlider > * {
  float: left;
}

#modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000000;
  background-color: rgba(241, 241, 241, 0.7);
  padding: 9.33333%;
  opacity: 0;
  visibility: hidden;
  transition: 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity, visibility;
}

#modal.is-visible {
  opacity: 1;
  visibility: visible;
}

#modal-figure {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 400ms ease;
  transition-property: opacity, visibility;
}

#modal-figure.is-visible {
  opacity: 1;
  visibility: visible;
}

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

#modal-caption {
  display: none;
}

#modal-close, #modal-navigation__prev, #modal-navigation__next {
  position: absolute;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  background-color: #f1f1f1;
}

#modal-close:hover, #modal-navigation__prev:hover, #modal-navigation__next:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1024px) {
  #modal-close, #modal-navigation__prev, #modal-navigation__next {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  #modal-close, #modal-navigation__prev, #modal-navigation__next {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 560px) {
  #modal-close, #modal-navigation__prev, #modal-navigation__next {
    width: 40px;
    height: 40px;
  }
}
#modal-close {
  background-image: url("../img/common/ui_close.svg");
}

@media screen and (min-width: 1024px) {
  #modal-close {
    top: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  #modal-close {
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 560px) {
  #modal-close {
    top: 15px;
    right: 15px;
  }
}
#modal-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#modal-navigation div {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#modal-navigation__prev {
  background-image: url("../img/common/ui_prev.svg");
}

@media screen and (min-width: 1024px) {
  #modal-navigation__prev {
    left: 40px;
  }
}
@media screen and (max-width: 1023px) {
  #modal-navigation__prev {
    left: 9.33333%;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
}
#modal-navigation__next {
  background-image: url("../img/common/ui_next.svg");
}

@media screen and (min-width: 1024px) {
  #modal-navigation__next {
    right: 40px;
  }
}
@media screen and (max-width: 1023px) {
  #modal-navigation__next {
    right: 9.33333%;
    -webkit-transform: translate(50%, -50%) !important;
    transform: translate(50%, -50%) !important;
  }
}
.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}

.wpcf7-not-valid-tip {
  line-height: 1.7em;
  margin-top: 0.5em;
  font-size: 1.6rem;
}

div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors {
  border: none !important;
  padding: 0;
  line-height: 1.7em;
  font-size: 1.6rem;
  text-align: center;
}

div.wpcf7-response-output {
  color: red;
}

@media screen and (max-width: 560px) {
  div.wpcf7-response-output {
    font-size: 1.3rem;
  }
}
span.wpcf7-list-item {
  margin-left: 0 !important;
}

span.wpcf7-list-item label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

span.wpcf7-list-item.u-n {
  display: none !important;
}

@media screen and (min-width: 769px) {
  .p-contact__grid {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__grid {
    justify-content: space-between;
  }
}
.p-contact__title {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .p-contact__title {
    font-size: 2rem;
    margin-right: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-contact__title {
    font-size: 2rem;
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__title {
    margin-bottom: 20px;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 414px) {
  .p-contact__title {
    font-size: calc(1rem + 2.65vw);
  }
}
.p-contact__title::before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .p-contact__content {
    width: 50%;
  }
}
.p-contact__content small {
  letter-spacing: 0.025em;
}

@media screen and (max-width: 1023px) {
  .p-contact__content small {
    line-height: 1.66667;
  }
}
@media screen and (min-width: 769px) {
  .p-contact__content--small {
    max-width: 450px;
  }
}
@media screen and (min-width: 769px) {
  .p-contact__content--large {
    max-width: 550px;
    min-width: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__btn {
    height: 80px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .p-contact__btn {
    height: 60px;
    margin-bottom: 20px;
  }
}
.p-contact__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  overflow: hidden;
  font-family: azo-sans-web, sans-serif;
}

.p-contact--tel .p-contact__title::before {
  background-image: url("../img/contact/icon_mobile.svg");
}

@media screen and (min-width: 1024px) {
  .p-contact--tel .p-contact__title::before {
    width: 20.8px;
    height: 35.2px;
    margin-right: 16.8px;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact--tel .p-contact__title::before {
    width: 26px;
    height: 44px;
    margin-right: 21px;
  }
}
@media screen and (max-width: 1023px) {
  .p-contact--tel .p-contact__title::before {
    width: 13px;
    height: 22px;
    margin-right: 13px;
  }
}
.p-contact--tel .p-contact__btn a {
  background-color: rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 1024px) {
  .p-contact--tel .p-contact__btn a {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact--tel .p-contact__btn a {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-contact--tel .p-contact__btn a {
    font-size: 3rem;
  }
}
@media screen and (max-width: 414px) {
  .p-contact--tel .p-contact__btn a {
    font-size: calc(1rem + 5.3vw);
  }
}
.p-contact--mail .p-contact__title::before {
  background-image: url("../img/contact/icon_mail.svg");
}

@media screen and (min-width: 1024px) {
  .p-contact--mail .p-contact__title::before {
    width: 28.8px;
    height: 21.6px;
    margin-right: 15.2px;
  }
}
@media screen and (min-width: 1280px) {
  .p-contact--mail .p-contact__title::before {
    width: 36px;
    height: 27px;
    margin-right: 19px;
  }
}
@media screen and (max-width: 1023px) {
  .p-contact--mail .p-contact__title::before {
    width: 18px;
    height: 13.5px;
    margin-right: 12px;
  }
}
.p-contact--mail .p-contact__btn a {
  background-color: black;
  color: #ffffff;
  position: relative;
}

.p-contact--mail .p-contact__btn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  opacity: 0;
  transition: opacity 370ms cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}

.p-contact--mail .p-contact__btn a.is-hover:hover::after {
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .p-contact--mail .p-contact__btn a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-contact--mail .p-contact__btn a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 560px) {
  .p-contact--sp-small .p-contact__title {
    font-size: calc(1rem + 2.05vw);
  }
}
@media screen and (max-width: 414px) {
  .p-contact--sp-small.p-contact--tel .p-contact__btn a {
    font-size: calc(1rem + 4.3vw);
  }
}
@media screen and (min-width: 1024px) {
  .p-contact__description {
    margin-top: 30px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .p-contact__description {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 560px) {
  .p-contact__description {
    margin-top: -10px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .p-form-table dl {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .p-form-table dl:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-form-table dl:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
.p-form-table dl.p-form-table__top {
  align-items: flex-start;
}

@media screen and (min-width: 1024px) {
  .p-form-table dl.p-form-table__top dt {
    padding-top: 19px;
  }
}
.p-form-table dt, .p-form-table dd {
  line-height: 1;
}

.p-form-table dt {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .p-form-table dt {
    width: 180px;
  }
}
@media screen and (min-width: 1024px) {
  .p-form-table dt {
    width: 220px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-form-table dt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-form-table dt {
    margin-bottom: 12px;
  }
}
.p-form-table dd {
  flex: 1;
}

.p-form-required {
  color: #f00;
  font-size: 1.2rem;
}

@media screen and (min-width: 561px) {
  .p-form-required {
    margin-left: 8px;
  }
}
@media screen and (max-width: 560px) {
  .p-form-required {
    margin-left: 20px;
  }
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
}

input:disabled, button:disabled, textarea:disabled, select:disabled {
  opacity: 0.4;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input, textarea, select {
  transition: all 260ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

select::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

textarea {
  resize: none;
  overflow: auto;
}

@media screen and (min-width: 321px) {
  [type=text], [type=email], [type=tel], textarea, select, label, .js-form-dummy-textarea {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  [type=text], [type=email], [type=tel], textarea, select, label, .js-form-dummy-textarea {
    font-size: 1.3rem;
  }
}
[type=text], [type=email], [type=tel], textarea, select, .js-form-dummy-textarea {
  width: 100%;
  background-color: #f2f2f2;
  border: solid 1px transparent;
  border-radius: 10px;
  line-height: 1.6;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 1024px) {
  [type=text], [type=email], [type=tel], textarea, select, .js-form-dummy-textarea {
    padding: 20px 40px;
    min-height: 60px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  [type=text], [type=email], [type=tel], textarea, select, .js-form-dummy-textarea {
    padding: 12px 25px;
    min-height: 50px;
  }
}
@media screen and (max-width: 560px) {
  [type=text], [type=email], [type=tel], textarea, select, .js-form-dummy-textarea {
    padding: 7px 15px;
    min-height: 40px;
  }
}
[type=text]:placeholder-shown, [type=email]:placeholder-shown, [type=tel]:placeholder-shown, textarea:placeholder-shown, select:placeholder-shown, .js-form-dummy-textarea:placeholder-shown {
  color: #9a9a9a;
}

[type=text]::-webkit-input-placeholder, [type=email]::-webkit-input-placeholder, [type=tel]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, .js-form-dummy-textarea::-webkit-input-placeholder {
  color: #9a9a9a;
}

[type=text]:-moz-placeholder, [type=email]:-moz-placeholder, [type=tel]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, .js-form-dummy-textarea:-moz-placeholder {
  opacity: 1;
  color: #9a9a9a;
}

[type=text]::-moz-placeholder, [type=email]::-moz-placeholder, [type=tel]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .js-form-dummy-textarea::-moz-placeholder {
  opacity: 1;
  color: #9a9a9a;
}

[type=text]:-ms-input-placeholder, [type=email]:-ms-input-placeholder, [type=tel]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, .js-form-dummy-textarea:-ms-input-placeholder {
  color: #9a9a9a;
}

[type=text]:focus, [type=email]:focus, [type=tel]:focus, textarea:focus, select:focus, .js-form-dummy-textarea:focus {
  background-color: #ffffff;
  border-color: black;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset;
}

@media screen and (min-width: 1024px) {
  .p-form-radio {
    padding: 22px 0;
  }
}
.p-form-radio [type=radio] {
  display: none;
}

.p-form-radio [type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .p-form-radio .wpcf7-form-control {
    display: flex;
  }
}
.p-form-radio .wpcf7-list-item {
  display: block;
}

@media screen and (min-width: 1024px) {
  .p-form-radio .wpcf7-list-item:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .p-form-radio .wpcf7-list-item:not(:last-of-type) {
    margin-bottom: 15px;
  }
}
.p-form-radio label {
  margin: 0 !important;
}

.p-form-radio .wpcf7-list-item-label {
  position: relative;
  padding-left: 27px;
}

.p-form-radio .wpcf7-list-item-label::before, .p-form-radio .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100px;
}

.p-form-radio .wpcf7-list-item-label::before {
  width: 20px;
  height: 20px;
  background-color: #f2f2f2;
  position: absolute;
  top: -2px;
  left: 0;
}

.p-form-radio .wpcf7-list-item-label::after {
  width: 12px;
  height: 12px;
  background-color: #000000;
  top: 2px;
  left: 4px;
  opacity: 0;
  transition: opacity 100ms linear;
}

.p-form-select {
  position: relative;
}

.p-form-select::after {
  width: 12px;
  height: 7.5px;
  content: "";
  display: block;
  position: absolute;
  right: 40px;
  top: calc(50% - 3px);
  background-image: url(../img/common/icon/circle_scroll.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1023px) and (min-width: 561px) {
  .p-form-select::after {
    right: 25px;
  }
}
@media screen and (max-width: 560px) {
  .p-form-select::after {
    right: 15px;
  }
}
@media screen and (min-width: 769px) {
  .p-form-btn {
    width: calc(100% - 180px);
    margin: 50px 0 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-form-btn {
    width: calc(100% - 220px);
    margin: 60px 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-form-btn {
    margin: 40px auto 0;
  }
}
.p-form-btn span {
  display: block;
  flex-basis: 100%;
  width: 100%;
  position: relative;
}

.p-form-btn input {
  width: 100%;
  border-radius: 100px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 415px) {
  .p-form-btn input {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-form-btn input {
    height: 80px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .p-form-btn input {
    height: 70px;
  }
}
@media screen and (max-width: 560px) {
  .p-form-btn input {
    height: 60px;
  }
}
@media screen and (max-width: 414px) {
  .p-form-btn input {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 320px) {
  .p-form-btn input {
    font-size: 1.5rem;
  }
}
.p-form-btn .ajax-loader {
  display: none !important;
}

.p-form-confirm {
  max-width: 550px;
  width: 90%;
}

@media screen and (max-width: 1023px) {
  .p-form-confirm {
    margin: 0 auto;
  }
}
.p-form-confirm input, .p-form-submit input {
  background-color: #000000;
  border: solid 2px #000000;
  color: #ffffff;
}

.p-form-confirm input.is-hover:hover, .p-form-submit input.is-hover:hover {
  background-color: #ffffff;
  color: #000000;
}

@media screen and (max-width: 1023px) {
  .p-form-back {
    margin-bottom: 20px;
  }
}
.p-form-back input {
  background-color: rgba(0, 0, 0, 0.2);
}

.p-form-back input.is-hover:hover {
  opacity: 0.7;
}

[data-state="1"] .p-form-back, [data-state="1"] .p-form-submit {
  display: none;
}

[data-state="2"] [type=text], [data-state="2"] [type=email], [data-state="2"] [type=tel], [data-state="2"] textarea, [data-state="2"] select, [data-state="2"] .js-form-dummy-textarea {
  pointer-events: none;
  background-color: #f2f2f2 !important;
  border: solid 1px transparent !important;
}

[data-state="2"] .p-form-radio .wpcf7-list-item-label {
  padding-left: 0;
}

[data-state="2"] .p-form-radio .wpcf7-list-item-label::before, [data-state="2"] .p-form-radio .wpcf7-list-item-label::after {
  opacity: 0;
}

@media screen and (min-width: 1024px) {
  [data-state="2"] .p-form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  [data-state="2"] .p-form-btn span {
    margin-left: 20px;
  }
}
[data-state="2"] .p-form-confirm {
  display: none;
}

.p-form-thanks__title {
  font-size: 2.5rem;
  line-height: 1.6;
}

@media screen and (min-width: 1024px) {
  .p-form-thanks__title {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 1023px) {
  .p-form-thanks__title {
    margin-bottom: 25px;
  }
}
.p-form-thanks__paragraph {
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (min-width: 1024px) {
  .p-form-thanks__paragraph {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 1023px) {
  .p-form-thanks__paragraph {
    margin-bottom: 50px;
  }
}
.p-form-thanks__btn {
  max-width: 360px;
  width: 100%;
  line-height: 1;
}

.p-form-thanks__btn a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border: solid 2px #000000;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (min-width: 1024px) {
  .p-form-thanks__btn a {
    padding: 23px 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-form-thanks__btn a {
    padding: 13px 0;
  }
}
.p-form-thanks__btn a.is-hover:hover {
  background-color: #ffffff;
  color: #000000;
}

.p-interview-card {
  position: relative;
}

.p-interview-card a {
  display: block;
  width: 100%;
  height: 100%;
}

.p-interview-card a.is-hover:hover {
  opacity: 0.7;
}

.p-interview-card figure img {
  border-radius: 5px;
  overflow: hidden;
}

.p-interview-card__en-name {
  text-transform: uppercase;
  font-family: "Muli", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}

.p-interview-card__text {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

.p-interview-card__band {
  position: relative;
  right: 10.17812%;
  letter-spacing: 0.05em;
  line-height: 1.81818;
}

@media screen and (min-width: 1024px) {
  .p-interview-card__band {
    margin-top: -40px;
    font-size: calc(1rem + 1vw);
  }
}
@media screen and (min-width: 1280px) {
  .p-interview-card__band {
    margin-top: -54px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-interview-card__band {
    font-size: 2.2rem;
    margin-top: -27px;
  }
}
@media screen and (max-width: 768px) {
  .p-interview-card__band {
    font-size: calc(1rem + 1.5vw);
  }
}
@media screen and (max-width: 560px) {
  .p-interview-card__band {
    font-size: calc(1rem + 3.2vw);
  }
}
.p-interview-card__band > span {
  padding: 0.27em 0.34em;
}

.p-interview-card__info {
  position: relative;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}

@media screen and (min-width: 1024px) {
  .p-interview-card__info {
    margin-top: 22.5px;
    left: 11.19593%;
  }
}
@media screen and (max-width: 1023px) {
  .p-interview-card__info {
    margin-top: 15px;
    left: 8.95522%;
  }
}
.p-interview-card__category {
  line-height: 1;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  margin-left: 10px;
}

.p-interview-card__name {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1024px) {
  .p-read {
    display: flex;
    justify-content: space-between;
    width: 80%;
  }
}
.p-read__title {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .p-read__title {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .p-read__title > * {
    line-height: 2;
  }
}
@media screen and (min-width: 1024px) {
  .p-read__title--large > * {
    font-size: 4rem;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1280px) {
  .p-read__title--large > * {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .p-read__title--large > * {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 560px) {
  .p-read__title--large > * {
    font-size: 3rem;
  }
}
.p-read__title--large > * > span {
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1024px) {
  .p-read__title--large > * > span {
    padding: 14px 10px;
  }
}
@media screen and (max-width: 1023px) {
  .p-read__title--large > * > span {
    padding: 11px 10px;
  }
}
@media screen and (min-width: 1024px) {
  .p-read__title--small > * {
    font-size: 3rem;
    line-height: 1.71429;
  }
}
@media screen and (min-width: 1280px) {
  .p-read__title--small > * {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .p-read__title--small > * {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 560px) {
  .p-read__title--small > * {
    font-size: 2rem;
  }
}
.p-read__title--small > * > span {
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1024px) {
  .p-read__title--small > * > span {
    padding: 11px 7.5px;
  }
}
@media screen and (max-width: 1023px) {
  .p-read__title--small > * > span:first-of-type {
    padding: 0;
  }
}
@media screen and (max-width: 1023px) {
  .p-read__title--small > * > span, .p-read__title--small > * > span > span {
    padding: 7.5px;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1024px) {
  .p-read__title--140 {
    margin-right: 110px;
  }
}
@media screen and (min-width: 1280px) {
  .p-read__title--140 {
    margin-right: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .p-read__content {
    flex: 1;
  }
}
.p-service-card {
  position: relative;
  padding-top: 20px;
}

@media screen and (min-width: 769px) {
  .p-service-card {
    width: calc(33.333% - 20px);
  }
}
@media screen and (min-width: 1024px) {
  .p-service-card {
    width: calc(33.333% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .p-service-card {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-service-card:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.p-service-card__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .p-service-card__inner {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .p-service-card__inner {
    padding-bottom: 40px;
  }
}
.p-service-card__title {
  position: absolute;
  top: 0;
}

@media screen and (min-width: 321px) {
  .p-service-card__title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-service-card__title {
    right: 9.82801%;
  }
}
@media screen and (max-width: 1023px) {
  .p-service-card__title {
    right: 5.97015%;
  }
}
@media screen and (max-width: 320px) {
  .p-service-card__title {
    font-size: 2.2rem;
  }
}
.p-service-card__title > span {
  padding: 9px 7px;
}

.p-service-card__sub {
  position: absolute;
  top: 4px;
  left: 0;
  text-transform: uppercase;
  font-family: azo-sans-web, sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-service-card__paragraph {
  width: 100%;
  margin: auto;
  text-align: justify;
  font-size: 1.4rem;
  line-height: 2.14286;
}

@media screen and (min-width: 1024px) {
  .p-service-card__paragraph {
    max-width: 320px;
    padding: 35px 10px 30px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .p-service-card__paragraph {
    padding: 35px 30px 30px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 560px) {
  .p-service-card__paragraph {
    padding: 24px 30px;
  }
}
.p-story-card {
  max-width: 540px;
}

@media screen and (min-width: 1024px) {
  .p-story-card {
    height: 460px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .p-story-card {
    height: 380px;
  }
}
@media screen and (max-width: 560px) {
  .p-story-card {
    height: 335px;
  }
}
.p-story-card a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.p-story-card a.is-hover:hover::after {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}

.p-story-card a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.p-story-card__band {
  position: absolute;
  font-weight: bold;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .p-story-card__band {
    top: 30px;
    right: 4.62963%;
    font-size: 2.5rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1023px) {
  .p-story-card__band {
    top: 20px;
    right: 20px;
    font-size: 1.8rem;
    line-height: 1.94444;
  }
}
@media screen and (min-width: 1024px) {
  .p-story-card__band > span {
    padding: 6px 3px;
  }
}
@media screen and (max-width: 1023px) {
  .p-story-card__band > span {
    padding: 6px 5px;
  }
}
.p-story-card__number {
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .p-story-card__number {
    left: 5.55556%;
    bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .p-story-card__number {
    left: 20px;
    bottom: 20px;
  }
}
.p-story-card__number span {
  display: inline-block;
  vertical-align: bottom;
  background-color: #ffffff;
  font-family: azo-sans-web, sans-serif;
  font-weight: 300;
  font-style: italic;
}

.p-story-card__number span:nth-of-type(1) {
  font-size: 1.5rem;
  font-weight: 300;
  padding: 3px 2px 3px 3px;
}

.p-story-card__number span:nth-of-type(2) {
  font-size: 4rem;
  font-weight: 400;
  padding: 0px 3px;
  margin-left: -5px;
}

.p-story-card--01 a::after {
  background-image: url("../img/story/01/thumbnail.jpg");
}

.p-story-card--02 a::after {
  background-image: url("../img/story/02/thumbnail.jpg");
}

.u-ib {
  display: inline-block;
}

.u-n {
  display: none;
}

@media screen and (min-width: 1280px) {
  .u-n-mqUp-xl {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .u-n-mqUp-lg {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .u-n-mqUp-md {
    display: none;
  }
}
@media screen and (min-width: 561px) {
  .u-n-mqUp-sm {
    display: none;
  }
}
@media screen and (min-width: 415px) {
  .u-n-mqUp-xs {
    display: none;
  }
}
@media screen and (min-width: 321px) {
  .u-n-mqUp-ss {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .u-n-mqDown-xl {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .u-n-mqDown-lg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-n-mqDown-md {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .u-n-mqDown-sm {
    display: none;
  }
}
@media screen and (max-width: 414px) {
  .u-n-mqDown-xs {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .u-n-mqDown-ss {
    display: none;
  }
}
.u-mb-_-05em {
  margin-bottom: -0.5em;
}

.u-pointerevent-none {
  pointer-events: none;
}

.u-p-relative {
  position: relative;
}

.u-p-absolute {
  position: absolute;
}

.u-t-justify {
  text-align: justify;
}

.t-about-hero .l-hero__bg div div {
  background-image: url("../img/about/hero.jpg");
}

@media screen and (max-width: 768px) {
  .t-about-hero .l-hero__bg div div {
    background-size: auto 117%;
    background-position: 44% 94%;
  }
}
@media screen and (min-width: 1024px) {
  .t-about-introduce {
    padding-top: 160px;
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-about-introduce {
    padding: 100px 0;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 560px) {
  .t-about-introduce {
    padding-top: 80px;
    margin-bottom: 66px;
  }
}
.t-about-introduce__copy {
  width: 77.01493%;
}

@media screen and (min-width: 1024px) {
  .t-about-introduce__copy {
    max-width: 516.5px;
    margin: 0 auto 110px;
  }
}
@media screen and (max-width: 1023px) {
  .t-about-introduce__copy {
    max-width: 258px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-about-introduce__copy {
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 560px) {
  .t-about-introduce__copy {
    margin: 0 auto 60px;
  }
}
@media screen and (min-width: 1024px) {
  .t-about-introduce__paragraph {
    margin-bottom: 105px;
  }
}
@media screen and (max-width: 1023px) {
  .t-about-introduce__paragraph {
    margin-bottom: 90px;
  }
}
.t-about-introduce__paragraph p {
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 2.1;
}

@media screen and (min-width: 1024px) {
  .t-about-introduce__paragraph p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .t-about-introduce__paragraph p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .t-about-introduce__history div {
    width: calc(33.333% - 30px);
  }
  .t-about-introduce__history div:nth-of-type(n+4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .t-about-introduce__history div {
    width: calc(33.333% - 20px);
  }
  .t-about-introduce__history div:nth-of-type(n+4) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .t-about-introduce__history div {
    width: calc(50% - 20px);
  }
  .t-about-introduce__history div:nth-of-type(n+3) {
    margin-top: 47px;
  }
}
@media screen and (max-width: 560px) {
  .t-about-introduce__history div {
    width: 100%;
  }
  .t-about-introduce__history div:nth-of-type(n+2) {
    margin-top: 47px;
  }
}
.t-about-introduce__history figure {
  margin-bottom: 15px;
}

.t-about-introduce__history img {
  border-radius: 5px;
  overflow: hidden;
}

.t-about-introduce__history p {
  font-size: 1.4rem;
  line-height: 2.14286;
}

.t-about-service__title {
  display: flex;
  justify-content: center;
}

.t-about-service__title h2 {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .t-about-service__title h2 {
    font-size: 3rem;
    line-height: 1.66667;
  }
}
@media screen and (max-width: 1023px) {
  .t-about-service__title h2 {
    font-size: 2.5rem;
    line-height: 1.8;
  }
}
.t-about-service__title h2 span {
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1024px) {
  .t-about-service__title h2 span {
    padding: 10px 7.5px 7px;
  }
}
@media screen and (max-width: 1023px) {
  .t-about-service__title h2 span {
    padding: 10px 7px;
  }
}
@media screen and (min-width: 769px) {
  .t-contact-hero .l-hero__bg div div {
    background-image: url("../img/contact/hero-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .t-contact-hero .l-hero__bg div div {
    background-image: url("../img/contact/hero-sp.jpg");
  }
}
@media screen and (min-width: 1024px) {
  .t-contact-read {
    padding: 70px 0 90px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-contact-read {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 560px) {
  .t-contact-read {
    padding: 40px 0 60px;
  }
}
.t-contact-read__title {
  font-weight: bold;
  line-height: 2;
  margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  .t-contact-read__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-contact-read__title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 560px) {
  .t-contact-read__title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .t-contact-read__title br {
    display: none;
  }
}
.t-contact-read__small small {
  letter-spacing: 0.025em;
}

@media screen and (min-width: 1024px) {
  .t-contact-means {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-contact-means {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 560px) {
  .t-contact-means {
    margin-bottom: 60px;
  }
}
.t-contact-means section {
  background-color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .t-contact-means section {
    padding: 60px 100px;
  }
}
@media screen and (max-width: 1023px) {
  .t-contact-means section {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 560px) {
  .t-contact-means section {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .t-contact-means section:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .t-contact-means section:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .t-game-hero .l-hero__bg div div {
    background-image: url("../img/game/hero-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .t-game-hero .l-hero__bg div div {
    background-image: url("../img/game/hero-sp.jpg");
  }
}
@media screen and (min-width: 769px) {
  .t-game-hero .l-hero__bg div div {
    background-size: auto 140%;
    background-position: 80% 90%;
  }
}
@media screen and (min-width: 1024px) {
  .t-game-hero .l-hero__bg div div {
    background-size: cover;
    background-position: 80% 60%;
  }
}
@media screen and (min-width: 1280px) {
  .t-game-hero .l-hero__bg div div {
    background-position: 50% 60%;
  }
}
.t-game-board {
  max-width: 1068px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .t-game-board {
    padding: 60px 0 120px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-game-board {
    padding: 40px 0 90px;
  }
}
@media screen and (max-width: 560px) {
  .t-game-board {
    padding: 20px 0 50px;
  }
}
@media screen and (max-width: 560px) {
  .t-game-board img {
    max-width: 102%;
    margin-left: -1%;
  }
}
.t-game-greeting {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .t-game-greeting {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-game-greeting {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 560px) {
  .t-game-greeting {
    margin-bottom: 80px;
  }
}
.t-game-greeting__visual {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .t-game-greeting__visual {
    height: 540px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-game-greeting__visual {
    height: 400px;
  }
}
@media screen and (max-width: 560px) {
  .t-game-greeting__visual {
    height: 200px;
  }
}
.t-game-greeting__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .t-game-greeting__title {
    margin-top: -100px;
    margin-right: 85px;
  }
}
@media screen and (min-width: 1280px) {
  .t-game-greeting__title {
    margin-right: 105px;
  }
}
@media screen and (max-width: 1023px) {
  .t-game-greeting__title {
    margin: -40px auto 0;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-game-greeting__title {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 560px) {
  .t-game-greeting__title {
    margin-bottom: 35px;
  }
}
.t-game-greeting__title h2 > span {
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1024px) {
  .t-game-greeting__title h2 > span {
    padding: 11px 7.5px;
  }
}
@media screen and (max-width: 1023px) {
  .t-game-greeting__title h2 > span:first-of-type {
    display: inline;
    padding: 0;
    background-color: rgba(255, 255, 255, 0);
  }
}
@media screen and (max-width: 1023px) {
  .t-game-greeting__title h2 > span, .t-game-greeting__title h2 > span > span {
    display: inline-block;
    padding: 7.5px;
    background-color: #ffffff;
  }
}
@media screen and (min-width: 1024px) {
  .t-game-greeting__content {
    padding-top: 92px;
  }
}
@media screen and (min-width: 1024px) {
  .t-game-greeting__paragraph {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 1023px) {
  .t-game-greeting__paragraph {
    margin-bottom: 47px;
  }
}
@media screen and (min-width: 1024px) {
  .t-game-greeting__paragraph p {
    font-size: 1.4rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 1280px) {
  .t-game-greeting__paragraph p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .t-game-greeting__paragraph p {
    font-size: 1.4rem;
    line-height: 2.14286;
  }
}
.t-game-greeting__paragraph p:not(:last-of-type) {
  margin-bottom: 1.875em;
}

.t-game-greeting__address {
  text-align: right;
  line-height: 1;
}

.t-game-greeting__address span {
  display: block;
}

@media screen and (min-width: 1024px) {
  .t-game-greeting__company-name {
    font-size: 1.3rem;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 1023px) {
  .t-game-greeting__company-name {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}
.t-game-greeting__name {
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .t-game-greeting__name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .t-game-greeting__name {
    font-size: 1.6rem;
  }
}
.t-housing-visual {
  position: relative;
  z-index: 0;
  max-width: 1300px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 1024px) {
  .t-housing-visual--large {
    width: 90%;
    height: 660px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-visual--large {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-housing-visual--large {
    height: 500px;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-visual--large::after {
    content: "";
    display: block;
    padding-top: 98.68421%;
  }
}
.t-housing-visual--medium {
  width: 90%;
  border-radius: 5px;
}

@media screen and (min-width: 1024px) {
  .t-housing-visual--medium {
    height: 600px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-housing-visual--medium {
    height: 450px;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-visual--medium::after {
    content: "";
    display: block;
    padding-top: 89.55224%;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-heading__title {
    margin-top: -100px;
    margin-right: 85px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-heading__title {
    line-height: 2;
    margin: -40px auto 0;
  }
}
.t-housing-section {
  border-bottom: solid 1px;
}

@media screen and (min-width: 1024px) {
  .t-housing-section {
    padding-bottom: 160px;
    margin-bottom: 160px;
    border-color: #c1c1c1;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-section {
    border-color: #dddddd;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-housing-section {
    padding-bottom: 120px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-section {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
.t-housing-section__title {
  line-height: 1.83333;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1024px) {
  .t-housing-section__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-section__title {
    font-size: 2rem;
  }
}
.t-housing-section__title > span {
  background-color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .t-housing-section__title > span {
    padding: 10px 11px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-section__title > span {
    padding: 5px 6px;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-about {
    padding-top: 45px;
  }
}
.t-housing-about .t-housing-visual {
  background-image: url("../img/service/housing/about_visual03.jpg");
}

@media screen and (min-width: 561px) {
  .t-housing-about .t-housing-visual {
    background-position: 50% 70%;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-about .t-housing-visual {
    background-position: 60% 70%;
    background-size: auto 110%;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-about .t-housing-heading {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-housing-about .t-housing-heading {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-about .t-housing-heading {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-about .t-housing-heading__content {
    padding-top: 75px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-about .t-housing-heading__content {
    padding-top: 50px;
  }
}
.t-housing-about .t-housing-heading__content h3 {
  margin-bottom: 30px;
}

.t-housing-about .t-housing-heading__content p {
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .t-housing-about .t-housing-heading__content p {
    font-size: 1.6rem;
    line-height: 2.22222;
  }
}
@media screen and (min-width: 1280px) {
  .t-housing-about .t-housing-heading__content p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-about .t-housing-heading__content p {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-about__articles {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-housing-about__articles {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-about__articles {
    margin-bottom: 65px;
  }
}
.t-housing-about__articles article {
  position: relative;
}

@media screen and (max-width: 560px) {
  .t-housing-about__articles article:not(:last-of-type) {
    margin-bottom: 53px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-housing-about__articles figure {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-about__articles figure {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-about__articles figure img {
    border-radius: 5px;
  }
}
.t-housing-about__articles h3 {
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .t-housing-about__articles h3 {
    font-size: 2.5rem;
    line-height: 2;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-about__articles h3 {
    font-size: 1.8rem;
    line-height: 1.94444;
    top: -20px;
    right: 5.22388%;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-about__articles h3 > span {
    padding: 9px 7px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-about__articles h3 > span {
    padding: 9px 6px;
  }
}
.t-housing-about__articles p {
  text-align: justify;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .t-housing-about__articles p {
    font-size: 1.8rem;
    line-height: 2.22222;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-about__articles p {
    line-height: 2;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-housing-about__articles p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-about__articles p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 561px) {
  .t-housing-about__layout-01 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-about__layout-01 {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-about__layout-01 {
    margin-bottom: 53px;
  }
}
@media screen and (min-width: 561px) {
  .t-housing-about__layout-01 article {
    width: 46.92308%;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-about__layout-01 figure {
    margin-bottom: 30px;
  }
}
.t-housing-about__layout-01 figure img {
  border-radius: 5px;
}

@media screen and (min-width: 1024px) {
  .t-housing-about__layout-01 h3 {
    top: -30px;
    right: 5.7377%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-housing-about__layout-02 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-about__layout-02 article {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-housing-about__layout-02 article {
    width: 46.92308%;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-about__layout-02 article:nth-of-type(2n-1) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-about__layout-02 article:nth-of-type(2n-1) h3 {
    right: 2.69231%;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-about__layout-02 article:nth-of-type(2n-1) figure img {
    border-radius: 5px 0 0 5px;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-about__layout-02 article:nth-of-type(2n) h3 {
    left: 2.69231%;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-about__layout-02 article:nth-of-type(2n) figure img {
    border-radius: 0 5px 5px 0;
    margin-left: -10.5%;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-about__layout-02 article:not(:last-of-type) {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-about__layout-02 figure {
    width: 53.07692%;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-about__layout-02 figure img {
    max-width: 110.5%;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-about__layout-02 p {
    width: 39.38462%;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-about__layout-02 h3 {
    top: -30px;
  }
}
@media screen and (min-width: 769px) {
  .t-housing-about__architect {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-about__architect {
    border: solid 10px #d8d8d8;
    padding: 70px 90px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-about__architect {
    border: solid 5px rgba(0, 0, 0, 0.05);
    padding: 55px 35px 56px;
  }
}
@media screen and (min-width: 769px) {
  .t-housing-about__architect div {
    display: flex;
    justify-content: space-between;
    width: 28.88889%;
  }
}
@media screen and (max-width: 768px) {
  .t-housing-about__architect div {
    position: relative;
    max-width: 220px;
    width: 100%;
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 769px) {
  .t-housing-about__architect figure {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .t-housing-about__architect figure {
    width: 100%;
    margin: 0 auto;
  }
}
.t-housing-about__architect figure img {
  border-radius: 5px;
}

.t-housing-about__architect h3 {
  line-height: 1;
  width: 1em;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}

@media screen and (min-width: 769px) {
  .t-housing-about__architect h3 {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .t-housing-about__architect h3 {
    position: absolute;
    top: 0;
    right: -33px;
  }
}
.t-housing-about__architect h3 span:nth-of-type(1) {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.t-housing-about__architect h3 span:nth-of-type(2) {
  font-size: 2rem;
}

@media screen and (min-width: 769px) {
  .t-housing-about__architect p {
    width: 65.55556%;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-plan {
    margin-bottom: 105px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-housing-plan {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-plan {
    margin-bottom: 62px;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-plan__inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-plan__heading {
    width: 330px;
    margin-right: 125px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-plan__heading {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-plan__heading h2 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-plan__heading h2 {
    margin-bottom: 30px;
  }
}
.t-housing-plan__heading__iworks {
  margin-bottom: 18px;
}

@media screen and (min-width: 1024px) {
  .t-housing-plan__content {
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-plan__content li {
    width: calc(50% - 40px);
  }
  .t-housing-plan__content li:nth-of-type(n+3) {
    margin-top: 83px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-housing-plan__content li {
    width: calc(50% - 20px);
  }
  .t-housing-plan__content li:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-plan__content li {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-plan__content li:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.t-housing-plan__content figure {
  margin-bottom: 15px;
}

.t-housing-plan__content img {
  border-radius: 5px;
}

.t-housing-plan__content h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.t-housing-plan__content p {
  font-size: 1.4rem;
  line-height: 1.78571;
  text-align: justify;
}

@media screen and (min-width: 1024px) {
  .t-housing-project {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-housing-project {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-project {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-project ul {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-housing-project ul {
    margin-top: 20px;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-project ul {
    margin-top: 13px;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-project li {
    width: calc(25% - 40px);
  }
  .t-housing-project li:nth-of-type(n+5) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-housing-project li {
    width: calc(33.3333% - 20px);
  }
  .t-housing-project li:nth-of-type(n+4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-project li {
    width: calc(50% - 20px);
  }
  .t-housing-project li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
.t-housing-project a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.t-housing-project a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 370ms cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}

.t-housing-project a.is-hover:hover::after {
  opacity: 1;
}

.t-housing-project img {
  border-radius: 5px;
}

.t-housing-official a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/service/housing/offical_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: right;
}

@media screen and (min-width: 1024px) {
  .t-housing-official a {
    padding: 82px 100px 72px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-official a {
    border-radius: 5px;
    padding: 78px 28px 68px;
  }
}
.t-housing-official a.is-hover:hover {
  opacity: 0.8;
}

.t-housing-official a div {
  display: inline-block;
  text-align: left;
}

.t-housing-official h2, .t-housing-official p {
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .t-housing-official h2 {
    margin-bottom: 23px;
  }
}
.t-housing-official h2 span {
  display: block;
}

@media screen and (min-width: 1024px) {
  .t-housing-official p {
    font-size: 1.4rem;
    line-height: 2.14286;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-official p {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-official__logo {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-official__logo {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-housing-official__logo {
    width: 360px;
    height: 54px;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-official__logo {
    width: 180px;
    height: 27px;
  }
}
.t-housing-official__site {
  text-transform: uppercase;
  font-family: azo-sans-web, sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1024px) {
  .t-housing-official__site {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-housing-official__site {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-official__site {
    font-size: 1.3rem;
  }
}
.t-housing-modelhouse {
  padding-top: 50px;
  margin-top: -50px;
}

@media screen and (min-width: 1024px) {
  .t-housing-modelhouse__article {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-modelhouse__article {
    margin-bottom: 68px;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-modelhouse__article .t-housing-heading {
    margin-bottom: 175px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-housing-modelhouse__article .t-housing-heading {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-modelhouse__article .t-housing-heading {
    margin-bottom: 74px;
  }
}
.t-housing-modelhouse__article .t-housing-visual {
  background-image: url("../img/service/housing/modelhouse_visual.jpg");
  background-position: 50% 68%;
}

@media screen and (min-width: 1024px) {
  .t-housing-modelhouse__article .t-housing-heading__content {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-modelhouse__article .t-housing-heading__content {
    padding-top: 36px;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-modelhouse__article .t-housing-heading__content h3 {
    font-size: 2.5rem;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-modelhouse__article .t-housing-heading__content h3 {
    font-size: 2rem;
    margin-bottom: 7px;
  }
}
.t-housing-modelhouse__heading__day {
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .t-housing-modelhouse__heading__day {
    font-size: 1.5rem;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-modelhouse__heading__day {
    font-size: 1.3rem;
    margin-bottom: 23px;
  }
}
.t-housing-modelhouse__title {
  position: relative;
}

.t-housing-modelhouse__title h2 {
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .t-housing-modelhouse__title h2 {
    font-size: 2.5rem;
    line-height: 2;
    top: -40px;
    right: 7.30769%;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-modelhouse__title h2 {
    font-size: 2rem;
    line-height: 1.75;
    top: -20px;
    right: 5.22388%;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-modelhouse__title span {
    padding: 9px 8px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-modelhouse__title span {
    padding: 10px 5px;
  }
}
.t-housing-modelhouse__article__figure {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .t-housing-modelhouse__article__figure {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-housing-modelhouse__article__figure {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-modelhouse__article__figure {
    margin-bottom: 20px;
  }
}
.t-housing-modelhouse__article__figure div {
  position: relative;
}

@media screen and (min-width: 561px) {
  .t-housing-modelhouse__article__figure div {
    width: 25%;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-modelhouse__article__figure div {
    width: 50%;
  }
}
.t-housing-modelhouse__article__figure div::after {
  content: "";
  display: block;
}

@media screen and (min-width: 561px) {
  .t-housing-modelhouse__article__figure div::after {
    padding-top: 129.42989%;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-modelhouse__article__figure div::after {
    padding-top: 119.40299%;
  }
}
.t-housing-modelhouse__article__figure div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
}

.t-housing-modelhouse__layout-01 {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .t-housing-modelhouse__layout-01 {
    margin-bottom: 125px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-housing-modelhouse__layout-01 {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-modelhouse__layout-01 {
    margin-bottom: 55px;
  }
}
.t-housing-modelhouse__layout-01 p {
  margin-bottom: 22px;
}

.t-housing-modelhouse__layout-01 li {
  display: flex;
  align-items: baseline;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  .t-housing-modelhouse__layout-01 li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-modelhouse__layout-01 li {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-modelhouse__layout-01 li:not(:last-of-type) {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-modelhouse__layout-01 li:not(:last-of-type) {
    margin-bottom: 18px;
  }
}
.t-housing-modelhouse__layout-01 li::before {
  content: "・";
}

@media screen and (min-width: 769px) {
  .t-housing-modelhouse__layout-02 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .t-housing-modelhouse__layout-02 figure {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .t-housing-modelhouse__layout-02 figure {
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-modelhouse__layout-02 figure img {
    max-width: 115.38462%;
    margin-left: -15.38462%;
    border-radius: 0px 5px 5px 0px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-modelhouse__layout-02 figure img {
    border-radius: 5px;
  }
}
@media screen and (min-width: 769px) {
  .t-housing-modelhouse__layout-02 > div {
    width: 42.30769%;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-modelhouse__layout-02__paragraph {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-housing-modelhouse__layout-02__paragraph {
    font-size: 1.3rem;
    line-height: 1.75;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-modelhouse__layout-02__paragraph {
    font-size: 1.4rem;
    line-height: 1.78571;
    margin-bottom: 35px;
  }
}
.t-housing-modelhouse__layout-02__address h4 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.t-housing-modelhouse__layout-02__address p {
  font-size: 1.3rem;
  line-height: 1.92308;
}

@media screen and (min-width: 1024px) {
  .t-housing-modelhouse__gallery {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-modelhouse__gallery {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-modelhouse__gallery h3 {
    position: relative;
    z-index: 1;
    margin-left: -15px;
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-modelhouse__gallery h3 {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-modelhouse__gallery li {
    width: calc(25% - 40px);
  }
  .t-housing-modelhouse__gallery li:nth-of-type(n+5) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-housing-modelhouse__gallery li {
    width: calc(33.3333% - 20px);
  }
  .t-housing-modelhouse__gallery li:nth-of-type(n+4) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-modelhouse__gallery li {
    width: calc(50% - 20px);
  }
  .t-housing-modelhouse__gallery li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
.t-housing-modelhouse__access__inner {
  position: relative;
}

.t-housing-modelhouse__access__inner h3 {
  position: absolute;
  z-index: 1;
  line-height: 2;
}

@media screen and (min-width: 1024px) {
  .t-housing-modelhouse__access__inner h3 {
    font-size: 2.5rem;
    top: -32px;
    right: 7.30769%;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-modelhouse__access__inner h3 {
    font-size: 2rem;
    line-height: 1.75;
    top: -14px;
    right: -2px;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-modelhouse__access__inner h3 span {
    padding: 9px 8px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-modelhouse__access__inner h3 span {
    padding: 10px 5px;
  }
}
.t-housing-modelhouse__access__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  .t-housing-modelhouse__access__inner p {
    text-align: center;
  }
}
.t-housing-modelhouse__access__frame {
  position: relative;
  border: solid 1px #d8d8d8;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .t-housing-modelhouse__access__frame {
    height: 440px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-housing-modelhouse__access__frame {
    height: 400px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-modelhouse__access__frame {
    height: 320px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .t-housing-form__heading {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-form__heading {
    margin-bottom: 50px;
  }
}
.t-housing-form__description, .t-housing-form__description a {
  font-size: 1.5rem;
  line-height: 1.6;
  word-break: break-all;
}

@media screen and (min-width: 1024px) {
  .t-housing-form__description {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .t-housing-form__description {
    margin-bottom: 15px;
  }
}
.t-housing-form__description a {
  display: inline-block;
}

@media screen and (max-width: 560px) {
  .t-interview-detail-hero .l-hero__bg {
    height: 360px;
  }
}
.t-interview-detail-hero .l-hero__bg div {
  background-position: 50% 20%;
}

@media screen and (min-width: 1024px) {
  .t-interview-detail-read {
    margin-bottom: 155px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-interview-detail-read {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 560px) {
  .t-interview-detail-read {
    margin-bottom: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .t-interview-detail-read__title {
    margin-top: -220px;
    margin-bottom: -300px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-interview-detail-read__title {
    margin: -40px auto 40px;
  }
}
@media screen and (max-width: 560px) {
  .t-interview-detail-read__title {
    margin: -40px auto 24px;
  }
}
@media screen and (max-width: 768px) {
  .t-interview-detail-read__title h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .t-interview-detail-read__title h2 > span {
    padding: 11px 7.5px;
  }
}
@media screen and (min-width: 1024px) {
  .t-interview-detail-read__content {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .t-interview-detail-section {
    margin-bottom: 115px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-interview-detail-section {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 560px) {
  .t-interview-detail-section {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1024px) {
  .t-interview-detail-section__block:not(:last-of-type) {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-interview-detail-section__block:not(:last-of-type) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 560px) {
  .t-interview-detail-section__block:not(:last-of-type) {
    margin-bottom: 56px;
  }
}
.t-interview-detail-section__block figure {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-interview-detail-section__block figure {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .t-interview-detail-section__block figure {
    margin-bottom: 22px;
  }
}
.t-interview-detail-section__block figure img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .t-interview-detail-section__block p {
    font-size: 1.4rem;
    line-height: 2.22222;
  }
}
@media screen and (min-width: 1280px) {
  .t-interview-detail-section__block p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-interview-detail-section__block p {
    font-size: 1.3rem;
    line-height: 2;
  }
}
@media screen and (max-width: 560px) {
  .t-interview-detail-section__block p {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
@media screen and (min-width: 561px) {
  .t-interview-detail-section__block p:not(:last-of-type) {
    margin-bottom: 2.22222em;
  }
}
@media screen and (max-width: 560px) {
  .t-interview-detail-section__block p:not(:last-of-type) {
    margin-bottom: 1.6875em;
  }
}
@media screen and (min-width: 1024px) {
  .t-interview-detail-layout-01 {
    margin-bottom: 115px;
  }
}
@media screen and (min-width: 769px) {
  .t-interview-detail-layout-01 {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-interview-detail-layout-01 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 560px) {
  .t-interview-detail-layout-01 {
    margin-bottom: 55px;
  }
}
.t-interview-detail-layout-01__address {
  max-width: 240px;
}

@media screen and (min-width: 769px) {
  .t-interview-detail-layout-01__address {
    width: 240px;
    margin-right: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .t-interview-detail-layout-01__address {
    margin-right: 160px;
  }
}
@media screen and (max-width: 768px) {
  .t-interview-detail-layout-01__address {
    margin: 0 auto 60px;
  }
}
.t-interview-detail-layout-01__address figure {
  margin-bottom: 28px;
}

.t-interview-detail-layout-01__address figure img {
  border-radius: 5px;
}

.t-interview-detail-layout-01__address__category {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 3px;
}

.t-interview-detail-layout-01__address__ja-name {
  font-size: 2rem;
  margin-bottom: 9px;
}

.t-interview-detail-layout-01__address__en-name {
  text-transform: uppercase;
  font-family: azo-sans-web, sans-serif;
  font-size: 1rem;
  margin-bottom: 30px;
}

@media screen and (min-width: 561px) {
  .t-interview-detail-layout-01__address__table {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 560px) {
  .t-interview-detail-layout-01__address__table {
    margin-bottom: 40px;
  }
}
.t-interview-detail-layout-01__address__table dl {
  display: flex;
  align-items: baseline;
}

.t-interview-detail-layout-01__address__table dt, .t-interview-detail-layout-01__address__table dd {
  font-size: 1.2rem;
}

.t-interview-detail-layout-01__address__table dt {
  width: 69px;
}

.t-interview-detail-layout-01__address__table dd {
  flex: 1;
}

.t-interview-detail-layout-01__address__small small {
  letter-spacing: 0;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .t-interview-detail-layout-01__content {
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .t-interview-detail-layout-01__content figure {
    margin-bottom: 30px;
  }
}
.t-interview-detail-layout-02__visual {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .t-interview-detail-layout-02__visual {
    height: 600px;
    border-radius: 5px;
    overflow: hidden;
  }
}
@media screen and (max-width: 1023px) {
  .t-interview-detail-layout-02__visual {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-interview-detail-layout-02__visual {
    height: 400px;
  }
}
@media screen and (max-width: 560px) {
  .t-interview-detail-layout-02__visual {
    height: 240px;
  }
}
.t-interview-detail-layout-02__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
}

.t-interview-detail-layout-02__body {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .t-interview-detail-layout-02__body {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
.t-interview-detail-layout-02__title {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .t-interview-detail-layout-02__title {
    line-height: 1.71429;
    margin-top: -60px;
    margin-right: -4px;
    margin-left: 175px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-interview-detail-layout-02__title {
    margin: -40px auto 45px;
  }
}
@media screen and (max-width: 560px) {
  .t-interview-detail-layout-02__title {
    margin: -40px auto 35px;
  }
}
.t-interview-detail-layout-02__title h2 {
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1024px) {
  .t-interview-detail-layout-02__title h2 {
    font-size: 3.5rem;
    line-height: 1.71429;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-interview-detail-layout-02__title h2 {
    font-size: 2.4rem;
    line-height: 2;
  }
}
@media screen and (max-width: 560px) {
  .t-interview-detail-layout-02__title h2 {
    font-size: 2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1024px) {
  .t-interview-detail-layout-02__title h2 > span {
    padding: 17px 8px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-interview-detail-layout-02__title h2 > span {
    padding: 10px 8px;
  }
}
@media screen and (max-width: 560px) {
  .t-interview-detail-layout-02__title h2 > span {
    padding: 7px 8px;
  }
}
@media screen and (min-width: 1024px) {
  .t-interview-detail-layout-02__content {
    padding-top: 70px;
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .t-interview-detail-layout-02__content > p {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .t-interview-detail-layout-02__content > p {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .t-interview-detail-layout-02__content figure {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .t-interview-detail-years {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-interview-detail-years {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .t-interview-detail-years {
    margin-bottom: 60px;
  }
}
.t-interview-detail-years__inner {
  border: solid 10px #e5e5e5;
}

@media screen and (min-width: 561px) {
  .t-interview-detail-years__inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .t-interview-detail-years__inner {
    padding: 90px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-interview-detail-years__inner {
    padding: 50px 4%;
  }
}
@media screen and (max-width: 560px) {
  .t-interview-detail-years__inner {
    padding: 30px 20px 35px;
  }
}
.t-interview-detail-years__figure {
  position: relative;
}

@media screen and (min-width: 561px) {
  .t-interview-detail-years__figure {
    width: 33.33333%;
  }
}
@media screen and (max-width: 560px) {
  .t-interview-detail-years__figure {
    margin-bottom: 40px;
  }
}
.t-interview-detail-years__figure::after {
  content: "";
  display: block;
}

@media screen and (min-width: 561px) {
  .t-interview-detail-years__figure::after {
    padding-top: 73.33333%;
  }
}
@media screen and (max-width: 560px) {
  .t-interview-detail-years__figure::after {
    padding-top: 80%;
  }
}
.t-interview-detail-years__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}

@media screen and (min-width: 561px) {
  .t-interview-detail-years__content {
    width: 58.33333%;
  }
}
.t-interview-detail-years__ja-title {
  font-size: 3rem;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1024px) {
  .t-interview-detail-years__ja-title {
    line-height: 1;
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 1023px) {
  .t-interview-detail-years__ja-title {
    line-height: 1.33333;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-interview-detail-years__ja-title {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 560px) {
  .t-interview-detail-years__ja-title {
    text-align: center;
    margin-bottom: 10px;
  }
}
.t-interview-detail-years__en-title {
  text-transform: uppercase;
  font-family: azo-sans-web, sans-serif;
  font-size: 1.2rem;
  margin-bottom: 36px;
}

@media screen and (min-width: 561px) {
  .t-interview-detail-years__en-title {
    line-height: 1;
  }
}
@media screen and (max-width: 560px) {
  .t-interview-detail-years__en-title {
    text-align: center;
    line-height: 1.66667;
  }
}
.t-interview-detail-years__paragraph {
  font-weight: bold;
  color: #6d6d6d;
}

@media screen and (min-width: 1024px) {
  .t-interview-detail-years__paragraph {
    font-size: 1.6rem;
    line-height: 1.94444;
  }
}
@media screen and (max-width: 1023px) {
  .t-interview-detail-years__paragraph {
    line-height: 2;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-interview-detail-years__paragraph {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 560px) {
  .t-interview-detail-years__paragraph {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .t-interview-detail-schedule {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-interview-detail-schedule {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 560px) {
  .t-interview-detail-schedule {
    margin-bottom: 55px;
  }
}
.t-interview-detail-schedule__inner {
  display: flex;
  align-items: flex-start;
}

.t-interview-detail-schedule__inner h2 {
  letter-spacing: 0.05em;
}

@media screen and (min-width: 561px) {
  .t-interview-detail-schedule__inner h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .t-interview-detail-schedule__inner h2 {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-interview-detail-schedule__inner h2 {
    margin-right: 50px;
  }
}
@media screen and (max-width: 560px) {
  .t-interview-detail-schedule__inner h2 {
    font-size: 1.8rem;
    margin-right: 30px;
  }
}
.t-interview-detail-schedule__inner h2 span {
  display: block;
}

@media screen and (min-width: 1024px) {
  .t-interview-detail-schedule__inner h2 span {
    padding: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .t-interview-detail-schedule__inner h2 span {
    padding: 7px 6px;
  }
}
.t-interview-detail-schedule__inner ol {
  flex: 1;
}

@media screen and (min-width: 769px) {
  .t-interview-detail-schedule__inner ol {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .t-interview-detail-schedule__inner ol {
    max-width: 900px;
    padding-top: 24px;
  }
}
.t-interview-detail-schedule__inner li {
  display: flex;
  align-items: baseline;
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) {
  .t-interview-detail-schedule__inner li {
    max-width: 450px;
    width: 50%;
  }
}
.t-interview-detail-schedule__inner li span {
  display: block;
  padding-bottom: 45px;
}

.t-interview-detail-schedule__time {
  position: relative;
  font-family: azo-sans-web, sans-serif;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 1024px) {
  .t-interview-detail-schedule__time {
    width: 115px;
  }
}
@media screen and (max-width: 1023px) {
  .t-interview-detail-schedule__time {
    width: 90px;
  }
}
.t-interview-detail-schedule__time::before, .t-interview-detail-schedule__time::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

@media screen and (min-width: 1024px) {
  .t-interview-detail-schedule__time::before, .t-interview-detail-schedule__time::after {
    right: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .t-interview-detail-schedule__time::before, .t-interview-detail-schedule__time::after {
    right: 25px;
  }
}
.t-interview-detail-schedule__time::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
  z-index: 1;
  top: 4px;
}

.t-interview-detail-schedule__time::after {
  width: 2px;
  height: 100%;
  background-color: #d8d8d8;
  top: 4px;
}

.t-interview-detail-schedule__name {
  flex: 1;
}

.t-interview-detail-schedule__order-6 li:nth-of-type(1) {
  order: 0;
}

.t-interview-detail-schedule__order-6 li:nth-of-type(2) {
  order: 2;
}

.t-interview-detail-schedule__order-6 li:nth-of-type(3) {
  order: 4;
}

.t-interview-detail-schedule__order-6 li:nth-of-type(4) {
  order: 1;
}

.t-interview-detail-schedule__order-6 li:nth-of-type(5) {
  order: 3;
}

.t-interview-detail-schedule__order-6 li:nth-of-type(6) {
  order: 5;
}

.t-interview-detail-schedule__order-6 li:nth-of-type(3) .t-interview-detail-schedule__time::after, .t-interview-detail-schedule__order-6 li:nth-of-type(4) .t-interview-detail-schedule__time::after {
  top: -24px;
}

.t-interview-detail-schedule__order-6 li:nth-of-type(5) .t-interview-detail-schedule__time::after, .t-interview-detail-schedule__order-6 li:nth-of-type(6) .t-interview-detail-schedule__time::after {
  top: -80%;
  bottom: 80%;
}

.t-interview-detail-schedule__order-8 li:nth-of-type(1) {
  order: 0;
}

.t-interview-detail-schedule__order-8 li:nth-of-type(2) {
  order: 2;
}

.t-interview-detail-schedule__order-8 li:nth-of-type(3) {
  order: 4;
}

.t-interview-detail-schedule__order-8 li:nth-of-type(4) {
  order: 6;
}

.t-interview-detail-schedule__order-8 li:nth-of-type(5) {
  order: 1;
}

.t-interview-detail-schedule__order-8 li:nth-of-type(6) {
  order: 3;
}

.t-interview-detail-schedule__order-8 li:nth-of-type(7) {
  order: 5;
}

.t-interview-detail-schedule__order-8 li:nth-of-type(8) {
  order: 7;
}

.t-interview-detail-schedule__order-8 li:nth-of-type(4) .t-interview-detail-schedule__time::after, .t-interview-detail-schedule__order-8 li:nth-of-type(5) .t-interview-detail-schedule__time::after {
  top: -24px;
}

.t-interview-detail-schedule__order-8 li:nth-of-type(6) .t-interview-detail-schedule__time::after, .t-interview-detail-schedule__order-8 li:nth-of-type(7) .t-interview-detail-schedule__time::after, .t-interview-detail-schedule__order-8 li:nth-of-type(8) .t-interview-detail-schedule__time::after {
  top: -80%;
  bottom: 80%;
}

.t-interview-detail-schedule__order-10 li:nth-of-type(1) {
  order: 0;
}

.t-interview-detail-schedule__order-10 li:nth-of-type(2) {
  order: 2;
}

.t-interview-detail-schedule__order-10 li:nth-of-type(3) {
  order: 4;
}

.t-interview-detail-schedule__order-10 li:nth-of-type(4) {
  order: 6;
}

.t-interview-detail-schedule__order-10 li:nth-of-type(5) {
  order: 8;
}

.t-interview-detail-schedule__order-10 li:nth-of-type(6) {
  order: 1;
}

.t-interview-detail-schedule__order-10 li:nth-of-type(7) {
  order: 3;
}

.t-interview-detail-schedule__order-10 li:nth-of-type(8) {
  order: 5;
}

.t-interview-detail-schedule__order-10 li:nth-of-type(9) {
  order: 7;
}

.t-interview-detail-schedule__order-10 li:nth-of-type(10) {
  order: 9;
}

.t-interview-detail-schedule__order-10 li:nth-of-type(5) .t-interview-detail-schedule__time::after, .t-interview-detail-schedule__order-10 li:nth-of-type(6) .t-interview-detail-schedule__time::after {
  top: -24px;
}

.t-interview-detail-schedule__order-10 li:nth-of-type(7) .t-interview-detail-schedule__time::after, .t-interview-detail-schedule__order-10 li:nth-of-type(8) .t-interview-detail-schedule__time::after, .t-interview-detail-schedule__order-10 li:nth-of-type(9) .t-interview-detail-schedule__time::after, .t-interview-detail-schedule__order-10 li:nth-of-type(10) .t-interview-detail-schedule__time::after {
  top: -80%;
  bottom: 80%;
}

.t-interview-detail-more {
  border-top: solid 1px #d8d8d8;
}

@media screen and (min-width: 1024px) {
  .t-interview-detail-more {
    padding-top: 60px;
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 1023px) {
  .t-interview-detail-more {
    padding-top: 57.5px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  .t-interview-tomu-nishida .l-hero__bg div div {
    background-image: url("../img/interview/tomu-nishida/hero-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .t-interview-tomu-nishida .l-hero__bg div div {
    background-image: url("../img/interview/tomu-nishida/hero-sp.jpg");
  }
}
@media screen and (min-width: 769px) {
  .t-interview-dai-sugimoto .l-hero__bg div div {
    background-image: url("../img/interview/dai-sugimoto/hero-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .t-interview-dai-sugimoto .l-hero__bg div div {
    background-image: url("../img/interview/dai-sugimoto/hero-sp.jpg");
  }
}
@media screen and (min-width: 769px) {
  .t-interview-kodai-tsutsuki .l-hero__bg div div {
    background-image: url("../img/interview/kodai-tsutsuki/hero-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .t-interview-kodai-tsutsuki .l-hero__bg div div {
    background-image: url("../img/interview/kodai-tsutsuki/hero-sp.jpg");
  }
}
@media screen and (min-width: 769px) {
  .t-interview-nobuaki-fujii .l-hero__bg div div {
    background-image: url("../img/interview/nobuaki-fujii/hero-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .t-interview-nobuaki-fujii .l-hero__bg div div {
    background-image: url("../img/interview/nobuaki-fujii/hero-sp.jpg");
  }
}
@media screen and (min-width: 769px) {
  .t-interview-yuki-moriyama .l-hero__bg div div {
    background-image: url("../img/interview/yuki-moriyama/hero-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .t-interview-yuki-moriyama .l-hero__bg div div {
    background-image: url("../img/interview/yuki-moriyama/hero-sp.jpg");
  }
}
@media screen and (min-width: 769px) {
  .t-interview-nao-matsushita .l-hero__bg div div {
    background-image: url("../img/interview/nao-matsushita/hero-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .t-interview-nao-matsushita .l-hero__bg div div {
    background-image: url("../img/interview/nao-matsushita/hero-sp.jpg");
  }
}
@media screen and (min-width: 769px) {
  .t-interview-hero .l-hero__bg div div {
    background-image: url("../img/interview/hero-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .t-interview-hero .l-hero__bg div div {
    background-image: url("../img/interview/hero-sp.jpg");
  }
}
@media screen and (max-width: 1023px) {
  .t-interview-section {
    margin-bottom: 60px;
  }
}
.t-interview-list {
  position: relative;
  background-color: #ffffff;
}

@media screen and (min-width: 561px) {
  .t-interview-list {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .t-interview-list {
    padding: 100px 40px 85px;
  }
}
@media screen and (min-width: 1280px) {
  .t-interview-list {
    padding: 100px 60px 85px;
  }
}
@media screen and (max-width: 1023px) {
  .t-interview-list {
    width: 100%;
    padding: 60px 5% 50px;
  }
}
.t-interview-list::before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
  background-image: url("../img/common/illust/05.png");
}

@media screen and (min-width: 1024px) {
  .t-interview-list::before {
    width: 169.5px;
    height: 100px;
    top: -39px;
    right: 12.46154%;
  }
}
@media screen and (max-width: 1023px) {
  .t-interview-list::before {
    width: 115px;
    height: 68px;
    top: -12px;
    right: 7.46667%;
  }
}
@media screen and (min-width: 1024px) {
  .t-interview-list li {
    width: 30.23077%;
  }
  .t-interview-list li:not(:nth-of-type(3n)) {
    margin-right: 4.61538%;
  }
  .t-interview-list li:nth-of-type(n+4) {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-interview-list li {
    width: 48%;
  }
  .t-interview-list li:nth-of-type(2n-1) {
    margin-right: 4%;
  }
  .t-interview-list li:nth-of-type(n+3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 560px) {
  .t-interview-list li:not(:last-of-type) {
    margin-bottom: 55px;
  }
}
.t-interview-list__dummy {
  max-width: 337.5px;
  width: 85.87786%;
  margin: 11.4% auto 0;
}

@media screen and (min-width: 769px) {
  .t-news-hero .l-hero__bg div div {
    background-image: url("../img/news/hero-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .t-news-hero .l-hero__bg div div {
    background-image: url("../img/news/hero-sp.jpg");
  }
}
@media screen and (min-width: 561px) {
  .t-news-header {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1024px) {
  .t-news-header {
    padding: 80px 0 60px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-news-header {
    padding: 60px 0 50px;
  }
}
@media screen and (max-width: 560px) {
  .t-news-header {
    padding: 40px 0 32.5px;
  }
}
.t-news-header h2 {
  font-weight: 500;
  font-size: 1.4rem;
  margin-right: 18px;
}

@media screen and (max-width: 560px) {
  .t-news-header h2 {
    margin-bottom: 2px;
  }
}
.t-news-header h2::after {
  content: "：";
}

@media screen and (min-width: 561px) {
  .t-news-header ul {
    flex: 1;
  }
}
.t-news-header .current-cat a {
  background-color: #d8d8d8;
}

@media screen and (min-width: 1024px) {
  .t-news-list > * {
    width: 21.53846%;
  }
  .t-news-list > *:not(:nth-of-type(4n)) {
    margin-right: 4.61538%;
  }
  .t-news-list > *:nth-of-type(n+5) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-news-list > * {
    width: 48%;
  }
  .t-news-list > *:nth-of-type(2n-1) {
    margin-right: 4%;
  }
  .t-news-list > *:nth-of-type(n+3) {
    margin-top: 55px;
  }
}
@media screen and (max-width: 560px) {
  .t-news-list > * {
    width: 100%;
    margin-right: 0;
  }
  .t-news-list > *:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .t-news-single {
    margin-top: 100px;
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-news-single {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 560px) {
  .t-news-single {
    margin-bottom: 90px;
  }
}
.t-news-single__inner {
  max-width: 860px;
}

@media screen and (min-width: 1024px) {
  .t-news-single__inner {
    width: 78.18182%;
  }
}
@media screen and (max-width: 1023px) {
  .t-news-single__inner {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .t-news-article__figure {
    margin-bottom: 62px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-news-article__figure {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 560px) {
  .t-news-article__figure {
    margin-bottom: 22px;
  }
}
.t-news-article__info {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .t-news-article__info {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .t-news-article__info {
    margin-bottom: 18px;
  }
}
.t-news-article__info p {
  font-family: azo-sans-web, sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {
  .t-news-article__info p {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .t-news-article__info p {
    margin-right: 22px;
  }
}
.t-news-article__title {
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .t-news-article__title {
    font-size: 2.4rem;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1023px) {
  .t-news-article__title {
    font-size: 2rem;
    margin-bottom: 14px;
  }
}
.t-news-article__content {
  word-break: break-all;
}

@media screen and (min-width: 1024px) {
  .t-news-article__content {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-news-article__content {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 560px) {
  .t-news-article__content {
    margin-bottom: 40px;
  }
}
.t-news-article__content b, .t-news-article__content strong {
  font-weight: bold;
}

.t-news-article__content address {
  display: block;
  font-style: italic;
}

.t-news-article__content blockquote {
  display: block;
  margin: 1em 40px;
}

.t-news-article__content caption {
  display: table-caption;
  zoom: 1;
  text-align: center;
}

.t-news-article__content cite {
  font-style: italic;
}

.t-news-article__content code {
  font-family: monospace;
  font-size: 10pt;
}

.t-news-article__content em {
  font-style: italic;
}

.t-news-article__content i {
  font-style: italic;
}

.t-news-article__content pre {
  display: block;
  font-family: monospace;
  font-size: 10pt;
  margin: 1em 0;
  white-space: pre;
}

.t-news-article__content rp {
  font-size: 6pt;
}

.t-news-article__content var {
  font-style: italic;
}

@media screen and (min-width: 1024px) {
  .t-news-article__content, .t-news-article__content div, .t-news-article__content p, .t-news-article__content span, .t-news-article__content iframe, .t-news-article__content blockquote, .t-news-article__content pre, .t-news-article__content abbr, .t-news-article__content address, .t-news-article__content cite, .t-news-article__content code, .t-news-article__content em, .t-news-article__content img, .t-news-article__content ins, .t-news-article__content kbd, .t-news-article__content q, .t-news-article__content small, .t-news-article__content strong, .t-news-article__content sub, .t-news-article__content sup, .t-news-article__content var, .t-news-article__content b, .t-news-article__content i, .t-news-article__content dl, .t-news-article__content dt, .t-news-article__content dd, .t-news-article__content ol, .t-news-article__content ul, .t-news-article__content li, .t-news-article__content fieldset, .t-news-article__content figcaption, .t-news-article__content figure, .t-news-article__content time, .t-news-article__content tr, .t-news-article__content td, .t-news-article__content th, .t-news-article__content tbody, .t-news-article__content tfoot, .t-news-article__content thead {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (max-width: 1023px) {
  .t-news-article__content, .t-news-article__content div, .t-news-article__content p, .t-news-article__content span, .t-news-article__content iframe, .t-news-article__content blockquote, .t-news-article__content pre, .t-news-article__content abbr, .t-news-article__content address, .t-news-article__content cite, .t-news-article__content code, .t-news-article__content em, .t-news-article__content img, .t-news-article__content ins, .t-news-article__content kbd, .t-news-article__content q, .t-news-article__content small, .t-news-article__content strong, .t-news-article__content sub, .t-news-article__content sup, .t-news-article__content var, .t-news-article__content b, .t-news-article__content i, .t-news-article__content dl, .t-news-article__content dt, .t-news-article__content dd, .t-news-article__content ol, .t-news-article__content ul, .t-news-article__content li, .t-news-article__content fieldset, .t-news-article__content figcaption, .t-news-article__content figure, .t-news-article__content time, .t-news-article__content tr, .t-news-article__content td, .t-news-article__content th, .t-news-article__content tbody, .t-news-article__content tfoot, .t-news-article__content thead {
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}
.t-news-article__content h1, .t-news-article__content h2, .t-news-article__content h3, .t-news-article__content h4, .t-news-article__content h5, .t-news-article__content h6 {
  display: block;
  font-weight: bold;
}

.t-news-article__content h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.t-news-article__content h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

.t-news-article__content h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

.t-news-article__content h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

.t-news-article__content h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

.t-news-article__content h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

.t-news-article__content img, .t-news-article__content iframe {
  max-width: 100%;
}

.t-news-article__content ul, .t-news-article__content ol {
  list-style-position: inside;
}

.t-news-article__content ul {
  list-style-type: disc;
}

.t-news-article__content ol {
  list-style-type: decimal;
}

.t-outline-hero__content {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .t-outline-hero__content li {
    width: 950px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-outline-hero__content li {
    width: 600px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 560px) {
  .t-outline-hero__content li {
    width: 315px;
    padding: 0 10px;
  }
}
.t-outline-hero__content img {
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .t-ourline-content {
    padding-top: 140px;
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-ourline-content {
    padding-top: 60px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 560px) {
  .t-ourline-content {
    padding-top: 20px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .t-outline-map {
    position: relative;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .t-outline-map {
    height: 440px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .t-outline-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .t-outline-map {
    display: none;
  }
}
@media screen and (min-width: 561px) {
  .t-outline-bright__content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 560px) {
  .t-outline-bright__content {
    margin-bottom: 32px;
  }
}
.t-outline-bright__content figure {
  text-align: center;
}

@media screen and (min-width: 561px) {
  .t-outline-bright__content figure {
    width: 31.42857%;
  }
}
@media screen and (max-width: 560px) {
  .t-outline-bright__content figure {
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 561px) {
  .t-outline-bright__content > div {
    width: 60%;
  }
}
.t-outline-bright__content h3 {
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .t-outline-bright__content h3 {
    font-size: 1.8rem;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-outline-bright__content h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 560px) {
  .t-outline-bright__content h3 {
    font-size: 1.5rem;
    margin-bottom: 7px;
  }
}
.t-outline-bright__content p {
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-outline-bright__content p {
    font-size: 1.3rem;
  }
}
.t-outline-bright__point {
  counter-reset: item;
}

@media screen and (min-width: 1024px) {
  .t-outline-bright__point {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .t-outline-bright__point {
    margin-bottom: 30px;
  }
}
.t-outline-bright__point li {
  display: flex;
  align-items: baseline;
}

@media screen and (min-width: 1024px) {
  .t-outline-bright__point li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .t-outline-bright__point li:not(:last-of-type) {
    margin-bottom: 22px;
  }
}
.t-outline-bright__point li::before {
  counter-increment: item;
  content: counter(item);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 1px #d8d8d8;
  font-family: azo-sans-web, sans-serif;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .t-outline-bright__point li::before {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    font-size: 2.5rem;
    padding-bottom: 0.05em;
  }
}
@media screen and (max-width: 1023px) {
  .t-outline-bright__point li::before {
    width: 40px;
    height: 40px;
    font-size: 2rem;
    margin-right: 10px;
  }
}
.t-outline-bright__point__text {
  flex: 1;
  font-weight: bold;
}

.t-outline-bright__point__text span {
  line-height: 1.75;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1024px) {
  .t-outline-bright__point__text span {
    font-size: 2.2rem;
    border-bottom: solid 4px #000000;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .t-outline-bright__point__text span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .t-outline-bright__point__text span {
    font-size: 2rem;
    border-bottom: solid 3px #000000;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  .t-recruit-hero .l-hero__bg div div {
    background-image: url("../img/recruit/hero-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .t-recruit-hero .l-hero__bg div div {
    background-image: url("../img/recruit/hero-sp.jpg");
  }
}
@media screen and (min-width: 1024px) {
  .t-recruit-read {
    padding: 74px 0;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-recruit-read {
    padding: 50px 0;
  }
}
@media screen and (max-width: 560px) {
  .t-recruit-read {
    padding-top: 32px;
    padding-bottom: 43px;
  }
}
.t-recruit-read p {
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .t-recruit-read p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .t-recruit-read p {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (max-width: 1023px) {
  .t-recruit-flow {
    padding-bottom: 40px;
  }
}
.t-recruit-flow__list {
  counter-reset: my-counter;
}

@media screen and (min-width: 1024px) {
  .t-recruit-flow__list {
    display: flex;
    justify-content: space-between;
    margin-left: -20px;
  }
}
.t-recruit-flow__list li {
  position: relative;
  background-color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .t-recruit-flow__list li {
    flex-basis: 100%;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .t-recruit-flow__list li {
    padding: 25px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .t-recruit-flow__list li {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 1023px) {
  .t-recruit-flow__list li {
    padding: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .t-recruit-flow__list li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.t-recruit-flow__list li:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

@media screen and (min-width: 1024px) {
  .t-recruit-flow__list li:not(:last-of-type)::after {
    border-width: 7px 0 7px 9px;
    border-color: transparent transparent transparent #000000;
    top: 50%;
    right: -14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1023px) {
  .t-recruit-flow__list li:not(:last-of-type)::after {
    border-width: 9px 7px 0 7px;
    border-color: #000000 transparent transparent transparent;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 561px) {
  .t-recruit-flow__list h3 {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .t-recruit-flow__list h3 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .t-recruit-flow__list h3 {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .t-recruit-flow__list h3 {
    display: flex;
    align-items: center;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-recruit-flow__list h3 {
    margin-bottom: 10px;
  }
}
.t-recruit-flow__list h3::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  width: 40px;
  height: 40px;
  font-family: azo-sans-web, sans-serif;
  font-size: 2rem;
}

@media screen and (min-width: 1024px) {
  .t-recruit-flow__list h3::before {
    margin: 0 auto 18px;
  }
}
@media screen and (max-width: 1023px) {
  .t-recruit-flow__list h3::before {
    margin-right: 20px;
  }
}
@media screen and (min-width: 561px) {
  .t-recruit-flow__list p {
    font-size: 1.2rem;
    line-height: 1.92308;
  }
}
@media screen and (min-width: 1280px) {
  .t-recruit-flow__list p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 560px) {
  .t-recruit-flow__list p {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .t-recruit-item__content {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .t-recruit-item__sidebar {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  .t-recruit-item__sidebar li:not(:last-of-type) {
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 768px) {
  .t-recruit-item__sidebar li:not(:last-of-type) {
    margin-bottom: 9px;
  }
}
.t-recruit-item__sidebar a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 1.4rem;
}

.t-recruit-item__sidebar a:not(.is-active) {
  color: rgba(0, 0, 0, 0.3);
}

.t-recruit-item__sidebar a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/common/icon/arrow_circle-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.t-recruit-section {
  padding-top: 30px;
  margin-top: -30px;
}

@media screen and (min-width: 1024px) {
  .t-recruit-section:not(:last-of-type) {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1023px) {
  .t-recruit-section:not(:last-of-type) {
    margin-bottom: 85px;
  }
}
.t-recruit-section h3 {
  font-size: 2rem;
}

@media screen and (min-width: 1024px) {
  .t-recruit-section h3 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1023px) {
  .t-recruit-section h3 {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .t-recruit-section__list li {
    font-size: 1.5rem;
    line-height: 1.875;
  }
}
@media screen and (max-width: 1023px) {
  .t-recruit-section__list li {
    font-size: 1.4rem;
    line-height: 1.78571;
  }
}
.t-recruit-section__list span:nth-of-type(1) {
  margin-right: 35px;
}

.t-recruit-section__btn {
  max-width: 380px;
  width: 100%;
  line-height: 1;
  margin: 30px auto 0;
}

.t-recruit-section__btn a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border: solid 2px #000000;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 2rem;
  padding: 13px 0;
}

.t-recruit-entry__means section:not(:last-of-type) {
  border-bottom: solid 1px #d8d8d8;
}

@media screen and (min-width: 1024px) {
  .t-recruit-entry__means section:not(:last-of-type) {
    padding-bottom: 72px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-recruit-entry__means section:not(:last-of-type) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 560px) {
  .t-recruit-entry__means section:not(:last-of-type) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .t-service-hero .l-hero__bg div div {
    background-image: url("../img/service/hero-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .t-service-hero .l-hero__bg div div {
    background-image: url("../img/service/hero-sp.jpg");
  }
}
.t-service-iworks {
  width: 138px;
}

.t-service-modelhouse {
  position: relative;
}

.t-service-modelhouse__content {
  max-width: 360px;
  width: 81.33333%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.t-service-modelhouse__content a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: relative;
}

.t-service-modelhouse__content a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.095);
  opacity: 0;
  transition: opacity 370ms cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
}

.t-service-modelhouse__content a.is-hover:hover::after {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .t-service-modelhouse__content a {
    padding: 63px 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .t-service-modelhouse__content a {
    padding: 44px 0 40px;
  }
}
.t-service-modelhouse__content a.is-hover:hover .c-circle__icon {
  border-color: rgba(0, 0, 0, 0.4);
}

.t-service-modelhouse__content .c-circle__text {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .t-service-modelhouse__content .c-circle__text {
    display: none;
  }
}
.t-service-modelhouse__en {
  text-transform: uppercase;
  font-family: azo-sans-web, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
}

.t-service-modelhouse__en span {
  display: inline-block;
  border-bottom: solid 2px #000000;
  padding-bottom: 3px;
}

.t-service-modelhouse__title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 33px;
}

.t-service-modelhouse__title span {
  display: flex;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-size: 2.5rem;
  line-height: 1.6;
}

.t-service-modelhouse__bg {
  overflow: hidden;
}

.t-service-modelhouse__bg li {
  width: 450px;
}

@media screen and (min-width: 769px) {
  .t-service-section:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .t-service-section:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.t-service-section__inner {
  max-width: 1420px;
  margin: 0 auto;
  background-color: #ffffff;
}

@media screen and (min-width: 769px) {
  .t-service-section__inner {
    width: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .t-service-section__inner {
    padding: 80px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .t-service-section__inner {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 1023px) {
  .t-service-section__inner {
    padding: 40px 5% 50px;
  }
}
@media screen and (max-width: 768px) {
  .t-service-section__inner {
    width: 100%;
  }
}
.t-service-section__inner--normal {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .t-service-section__inner--normal .t-service-section__heading {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .t-service-section__inner--normal .t-service-section__heading > div {
    margin-right: 30px;
  }
}
@media screen and (min-width: 769px) {
  .t-service-section__inner--wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .t-service-section__inner--wrap .t-service-section__heading {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  .t-service-section__inner--wrap .t-service-section__heading > div {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .t-service-section__heading {
    margin-right: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .t-service-section__heading {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-service-section__heading {
    margin-right: 50px;
  }
}
@media screen and (max-width: 560px) {
  .t-service-section__heading {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .t-service-section__heading figure {
    flex: 1;
  }
}
@media screen and (min-width: 1024px) {
  .t-service-section__title {
    width: 100px;
    height: calc(100% + 100px);
    margin-top: -100px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-service-section__title {
    width: 80px;
    height: calc(100% + 60px);
    margin-top: -60px;
  }
}
@media screen and (max-width: 560px) {
  .t-service-section__title {
    width: 60px;
    height: calc(100% + 50px);
    margin-top: -50px;
  }
}
.t-service-section__title h2 {
  border-bottom: solid 3px #000000;
}

@media screen and (min-width: 1024px) {
  .t-service-section__title h2 {
    padding-bottom: 35px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-service-section__title h2 {
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 560px) {
  .t-service-section__title h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.t-service-section__title h2 span {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  line-height: 1.25;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 1024px) {
  .t-service-section__title h2 span {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1280px) {
  .t-service-section__title h2 span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-service-section__title h2 span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 560px) {
  .t-service-section__title h2 span {
    font-size: 2rem;
  }
}
.t-service-section__title p {
  text-transform: uppercase;
  text-align: center;
  font-family: azo-sans-web, sans-serif;
  line-height: 1.53846;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 1024px) {
  .t-service-section__title p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1023px) {
  .t-service-section__title p {
    font-size: 1.2rem;
  }
}
.t-service-section__title__icon {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1023px) {
  .t-service-section__heading__figure img {
    max-width: calc(100% + 5vw);
  }
}
.t-service-section__content {
  flex: 1;
}

@media screen and (min-width: 1024px) {
  .t-service-section__content {
    padding-right: 40px;
  }
}
.t-service-housing .t-service-section__title__icon {
  background-image: url("../img/common/illust/02.png");
}

@media screen and (min-width: 1024px) {
  .t-service-housing .t-service-section__title__icon {
    width: 151px;
    height: 67.5px;
    margin-top: 48px;
  }
}
@media screen and (max-width: 1023px) {
  .t-service-housing .t-service-section__title__icon {
    width: 75px;
    height: 34px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .t-service-housing__layout {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .t-service-housing__layout > * {
    width: 45.28302%;
  }
}
@media screen and (min-width: 1024px) {
  .t-service-housing__layout div {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .t-service-housing__layout div {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .t-service-housing__layout h3 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .t-service-housing__layout h3 {
    display: none;
  }
}
.t-service-housing__layout h4 {
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1024px) {
  .t-service-housing__layout h4 {
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .t-service-housing__layout h4 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1023px) {
  .t-service-housing__layout h4 {
    font-size: 3rem;
    line-height: 1.33333;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-service-housing__layout h4 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 560px) {
  .t-service-housing__layout h4 {
    margin-bottom: 5px;
    font-size: calc(1rem + 5vw);
  }
}
.t-service-housing__layout__paragraph {
  line-height: 2;
}

@media screen and (min-width: 1024px) {
  .t-service-housing__layout__paragraph {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .t-service-housing__layout__paragraph {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .t-service-housing__layout__paragraph {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .t-service-housing__layout__btn {
    margin-top: 33px;
  }
}
@media screen and (max-width: 1023px) {
  .t-service-housing__layout__btn {
    margin-top: 16px;
  }
}
.t-service-civil .t-service-section__title__icon {
  background-image: url("../img/common/illust/10.png");
}

@media screen and (min-width: 1024px) {
  .t-service-civil .t-service-section__title__icon {
    width: 136.5px;
    height: 239px;
    margin-top: 65px;
  }
}
@media screen and (max-width: 1023px) {
  .t-service-civil .t-service-section__title__icon {
    width: 79px;
    height: 137.5px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .t-service-civil__section:not(:last-of-type) {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-service-civil__section:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 560px) {
  .t-service-civil__section:not(:last-of-type) {
    margin-bottom: 36px;
  }
}
.t-service-civil__section h3 {
  border-left: solid 2px #000000;
  font-size: 2rem;
  padding-left: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  .t-service-civil__section li {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-service-civil__section li {
    width: calc(33.333% - 20px);
  }
  .t-service-civil__section li:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 560px) {
  .t-service-civil__section li:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.t-service-civil__section h4 {
  font-size: 1.5rem;
  line-height: 1.66667;
  letter-spacing: 0.01em;
  margin-top: 17px;
}

.t-service-civil__section p {
  font-size: 1.3rem;
  line-height: 1.53846;
  margin-top: 12px;
}

.t-service-energy .t-service-section__title__icon {
  background-image: url("../img/common/illust/09.png");
}

@media screen and (min-width: 1024px) {
  .t-service-energy .t-service-section__title__icon {
    width: 124px;
    height: 109px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .t-service-energy .t-service-section__title__icon {
    width: 57.5px;
    height: 50.5px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .t-service-energy__layout {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .t-service-energy__layout {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .t-service-energy__layout::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 1024px) {
  .t-service-energy__layout > * {
    width: 45.28302%;
  }
}
@media screen and (max-width: 1023px) {
  .t-service-energy__layout figure {
    width: 50%;
    float: right;
    margin-left: 17.5px;
    margin-bottom: 5px;
  }
}
.t-service-energy__layout p {
  line-height: 2;
}

@media screen and (min-width: 1024px) {
  .t-service-energy__layout p {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .t-service-energy__layout p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .t-service-energy__layout p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 560px) {
  .t-story-hero .l-hero__bg {
    height: 400px;
  }
}
.t-story-hero .l-hero__bg div {
  background-position: 50% 20%;
}

@media screen and (min-width: 769px) {
  .t-story-hero--01 .l-hero__bg div div {
    background-image: url("../img/story/01/hero-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .t-story-hero--01 .l-hero__bg div div {
    background-image: url("../img/story/01/hero-sp.jpg");
  }
}
@media screen and (min-width: 769px) {
  .t-story-hero--02 .l-hero__bg div div {
    background-image: url("../img/story/02/hero-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .t-story-hero--02 .l-hero__bg div div {
    background-image: url("../img/story/02/hero-sp.jpg");
  }
}
@media screen and (min-width: 1024px) {
  .t-story-read {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-story-read {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 560px) {
  .t-story-read {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .t-story-read__title {
    margin-top: -280px;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-read__title {
    margin: -60px auto 25px;
  }
}
@media screen and (min-width: 1024px) {
  .t-story-read__content {
    padding-top: 90px;
  }
}
@media screen and (min-width: 1024px) {
  .t-story-project {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-story-project {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 560px) {
  .t-story-project {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .t-story-project__inner {
    border: solid 10px #d8d8d8;
    padding: 98px 90px 100px;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-project__inner {
    border: solid 5px #d8d8d8;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-story-project__inner {
    padding: 70px 30px 90px;
  }
}
@media screen and (max-width: 560px) {
  .t-story-project__inner {
    padding: 45px 15px 80px;
  }
}
.t-story-project__number {
  text-transform: uppercase;
  text-align: center;
  font-family: azo-sans-web, sans-serif;
}

@media screen and (min-width: 1024px) {
  .t-story-project__number {
    font-size: 1.8rem;
    margin-bottom: 37px;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-project__number {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}
.t-story-project__number span {
  display: inline-block;
  border-bottom: solid 3px #000000;
}

@media screen and (min-width: 1024px) {
  .t-story-project__number span {
    padding: 0 3px 5px;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-project__number span {
    padding: 0 2px 5px;
  }
}
.t-story-project__title {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .t-story-project__title {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-project__title {
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
}
.t-story-project__title [data-ruby] {
  position: relative;
}

.t-story-project__title [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  .t-story-project__title [data-ruby]::before {
    font-size: 1.1rem;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@media screen and (max-width: 1023px) {
  .t-story-project__title [data-ruby]::before {
    font-size: 1rem;
  }
}
.t-story-project__time {
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .t-story-project__time {
    font-size: 1.5rem;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-project__time {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .t-story-project__paragraph {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-project__paragraph {
    margin-bottom: 35px;
  }
}
.t-story-project__paragraph p {
  color: #858585;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .t-story-project__paragraph p {
    font-size: 1.6rem;
    line-height: 2.5;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-project__paragraph p {
    font-size: 1.4rem;
    line-height: 2.14286;
  }
}
@media screen and (min-width: 1024px) {
  .t-story-project__paragraph p:not(:last-of-type) {
    margin-bottom: 2.4375em;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-project__paragraph p:not(:last-of-type) {
    margin-bottom: 1.92857em;
  }
}
.t-story-project__address {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.t-story-project__address figure {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (min-width: 561px) {
  .t-story-project__address figure {
    height: 300px;
  }
}
@media screen and (max-width: 560px) {
  .t-story-project__address figure {
    height: 200px;
  }
}
.t-story-project__address figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 561px) {
  .t-story-project__address figure img {
    -o-object-position: 50% 76%;
    object-position: 50% 76%;
    background-position: 50% 76% !important;
  }
}
@media screen and (max-width: 560px) {
  .t-story-project__address figure img {
    width: 120%;
    height: 120%;
    top: -15%;
  }
}
.t-story-project__address__en {
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .t-story-project__address__en {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-project__address__en {
    margin-top: 25px;
  }
}
.t-story-project__address__en span {
  display: block;
  font-family: azo-sans-web, sans-serif;
}

.t-story-project__address__en-category {
  margin-bottom: 5px;
}

@media screen and (min-width: 1024px) {
  .t-story-project__address__en-category {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-project__address__en-category {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .t-story-project__address__en-name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-project__address__en-name {
    font-size: 1.5rem;
  }
}
.t-story-project__address__ja {
  font-weight: bold;
  position: absolute;
}

@media screen and (min-width: 1024px) {
  .t-story-project__address__ja {
    right: 8.33333%;
    bottom: -11px;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-project__address__ja {
    right: 3.38983%;
    bottom: -45px;
  }
}
.t-story-project__address__ja span {
  display: block;
}

.t-story-project__address__ja-category {
  font-size: 1.2rem;
  padding: 9px 9px;
  margin-left: 5px;
}

.t-story-project__address__ja-name {
  line-height: 1;
  font-size: 2.5rem;
  padding: 16px 8px;
}

.t-story-story {
  border-bottom: solid 1px #d8d8d8;
}

@media screen and (min-width: 1024px) {
  .t-story-story {
    padding-bottom: 150px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-story {
    padding-bottom: 70px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .t-story-section:nth-of-type(2n-1) .t-story-section__visual div {
    right: 9.09091%;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-section:nth-of-type(2n-1) .t-story-section__visual p {
    left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-section:nth-of-type(2n-1) .t-story-section__visual h2 {
    right: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .t-story-section:nth-of-type(2n) .t-story-section__visual div {
    left: 9.09091%;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-section:nth-of-type(2n) .t-story-section__visual p {
    right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-section:nth-of-type(2n) .t-story-section__visual h2 {
    left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .t-story-section:not(:last-of-type) {
    margin-bottom: 130px;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-section:not(:last-of-type) {
    margin-bottom: 90px;
  }
}
.t-story-section__visual {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .t-story-section__visual {
    height: 520px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-story-section__visual {
    height: 400px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 560px) {
  .t-story-section__visual {
    height: 300px;
    margin-bottom: 27px;
  }
}
.t-story-section__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}

.t-story-section__visual div {
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .t-story-section__visual div {
    top: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-section__visual div {
    width: 100%;
    height: 100%;
  }
}
.t-story-section__visual p {
  line-height: 1;
}

@media screen and (min-width: 1024px) {
  .t-story-section__visual p {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-section__visual p {
    position: absolute;
    bottom: 20px;
  }
}
.t-story-section__visual p span {
  display: inline-block;
  vertical-align: bottom;
  background-color: #ffffff;
}

.t-story-section__visual p span:nth-of-type(1) {
  font-family: azo-sans-web, sans-serif;
  font-weight: 300;
  font-style: italic;
  padding: 3px;
  font-size: 1.5rem;
  margin-right: -5px;
}

.t-story-section__visual p span:nth-of-type(2) {
  font-family: azo-sans-web, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 4rem;
  padding: 0px 4px;
}

@media screen and (min-width: 1024px) {
  .t-story-section__visual h2 {
    font-size: 3rem;
    line-height: 1.66667;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-section__visual h2 {
    position: absolute;
    top: -20px;
    font-size: 2rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1024px) {
  .t-story-section__visual h2 > span {
    padding: 12px 7px;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-section__visual h2 > span {
    padding: 9px 7.5px;
  }
}
.t-story-section__content {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .t-story-section__content {
    width: 90%;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-section__content {
    width: 100%;
  }
}
.t-story-section__content p {
  line-height: 2.22222;
}

@media screen and (min-width: 1024px) {
  .t-story-section__content p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-section__content p {
    font-size: 1.4rem;
  }
}
.t-story-section__content p:not(:last-of-type) {
  margin-bottom: 2.11111em;
}

@media screen and (min-width: 1024px) {
  .t-story-section__layout {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-section__layout {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .t-story-section__layout:nth-of-type(2n-1) div {
    margin-left: -11%;
    float: left;
  }
}
@media screen and (min-width: 1024px) {
  .t-story-section__layout:nth-of-type(2n-1) p {
    float: right;
  }
}
@media screen and (min-width: 1024px) {
  .t-story-section__layout:nth-of-type(2n) div {
    margin-right: -11%;
    float: right;
  }
}
@media screen and (min-width: 1024px) {
  .t-story-section__layout:nth-of-type(2n) p {
    float: left;
  }
}
@media screen and (min-width: 1024px) {
  .t-story-section__layout:not(:last-of-type) {
    margin-bottom: 90px;
  }
}
.t-story-section__layout::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.t-story-section__layout div {
  max-width: 280px;
}

@media screen and (min-width: 1024px) {
  .t-story-section__layout div {
    width: 31.11111%;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-section__layout div {
    margin: 0 auto 22px;
  }
}
.t-story-section__layout div img {
  border-radius: 5px;
}

@media screen and (min-width: 1024px) {
  .t-story-section__layout p {
    width: 71.11111%;
    margin-top: -10px;
  }
}
@media screen and (min-width: 1024px) {
  .t-story-aside {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .t-story-aside {
    margin-bottom: 80px;
  }
}
.t-story-aside li {
  margin: 0 auto;
}

.t-top-visual {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 561px) {
  .t-top-visual {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-top-visual {
    padding-top: 60px;
  }
}
@media screen and (max-width: 560px) {
  .t-top-visual {
    padding-top: 20px;
    margin-bottom: 40px;
  }
}
body.is-load .t-top-visual__text, body.is-load .t-top-visual__slider {
  opacity: 1;
  transition: opacity 400ms 1000ms linear;
}

.t-top-visual__text, .t-top-visual__slider {
  opacity: 0;
}

.t-top-visual__slider li {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .t-top-visual__slider li {
    width: 1000px;
    height: 780px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-top-visual__slider li {
    width: 800px;
    height: 624px;
  }
}
@media screen and (max-width: 560px) {
  .t-top-visual__slider li {
    width: 315px;
    height: 320px;
  }
}
.t-top-visual__slider img {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1024px) {
  .t-top-visual__slider img {
    width: calc(100% - 100px);
    margin-left: 50px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-top-visual__slider img {
    width: calc(100% - 60px);
    margin-left: 30px;
  }
}
@media screen and (max-width: 560px) {
  .t-top-visual__slider img {
    width: calc(100% - 20px);
    margin-left: 10px;
  }
}
.t-top-visual__text {
  position: absolute;
  z-index: 1;
}

@media screen and (min-width: 561px) {
  .t-top-visual__text {
    left: 8%;
    bottom: 55px;
  }
}
@media screen and (min-width: 1024px) {
  .t-top-visual__text {
    left: 13.33333%;
  }
}
@media screen and (max-width: 560px) {
  .t-top-visual__text {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.t-top-visual__en {
  text-transform: uppercase;
  font-family: azo-sans-web, sans-serif;
  line-height: 1.05;
}

@media screen and (min-width: 1024px) {
  .t-top-visual__en {
    font-size: 10rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-top-visual__en {
    font-size: 6.6rem;
  }
}
@media screen and (max-width: 560px) {
  .t-top-visual__en {
    font-size: 4rem;
    position: absolute;
    left: 8%;
    bottom: 20px;
    z-index: 2;
  }
}
.t-top-visual__en span {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .t-top-visual__en span {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-top-visual__en span {
    padding: 0 7px;
  }
}
@media screen and (max-width: 560px) {
  .t-top-visual__en span {
    padding: 0 5px;
  }
}
.t-top-visual__en span::after {
  content: "";
  display: block;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .t-top-visual__en span::after {
    height: calc(100% - 28px);
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-top-visual__en span::after {
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 560px) {
  .t-top-visual__en span::after {
    height: calc(100% - 12px);
  }
}
.t-top-visual__ja {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1;
}

@media screen and (min-width: 561px) {
  .t-top-visual__ja {
    width: 215px;
    height: 40px;
    background-image: url("../img/top/visual_ja-pc.png");
    margin-top: 17px;
  }
}
@media screen and (max-width: 560px) {
  .t-top-visual__ja {
    width: 30px;
    height: 175px;
    background-image: url("../img/top/visual_ja-sp.png");
    position: absolute;
    top: 10px;
    right: 16%;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .t-top-intro {
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-top-intro {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 560px) {
  .t-top-intro {
    padding-bottom: 50px;
  }
}
.t-top-intro__inner {
  max-width: 1300px;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .t-top-intro__inner {
    display: flex;
    justify-content: space-between;
    width: 90%;
  }
}
@media screen and (max-width: 1023px) {
  .t-top-intro__inner {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .t-top-intro__content {
    width: 225px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .t-top-intro__content {
    max-width: 500px;
    width: 90%;
    margin: 0 auto 60px;
  }
}
.t-top-intro__title {
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  font-family: azo-sans-web, sans-serif;
  font-size: 1.2rem;
}

@media screen and (min-width: 561px) {
  .t-top-intro__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .t-top-intro__title {
    margin-bottom: 20px;
  }
}
.t-top-intro__title span {
  display: inline-block;
  border-bottom: solid 2px #000000;
  padding-bottom: 5px;
}

.t-top-intro__copy {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .t-top-intro__copy {
    border-bottom: solid 3px #000000;
    padding-bottom: 40px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .t-top-intro__copy {
    margin-bottom: 30px;
  }
}
.t-top-intro__copy h3 {
  letter-spacing: 0.1em;
}

@media screen and (min-width: 561px) {
  .t-top-intro__copy h3 {
    font-size: 4rem;
    line-height: 1.375;
  }
}
@media screen and (max-width: 560px) {
  .t-top-intro__copy h3 {
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 561px) {
  .t-top-intro__copy h3 > span {
    padding: 6px 5px;
  }
}
@media screen and (max-width: 560px) {
  .t-top-intro__copy h3 > span {
    padding: 6px 5px;
  }
}
.t-top-intro__paragraph {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 2.14286;
}

@media screen and (min-width: 321px) {
  .t-top-intro__paragraph {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .t-top-intro__paragraph {
    text-align: justify;
  }
}
@media screen and (max-width: 768px) {
  .t-top-intro__paragraph {
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .t-top-intro__paragraph {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .t-top-intro__figure {
    max-width: 1020px;
    width: calc(100% - 265px);
    margin-right: -20px;
  }
}
.t-top-intro__figure.is-open figure {
  height: 100%;
  height: auto;
}

.t-top-intro__figure.is-open figure::after {
  display: none;
}

.t-top-intro__figure figure {
  position: relative;
  overflow: hidden;
  transition: height 370ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media screen and (min-width: 769px) {
  .t-top-intro__figure figure {
    height: 1220px;
  }
}
@media screen and (max-width: 768px) {
  .t-top-intro__figure figure {
    height: 143vw;
  }
}
.t-top-intro__figure figure::after {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(0deg, #f1f1f1, rgba(241, 241, 241, 0.8), rgba(241, 241, 241, 0.7), rgba(241, 241, 241, 0));
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 769px) {
  .t-top-intro__figure figure::after {
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .t-top-intro__figure figure::after {
    height: 70px;
  }
}
.t-top-intro__figure__more {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .t-top-intro__figure__more {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .t-top-intro__figure__more {
    margin-top: 12px;
    padding: 0 5%;
  }
}
.t-top-intro__figure__more.is-open {
  display: none;
}

.t-top-intro__figure__more::before, .t-top-intro__figure__more::after {
  content: "";
  display: block;
  max-width: 230px;
  width: 45.09804%;
  height: 1px;
  background-color: #000000;
  margin-top: 30px;
}

@media screen and (max-width: 1023px) {
  .t-top-intro__figure__more .c-circle__icon {
    width: 40px;
    height: 40px;
  }
}
.t-top-intro__figure__more .c-circle__text {
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  .t-top-intro__figure__more .c-circle__text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .t-top-intro__figure__more .c-circle__text {
    margin-top: 15px;
  }
}
@media screen and (min-width: 769px) {
  .t-top-game {
    height: 480px;
  }
}
@media screen and (max-width: 768px) {
  .t-top-game {
    margin-bottom: 80px;
  }
}
.t-top-game a {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .t-top-game a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 204, 255, 0.2);
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .t-top-game a {
    display: block;
    background-image: url("../img/top/game_banner-sp.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.t-top-game a.is-hover:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .t-top-game a::before, .t-top-game a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  .t-top-game a::before {
    background-image: url("../img/top/game_banner-pc_bg_pattern.png");
    background-size: 16px;
    background-repeat: repeat;
    background-position: center;
    opacity: 0.11;
    z-index: 0;
  }
}
@media screen and (min-width: 769px) {
  .t-top-game a::after {
    background-image: url("../img/top/game_banner-pc_bg.png");
    background-size: 1500px 480px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .t-top-game a::after {
    content: "";
    display: block;
    padding-top: 63.86667%;
  }
}
.t-top-game h2 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .t-top-game h2 {
    position: relative;
    z-index: 2;
    width: 568px;
    height: 285px;
    background-image: url("../img/top/game_banner-pc_title.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .t-top-game h2 {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.t-top-section {
  position: relative;
  background-color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .t-top-section {
    max-width: 1420px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 80px 60px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-top-section {
    padding: 70px 5%;
  }
}
@media screen and (max-width: 560px) {
  .t-top-section {
    padding: 60px 5%;
  }
}
.t-top-section__en {
  display: flex;
  align-items: center;
  position: absolute;
  text-transform: uppercase;
  font-family: azo-sans-web, sans-serif;
  letter-spacing: 0.05em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 1024px) {
  .t-top-section__en {
    top: 40px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-top-section__en {
    top: 35px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 560px) {
  .t-top-section__en {
    top: 30px;
    font-size: 1rem;
  }
}
.t-top-section__en::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #000000;
}

@media screen and (min-width: 1024px) {
  .t-top-section__en::before {
    width: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .t-top-section__en::before {
    width: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .t-top-section__title {
    width: 100px;
    margin-top: -100px;
  }
}
@media screen and (max-width: 1023px) {
  .t-top-section__title > div {
    position: static;
  }
}
.t-top-section__title p {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}

@media screen and (min-width: 1024px) {
  .t-top-section__title p {
    font-weight: bold;
    line-height: 2;
    height: 250px;
  }
}
@media screen and (max-width: 1023px) {
  .t-top-section__title p {
    display: none;
  }
}
.t-top-section__title__title {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .t-top-section__title__title {
    padding-bottom: 17px;
    margin-bottom: 27px;
    border-bottom: solid 3px #000000;
  }
}
.t-top-section__title__title h2 {
  letter-spacing: 0.1em;
  white-space: nowrap;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}

@media screen and (min-width: 1024px) {
  .t-top-section__title__title h2 {
    font-size: 4rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 1023px) {
  .t-top-section__title__title h2 {
    position: absolute;
    z-index: 3;
    line-height: 1.59091;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-top-section__title__title h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 560px) {
  .t-top-section__title__title h2 {
    font-size: 2.2rem;
  }
}
.t-top-section__title__title span {
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .t-top-section__title__title span {
    line-height: 1.25;
  }
}
@media screen and (max-width: 1023px) {
  .t-top-section__title__title span {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1023px) {
  .t-top-section__title__title span {
    padding: 7px 4px;
  }
}
.t-top-section__content {
  flex: 1;
}

@media screen and (min-width: 1024px) {
  .t-top-section--odd .t-top-section__en {
    right: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .t-top-section--odd .t-top-section__en {
    right: 5%;
  }
}
@media screen and (min-width: 1024px) {
  .t-top-section--odd .t-top-section__en::before {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .t-top-section--odd .t-top-section__en::before {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .t-top-section--odd .t-top-section__title {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .t-top-section--odd .t-top-section__title h2 {
    top: -20px;
    left: 35px;
  }
}
@media screen and (max-width: 414px) {
  .t-top-section--odd .t-top-section__title h2 {
    left: 8.5%;
  }
}
.t-top-section--even {
  flex-direction: row-reverse;
}

.t-top-section--even .t-top-section__en {
  flex-direction: row-reverse;
}

@media screen and (min-width: 1024px) {
  .t-top-section--even .t-top-section__en {
    left: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .t-top-section--even .t-top-section__en {
    left: 5%;
  }
}
@media screen and (min-width: 1024px) {
  .t-top-section--even .t-top-section__en::before {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .t-top-section--even .t-top-section__en::before {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1024px) {
  .t-top-section--even .t-top-section__title {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .t-top-section--even .t-top-section__title h2 {
    top: -40px;
    right: 35px;
  }
}
@media screen and (max-width: 414px) {
  .t-top-section--even .t-top-section__title h2 {
    right: 8.5%;
  }
}
.t-top-story .t-top-section::before, .t-top-story .t-top-section::after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  .t-top-story .t-top-section::before {
    background-image: url("../img/common/illust/07.png");
    width: 269.6px;
    height: 64.8px;
    top: -27px;
    left: 313px;
  }
}
@media screen and (min-width: 1024px) {
  .t-top-story .t-top-section::before {
    width: 337px;
    height: 81px;
  }
}
@media screen and (max-width: 768px) {
  .t-top-story .t-top-section::before {
    background-image: url("../img/common/illust/11.png");
    width: 103.5px;
    height: 47.5px;
    top: -31px;
    left: 48.53333%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .t-top-story .t-top-section::after {
    background-image: url("../img/common/illust/09.png");
    width: 116px;
    height: 101.5px;
    left: 150px;
    bottom: -25px;
  }
}
@media screen and (min-width: 769px) {
  .t-top-story__content {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .t-top-story__content::before {
    content: "";
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    pointer-events: none;
    background-image: url("../img/common/illust/08.png");
    width: 133.5px;
    height: 41px;
    right: 64px;
    bottom: -19px;
  }
}
@media screen and (min-width: 769px) {
  .t-top-story__content li {
    width: 47.36842%;
  }
}
@media screen and (max-width: 768px) {
  .t-top-story__content li {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .t-top-story__content li:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 560px) {
  .t-top-interview .t-top-section {
    padding-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .t-top-interview .t-top-section::before {
    content: "";
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    pointer-events: none;
    background-image: url("../img/common/illust/12.png");
    width: 34px;
    height: 63.5px;
    top: -25px;
    left: 62.26667%;
  }
}
.t-top-interview .t-top-section__title__icon {
  background-image: url("../img/common/illust/06.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1024px) {
  .t-top-interview .t-top-section__title__icon {
    width: 118px;
    height: 150px;
    margin: 110px auto 0;
  }
}
.t-top-interview__list {
  position: relative;
}

.t-top-interview__list::before, .t-top-interview__list::after {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  pointer-events: none;
}

.t-top-interview__list::before {
  background-image: url("../img/common/illust/05.png");
}

@media screen and (min-width: 769px) {
  .t-top-interview__list::before {
    width: 106.4px;
    height: 62.8px;
    top: -110px;
    right: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .t-top-interview__list::before {
    width: 133px;
    height: 78.5px;
    top: -110px;
    right: -2px;
  }
}
@media screen and (max-width: 768px) {
  .t-top-interview__list::before {
    width: 81.5px;
    height: 48.5px;
    bottom: -60px;
    right: 3px;
  }
}
@media screen and (max-width: 560px) {
  .t-top-interview__list::after {
    background-image: url("../img/common/illust/13.png");
    width: 60.5px;
    height: 52.5px;
    bottom: -60px;
    left: 0;
  }
}
@media screen and (max-width: 560px) {
  .t-top-interview__list__inner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.t-top-interview__list__inner ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 560px) {
  .t-top-interview__list__inner ul {
    width: calc(1605px + 10vw);
    padding-right: 5vw;
    padding-left: 5vw;
  }
}
@media screen and (min-width: 1024px) {
  .t-top-interview__list__inner li {
    width: 29.82456%;
  }
  .t-top-interview__list__inner li:not(:nth-of-type(3n)) {
    margin-right: 5.26316%;
  }
  .t-top-interview__list__inner li:nth-of-type(n+4) {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-top-interview__list__inner li {
    width: 48%;
  }
  .t-top-interview__list__inner li:nth-of-type(2n-1) {
    margin-right: 4%;
  }
  .t-top-interview__list__inner li:nth-of-type(n+3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 560px) {
  .t-top-interview__list__inner li {
    width: 305px;
  }
  .t-top-interview__list__inner li:not(:last-of-type) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .t-top-interview__list__inner h3 {
    font-size: calc(1rem + 0.5vw);
  }
}
@media screen and (min-width: 1280px) {
  .t-top-interview__list__inner h3 {
    font-size: calc(1rem + 0.75vw);
  }
}
@media screen and (min-width: 1400px) {
  .t-top-interview__list__inner h3 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .t-top-interview__list__inner .p-interview-card__category {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1280px) {
  .t-top-interview__list__inner .p-interview-card__category {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .t-top-interview__list__inner h4 {
    font-size: calc(1rem + 0.5vw);
  }
}
@media screen and (min-width: 1280px) {
  .t-top-interview__list__inner h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 560px) {
  .t-top-interview__list__inner h4 {
    font-size: 2.2rem;
    right: 20px;
  }
}
@media screen and (min-width: 561px) {
  .t-top-interview__list__inner h4 > span {
    padding: 0.27em 0.296em;
  }
}
@media screen and (max-width: 560px) {
  .t-top-interview__list__inner h4 > span {
    padding: 5px 6.5px;
  }
}
@media screen and (max-width: 560px) {
  .t-top-interview__list__inner .p-interview-card__info {
    left: 20px;
  }
}
.t-top-interview__list__dummy {
  width: 99.11765%;
  margin-top: 19%;
  margin-left: -2.94118%;
}

@media screen and (min-width: 1024px) {
  .t-top-news {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1023px) {
  .t-top-news {
    margin-bottom: 83px;
  }
}
.t-top-news__inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  .t-top-news__heading {
    margin-right: 20px;
  }
}
.t-top-news__heading h2 {
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 1023px) {
  .t-top-news__heading h2 {
    margin: 0 auto 47px;
  }
}
.t-top-news__heading h2 span {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1024px) {
  .t-top-news__heading h2 span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .t-top-news__heading h2 span {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .t-top-news__list {
    width: 84.61538%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .t-top-news__list {
    flex: 1;
    padding-top: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .t-top-news__list > * {
    width: 18.84615%;
  }
  .t-top-news__list > *:not(:nth-of-type(4)) {
    margin-right: 8.15385%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  .t-top-news__list > * {
    width: 48%;
  }
  .t-top-news__list > *:nth-of-type(2n-1) {
    margin-right: 4%;
  }
  .t-top-news__list > *:nth-of-type(n+3) {
    margin-top: 55px;
  }
}
@media screen and (max-width: 560px) {
  .t-top-news__list > * {
    width: 100%;
    margin-right: 0;
  }
  .t-top-news__list > *:not(:last-of-type) {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .t-top-news__more {
    margin-top: 20px;
    margin-right: -5px;
    margin-left: -5px;
  }
}
body.ua-ie {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body.ua-ie .p-service-card__inner > div {
  height: 0%;
}

@media screen and (min-width: 1024px) {
  body.ua-ie .t-housing-section__title {
    font-size: 2.2rem;
    line-height: 2.15;
  }
}
@media screen and (min-width: 1024px) {
  body.ua-windows .t-housing-section__title > span {
    padding: 6px 11px;
  }
}
.page-link {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px auto 110px;
}

.page-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49.2%;
  height: 245px;
  background: url(/assets/img/service/housing/pagelink_bg01.jpg) center center;
  background-size: cover;
}

.page-link a:nth-child(2) {
  background-image: url(/assets/img/service/housing/pagelink_bg02.jpg);
}

.page-link a div {
  background: #fff;
  width: 85%;
  padding: 40px 0 37px;
}

.page-link h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.page-link h3 img {
  width: 151px;
}

.page-link a:nth-child(2) h3 img {
  width: 147px;
}

.page-link a:hover .c-circle__icon {
  border-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1023px) {
  .page-link {
    margin: 8vw auto 17.333vw;
  }
  .page-link a {
    width: 100%;
    height: 180px;
  }
  .page-link a div {
    position: relative;
    width: 91.259%;
    padding: 4.66vw 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-link h3 {
    width: 151px;
    text-align: center;
    margin-bottom: 0px;
  }
  .page-link a:first-child {
    margin-bottom: 4vw;
  }
  .page-link a:nth-child(2) h3 {
    width: 147px;
  }
  .page-link .c-circle {
    position: absolute;
    z-index: 10;
    left: calc(50% - 170px);
    top: 0;
    bottom: 0;
    margin: auto;
    margin: auto;
  }
}
@media screen and (max-width: 560px) {
  .page-link a {
    width: 100%;
    height: 100px;
  }
  .page-link a div {
    padding: 20px 0 25px;
  }
  .page-link .c-circle {
    left: calc(50% - 140px);
  }
  .page-link .c-circle--large .c-circle__icon {
    width: 40px;
    height: 40px;
  }
  .page-link h3 img {
    width: 120px;
  }
  .page-link a:nth-child(2) h3 img {
    width: 132px;
  }
}
.t-housing-main {
  position: relative;
  border-radius: 5px;
  background: url(/assets/img/service/housing/i-works_main.jpg) center center;
  background-size: cover;
  height: 660px;
  padding-top: 220px;
  box-sizing: border-box;
}

.t-housing-main.casa {
  background-image: url(/assets/img/service/housing/casacago_main.jpg);
}

.t-housing-main div {
  width: 80%;
  max-width: 640px;
  background: #fff;
  padding: 63px 0 55px 70px;
  box-sizing: border-box;
}

.t-housing-main h3 {
  position: relative;
  width: 312px;
  margin-bottom: 11px;
}

.t-housing-main.casa h3 {
  width: 255px;
}

.t-housing-main p {
  font-size: 1.4rem;
}

.t-housing-main__text {
  width: 90%;
  max-width: 1130px;
  margin: 90px auto 120px;
  font-size: 1.8rem;
  line-height: 2.22222;
  text-align: justify;
  font-weight: bold;
  letter-spacing: 0.025em;
}

@media screen and (max-width: 1023px) {
  .t-housing-main {
    padding-top: 0px;
    height: 70vw;
  }
  .t-housing-about__articles .t-housing-main h3, .t-housing-about__articles .casa h3 {
    top: auto;
    right: auto;
  }
  .t-housing-main div {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 50px 0 55px 35px;
    height: 180px;
  }
  .t-housing-main__text {
    margin: 6.9vw auto 10vw;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-main {
    height: auto;
    margin-bottom: 100px;
  }
  .t-housing-main:after {
    content: "";
    display: block;
    padding-top: 100%;
    position: relative;
    z-index: 1;
  }
  .t-housing-main div {
    top: auto;
    margin: 0;
    bottom: -50px;
    margin: auto;
    width: 89.55%;
    padding: 15px 0 0 25px;
    height: 95px;
  }
  .t-housing-main h3 {
    width: 140px;
    margin-bottom: 0;
  }
  .t-housing-main.casa h3 {
    width: 145px;
  }
  .t-housing-main p {
    font-size: 1.2rem;
  }
  .t-housing-main__text {
    margin: 75px auto 53px;
  }
}
.t-housing-about02 {
  padding-top: 140px;
  border-top: 1px solid #c1c1c1;
  margin-top: 140px;
}

.t-housing-about02 .t-housing-about__articles {
  margin-bottom: 120px;
}

@media screen and (max-width: 1023px) {
  .t-housing-about02 {
    overflow: hidden;
  }
  .t-housing-about02 .t-housing-about__articles {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-about02 {
    padding-top: 80px;
    margin-top: 80px;
  }
  .t-housing-about02 .t-housing-about__articles {
    margin-bottom: 40px;
  }
}
.t-housing-about__layout-03 article {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

.t-housing-about__layout-03 article:nth-child(2) {
  flex-direction: row;
  margin: 140px 0;
}

.t-housing-about__layout-03 article:nth-child(3) {
  display: block;
  position: relative;
  padding-top: 95px;
  margin-bottom: 90px;
}

.t-housing-about__layout-03 figure {
  width: 53.07692%;
}

.t-housing-about__layout-03 figure img {
  max-width: 110.5%;
  border-radius: 5px 0 0 5px;
}

.t-housing-about__layout-03 article:nth-child(3) figure {
  position: absolute;
  top: 0;
  left: 46.92308%;
  z-index: 0;
}

.t-housing-about__layout-03 figure img {
  max-width: 110.5%;
  border-radius: 5px 0 0 5px;
}

.t-housing-about__layout-03 article:nth-child(2) figure img {
  position: relative;
  border-radius: 0 5px 5px 0;
  left: -10.5%;
}

.t-housing-about__layout-03 .text_area {
  width: 39.38462%;
}

.t-housing-about__layout-03 article:nth-child(3) .text_area {
  position: relative;
  width: 100%;
  z-index: 10;
}

.t-housing-about__layout-03 .s_txt {
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  margin: 50px 0 10px;
}

.t-housing-about__layout-03 h3 {
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
}

.t-housing-about__layout-03 article:nth-child(2) h3, .t-housing-about__layout-03 article:nth-child(3) h3 {
  margin-top: 42px;
}

.t-housing-about__layout-03 p {
  font-size: 1.8rem;
  line-height: 2.22222;
  font-weight: bold;
  margin-top: 38px;
}

.t-housing-about__layout-03 ul {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.t-housing-about__layout-03 ul li {
  width: 31.769%;
  background: #fff;
  padding: 50px 50px 40px;
  box-sizing: border-box;
}

.t-housing-about__layout-03 ul span {
  font-size: 1.5rem;
  color: #000000;
}

.t-housing-about__layout-03 ul h4 {
  font-size: 2rem;
  line-height: 2;
  margin: 10px 0 0;
}

.t-housing-about__layout-03 ul p {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 13px;
}

@media screen and (max-width: 1023px) {
  .t-housing-about__layout-03 article {
    display: block;
  }
  .t-housing-about__layout-03 article:nth-child(2) {
    margin: 10.7vw 0;
  }
  .t-housing-about__layout-03 article:nth-child(3) {
    display: block;
    position: relative;
    padding-top: 0;
    margin-bottom: 6.9vw;
  }
  .t-housing-about__layout-03 figure {
    width: 100%;
    text-align: right;
  }
  .t-housing-about__layout-03 figure img {
    max-width: 90%;
    border-radius: 0;
  }
  .t-housing-about__layout-03 .t-housing-section__title {
    position: absolute;
    z-index: 10;
    left: 0;
    top: -20px;
    text-align: left;
    font-size: 3rem;
  }
  .t-housing-about__layout-03 article:nth-child(3) figure {
    position: relative;
    top: 0;
    left: auto;
    z-index: 0;
  }
  .t-housing-about__layout-03 article:nth-child(2) figure img {
    position: relative;
    border-radius: 0;
    left: auto;
  }
  .t-housing-about__layout-03 .text_area {
    width: 100%;
  }
  .t-housing-about__layout-03 article:nth-child(3) .text_area {
    position: relative;
    width: 100%;
    z-index: 10;
  }
  .t-housing-about__layout-03 .s_txt {
    margin: 15px 0 10px;
  }
  .t-housing-about__layout-03 h3 {
    position: relative;
    font-size: 2.2rem;
    font-weight: bold;
    top: auto;
    right: auto;
  }
  .t-housing-about__layout-03 article:nth-child(2) h3 {
    margin-top: 30px;
  }
  .t-housing-about__layout-03 p {
    font-size: 1.6rem;
    line-height: 2.22222;
    font-weight: bold;
    margin-top: 20px;
  }
  .t-housing-about__layout-03 ul li {
    width: 31.769%;
    background: #fff;
    padding: 50px 20px 40px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 769px) {
  .t-housing-about__layout-03 ul li {
    width: 48%;
  }
  .t-housing-about__layout-03 ul li:nth-child(3) {
    margin-left: 26%;
    margin-top: 30px;
  }
  .t-housing-about__layout-03 ul h4 {
    font-size: 1.7rem;
    line-height: 1.588;
    margin: 10px 0 0;
  }
  .t-housing-about__layout-03 ul p {
    font-size: 1.3rem;
    line-height: 1.92;
    margin-top: 13px;
  }
}
@media screen and (max-width: 560px) {
  .spwt {
    width: 100%;
  }
  .t-housing-main.casa, .t-housing-about__layout-03 article {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .t-housing-main.casa {
    margin-bottom: 90px;
    margin-bottom: 90px;
  }
  .t-housing-about__layout-03 article:nth-child(2) {
    margin: 60px auto;
  }
  .t-housing-about__layout-03 article:nth-child(3) {
    margin-bottom: 60px;
  }
  .t-housing-about__layout-03 figure img {
    max-width: 100%;
  }
  .t-housing-about__layout-03 .t-housing-section__title {
    top: -15px;
    font-size: 2rem;
  }
  .t-housing-about__layout-03 .s_txt {
    margin: 15px 0 10px;
    font-size: 1.4rem;
    font-weight: normal;
  }
  .t-housing-about__layout-03 h3 {
    font-size: 2rem;
    top: auto;
    right: auto;
  }
  .t-housing-about__layout-03 article:nth-child(2) h3, .t-housing-about__layout-03 article:nth-child(3) h3 {
    margin-top: 30px;
  }
  .t-housing-about__layout-03 p {
    font-size: 1.8rem;
    line-height: 2.22222;
    font-weight: bold;
    margin-top: 38px;
  }
  .t-housing-about__layout-03 p {
    font-size: 1.5rem;
    line-height: 2;
    margin-top: 20px;
  }
  .t-housing-about__layout-03 ul {
    display: block;
    width: 100%;
  }
  .t-housing-about__layout-03 ul li {
    position: relative;
    width: 100%;
    padding: 40px 20px 35px;
    box-sizing: border-box;
  }
  .t-housing-about__layout-03 ul li:nth-child(2) {
    margin: 20px 0;
  }
  .t-housing-about__layout-03 ul li:nth-child(3) {
    margin-left: 0;
    margin-top: 0;
  }
  .t-housing-about__layout-03 ul p {
    font-size: 1.3rem;
    line-height: 1.92;
    margin-top: 12px;
  }
}
.t-housing-about__layout-04 {
  position: relative;
  padding-left: 28.4615%;
  box-sizing: border-box;
  margin: 150px 0 90px;
  z-index: 10;
}

.t-housing-about__layout-04 h2 {
  position: absolute;
  top: 0;
  left: 50px;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  line-height: 4.5;
}

.t-housing-about__layout-04 h2 span {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  padding: 16px 7px;
  letter-spacing: 0.1em;
  line-height: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-size: 5rem;
  font-weight: bold;
  z-index: 10;
}

.t-housing-about__layout-04 h3 {
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 90px 0 35px;
}

.t-housing-about__layout-04 p {
  font-size: 1.8rem;
  line-height: 2.222;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  .t-housing-about__layout-04 {
    padding-left: 0;
    margin-top: 110px;
  }
  .t-housing-about__layout-04 h2 {
    position: relative;
    display: block;
    margin: -70px auto 0;
    left: auto;
    font-size: 3.4rem;
    width: 204px;
    line-height: 2;
  }
  .t-housing-about__layout-04 h2 span {
    font-size: 3.4rem;
  }
  .t-housing-about__layout-04 h3 {
    font-size: 2.2rem;
    top: auto;
    right: auto;
    margin: 55px 0 25px;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-about__layout-04 {
    margin-top: 70px;
    margin-bottom: 55px;
  }
  .t-housing-about__layout-04 figure {
    width: 90%;
    margin: 0 auto;
  }
  .t-housing-about__layout-04 h2 {
    width: 170px;
    line-height: 1.5;
  }
  .t-housing-about__layout-04 h2 span {
    font-size: 3rem;
  }
  .t-housing-about__layout-04 h3 {
    font-size: 2rem;
    width: 90%;
    margin: 45px auto 23px;
  }
  .t-housing-about__layout-04 p {
    font-size: 1.5rem;
    width: 90%;
    margin: 0 auto;
  }
}
.t-housing-about__layout-05 {
  position: relative;
  z-index: 5;
  text-align: right;
}

.t-housing-about__layout-05 figure {
  position: absolute;
  left: 0;
  width: 53.07692%;
  top: -150px;
}

.t-housing-about__layout-05 figure img {
  position: relative;
  border-radius: 0 5px 5px 0;
  left: -10.5%;
}

.t-housing-about__layout-05 div {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 76.9%;
  background: #fff;
  padding: 80px 0px 80px 88px;
  margin-bottom: 25px;
  box-sizing: border-box;
}

.t-housing-about__layout-05 div:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: -7.2%;
  z-index: 1;
}

.t-housing-about__layout-05 div h3 {
  position: relative;
  font-size: 2rem;
  line-height: 1.6666;
  z-index: 10;
  margin-bottom: 10px;
}

.t-housing-about__layout-05 div p {
  position: relative;
  font-size: 1.5rem;
  line-height: 2;
  z-index: 10;
}

@media screen and (max-width: 1023px) {
  .t-housing-about__layout-05 {
    position: relative;
    z-index: 5;
    text-align: right;
    margin-bottom: -100px;
  }
  .t-housing-about__layout-05 figure {
    position: relative;
    left: -6%;
    width: 112%;
    top: 0;
  }
  .t-housing-about__layout-05 figure img {
    border-radius: 0;
    left: 0;
  }
  .t-housing-about__layout-05 div {
    width: 90%;
    padding: 6.1vw 0px 6.1vw 6.1vw;
    margin-bottom: 25px;
    top: -100px;
  }
  .t-housing-about__layout-05 div h3 {
    position: relative;
    font-size: 2rem;
    top: auto;
    right: auto;
    line-height: 1.6666;
    z-index: 10;
    margin-bottom: 10px;
  }
  .t-housing-about__layout-05 div p {
    position: relative;
    font-size: 1.5rem;
    line-height: 2;
    z-index: 10;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-about__layout-05 {
    margin-bottom: -110px;
  }
  .t-housing-about__layout-05 div {
    width: 95%;
    padding: 34px 35px 32px 35px;
    margin-bottom: 25px;
    top: -100px;
  }
  .t-housing-about__layout-05 div h3 {
    font-size: 1.7rem;
    line-height: 1.58823;
    margin-bottom: 10px;
  }
  .t-housing-about__layout-05 div p {
    font-size: 1.3rem;
    line-height: 1.923;
  }
}
.t-housing-official.casa {
  margin-bottom: 160px;
}

.t-housing-official.casa a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/service/housing/casacago_offical_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: right;
}

.t-housing-official.casa .t-housing-official__logo {
  width: 315px;
}

@media screen and (max-width: 1023px) {
  .t-housing-official.casa {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 560px) {
  .t-housing-official.casa {
    margin-bottom: 20px;
  }
  .t-housing-official.casa a {
    text-align: center;
  }
  .t-housing-official.casa .t-housing-official__logo {
    width: 170px;
  }
  .t-housing-official.casa h2 span {
    text-align: center;
  }
}
/*221209追加*/
@media screen and (min-width: 769px) {
  .t-interview-takayuki-yokoyama .l-hero__bg div div {
    background-image: url("../img/interview/takayuki-yokoyama/hero-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .t-interview-takayuki-yokoyama .l-hero__bg div div {
    background-image: url("../img/interview/takayuki-yokoyama/hero-sp.jpg");
  }
}
.t-interview-detail-schedule__txt {
  max-width: 900px;
  padding-top: 24px;
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .t-interview-detail-schedule__txt {
    padding-top: 20px;
  }
}
/*240220追加*/
.mission {
  position: relative;
  margin-bottom: 113px;
}

.mission p {
  position: relative;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  font-family: azo-sans-web, sans-serif;
  font-size: 1.8rem;
  margin-bottom: 5rem;
}
.mission p:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  margin: auto;
  width: 40px;
  height: 2px;
  background: #000;
}

.mission .title_wrap {
  display: flex;
  justify-content: center;
}

.mission h3 {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-size: 8rem;
  line-height: 1.875;
  letter-spacing: 0.4em;
  transform: translateX(5px);
}

.mission h3 span {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  padding: 0 33px 0 25px;
  font-feature-settings: "palt";
}

.mission h3 span:first-child {
  padding-right: 0;
}

.mission h3 span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 310px;
  background: #000;
}

@media screen and (max-width: 1023px) {
  .mission {
    margin-bottom: 90px;
  }
  .mission p {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
  .mission p:after {
    top: 25px;
    width: 30px;
    height: 2px;
  }
  .mission h3 {
    font-size: 5rem;
    transform: translateX(3px);
  }
  .mission h3 span {
    padding: 0 24px 0 15px;
  }
  .mission h3 span:before {
    width: 5px;
    height: calc(100% - 4px);
  }
}
/*240619追加*/
/* ----------------------------------------
 yuto-sueyama
---------------------------------------- */
@media screen and (min-width: 769px) {
  .t-interview-yuto-sueyama .l-hero__bg div div {
    background-image: url("../img/interview/yuto-sueyama/hero-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .t-interview-yuto-sueyama .l-hero__bg div div {
    background-image: url("../img/interview/yuto-sueyama/hero-sp.jpg");
  }
}
/* ----------------------------------------
 takuma-urata
---------------------------------------- */
@media screen and (min-width: 769px) {
  .t-interview-takuma-urata .l-hero__bg div div {
    background-image: url("../img/interview/takuma-urata/hero-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .t-interview-takuma-urata .l-hero__bg div div {
    background-image: url("../img/interview/takuma-urata/hero-sp.jpg");
  }
}
/* ----------------------------------------
 takeru-nishimoto
---------------------------------------- */
@media screen and (min-width: 769px) {
  .t-interview-takeru-nishimoto .l-hero__bg div div {
    background-image: url("../img/interview/takeru-nishimoto/hero-pc.jpg");
  }
}
@media screen and (max-width: 768px) {
  .t-interview-takeru-nishimoto .l-hero__bg div div {
    background-image: url("../img/interview/takeru-nishimoto/hero-sp.jpg");
  }
}
@media screen and (max-width: 560px) {
  .t-top-interview__list__inner ul {
    padding-bottom: 10px;
  }
  .t-top-interview .t-top-section {
    padding-bottom: 30px;
  }
}
/*251001追加*/
@media screen and (min-width: 769px) {
  .p-service-card:nth-child(n+4) {
    margin-top: 30px;
  }
}
.t-service-estate .t-service-section__title__icon {
  background-image: url(../img/common/illust/14.png);
  width: 116px;
  aspect-ratio: 116/92;
  margin-top: 65px;
}

@media screen and (max-width: 1023px) {
  .t-service-estate .t-service-section__title__icon {
    width: 60px;
    margin-top: 20px;
  }
}
.t-service-M_estate {
  width: 157px;
}

.t-game-greeting__address + a {
  display: block;
  margin-top: 100px;
}

@media screen and (min-width: 769px) {
  .t-game-greeting__address + a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .t-game-greeting__address + a {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 50px;
  }
}
/* Default Options */
/* Media Query */
/* Transform Font Size */
.l-header__logo a {
  background-image: url(../../../assets/img/common/logo_horizontal-black.svg);
}
.l-header__nav__main li {
  position: relative;
}
.l-header__nav__main a {
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
.l-header__nav__instagram a:after {
  background-image: url(../../../assets/img/common/icon/sns_instagram-gray.svg);
}
.l-header__nav__facebook a:after {
  background-image: url(../../../assets/img/common/icon/sns_facebook-gray.svg);
}
.l-header-dropdown {
  display: none;
}
@media screen and (min-width: 1028px) {
  .l-header__logo a {
    background-image: url(../../../assets/img/common/logo_vertical-black.svg);
  }
  .l-header-dropdown {
    padding-block-start: 10px;
    padding-inline-end: 1px;
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 100;
    box-sizing: border-box;
    transition: var(--hover-animation-speed);
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  [data-dropdown-open=service] .l-header-dropdown[data-name=service] {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  [data-dropdown-open=interview] .l-header-dropdown[data-name=interview] {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  [data-dropdown-open=recruit] .l-header-dropdown[data-name=recruit] {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .l-header-dropdown .list {
    padding: 0;
    padding-block: 10px;
    display: flex;
    flex-direction: column;
    align-items: inherit;
    gap: 0;
    list-style: none;
    background-color: var(--text-color);
    border-radius: 5px;
    box-sizing: border-box;
  }
  .l-header-dropdown .list li {
    border-block-end: 1px solid var(--text-color);
  }
  .l-header-dropdown .list li:last-child {
    border-block-end: 0;
  }
  .l-header-dropdown .list a {
    width: 100%;
    height: 40px;
    padding-inline: 20px;
    display: grid;
    grid-template-columns: 6px auto;
    align-items: center;
    column-gap: 10px;
    text-decoration: none;
    box-sizing: border-box;
    opacity: 0.8;
    transition: var(--hover-animation-speed);
  }
  .l-header-dropdown .list a:before {
    content: "";
    width: 6px;
    height: 1px;
    display: block;
    background-color: var(--bg-color);
  }
  .l-header-dropdown .list a span {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    color: var(--bg-color);
  }
  .l-header-dropdown .list a:hover {
    opacity: 1;
  }
}

.l-footer__logo a {
  background-image: url(../../../assets/img/common/logo_horizontal-white.svg);
}
.l-footer__copyright small {
  font-size: 0.625rem;
}
.l-footer__instagram a:before {
  background-image: url(../../../assets/img/common/icon/sns_instagram-white.svg);
}
.l-footer__facebook a:before {
  background-image: url(../../../assets/img/common/icon/sns_facebook-white.svg);
}

.l-nav__main__parent {
  padding: 0;
}
.l-nav__main__ja {
  font-size: 1.375rem;
}
.l-nav__main__children a {
  display: flex;
  font-size: 0.75rem;
}
.l-nav__sub a {
  font-size: 0.9375rem;
}
.l-nav__instagram a:before {
  background-image: url("../../../assets/img/common/icon/sns_instagram-black.svg");
}
.l-nav__facebook a:before {
  background-image: url("../../../assets/img/common/icon/sns_facebook-black.svg");
}
@media screen and (min-width: 1028px) {
  .l-nav__main__parent {
    padding: 0;
  }
  .l-nav__main__ja {
    font-size: 1.5625rem;
  }
  .l-nav__main__en {
    font-size: 0.75rem;
  }
  .l-nav__main__children a {
    font-size: 0.875rem;
  }
}

/* custom property ------------------------ */
:root {
  --contents-block-padding: max(5vw, 40px);
  --contents-inner-padding: max(5vw, 20px);
  --grid-column-guide: repeat(12, 1fr);
  --column-gap: max(2vw, 10px);
  --space-lg: clamp(120px, 15vw, 240px);
  --space-md: clamp(80px, 10vw, 160px);
  --space-sm: clamp(40px, 5vw, 80px);
  --space-xs: clamp(20px, 3vw, 40px);
  --space-xxs: clamp(10px, 1vw, 20px);
  --bg-color: rgba(255, 255, 255, 1);
  --text-color: rgba(0, 0, 0, 1);
  --accent-color: rgba(81, 69, 239, 1);
  --hover-animation-speed: all 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

/* layout ---------------------------------- */
html {
  font-size: 100%;
  line-height: 2;
}

p {
  line-height: 2;
}

/* layout ---------------------------------- */
.l-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.l-contents {
  width: 90%;
  max-width: 1420px;
  margin-inline: auto;
  margin-block-start: clamp(80px, 12vw, 200px);
  display: flex;
  flex-direction: column;
  row-gap: var(--space-sm);
}
.l-section {
  margin-block-start: var(--space-md);
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.l-section:first-child {
  margin-block-start: 0;
}
.l-section.u-bg {
  padding-block: var(--space-sm);
  padding-inline: var(--space-xs);
  background-color: var(--bg-color);
}
.l-section__title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1;
}
.l-section__title .jp {
  font-size: clamp(1.5rem, 1.0221238938rem + 1.3274336283vw, 2.25rem);
}
.l-section__title .jp br {
  display: none;
}
.l-section__title .en {
  font-size: clamp(0.625rem, 0.4657079646rem + 0.4424778761vw, 0.875rem);
  text-transform: uppercase;
}
.l-section__title .en br {
  display: none;
}
.l-section-inner {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.l-hero__ja {
  font-size: clamp(1.875rem, 1.078539823rem + 2.2123893805vw, 3.125rem);
}
.l-hero__en {
  font-size: clamp(0.625rem, 0.5453539823rem + 0.2212389381vw, 0.75rem);
}
.l-hero__bg {
  height: clamp(200px, 35vw, 560px);
  display: flex;
  align-items: center;
  background-color: var(--text-color);
}
.l-hero__bg:before {
  display: none;
}
.l-hero__bg img {
  width: 100%;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.65, 0, 0.35, 1);
}
.onLoadComplete .l-hero__bg img {
  opacity: 1;
  transition-delay: 0.2s;
}

.l-aside {
  margin-block-start: var(--space-lg);
}
.l-aside__list h2 {
  font-size: clamp(1.25rem, 1.1703539823rem + 0.2212389381vw, 1.375rem);
}
.l-aside__list p {
  font-size: 0.8125rem;
}
@media screen and (min-width: 1028px) {
  .l-contents {
    display: grid;
    grid-template-columns: var(--grid-column-guide);
    column-gap: var(--space-xxs);
  }
  .l-contents.wide {
    display: flex;
    row-gap: 0;
  }
  .l-container {
    grid-area: 1/4/2/13;
  }
  .l-section {
    display: grid;
    grid-template-columns: 180px 1fr;
    column-gap: var(--space-sm);
  }
  .l-section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  .l-section__title:before {
    content: "";
    width: 80px;
    height: 4px;
    display: block;
    background-color: var(--text-color);
    order: 1;
  }
  .l-section__title .jp {
    writing-mode: vertical-rl;
    font-feature-settings: normal;
    order: 0;
  }
  .l-section__title .jp br {
    display: block;
  }
  .l-section__title .en {
    order: 2;
    text-align: center;
  }
  .l-section__title .en br {
    display: block;
  }
  .l-section.u-bg {
    grid-template-columns: 100px 1fr;
  }
}

/* Project --------------------------------- */
.p-sidenav-inner {
  display: flex;
  flex-direction: column;
  row-gap: clamp(30px, 3vw, 40px);
}
.p-sidenav__title {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.p-sidenav__title:after {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  background-color: var(--text-color);
}
.p-sidenav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(15px, 1vw, 20px);
}
.p-sidenav-list li a {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  column-gap: clamp(5px, 0.5vw, 10px);
}
.p-sidenav-list li a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transition: var(--hover-animation-speed);
}
.p-sidenav-list li a .icon svg {
  width: 6px;
  fill: var(--text-color);
  transition: var(--hover-animation-speed);
}
.p-sidenav-list li a span {
  font-size: clamp(1rem, 0.9203539823rem + 0.2212389381vw, 1.125rem);
  font-weight: 600;
  line-height: 1;
}
.p-sidenav-list li a:hover .icon, .p-sidenav-list li a.current .icon {
  background-color: var(--text-color);
}
.p-sidenav-list li a:hover .icon svg, .p-sidenav-list li a.current .icon svg {
  fill: var(--bg-color);
}
@media screen and (min-width: 1028px) {
  .p-sidenav {
    grid-area: 1/1/2/4;
  }
  .p-sidenav-inner {
    position: sticky;
    top: 120px;
  }
  .p-sidenav-list {
    display: flex;
    flex-direction: column;
  }
}

/* component ------------------------------- */
.c-button {
  width: 100%;
  max-width: 400px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--text-color);
  border: 2px solid var(--text-color);
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: var(--bg-color) !important;
  box-sizing: border-box;
  transition: var(--hover-animation-speed);
}
.c-button:hover {
  background-color: var(--bg-color);
  color: var(--text-color) !important;
}
.c-notice {
  padding-inline: var(--inner-padding);
  list-style: none;
  text-decoration: none;
}
.c-notice li {
  padding-inline-start: 1em;
  text-indent: -1em;
  font-size: clamp(0.6875rem, 0.6078539823rem + 0.2212389381vw, 0.8125rem);
  line-height: 1.4;
}
.c-notice li:before {
  content: "※";
}
.c-form {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.c-form-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  border-block-start: 1px solid rgba(0, 0, 0, 0.1);
}
.c-form .item {
  padding-block: clamp(20px, 1.5vw, 30px);
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  border-block-end: 1px solid rgba(0, 0, 0, 0.1);
}
.c-form label {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: clamp(0.875rem, 0.7953539823rem + 0.2212389381vw, 1rem);
  font-weight: 600;
  line-height: 1;
}
.c-form label:before {
  content: "";
  width: 36px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
}
.c-form label.required:before {
  content: "必須";
  background-color: transparent;
  border: 1px solid #ff2b00;
  color: #ff2b00;
}
.c-form-text, .c-form-textarea {
  padding-inline: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-sizing: border-box;
  font-size: clamp(0.875rem, 0.7953539823rem + 0.2212389381vw, 1rem);
  line-height: 1.8;
}
.c-form-text {
  height: 48px;
}
.c-form-formt {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.c-form-formt li {
  width: 100%;
  max-width: 400px;
}
.c-form-button {
  width: 100%;
  max-width: 400px;
  height: 60px;
  background-color: var(--text-color);
  border: 2px solid var(--text-color);
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: var(--bg-color);
  transition: var(--hover-animation-speed);
}
.c-form-button:hover {
  background-color: var(--bg-color);
  color: var(--text-color) !important;
}
.c-form-radio span {
  display: block;
}
.c-form-radio span label {
  height: auto !important;
}
.c-form-radio span label:before {
  display: none;
}
.c-form-radio span label span {
  display: flex;
  column-gap: 10px;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.c-form-radio span label span:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--bg-color);
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  position: relative;
  z-index: 0;
}
.c-form-radio span label span:after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  background-color: var(--text-color);
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  opacity: 0;
}
.c-form-radio span label input:checked + span:after {
  opacity: 1;
}
@media screen and (min-width: 1028px) {
  .c-pagination .prev a,
  .c-pagination .next a {
    padding-inline: 25px;
    gap: 15px;
    aspect-ratio: auto;
  }
  .c-pagination .prev a span,
  .c-pagination .next a span {
    display: block;
  }
  .c-form-list .item {
    display: grid;
    grid-template-columns: 25% 1fr;
    align-items: start;
  }
  .c-form-list .item label {
    height: 48px;
  }
  .c-form-formt {
    flex-direction: row;
    column-gap: 10px;
  }
}

/* utility --------------------------------- */
.u-txt-size-xxs {
  font-size: clamp(0.625rem, 0.5453539823rem + 0.2212389381vw, 0.75rem);
}
.u-txt-size-xs {
  font-size: clamp(0.75rem, 0.6703539823rem + 0.2212389381vw, 0.875rem);
}
.u-txt-size-sm {
  font-size: clamp(0.875rem, 0.7953539823rem + 0.2212389381vw, 1rem);
}
.u-txt-size-md {
  font-size: clamp(1rem, 0.8407079646rem + 0.4424778761vw, 1.25rem);
}
.u-txt-size-lg {
  font-size: clamp(1.25rem, 1.0907079646rem + 0.4424778761vw, 1.5rem);
}
.u-txt-size-xl {
  font-size: clamp(1.5rem, 1.1814159292rem + 0.8849557522vw, 2rem);
}
.u-txt-size-xxl {
  font-size: clamp(2rem, 1.8407079646rem + 0.4424778761vw, 2.25rem);
}
.u-txt-size-3xl {
  font-size: clamp(2.25rem, 2.0907079646rem + 0.4424778761vw, 2.5rem);
}
.u-txt-size-4xl {
  font-size: clamp(2.5rem, 2.1814159292rem + 0.8849557522vw, 3rem);
}
.u-txt-w-500 {
  font-weight: 500;
}
.u-txt-w-600 {
  font-weight: 600;
}
.u-txt-font-en {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
}
.u-txt-font-number {
  font-family: "Oswald", sans-serif;
}

/* --------------------------------- */
.js-fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.7s;
}

.js-fadein.is-show {
  opacity: 1;
  transform: none;
}

.js-parallax {
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

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