@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Maven+Pro:500,700,900&display=swap);
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

@charset "UTF-8";
main {
  display: block;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/**
* remに対応していないブラウザ用
*/
/**
* 絶対位置で配置する
*/

/** RobotoCondensed **/
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family:
    'Noto Sans JP', 'Avenir Next', 'Maven Pro', '\30E1\30A4\30EA\30AA', 'Hiragino Kaku Gothic Pro', Meiryo,
    '\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3', 'MS PGothic', 'MS UI Gothic', sans-serif;
  font-feature-settings: 'palt';
  font-weight: 400;
  background-color: #eee;
}

a {
  text-decoration: none;
}
a:hover {
  color: #7070ff;
}

.SectionMessage {
  position: relative;
  background-color: #fff;
}
.SectionMessage:before,
.SectionMessage:after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
.SectionMessage:before {
  background-image: url('/toilet-kaiteki/images/common/img-bluelet-logo-v2.png');
  width: 104px;
  height: 85px;
}
/* .SectionMessage:after {
  background-image: url('/toilet-kaiteki/images/wp-theme/50-th@2x.png');
} */
.SectionMessage__img {
  position: relative;
  width: 100%;
  background-size: cover;
  background-image: url('/toilet-kaiteki/images/wp-theme/bg_header.png');
  background-position: center bottom;
}
/* .SectionMessage__img:after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.SectionMessage__img:after {
  background-image: url('/toilet-kaiteki/images/wp-theme/illust_deco@2x.png');
} */
.SectionMessage__titles {
  position: absolute;
  transform: translate(-50%, -50%);
}
.SectionMessage__titles:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
  left: 50%;
}
.SectionMessage__title {
  position: relative;
  z-index: 1;
}
.SectionMessage__title img {
  width: 100%;
  height: auto;
}
.SectionMessage__content {
  position: relative;
}
.SectionMessage__content:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.SectionMessage__content:before {
  background-image: url('/toilet-kaiteki/images/wp-theme/illust_toilet0@2x.png');
}

.SectionProjects {
  position: relative;
}
.SectionProjects__inner {
  position: relative;
}
.SectionProjects__inner:before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
}
.SectionProjects__inner:before {
  background-image: url('/toilet-kaiteki/images/wp-theme/illust_toilet1@2x.png');
}
.SectionProjects__title {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  pointer-events: none;
}
.SectionProjects__title img {
  width: 100%;
  height: auto;
}

.SectionCases__title {
  position: relative;
  margin: 0 auto;
}
.SectionCases__title img {
  width: 100%;
  height: auto;
}

.SectionInterviews__title {
  position: relative;
  margin: 0 auto;
}
.SectionInterviews__title img {
  width: 100%;
  height: auto;
}

.SectionColumn {
  position: relative;
  background-color: #eee;
}
.SectionColumn:before {
  content: '';
  position: absolute;
  background-image: url('/toilet-kaiteki/images/common/illust_sponge@2x.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.SectionColumn__title {
  position: relative;
  margin: 0 auto;
}
.SectionColumn__title img {
  width: 100%;
  height: auto;
}
.SectionProjectIntro {
  position: relative;
  background-color: #eafaff;
}
.SectionProjectIntro__header img {
  width: 100%;
  height: auto;
}
.SectionProjectMovie {
  position: relative;
  background-color: #eafaff;
}
.SectionProjectMovie__title {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.SectionProjectMovie__title img {
  width: 100%;
  height: auto;
}

.SectionProjectContent__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.GlobalFooter {
  position: relative;
}
.GlobalFooter__title {
  position: relative;
  margin: 0 auto;
}
.GlobalFooter__title img {
  width: 100%;
  height: auto;
}
.GlobalFooter__btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.GlobalFooter__btns a:first-child {
  margin-top: 0;
}
.GlobalFooter__thanks {
  line-height: 2;
}
.GlobalFooter__bottom {
  text-align: center;
  background-color: #3799f5;
}
.GlobalFooter__cc {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.Main {
  overflow: hidden;
}
.Main.project {
  background-color: #eafaff;
}

.Overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  transition: opacity linear 0.23s;
}
.Overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 40px);
  max-height: 80%;
}
.Overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.Table .TableItem {
  margin-top: 10px;
}
.Table .TableItem:first-child {
  margin-top: 0;
}

.TableItem {
  background-color: #fff;
  display: flex;
}
.TableItem__img {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #000;
  cursor: pointer;
}
.TableItem__info {
  flex: 1;
}
.TableItem__title {
  font-weight: 900;
}
.TableItem__content {
  font-weight: 500;
  line-height: 1.714285714;
}
.TableItem__btn {
  position: absolute;
}
.TableItem.hasImage .TableItem__img:after {
  content: '';
  position: absolute;
  transition: opacity linear 0.23s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/toilet-kaiteki/images/wp-theme/icon-loupe.svg');
  background-size: 33px 33px;
  width: 56px;
  height: 56px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
}

.Leader {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.Leader.black svg > path {
  fill: #000;
}
.Leader.gray svg > path {
  fill: #b5b5b5;
}
.Leader.pink svg > path {
  fill: #f76afd;
}
.Leader.white svg > path {
  fill: #fff;
}

.ProjectContent {
  /*****************
  * margin *
  ******************/
  /*****************
  * padding *
  ******************/
}
.ProjectContent .ProjectContentStyle,
.ProjectContent .Balloon,
.ProjectContent .ImgList,
.ProjectContent .Table {
  margin-left: auto;
  margin-right: auto;
}
.ProjectContent .ProjectContentStyle {
  max-width: 800px;
}
.ProjectContent .Balloon {
  max-width: 960px;
}
.ProjectContent .Table {
  max-width: 1024px;
}
.ProjectContent .ImgList,
.ProjectContent .SwitchSlider,
.ProjectContent .Slider,
.ProjectContent .Table,
.ProjectContent .Leader {
  margin-top: 3em;
}
.ProjectContent * + .ProjectContentStyle,
.ProjectContent .Balloon {
  margin-top: 2em;
}
.ProjectContent .ImgList + .ProjectContentStyle {
  margin-top: 3em;
}

.ProjectContentStyle {
  line-height: 2;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.ProjectContentStyle h1,
.ProjectContentStyle h2,
.ProjectContentStyle h3,
.ProjectContentStyle h4,
.ProjectContentStyle h5,
.ProjectContentStyle h6 {
  display: inline-block;
  font-weight: 900;
  margin-top: 0.5em;
}
.ProjectContentStyle h1 span {
  background: linear-gradient(transparent 70%, #ffea40 0%);
  letter-spacing: 2px;
  display: inline;
}
.ProjectContentStyle p {
  font-weight: 500;
  margin-top: 1em;
}
.ProjectContentStyle strong {
  font-weight: 900;
}
.ProjectContentStyle .figure {
  text-align: center;
  margin-top: 2em;
}
.ProjectContentStyle h1 + p {
  margin-top: 3.2em;
}
.ProjectContentStyle h1:first-child,
.ProjectContentStyle h2:first-child,
.ProjectContentStyle h3:first-child,
.ProjectContentStyle h4:first-child,
.ProjectContentStyle h5:first-child,
.ProjectContentStyle h6:first-child,
.ProjectContentStyle p:first-child {
  margin-top: 0;
}

.ContentStyle {
  line-height: 2.2;
  font-weight: 500;
}
.ContentStyle h1,
.ContentStyle h2,
.ContentStyle h3,
.ContentStyle h4,
.ContentStyle h5,
.ContentStyle h6 {
  font-weight: 900;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.ContentStyle strong {
  font-weight: 900;
}
.ContentStyle h1 {
  line-height: 1.333;
}
.ContentStyle p {
  font-weight: 500;
  margin-top: 1.6em;
  letter-spacing: 4px;
}
.ContentStyle .figure,
.ContentStyle picture {
  text-align: center;
  margin-top: 2em;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.ContentStyle picture {
  display: block;
}
.ContentStyle .figure img {
  width: 100%;
  height: auto;
  display: block;
}
.ContentStyle h1:first-child,
.ContentStyle h2:first-child,
.ContentStyle h3:first-child,
.ContentStyle h4:first-child,
.ContentStyle h5:first-child,
.ContentStyle h6:first-child,
.ContentStyle p:first-child {
  margin-top: 0;
}

.ArticleStyle p {
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 1em;
}

.ArticleStyle p:first-child {
  margin-top: 0;
}

.Balloon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  font-weight: 700;
}
.Balloon:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
.Balloon.boy .Balloon__comment {
  background-color: #b9acf4;
}
.Balloon.boy:before {
  background-image: url('/toilet-kaiteki/images/wp-theme/balloon_boy@2x.png');
}
.Balloon.chara0 .Balloon__comment {
  background-color: #8fc6ff;
}
.Balloon.chara0:before {
  background-image: url('/toilet-kaiteki/images/wp-theme/balloon_chara0@2x.png');
}
.Balloon.chara1 .Balloon__comment {
  background-color: #fff;
}
.Balloon.chara1:before {
  background-image: url('/toilet-kaiteki/images/wp-theme/balloon_chara1@2x.png');
}
.Balloon.chara2 .Balloon__comment {
  background-color: #00cf56;
}
.Balloon.chara2:before {
  background-image: url('/toilet-kaiteki/images/wp-theme/balloon_chara2@2x.png');
}
.Balloon.monster0 .Balloon__comment {
  color: #fff;
  background-color: #1b9af7;
}
.Balloon.monster0:before {
  background-image: url('/toilet-kaiteki/images/wp-theme/balloon_monster0@2x.png');
}
.Balloon__comment {
  position: relative;
  border-radius: 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 5px;
}
.Balloon__comment:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

.SwitchSlider__items {
  position: relative;
}
.SwitchSlider__items .Slider {
  width: 100%;
}
.SwitchSlider__items .Slider.hidden {
  display: none;
}

.SwitchSlider__control {
  margin: 0 auto;
  text-align: center;
}

.Slider {
  position: relative;
}
.Slider__items {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.Slider__items div,
.Slider__items img,
.Slider__items picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.Slider__btns {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.ImgList.normal picture img {
  width: 100%;
  height: auto;
}

.ImgList.normal picture:first-child {
  margin-top: 0;
}

.ImgList.column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.ImgList.column picture img {
  width: 100%;
  height: auto;
}
.ImgList.column picture:first-child {
  margin-top: 0;
}

.ImgList picture {
  display: block;
}

.BtnMenu {
  display: none;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 34px;
  background-image: url('/toilet-kaiteki/images/common/btn_menu.png');
}
@media (max-width: 799px) {
  .BtnMenu {
    display: block;
  }
}
.BtnMenu.close {
  background-image: url('/toilet-kaiteki/images/common/btn_menu-close.png');
  background-size: 35px 35px;
}

.BtnSns {
  position: relative;
  display: inline-block;
  border-radius: 10px;
}
.BtnSns:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}
.BtnSns.facebook {
  background-color: #4c72bb;
}
.BtnSns.facebook:before {
  background-image: url('/toilet-kaiteki/images/wp-theme/icon_facebook.svg');
  width: 13px;
  height: 23px;
}
.BtnSns.twitter {
  background-color: #1fa0e4;
}
.BtnSns.twitter:before {
  background-image: url('/toilet-kaiteki/images/wp-theme/icon_twitter.svg');
  width: 23px;
  height: 19px;
}
.BtnSns.line {
  background-color: #00c300;
}
.BtnSns.line:before {
  background-image: url('/toilet-kaiteki/images/wp-theme/icon_line.svg');
  width: 41px;
  height: 16px;
}

.BtnSnsList {
  display: flex;
  align-items: center;
  justify-content: center;
}
.BtnSnsList .BtnSns {
  flex: 1;
  margin-left: 4px;
}
.BtnSnsList .BtnSns:first-child {
  margin-left: 0;
}

.BtnRect {
  position: relative;
  display: block;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  border-radius: 10px;
  text-align: center;
  transition: background-color linear 0.23s;
}
.BtnRect.black {
  background-color: #000;
  color: #fff;
}
.BtnRect.more {
  background-color: #000;
  color: #fff;
}
.BtnRect.more:after {
  content: '';
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  background-image: url('/toilet-kaiteki/images/wp-theme/arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform ease-in-out 0.23s;
  width: 20px;
  height: 18px;
}
.BtnRect.more:hover:after {
  transform: translate(calc(0% + 6px), -50%);
}
.BtnRect:hover {
  background-color: #333;
}

.BtnPlayer {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 900;
}
.BtnPlayer:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('/toilet-kaiteki/images/wp-theme/btn_play@3x.png');
}
.BtnPlayer:after {
  content: 'PLAY';
  display: inline-block;
  margin-left: 8px;
}
.BtnPlayer.isPlaying:before {
  background-image: url('/toilet-kaiteki/images/wp-theme/btn_stop@3x.png');
}
.BtnPlayer.isPlaying:after {
  content: 'STOP';
}

.BtnDownload {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 900;
}
.BtnDownload.pink {
  background-color: #ff4351;
  color: #fff;
}
.BtnDownload:before {
  content: '';
  display: inline-block;
  width: 49px;
  height: 61px;
  background-image: url('/toilet-kaiteki/images/wp-theme/icon_pdf-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.BtnDownload__label {
  display: inline-block;
}

.BtnFile {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
  border: 4px solid #000;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 700;
}
.BtnFile:before {
  content: '';
  display: inline-block;
  width: 49px;
  height: 61px;
  background-image: url('/toilet-kaiteki/images/wp-theme/icon_pdf.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.BtnFile__label {
  display: inline-block;
}

.BtnArrow {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 9999px;
  transition: transform 0.23s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  padding: 12px 20px;
}
.BtnArrow:before {
  display: inline-block;
  content: '';
  display: block;
  width: 11px;
  height: 20px;
  background-image: url('/toilet-kaiteki/images/wp-theme/chevron.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(0px, 1px);
}
.BtnArrow.left:before {
  transform: scaleX(-1) translate(0px, 1px);
  margin-right: 12px;
}
.BtnArrow.right {
  flex-direction: row-reverse;
}
.BtnArrow.right:before {
  margin-left: 12px;
}
.BtnArrow.hasShadow {
  box-shadow: 0 0 10px 0 rgba(16, 16, 16, 0.3);
}
.BtnArrow:hover {
  transform: scale(1.1);
}

.SegmentedControl {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.08);
}
.SegmentedControl .SegmentedControlItem {
  margin-left: 4px;
}
.SegmentedControl .SegmentedControlItem:first-child {
  margin-left: 0;
}

.SegmentedControlItem {
  font-weight: 900;
  padding: 12px;
}
.SegmentedControlItem:hover,
.SegmentedControlItem.current {
  color: #fff;
  background-color: #000;
  border-radius: 14px;
}

.PageControl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.PageControl .PageControlItem {
  margin-left: 10px;
}
.PageControl .PageControlItem:first-child {
  margin-left: 0;
}

.PageControlItem {
  width: 10px;
  height: 10px;
  border-radius: 9999px;
}
.PageControlItem.pink {
  background-color: #ffb2bc;
}
.PageControlItem.white {
  background-color: #fff;
}
.PageControlItem.current {
  background-color: #ff4351;
}

.Youtube {
  position: relative;
}
.Youtube:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.Youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ProjectNumber {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #ffb2bc;
  flex-direction: column-reverse;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 700;
  -webkit-text-stroke: 6px #fff;
  text-stroke: 6px #fff;
  stroke-linejoin: round;
  paint-order: stroke fill;
}
.ProjectNumber:after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.ProjectItem {
  position: relative;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  display: flex;
  flex-direction: column;
}
.ProjectItem__img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ProjectItem__img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ProjectItem__img.hasDetail:hover .ProjectItem__slideshow {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.ProjectItem__slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.ProjectItem__info {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ProjectItem__upper {
  color: #000;
  flex: 1;
}
.ProjectItem__title {
  font-weight: 900;
}
.ProjectItem__desc {
  font-weight: 500;
}
.ProjectItem__btns {
  display: flex;
}
.ProjectItem__control {
  position: absolute;
}

.ProjectItemList {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-items: start;
  gap: 24px;
}
.ProjectItemList .ProjectItem {
  margin-top: 0;
  flex: 1;
}
.ProjectItemList .ProjectItem:first-child {
  margin-top: 0;
}
.ProjectItemList .ProjectItem:nth-child(1) .ProjectNumber:after {
  background-image: url('/toilet-kaiteki/images/toilet-monsters/number1@2x.png');
}
.ProjectItemList .ProjectItem:nth-child(2):after {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  background-image: url('/toilet-kaiteki/images/wp-theme/illust_broom@2x.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  display: none;
}
.ProjectItemList .ProjectItem:nth-child(2) .ProjectNumber:after {
  background-image: url('/toilet-kaiteki/images/toilet-monsters/number2@2x.png');
}
.ProjectItemList .ProjectItem:nth-child(3):after {
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  background-image: url('/toilet-kaiteki/images/wp-theme/illust_mop@2x.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.ProjectItemList .ProjectItem:nth-child(3) .ProjectNumber:after {
  background-image: url('/toilet-kaiteki/images/wp-theme/number3@2x.png');
}

.CaseItem {
  background-color: #fff;
  display: flex;
  overflow: hidden;
}
.CaseItem__img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 1s linear;
}
.CaseItem__control {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.CaseItem__info {
  color: #000;
}
.CaseItem__info:before {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 900;
  color: #009af6;
}
.CaseItem__title {
  font-weight: 900;
}
.CaseItem__date {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
.CaseItem__content {
  font-weight: 500;
  line-height: 2;
}

.CaseItemList {
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: case;
}
.CaseItemList .CaseItem {
  margin-top: 20px;
}
.CaseItemList .CaseItem__info:before {
  counter-increment: case;
  content: counter(case, decimal-leading-zero);
}
.CaseItemList .CaseItem:first-child {
  margin-top: 0;
}

.InterviewItem {
  background-color: #fff;
  overflow: hidden;
}
.InterviewItem__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.InterviewItem__info {
  color: #000;
}
.InterviewItem__info:before {
  color: #009af6;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 900;
}
.InterviewItem__title {
  display: flex;
  align-items: center;
  font-weight: 900;
  line-height: 1.6;
}
.InterviewItem__title span {
  flex-shrink: 1;
}
.InterviewItem__name {
  white-space: nowrap;
}
.InterviewItem__role {
  margin-left: 1em;
  line-height: 1.3;
}
.InterviewItem__content {
  font-weight: 500;
  line-height: 2;
}
.InterviewItem__content p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.InterviewItemList {
  display: flex;
  flex-direction: column;
  align-items: center;
  counter-reset: interview;
}
.InterviewItemList .InterviewItem {
  margin-top: 20px;
}
.InterviewItemList .InterviewItem__info:before {
  display: block;
  counter-increment: interview;
  content: counter(interview, decimal-leading-zero);
}
.InterviewItemList .InterviewItem:first-child {
  margin-top: 0;
}

/* CardItem - Generic card component styles */
.CardItem {
  background-color: #fff;
  overflow: hidden;
}
.CardItem__img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-width: 600px;
  min-height: 480px;
}
.CardItem__info {
  color: #000;
}
.CardItem__info:before {
  color: #009af6;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 900;
}
.CardItem__title {
  display: flex;
  align-items: center;
  font-weight: 900;
  line-height: 1.6;
}
.CardItem__title span {
  flex-shrink: 1;
}
.CardItem__name {
  white-space: nowrap;
}
.CardItem__role {
  margin-left: 1em;
  line-height: 1.3;
}
.CardItem__content {
  font-weight: 500;
  line-height: 2;
}
@media (max-width: 799px) {
  .only-pc {
    display: none !important;
  }
  .SectionMessage {
    padding-bottom: 96px;
    overflow: hidden;
  }
  .SectionMessage:before {
    top: 4px;
    right: 4px;
  }
  .SectionMessage:after {
    width: 72px;
    height: 72px;
    top: 103px;
    right: 18px;
  }
  .SectionMessage__img {
    height: 600px;
  }
  .SectionMessage__img:after {
    left: calc(50% + 20px);
    top: calc(100% - 36px);
    width: 290px;
    height: 183px;
  }
  .SectionMessage__titles {
    width: calc(100% - 20px);
    top: 37%;
    left: 50%;
  }
  .SectionMessage__titles:before {
    background-image: url('/toilet-kaiteki/images/wp-theme/illust_kids-sp@2x.png');
    top: 102%;
    width: calc(100% - 20px);
    max-width: 400px;
    padding-top: 46.7091295%;
  }
  .SectionMessage__title {
    width: calc(100% - 20px);
    height: auto;
    max-width: 440px;
    margin: 0 auto;
  }
  .SectionMessage__content {
    margin: 166px auto 0;
    padding: 0 16px;
    letter-spacing: 2px;
  }
  .SectionMessage__content h1 {
    margin-bottom: 1.25em !important;
  }
  .SectionMessage__content:before {
    top: -240px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 124px;
    height: 143px;
  }
  .SectionMessage__btns {
    margin: 32px auto 0;
    padding: 0 16px;
  }
  .SectionProjects {
    padding: 88px 10px 0;
    background: white;
  }
  .SectionProjects__inner:before {
    top: -164px;
    left: auto;
    right: -45px;
    width: 194px;
    height: 125px;
  }
  .SectionProjects__title {
    width: 296px;
    height: 107px;
  }
  .SectionProjects__items {
    margin-top: -12px;
  }
  .SectionCases {
    padding: 0px 10px 0;
  }
  .SectionCases__title {
    width: 177px;
    height: 108px;
  }
  .SectionCases__items {
    margin-top: 38px;
  }
  .SectionInterviews {
    padding: 0px 10px 16px;
  }
  .SectionInterviews__title {
    width: calc(100% - 20px);
    /* max-width: 360px; */
    height: auto;
    margin-bottom: 20px;
  }
  .SectionColumn {
    padding: 60px 20px 90px;
  }
  .SectionColumn:before {
    top: -40px;
    left: -30px;
    width: 160px;
    height: 140px;
  }
  .SectionColumn__title {
    width: 266px;
    height: 95px;
  }
  .SectionColumn__content {
    margin: 64px auto 0;
  }
  .SectionProjectIntro__content {
    padding: 40px 0px 0;
  }
  .SectionProjectMovie__title {
    width: 214px;
  }
  .SectionProjectMovie__movie {
    margin: -12px auto 0;
  }
  .SectionProjectContent {
    padding: 84px 0px 94px;
  }
  .SectionProjectContent__title {
    width: calc(100% - 40px);
    height: 130px;
    margin: 0 auto;
  }
  .SectionProjectContent__title img {
    width: 100% !important;
    height: auto !important;
  }
  .SectionProjectContent__content {
    margin-top: 64px;
  }
  .GlobalFooter__upper {
    padding: 68px 24px 56px;
  }
  .GlobalFooter__title {
    width: 289px;
  }
  .GlobalFooter__btns {
    flex-direction: column;
    margin-top: 40px;
  }
  .GlobalFooter__btns a {
    width: 100%;
    margin-top: 16px;
  }
  .GlobalFooter__thanks {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 28px;
  }
  .GlobalFooter__bottom {
    padding: 32px 20px;
  }
  .GlobalFooter__cc {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .Main {
    padding-top: 80px;
    overflow: hidden;
  }
  .TableItem__img {
    width: 107px;
  }
  .TableItem__img:before {
    content: '';
    padding-top: 145.7943925%;
    display: block;
  }
  .TableItem__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
  }
  .TableItem__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .TableItem__content {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 12px;
  }
  .TableItem__btn {
    transform: translate(-50%, 0%);
    left: 50%;
    bottom: 20px;
  }
  .ProjectContent .Balloon,
  .ProjectContent .ImgList {
    padding: 0 8px;
  }
  .ProjectContent .ProjectContentStyle {
    padding: 0 16px;
  }
  .ProjectContentStyle h1 {
    margin-top: 2em;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .ProjectContentStyle h2 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 5px;
  }
  .ContentStyle {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .ContentStyle h1 {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .ContentStyle .figure img,
  .ContentStyle picture img {
    width: 100%;
    height: auto;
  }
  .Balloon {
    flex-direction: column;
  }
  .Balloon.boy .Balloon__comment {
    margin-top: 30px;
  }
  .Balloon.boy .Balloon__comment:after {
    border-color: transparent transparent #b9acf4 transparent;
  }
  .Balloon.boy:before {
    width: 144px;
    height: 215px;
  }
  .Balloon.chara0 .Balloon__comment {
    margin-top: 11px;
  }
  .Balloon.chara0 .Balloon__comment:after {
    border-color: transparent transparent #8fc6ff transparent;
  }
  .Balloon.chara0:before {
    width: 152px;
    height: 242px;
  }
  .Balloon.chara1 .Balloon__comment {
    margin-top: -40px;
  }
  .Balloon.chara1 .Balloon__comment:after {
    border-color: transparent transparent #fff transparent;
  }
  .Balloon.chara1:before {
    width: 258px;
    height: 290px;
  }
  .Balloon.chara2 .Balloon__comment {
    margin-top: -200px;
  }
  .Balloon.chara2 .Balloon__comment:after {
    border-color: transparent transparent #00cf56 transparent;
  }
  .Balloon.chara2:before {
    width: 277px;
    height: 400px;
  }
  .Balloon.monster0 .Balloon__comment {
    margin-top: 53px;
  }
  .Balloon.monster0 .Balloon__comment:after {
    border-color: transparent transparent #1b9af7 transparent;
  }
  .Balloon.monster0:before {
    width: 281px;
    height: 169px;
  }
  .Balloon__comment {
    padding: 24px;
  }
  .Balloon__comment:after {
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    border-width: 0 11.5px 20px 11.5px;
  }
  .SwitchSlider__control {
    margin-top: 56px;
  }
  .Slider__items div,
  .Slider__items img,
  .Slider__items picture {
    width: calc(100% - 40px);
    height: auto;
  }
  .Slider__btns {
    padding: 0 20px;
  }
  .ImgList.normal picture {
    width: 100%;
    margin-top: 5px;
  }
  .ImgList.column picture {
    width: 100%;
    margin-top: 5px;
  }
  .BtnSns {
    padding: 20px 20px;
    min-width: 80px;
    min-height: 55px;
  }
  .BtnRect {
    padding: 24px 20px;
  }
  .BtnRect.more:after {
    right: 16px;
  }
  .BtnPlayer {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .BtnPlayer:before {
    width: 38px;
    height: 38px;
  }
  .SegmentedControl {
    padding: 4px;
  }
  .SegmentedControlItem {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .ProjectNumber {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .ProjectNumber:after {
    margin-left: 12px;
  }
  .ProjectItem {
    border-radius: 20px;
  }
  .ProjectItem__img {
    padding-top: 52.4564184%;
  }
  .ProjectItem__slideshow {
    border-radius: 20px 20px 0px 0px / 20px 20px 0px 0px;
    transition: background-image 0.3s linear;
  }
  .ProjectItem__info {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  .ProjectItem__title {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .ProjectItem__title br {
    display: none;
  }
  .ProjectItem__desc {
    letter-spacing: 1.6px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 20px;
    line-height: 2;
  }
  .ProjectItem__btns {
    margin-top: 24px;
    flex-direction: column;
  }
  .ProjectItem__btns a {
    width: 100%;
  }
  .ProjectItem__control {
    top: 20px;
    right: 20px;
  }
  .ProjectItemList .ProjectItem:nth-child(1) .ProjectNumber:after {
    width: 20px;
    height: 53px;
  }
  .ProjectItemList .ProjectItem:nth-child(2):after {
    width: 76px;
    height: 131px;
    left: -6px;
    bottom: -90px;
  }
  .ProjectItemList .ProjectItem:nth-child(2) .ProjectNumber:after {
    width: 35px;
    height: 52px;
  }
  .ProjectItemList .ProjectItem:nth-child(3):after {
    width: 145px;
    height: 166px;
    right: 7px;
    bottom: -121px;
  }
  .ProjectItemList .ProjectItem:nth-child(3) .ProjectNumber:after {
    width: 34px;
    height: 53px;
  }
  .CaseItem {
    flex-direction: column;
    border-radius: 20px;
  }
  .CaseItem__img {
    padding-top: 100%;
  }
  .CaseItem__control {
    bottom: 12px;
  }
  .CaseItem__info {
    padding: 36px 16px 40px;
  }
  .CaseItem__info:before {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .CaseItem__title {
    line-height: 1.5;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .CaseItem__date {
    margin-top: 12px;
  }
  .CaseItem__content {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    margin-top: 32px;
  }
  .InterviewItem {
    border-radius: 20px;
  }
  .InterviewItem__img {
    width: 100%;
    padding-top: 100%;
  }
  .InterviewItem__info {
    padding: 36px 16px 40px;
  }
  .InterviewItem__info:before {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .InterviewItem__name {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .InterviewItem__role {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .InterviewItem__content {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    margin-top: 24px;
  }
  /* CardItem mobile styles */
  .CardItem {
    border-radius: 20px;
  }
  .CardItem__img {
    width: 100%;
    padding-top: 56.25%;
    min-width: 100%;
    min-height: 287px;
  }
  .CardItem__info {
    padding: 24px 16px 40px;
  }
  .CardItem__info:before {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .CardItem__name {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .CardItem__role {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .CardItem__content {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    margin-top: 24px;
  }
  .Main .SectionCases {
    margin-top: 140px;
  }
  .Main .SectionInterviews {
    margin-top: 140px;
  }
  .Main.project .SectionProjectMovie {
    margin-top: 192px;
  }
  .Main.project .SectionProjectContents {
    padding-top: 80px;
    background-color: #fff;
  }
}
@media (min-width: 800px) {
  .only-sp {
    display: none !important;
  }
  .only-pc {
    display: inline !important;
  }
  .SectionMessage {
    padding-bottom: 70px;
  }
  .SectionMessage:before {
    top: 20px;
    right: 20px;
  }
  .SectionMessage:after {
    width: 83px;
    height: 83px;
    top: 122px;
    right: 28px;
  }
  .SectionMessage__img {
    background-repeat: no-repeat;
    min-height: 800px;
    height: calc(100vh - 360px);
  }
  .SectionMessage__img:after {
    left: 50%;
    top: calc(100% - 72px);
    width: 565px;
    height: 357px;
  }
  .SectionMessage__titles {
    top: 40%;
    left: 50%;
  }
  .SectionMessage__titles:before {
    background-image: url('/toilet-kaiteki/images/wp-theme/illust_kids@2x.png');
    top: 74%;
    width: 984px;
    height: 330px;
  }
  .SectionMessage__title {
    width: 660px;
    height: 416px;
  }
  .SectionMessage__content {
    width: 100%;
    max-width: 800px;
    margin: 180px auto 0;
  }
  .SectionMessage__content:before {
    top: -320px;
    left: 50%;
    transform: translateX(-50%);
    width: 290px;
    height: 264px;
  }
  .SectionMessage__btns {
    margin: 36px auto 0;
  }
  .SectionProjects {
    padding: 56px 20px 0;
    background-color: white;
  }
  .SectionProjects__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
  .SectionProjects__inner:before {
    top: -300px;
    right: -86px;
    width: 364px;
    height: 234px;
  }
  .SectionProjects__title {
    width: 358px;
    height: 122px;
  }
  .SectionProjects__items {
    margin-top: -16px;
  }
  .SectionCases {
    padding: 56px 20px 0;
  }
  .SectionCases__title {
    width: 208px;
    height: 123px;
  }
  .SectionCases__items {
    margin-top: 38px;
  }
  .SectionInterviews {
    padding: 56px 20px 20px;
  }
  .SectionInterviews__title {
    width: 610px;
    height: 121px;
  }
  .SectionInterviews__items {
    margin-top: 38px;
  }
  .SectionColumn {
    padding: 83px 20px 90px;
  }
  .SectionColumn:before {
    top: -45px;
    left: 36px;
    width: 210px;
    height: 180px;
  }
  .SectionColumn__title {
    width: 338px;
    height: 122px;
  }
  .SectionColumn__content {
    max-width: 800px;
    margin: 64px auto 0;
  }
  .SectionProjectIntro {
    padding-bottom: 72px;
  }
  .SectionProjectIntro__content {
    padding: 40px 20px 0;
  }
  .SectionProjectMovie {
    padding: 80px 20px 32px;
  }
  .SectionProjectMovie__title {
    width: 256px;
    height: 123px;
  }
  /* .SectionProjectMovie__movie {
    margin: -20px auto 0;
    max-width: 1200px;
  } */
  .SectionProjectContent {
    padding: 76px 0px 60px;
  }
  .SectionProjectContent__title img {
    width: 100%;
    height: auto;
  }
  .SectionProjectContent__content {
    margin-top: 64px;
  }
  .GlobalFooter__upper {
    padding: 80px 20px 56px;
  }
  .GlobalFooter__title {
    width: 375px;
    height: 123px;
  }
  .GlobalFooter__btns {
    margin-top: 40px;
  }
  .GlobalFooter__btns a {
    margin: 0 5px;
  }
  .GlobalFooter__thanks {
    font-size: 20px;
    font-size: 2rem;
    max-width: 800px;
    margin: 72px auto 0;
  }
  .GlobalFooter__bottom {
    padding: 40px 20px;
  }
  .GlobalFooter__cc {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .Main {
    padding-top: 100px;
  }
  .TableItem {
    min-height: 420px;
  }
  .TableItem__img {
    flex: 1;
    max-width: 287px;
  }
  .TableItem__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px;
  }
  .TableItem__title {
    font-size: 30px;
    font-size: 3rem;
  }
  .TableItem__content {
    font-size: 42px;
    font-size: 4.2rem;
    margin-top: 24px;
  }
  .TableItem__btn {
    bottom: 30px;
    left: 30px;
  }
  .TableItem.hasImage .TableItem__img:hover:after {
    opacity: 1;
  }
  .TableItem.hasImage .TableItem__img:after {
    opacity: 0;
  }
  .ProjectContentStyle {
    letter-spacing: 2px;
  }
  .ProjectContentStyle h1,
  .ProjectContentStyle h2,
  .ProjectContentStyle h3,
  .ProjectContentStyle h4,
  .ProjectContentStyle h5,
  .ProjectContentStyle h6 {
    letter-spacing: 2.6px;
  }
  .ProjectContentStyle h1 {
    margin-top: 1.5em;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .ProjectContentStyle h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .ProjectContentStyle p {
    max-width: 800px;
  }
  .ContentStyle {
    font-size: 20px;
    font-size: 2rem;
  }
  .ContentStyle h1 {
    font-size: 40px;
    font-size: 4rem;
  }
  .ArticleStyle {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.2;
  }
  .Balloon {
    max-width: 800px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .Balloon.boy .Balloon__comment:after {
    border-color: transparent #b9acf4 transparent transparent;
  }
  .Balloon.boy:before {
    width: 200px;
    height: 300px;
  }
  .Balloon.chara0 .Balloon__comment:after {
    border-color: transparent #8fc6ff transparent transparent;
  }
  .Balloon.chara0:before {
    width: 188px;
    height: 303px;
  }
  .Balloon.chara1 .Balloon__comment:after {
    border-color: transparent #fff transparent transparent;
  }
  .Balloon.chara1:before {
    width: 292px;
    height: 330px;
  }
  .Balloon.chara2 .Balloon__comment:after {
    border-color: transparent #00cf56 transparent transparent;
  }
  .Balloon.chara2:before {
    width: 346px;
    height: 499px;
  }
  .Balloon.monster0 .Balloon__comment:after {
    border-color: transparent #1b9af7 transparent transparent;
  }
  .Balloon.monster0:before {
    width: 281px;
    height: 169px;
  }
  .Balloon__comment {
    padding: 32px 44px;
    margin-left: 30px;
    flex-shrink: 1;
  }
  .Balloon__comment:after {
    right: 100%;
    top: 50%;
    transform: translate(0, -50%);
    border-width: 10px 23px 10px 0;
  }
  .Balloon.reverse {
    flex-direction: row-reverse;
  }
  .Balloon.reverse .Balloon__comment {
    margin-left: 0;
    margin-right: 30px;
  }
  .Balloon.reverse .Balloon__comment:after {
    right: unset;
    left: 100%;
    transform: scaleX(-1) translate(0, -50%);
  }
  .SwitchSlider__control {
    margin-top: 64px;
  }
  .Slider__btns {
    padding: 0 20px;
  }
  .ImgList.normal {
    display: flex;
    justify-content: center;
  }
  .ImgList.normal picture {
    margin: 0 5px;
  }
  .ImgList.column picture {
    margin: 0 5px;
  }
  .BtnSns {
    padding: 20px 20px;
    min-width: 120px;
    max-width: 120px;
    min-height: 60px;
  }
  .BtnRect {
    padding: 30px 64px;
  }
  .BtnRect.more:after {
    right: 24px;
  }
  .BtnPlayer {
    font-size: 20px;
    font-size: 2rem;
  }
  .BtnPlayer:before {
    width: 58px;
    height: 58px;
  }
  .BtnDownload {
    padding: 6px 28px;
    font-size: 20px;
    font-size: 2rem;
  }
  .BtnDownload.large {
    padding: 32px 28px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .BtnDownload__label {
    margin-left: 40px;
  }
  .BtnFile {
    padding: 6px 28px;
    border-radius: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
  .BtnFile__label {
    margin-left: 12px;
  }
  .SegmentedControl {
    padding: 8px;
  }
  .SegmentedControl .SegmentedControlItem {
    min-width: 150px;
  }
  .SegmentedControlItem {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .ProjectNumber {
    font-size: 20px;
    font-size: 2rem;
  }
  .ProjectNumber:after {
    margin-left: 12px;
  }
  .ProjectItem {
    border-radius: 40px;
    max-width: 1200px;
  }
  .ProjectItem__img {
    padding-top: 52.4564184%;
    transition: -webkit-filter linear 0.3s;
    transition: filter linear 0.3s;
    transition:
      filter linear 0.3s,
      -webkit-filter linear 0.3s;
  }
  .ProjectItem__slideshow {
    border-radius: 24px 24px 0px 0px / 24px 24px 0px 0px;
    transition:
      background-image 0.3s linear,
      -webkit-filter linear 0.3s;
    transition:
      filter linear 0.3s,
      background-image 0.3s linear;
    transition:
      filter linear 0.3s,
      background-image 0.3s linear,
      -webkit-filter linear 0.3s;
  }
  .ProjectItem__info {
    padding: 92px 30px 40px;
    min-height: 590px;
  }
  .ProjectItem__upper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .ProjectItem__number {
    margin-top: 8px;
    position: absolute;
    top: -40px;
  }
  .ProjectItem__content {
    margin-left: 0;
  }
  .ProjectItem__title {
    line-height: 1.6;
    font-size: 40px;
    font-size: 4rem;
  }
  .ProjectItem__desc {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 2px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
  }
  .ProjectItem__btns {
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    flex-direction: column;
  }
  .ProjectItem__btns a {
    margin: 0 5px;
    /* max-width: 300px; */
    flex: 1;
    width: 100%;
  }
  .ProjectItem__control {
    top: 20px;
    right: 20px;
  }
  .ProjectItemList .ProjectItem:nth-child(1) .ProjectNumber:after {
    width: 39px;
    height: 106px;
  }
  .ProjectItemList .ProjectItem:nth-child(2):after {
    width: 175px;
    height: 302px;
    left: -6px;
    bottom: -90px;
  }
  .ProjectItemList .ProjectItem:nth-child(2) .ProjectNumber:after {
    width: 73px;
    height: 107px;
  }
  .ProjectItemList .ProjectItem:nth-child(3):after {
    width: 261px;
    height: 300px;
    right: 30px;
    bottom: -90px;
  }
  .ProjectItemList .ProjectItem:nth-child(3) .ProjectNumber:after {
    width: 68px;
    height: 108px;
  }
  .CaseItem {
    max-width: 1200px;
    border-radius: 40px;
  }
  .CaseItem__img {
    width: 50%;
  }
  .CaseItem__control {
    bottom: 20px;
  }
  .CaseItem__info {
    width: 50%;
    padding: 48px 40px 60px;
  }
  .CaseItem__info:before {
    font-size: 30px;
    font-size: 3rem;
  }
  .CaseItem__title {
    line-height: 1.6;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .CaseItem__date {
    margin-top: 8px;
  }
  .CaseItem__content {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
  }
  .CaseItemList .CaseItem {
    width: 100%;
  }
  .InterviewItem {
    display: flex;
    max-width: 1280px;
    border-radius: 40px;
    height: 600px;
  }
  .InterviewItem__img {
    width: 50%;
  }
  .InterviewItem__info {
    width: 50%;
    padding: 40px 24px 40px 40px;
  }
  .InterviewItem__info:before {
    font-size: 30px;
    font-size: 3rem;
  }
  .InterviewItem__title {
    margin-top: 5px;
  }
  .InterviewItem__name {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .InterviewItem__role {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .InterviewItem__content {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .InterviewItemList .InterviewItem {
    width: 100%;
  }
  /* CardItem desktop styles */
  .CardItem {
    display: flex;
    max-width: 1280px;
    border-radius: 40px;
  }
  .CardItem__img {
    width: 50%;
  }
  .CardItem__info {
    width: 50%;
    padding: 48px 40px 60px;
    min-height: 480px;
  }
  .CardItem__info:before {
    font-size: 30px;
    font-size: 3rem;
  }
  .CardItem__title {
    margin-top: 5px;
  }
  .CardItem__name {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .CardItem__role {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .CardItem__content {
    font-size: 20px;
    font-size: 2rem;
    /* margin-top: 16px; */
  }
  .Main .SectionCases {
    margin-top: 136px;
  }
  .Main .SectionInterviews {
    margin-top: 0;
  }
}
@media all and (-ms-high-contrast: none\0) {
  .ProjectNumber {
    display: block;
  }
  .ProjectNumber:after {
    position: absolute;
    top: 0;
    left: 20px;
  }
  .ProjectItem__content {
    margin-left: 150px;
  }
}

/* Utility Classes */
.u-spacer--small {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-spacer--medium {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-spacer--large {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u-spacer--top-small {
  margin-top: 24px !important;
}

.u-spacer--top-medium {
  margin-top: 40px !important;
}

.u-spacer--top-large {
  margin-top: 80px !important;
}

.u-spacer--bottom-small {
  margin-bottom: 24px !important;
}

.u-spacer--bottom-medium {
  margin-bottom: 40px !important;
}

.u-spacer--bottom-large {
  margin-bottom: 80px !important;
}

/* Font size utilities to maintain original h1 sizes */
.u-heading--xlarge {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 4px;
}

.u-heading--xlarge.level-2 {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.5;
}

.u-heading--large {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.75;
}

@media screen and (min-width: 800px) {
  .u-heading--xlarge {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.6;
  }

  /* .u-heading--large {
    font-size: 26px;
    font-size: 2.6rem;
  } */
}

/* Horizontal layout for project items on PC */
@media screen and (min-width: 800px) {
  .SectionProjects .ProjectItemList {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
  }

  .SectionProjects .ProjectItemList .ProjectItem {
    flex: 1;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .SectionProjects .ProjectItem__info {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .SectionProjects .ProjectItem__upper {
    flex: 1;
  }

  .SectionMessage__content .ProjectItemList {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    gap: 40px;
    margin-top: 40px;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
  }

  .SectionMessage__content .ProjectItemList .ProjectItem {
    flex: 1;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .SectionMessage__content .ProjectItem__img {
    width: 100%;
    height: auto;
  }

  .SectionMessage__content .ProjectItem__info {
    flex-direction: column;
    flex: 1;
    display: flex;
  }

  .SectionMessage__content .ProjectItem__txt {
    flex: 1;
  }
}

/* Features Section */
.SectionFeatures {
  padding: 80px 20px;
  background-color: #f8f8f8;
}

.SectionFeatures__title {
  text-align: center;
  margin-bottom: 60px;
}

.SectionFeatures__title img {
  max-width: 404px;
  height: auto;
}

.SectionFeatures__items {
  max-width: 1260px;
  margin: 0 auto;
}

.FeatureItemList {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: stretch;
}

.FeatureItem {
  flex: 1;
  text-align: center;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.FeatureItem:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.FeatureItem__icon {
  margin-bottom: 30px;
}

.FeatureItem__icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.FeatureItem__title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
}

.FeatureItem__desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #666;
}

/* Mobile styles */
@media (max-width: 799px) {
  .SectionFeatures {
    padding: 60px 20px;
  }

  .SectionFeatures__title {
    margin-bottom: 40px;
  }

  .SectionFeatures__title img {
    max-width: 200px;
  }

  .FeatureItemList {
    flex-direction: column;
    gap: 30px;
  }

  .FeatureItem {
    padding: 30px 20px;
  }

  .FeatureItem__icon img {
    width: 80px;
    height: 80px;
  }

  .FeatureItem__title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .FeatureItem__desc {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .u-spacer--large {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .InterviewItem__title {
    flex-direction: column;
    align-items: flex-start;
  }

  .InterviewItem__role {
    margin-left: 0;
    margin-top: 5px;
  }
}

/*# sourceMappingURL=style.css.map*/
