@charset "UTF-8";
.sec-about h2 {
  margin-bottom: 6px !important;
}
.sec-about section {
  /* About window 8-patch frames (moved here per request) */
  /*
    About セクションのウインドウ枠横に画像を配置
    - ウインドウ枠 1 の右側に img_about_00.png
    - ウインドウ枠 2 の左側に img_about_01.png
    - ウインドウ枠 3 の右側に img_about_02.png
    さらにウインドウ枠を互い違い（1,3 を左寄せ、2 を右寄せ）に配置する
  */
}
.sec-about section .about-windows {
  /* JavaScript が無い環境でも data-* 属性で個別調整できるようにフォールバック */
  /* top / bottom rows: left corner, stretch center, right corner */
  /* middle row: left and right edges with center content area */
}
.sec-about section .about-windows .window-frame {
  max-width: 730px;
  --about-window-width: 730px;
  margin: 18px auto;
}
.sec-about section .about-windows .window-frame[data-w] {
  max-width: attr(data-w px, "px");
}
.sec-about section .about-windows .window-frame[data-h] .wf-center {
  height: attr(data-h px, "px");
}
.sec-about section .about-windows .row {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-about section .about-windows .col-md-4 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.sec-about section .about-windows .window-frame .wf-row {
  display: flex;
  align-items: stretch;
  line-height: 0;
}
.sec-about section .about-windows .window-frame .wf-row img {
  display: block;
}
.sec-about section .about-windows .window-frame .wf-row.wf-top img,
.sec-about section .about-windows .window-frame .wf-row.wf-bottom img {
  height: 34px;
  width: auto;
}
.sec-about section .about-windows .window-frame .wf-row.wf-top img:nth-child(2),
.sec-about section .about-windows .window-frame .wf-row.wf-bottom img:nth-child(2) {
  flex: 1 1 auto;
}
.sec-about section .about-windows .window-frame .wf-row.wf-middle img {
  width: 34px;
  height: auto;
}
.sec-about section .about-windows .window-frame .wf-center {
  display: block;
  flex: 1 1 auto;
  /* 中央領域の幅と高さは CSS カスタムプロパティで上書き可能 */
  width: calc(var(--about-window-width, 730px) - 68px);
  height: auto;
  min-width: 120px;
  background: #ffffff;
}
@media (max-width: 767px) {
  .sec-about section .about-windows .col-md-4 {
    width: 100%;
  }
  .sec-about section .about-windows .window-frame .wf-row.wf-top img,
  .sec-about section .about-windows .window-frame .wf-row.wf-bottom img {
    height: 24px;
  }
  .sec-about section .about-windows .window-frame .wf-row.wf-middle img {
    width: 24px;
  }
  .sec-about section .about-windows .window-frame .wf-center {
    min-height: 80px;
  }
}
.sec-about section .about-windows {
  /* 共通 pseudo-image 設定 */
  /* 互い違いレイアウト: 1と3は左へ、2は右へ */
  /* 画像の配置 */
  /* ウインドウ枠 1: 右側に img_about_00.png */
  /* ウインドウ枠 2: 左側に img_about_01.png */
  /* ウインドウ枠 3: 右側に img_about_02.png */
  /* 小さい画面では互い違いを解除、疑似要素も非表示にして崩れを防止 */
}
.sec-about section .about-windows .row {
  /* 各列を中央揃えにして、ウインドウ要素を transform でずらす */
}
.sec-about section .about-windows .row > .col-md-4 {
  display: flex;
  justify-content: center;
  /* ウインドウ自体のオーバーフローを許容 */
  overflow: visible;
}
.sec-about section .about-windows .window-frame {
  position: relative;
  transition: transform 300ms ease;
  z-index: 1;
}
.sec-about section .about-windows .window-frame::before,
.sec-about section .about-windows .window-frame::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 280px;
  height: 220px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  pointer-events: none;
}
.sec-about section .about-windows > .row > .col-md-4:nth-child(1) .window-frame,
.sec-about section .about-windows > .row > .col-md-4:nth-child(3) .window-frame {
  transform: translateX(-90px);
}
.sec-about section .about-windows > .row > .col-md-4:nth-child(2) .window-frame {
  transform: translateX(90px);
}
.sec-about section .about-windows > .row > .col-md-4:nth-child(1) .window-frame::after {
  right: -262px;
  top: 120px;
  background-image: url("/img/img_about_00.png");
}
.sec-about section .about-windows > .row > .col-md-4:nth-child(2) .window-frame::before {
  left: -262px;
  top: 88px;
  background-image: url("/img/img_about_01.png");
}
.sec-about section .about-windows > .row > .col-md-4:nth-child(3) .window-frame::after {
  right: -274px;
  top: 120px;
  background-image: url("/img/img_about_02.png");
}
@media (max-width: 767px) {
  .sec-about section .about-windows > .row > .col-md-4:nth-child(1) .window-frame,
  .sec-about section .about-windows > .row > .col-md-4:nth-child(2) .window-frame,
  .sec-about section .about-windows > .row > .col-md-4:nth-child(3) .window-frame {
    transform: none;
  }
  .sec-about section .about-windows .window-frame::before,
  .sec-about section .about-windows .window-frame::after {
    display: none;
  }
}

/* wf-center layout */
.wf-center {
  position: relative;
  padding: 0px;
  min-height: calc(12px + 51px + 12px + 18px);
  box-sizing: content-box;
}
.wf-center div .about-number {
  font-size: 51px;
  position: absolute;
  top: 12px;
  left: 16px;
  line-height: 1;
  margin: 0;
  letter-spacing: 0;
}
.wf-center div h3 {
  font-size: 24px;
  position: absolute;
  left: 80px;
  margin: 0;
  line-height: 1.2;
  border: 0;
  letter-spacing: 0.08em;
}
.wf-center div .about-line-one {
  top: -4px;
  transform: translateY(calc(51px - 24px));
}
.wf-center div .about-line-two {
  top: 0px;
  transform: translateY(calc(51px - 24px * 2));
}
.wf-center p {
  bottom: 12px;
  left: 16px;
  right: 16px;
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 0px;
  color: #6d401d;
  line-height: 1.6;
  border-top: solid 1px #2c7fba;
  padding-top: 18px;
  letter-spacing: 0.08em;
}

.sec-services h2 {
  margin-bottom: 6px !important;
}
.sec-services .container > div {
  position: relative;
  border-bottom: 1px solid #2c7fba;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
}
.sec-services .container > div h4 {
  font-size: 24px;
  margin: 2px 0 8px 0;
  display: block;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.sec-services .container > div p {
  font-size: 16px;
  color: #6d401d;
  margin: 8px 0 12px 0;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.sec-services .container > div > div {
  position: absolute;
  right: 40px;
  top: 24px;
  font-size: 30px;
  text-align: right;
  letter-spacing: 0.03em;
}
.sec-services .container > div > div span {
  background: #dd761c;
  color: #ffffff;
  font-size: 20px;
  padding: 6px 4px 0px 4px;
  border-radius: 3px;
  margin-right: 8px;
  display: inline;
  vertical-align: middle;
}
.sec-services .container > div img,
.sec-services .container > div iframe {
  width: 274px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.sec-services .container > div:last-child {
  border-bottom: none;
}
.sec-services .container > div:nth-child(4) img:first-of-type {
  float: left;
  margin-right: 20px;
}
.sec-services .container > div:nth-child(4) p {
  margin-top: 0;
  overflow: hidden;
}
.sec-services .container > div:nth-child(4):after {
  content: "";
  display: table;
  clear: both;
}

.sec-works {
  /* 見出し(h3)のスタイル調整 */
}
.sec-works h2 {
  margin-bottom: 12px !important;
}
.sec-works h3 {
  font-size: 30px !important;
  margin: 0 0 16px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #2c7fba !important;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.sec-works .container .works-description {
  padding-left: 0;
  padding-right: 12px;
  letter-spacing: 0.05em;
  /* 情報リスト */
}
.sec-works .container .works-description .list-info {
  padding: 0;
  margin-top: 8px; /* 見出しの下に寄せる */
}
.sec-works .container .works-description .list-info li {
  display: flex;
  list-style: none;
  font-weight: normal;
  font-size: 16px; /* 指定: 16px */
  align-items: flex-start;
  /* 2番目の span の色 */
}
.sec-works .container .works-description .list-info li span:first-child {
  display: inline-block;
  width: 12%;
  margin-right: 20px;
  font-weight: bold;
}
.sec-works .container .works-description .list-info li span:nth-child(2) {
  color: #6d401d;
}
.sec-works .container .works-description .works-description {
  margin-top: 46px;
}
.sec-works .container .works-description .works-description p {
  color: #6d401d;
  font-weight: 400;
}
.sec-works .container .works-description .buttons-store {
  padding: 0;
  margin: 0 0 20px 0;
}
.sec-works .container .works-description .buttons-store li {
  list-style: none;
  width: 150px;
  display: inline-block;
  margin: 5px;
}
.sec-works .container .works-description .buttons-store li a {
  display: inline-block;
}
.sec-works .container .works-description .buttons-store li a img {
  width: 150px;
  height: auto;
}
.sec-works .container .works-main-image {
  padding-left: 0;
  padding-right: 0;
}
.sec-works .container .works-sub-image {
  padding-left: 0;
  padding-right: 0;
}

/* mixin */
/* common style
-------------------------------*/
body {
  letter-spacing: 0.15em;
  line-height: 2em;
  font-size: 16px;
  font-weight: 600;
  background-color: #f5f5f5;
  font-family: "Khula", "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.table {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  color: #393633;
  font-weight: normal;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 1rem;
}
.table th {
  border-top: 2px solid #ffffff;
  padding-left: 1.2rem;
  position: relative;
}
.table th:before {
  position: absolute;
  top: 28%;
  left: -8px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #eb610f;
  margin-right: 20px;
}
.table td {
  border-top: none;
}
.table td a:link,
.table td a:visited,
.table td a:hover,
.table td a:active {
  color: #fca9cb;
}

form input {
  margin: 0 3%;
}
form textarea,
form input[type=text],
form input[type=email],
form input[type=url] {
  border: 1px solid #ededed;
  width: 94%;
  margin: 0 3%;
}
form select {
  border: 1px solid #ededed;
  width: 94% !important;
  margin: 0 3%;
}
form .btn-submit {
  background-color: rgba(255, 136, 185, 0.6980392157);
  color: #f5f5f5;
  padding: 5px 50px;
  border: none;
  cursor: pointer;
}
form .attention {
  color: red;
}

h3 {
  margin: 3% 0;
  line-height: 1.6em;
  font-weight: 700;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #fca9cb;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.link-text:hover {
  color: #fca9cb;
}

.btn-common {
  background: rgba(255, 136, 185, 0.6980392157);
  border-radius: 5px;
  position: relative;
  color: white;
  padding: 5px;
  margin-top: 20px;
}
.btn-common a {
  display: inline-block;
  border: 1px solid #f5f5f5;
  font-size: 1em;
  font-weight: normal;
  color: #f5f5f5;
  padding: 4px 20px 0px 20px;
}
.btn-common a:hover {
  text-decoration: none;
}

.btn-common:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 5px;
  background: #ffffff;
}

.btn-common:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 5px;
  background: #ffffff;
}

.btn-common a {
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}
.btn-common a:hover, .btn-common a:focus {
  color: #f5f5f5;
  outline: 0;
}
.btn-common a:hover {
  box-shadow: 0 0 50px 50px rgba(255, 136, 185, 0.7490196078) inset;
}

.btn-center {
  width: 60%;
  margin: 0 auto;
}
.btn-center a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

.angle-right:after {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
}

.angle-right-before:before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  color: #fca9cb;
  margin-right: 10px;
}

/* template
-------------------------------*/
#page {
  margin: 0.5rem;
  padding: 5rem;
  border: 1px solid #ffffff;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  min-height: calc(100vh - 1rem);
}
#page .copyright {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  line-height: 2em;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  z-index: 10;
}
#page .btn-back {
  position: fixed;
  top: 1rem;
  left: 1.5rem;
  z-index: 5;
}
#page .btn-back button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
#page .btn-back button i {
  color: rgba(255, 136, 185, 0.6980392157);
  font-size: 2rem;
  transition: color 300ms ease-in-out;
}
#page .btn-back button i:hover, #page .btn-back button i:focus {
  color: rgba(255, 136, 185, 0.6980392157);
  outline: 0;
}
#page .btn-back button i:hover {
  color: #fca9cb;
}
#page .head-side {
  position: fixed;
  text-align: right;
  z-index: 5;
  top: 60px;
  right: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
#page .head-side .en {
  display: block;
  font-size: 1.5em;
  line-height: 1;
}
#page .head-side .jp {
  display: block;
  font-size: 0.6em;
  line-height: 2;
}
#page .main {
  width: 900px;
  margin: 0 auto;
}
#page .main .area-lead {
  width: 900px;
  margin-bottom: 60px;
  color: #393633;
}
#page .main .area-lead h1 {
  font-size: 3rem;
  margin: 0 0 15px 0;
  font-weight: 700;
  color: #dd761c;
}
#page .main .area-lead h1 span {
  font-size: 1rem;
  margin-left: 1rem;
}
#page .main .area-lead p {
  padding: 0 0 30px 0;
  font-weight: normal;
  font-size: 1.1rem;
}
#page .main .area-scroll .sec-piece {
  width: 900px;
  margin-bottom: 60px;
  color: #393633;
}
#page .main .area-scroll .sec-piece .head-common {
  font-size: 1.5rem;
  color: #393633;
  font-weight: 700;
  margin-bottom: 30px;
}
#page .main .area-scroll .sec-piece .head-number {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#page .main .area-scroll .sec-piece .head-number .number {
  font-size: 3rem;
  font-weight: 700;
  color: #dd761c;
}
#page .main .area-scroll .sec-piece .head-number .arrow {
  font-size: 2rem;
  line-height: 3.5rem;
  margin: 0 10px;
  color: #dd761c;
}
#page .main .area-scroll .sec-piece .head-number .text {
  font-size: 1.5rem;
  color: #393633;
  font-weight: 700;
  line-height: 1.3;
}
#page .main .area-scroll .sec-piece .head-icon {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#page .main .area-scroll .sec-piece .head-icon .icon {
  font-size: 2rem;
  margin-right: 20px;
  line-height: 3.5rem;
  color: #dd761c;
}
#page .main .area-scroll .sec-piece .head-icon .text {
  font-size: 1.5rem;
  color: #393633;
  font-weight: 700;
  line-height: 1.3;
}
#page .main .area-scroll .sec-piece .head-faq {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#page .main .area-scroll .sec-piece .head-faq .q {
  font-size: 2rem;
  font-weight: 700;
  color: #dd761c;
}
#page .main .area-scroll .sec-piece .head-faq .number {
  font-size: 2rem;
  font-weight: 700;
  color: #dd761c;
}
#page .main .area-scroll .sec-piece .head-faq .arrow {
  font-size: 2rem;
  line-height: 3.5rem;
  margin: 0 10px;
  color: #dd761c;
}
#page .main .area-scroll .sec-piece .head-faq .text {
  font-size: 1.5rem;
  color: #393633;
  font-weight: 700;
  line-height: 1.3;
}
#page .main .area-scroll .sec-piece .angle-right-before {
  font-size: 1.5rem;
  margin: 20px 0;
  font-weight: bold;
}
#page .main .area-scroll .sec-piece p {
  font-weight: normal;
  font-size: 1rem;
}
#page .main .area-scroll .sec-piece .img-works {
  width: 100%;
}
#page .main .area-scroll .sec-piece dl dt,
#page .main .area-scroll .sec-piece dl dd {
  font-size: 1rem;
}

/*top
-------------------------------*/
.bg {
  width: 100%;
  height: 100vh;
  background-image: url(/img/bg.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.wrapper {
  color: #dd761c;
}

header {
  width: 100%;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  color: #dd761c;
}
header .navbar {
  -webkit-justify-content: flex-start; /* Safari */
  justify-content: flex-start;
  background-color: rgba(245, 245, 245, 0.6980392157);
  padding: 0.5rem 1rem 0;
}
header .navbar .companyinfo {
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  padding-left: 80px;
}
header .navbar .companyinfo .logo {
  display: inline-block;
}
header .navbar .companyinfo .logo img {
  width: 200px;
  height: auto;
}
header .navbar .companyinfo .lead-company {
  display: inline-block;
  font-size: 0.5em;
  color: #dd761c;
  letter-spacing: 0.15em;
}

#pagenation {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 500;
  padding: 0 1rem 0 0;
  display: flex;
  -webkit-display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
}
#pagenation ul {
  margin: 0;
  padding: 15px;
  border-radius: 5px;
  background: #f5f5f5;
}
#pagenation ul li {
  list-style: none;
}
#pagenation ul li a {
  color: #fca9cb;
  font-size: 0.6em;
}
#pagenation ul .current a {
  position: relative;
}
#pagenation ul .current a:after {
  position: absolute;
  top: -10px;
  left: -5px;
  z-index: 10;
  content: "\f1d8";
  font-family: FontAwesome;
  color: #dd761c;
  font-size: 1.5em;
  background: #f5f5f5;
}

#scroll {
  position: absolute;
  bottom: 3%;
  text-align: center;
  width: 100%;
  font-size: 30px;
}

#scroll:before {
  content: "Scroll";
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

.wrap-btn-contact {
  position: fixed;
  z-index: 7;
  right: 2%;
  bottom: 3%;
}

.copyright {
  font-size: 0.7em;
  letter-spacing: 0.06em;
}

.firstview .catch {
  margin: 7rem 1rem 0 0;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
}
.firstview .catch h2 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 0;
  margin-bottom: 20px;
  text-shadow: -2px -2px #f5f5f5, 2px -2px #f5f5f5, -2px 2px #f5f5f5, 2px 2px #f5f5f5;
}
.firstview .catch p {
  text-shadow: -2px -2px #f5f5f5, 2px -2px #f5f5f5, -2px 2px #f5f5f5, 2px 2px #f5f5f5;
  color: #dd761c;
  font-size: 1em;
  line-height: 1.8;
}
.firstview .catch p strong {
  color: #dd761c;
  font-size: 1.08em;
}

.wrap-contents {
  background: rgba(237, 237, 237, 0.8980392157);
  padding: 1.6% 0.8% 0.8%;
  margin: 200px auto;
  background-image: url("/img/arm_loop_@2x.png");
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 2.5px 8px;
  position: relative;
}
.wrap-contents .sec-contents {
  padding: 4%;
  border: 1px solid #2c7fba;
}
.wrap-contents .sec-contents .frame .left {
  position: absolute;
  top: -5px;
  left: -10px;
}
.wrap-contents .sec-contents .frame .left img {
  width: 16px;
  height: auto;
}
.wrap-contents .sec-contents .frame .right {
  position: absolute;
  top: -5px;
  right: -10px;
}
.wrap-contents .sec-contents .frame .right img {
  width: 16px;
  height: auto;
}
.wrap-contents .sec-contents .frame .propeller {
  position: absolute;
  top: -53.5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 140px;
}
.wrap-contents .sec-contents .frame .propeller img {
  width: 140px;
  height: auto;
}
.wrap-contents .sec-contents h2 {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 700;
}
.wrap-contents .sec-contents h2 .en {
  font-size: 3rem;
  display: inline-block;
}
.wrap-contents .sec-contents h2 .jp {
  font-size: 1rem;
  display: inline-block;
}

#contact {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: none;
  border: none;
  display: none;
}
#contact .wrap-contact {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .wrap-contact .sec-contact {
  width: 100%;
  border: none;
}
#contact .wrap-contact .sec-contact h2 {
  text-align: center;
  padding-top: 0;
}
#contact .wrap-contact .sec-contact .btn-common {
  margin: 0 auto;
}
#contact .wrap-contact .sec-contact .btn-common a {
  width: 100%;
}

#underground {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: none;
  background: rgba(245, 245, 245, 0.8509803922);
}
#underground img {
  position: absolute;
  bottom: 24px;
}
#underground .gear01 {
  left: -35px;
  bottom: -60px;
}
#underground .chara00 {
  left: 90px;
}
#underground .gear00 {
  left: 125px;
  bottom: -28px;
}
#underground .propeller00 {
  left: 137px;
}
#underground .chara04 {
  left: 190px;
}
#underground .chara01 {
  left: 265px;
  bottom: 21px;
}
#underground .chara03 {
  right: 153px;
}
#underground .mixer00 {
  right: 95px;
}
#underground .chara02 {
  right: 0;
}
#underground .ground {
  width: 100%;
  height: 26px;
  display: block;
  position: absolute;
  bottom: 0;
  background-image: url(/img/pattern_footer_@2x.png);
  background-size: 86px 26px;
  background-repeat: repeat-x;
  background-position: bottom;
}
#underground .gear02 {
  right: -50px;
  bottom: -23px;
}

.list-news {
  padding-left: 0;
}

.list-news li dl dt {
  padding-left: 0;
}

.sec-jutaku p {
  text-align: left;
  margin-bottom: 7%;
}

.list-jutaku {
  overflow: hidden;
  width: 100%;
}

.list-jutaku li {
  list-style: none;
  float: left;
  padding: 1.5%;
  width: 32%;
}

.subnav-works {
  margin: 0 0 3%;
  padding: 0;
}

.subnav-works li {
  list-style: none;
  display: inline-block;
  padding: 0 2%;
  border-right: 1px solid #dd761c;
}

.subnav-works li:first-child {
  border-left: 1px solid #dd761c;
}

.img-works {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.img-works li {
  width: 30%;
  list-style: none;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}
.img-works li figure {
  position: relative;
  overflow: hidden;
  color: #f3f4e4;
  margin-bottom: 0;
}
.img-works li figure figcaption {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(252, 169, 203, 0.8509803922);
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.2rem;
  letter-spacing: 0.05rem;
}
.img-works li figure figcaption h3 {
  border: none;
  font-size: 1.1rem;
  margin-bottom: 15px;
  font-weight: normal;
}
.img-works li figure a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-works li figure:hover figcaption {
  opacity: 1;
}

@media (min-width: 768px) {
  .navbar-nav {
    margin-top: 5px;
  }
}
#about,
#services,
#works,
#information {
  width: 76%;
}

#contact,
#underground {
  text-align: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}

#works {
  margin-bottom: 100vh; /*仮措置*/
}

#headSideContact,
#headSideInformation,
#headSideAbout,
#headSideServices,
#headSideWorks,
#headSideInformation {
  position: fixed; /*要素はabsoluteに*/
  text-align: right;
  z-index: 5;
  top: 60px;
  right: 1rem;
  font-weight: 700;
  display: none;
}
#headSideContact .en,
#headSideInformation .en,
#headSideAbout .en,
#headSideServices .en,
#headSideWorks .en,
#headSideInformation .en {
  display: block;
  font-size: 1.5em;
}
#headSideContact .jp,
#headSideInformation .jp,
#headSideAbout .jp,
#headSideServices .jp,
#headSideWorks .jp,
#headSideInformation .jp {
  display: block;
  font-size: 0.4em;
  line-height: 0.8;
}

#headSideContact {
  z-index: 10;
}

/* 以下モーダルメニュー */
.menu-btn {
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-family: "Khula", "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.menu-btn .btn-common a {
  width: 100%;
  padding: 4px 10px 0px 10px;
}
.menu-btn .btn-common a:hover {
  text-decoration: none;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
  content: attr(data-txt-close);
}

/* modal-window */
.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  background: rgba(255, 136, 185, 0.6980392157);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu div .navbar-nav {
  padding: 20px;
  display: flex;
}
.menu div .navbar-nav li {
  width: 300px;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
}
.menu div .navbar-nav li a {
  display: block;
  font-size: 24px;
  color: #fff;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn .btn-common {
  display: none;
}
.open .menu {
  cursor: url(../images/cross.svg), auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: visible;
  opacity: 1;
  z-index: 8;
}

/*以上モーダルメニュー*/
/*about
-------------------------------*/
#profile {
  margin-top: 120px;
}

#access {
  margin-top: 120px;
}
#access dl dd {
  font-weight: normal;
}
#access dl dd a:link,
#access dl dd a:visited,
#access dl dd a:hover,
#access dl dd a:active {
  color: #fca9cb;
}
#access .map iframe {
  width: 100%;
  filter: saturate(40%);
}

/*contact
-------------------------------*/
.btn-sidebyside {
  display: flex;
  justify-content: center;
}

.btn-personal {
  width: 250px;
  padding: 5px;
  margin-bottom: 60px;
  margin-left: 60px;
  text-align: center;
}
.btn-personal a {
  display: inline-block;
  width: 100%;
  padding: 8px 4px 4px 4px;
}

/* personal-information */
.personal-info {
  color: #393633;
  font-weight: normal;
  font-size: 0.9rem;
}
.personal-info section {
  margin: 30px 0;
}
.personal-info section h4 {
  margin: 15px 0;
  line-height: 1.3;
  font-weight: bold;
}
.personal-info .btn-common {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
.personal-info .btn-common a {
  display: inline-block;
  width: 100%;
  padding: 4px 0 0px 0;
}

/* confirm */
.confirm {
  min-height: -webkit-calc(100vh - 0.5rem);
  min-height: calc(100vh - 0.5rem);
}
.confirm .sec-piece p {
  color: #393633;
  font-weight: normal;
  font-size: 0.9rem;
  text-align: center;
}
.confirm .sec-piece p .link-text {
  color: rgba(255, 136, 185, 0.6980392157);
  font-weight: bold;
  display: inline-block;
  margin: 0 10px;
  text-decoration: underline;
}

/*aaa.html
-------------------------------*/
#page .main .area-lead .h1-aaa {
  font-size: 2rem;
  line-height: 2rem;
}

/*mediaquery
-------------------------------*/
@media only screen and (min-width:1200px) {
  #first .catch {
    display: block;
  }
  #first .wrap-contents {
    display: none;
  }
  #first .wrap-contents .catch-md {
    display: none;
  }
  #about {
    margin-top: 140vh;
  }
}
@media only screen and (max-width:1199px) {
  #first .catch {
    display: block;
  }
  #first .wrap-contents {
    display: none;
  }
  #first .wrap-contents .catch-md {
    display: none;
  }
  #about {
    margin-top: 140vh;
  }
}
@media only screen and (max-width:991px) {
  header .companyinfo .copyright {
    display: none;
  }
  #first,
  #about,
  #services,
  #works,
  #information {
    width: 80%;
  }
  .wrap-contents .sec-contents h2 {
    margin-top: 20px;
    font-size: 1rem;
  }
  .wrap-contents .sec-contents h2 .en {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  #first {
    margin: 0 auto;
    margin-top: 110vh;
  }
  #first .catch {
    display: none;
  }
  #first .wrap-contents {
    display: block;
  }
  #first .wrap-contents .catch-md {
    display: block;
    position: static;
    color: #dd761c;
    margin: 0;
  }
  #first .wrap-contents .catch-md h2 {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
  }
  #first .wrap-contents .catch-md p {
    text-shadow: none;
    font-size: 1rem;
    text-align: center;
  }
  #about {
    margin-top: 200px;
  }
  #contact .sec-contact h2 {
    margin-top: 0;
  }
  #page {
    padding: 5rem 3rem;
  }
  #page .btn-back {
    padding: 0 10px;
    background-color: rgba(245, 245, 245, 0.6980392157);
    border-radius: 5px;
  }
  #page .head-side {
    display: none;
  }
  #page .copyright {
    display: none;
  }
  #page .main {
    width: 650px;
    margin: 0 auto;
  }
  #page .main .area-lead {
    width: 650px;
  }
  #page .main .area-scroll .sec-piece {
    width: 650px;
  }
  #page .main .area-scroll .sec-piece .head-number {
    width: 100%;
  }
  #page .main .area-scroll .sec-piece .head-icon {
    width: 100%;
  }
  #page .main .area-scroll .sec-piece p {
    width: 100%;
  }
  #page .main .area-scroll .sec-piece .img-works {
    width: 100%;
  }
  #page .main .area-scroll .sec-piece .img-works li img {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
  }
  .table {
    width: 100%;
  }
}
@media only screen and (max-width:767px) {
  .sec-works section .img-works {
    flex-direction: column;
  }
  .sec-works section .img-works li {
    width: 100%;
    margin-bottom: 20px;
  }
  #underground .chara01 {
    display: none;
  }
  #pagenation {
    display: none;
  }
  #page {
    padding: 5rem 2rem;
  }
  #page .head-side {
    display: none;
  }
  #page .copyright {
    display: none;
  }
  #page .main {
    width: 100%;
    margin: 0 auto;
  }
  #page .main .area-lead {
    width: 100%;
  }
  #page .main .area-lead h1 {
    font-size: 2.5rem;
  }
  #page .main .area-scroll .sec-piece {
    width: 100%;
    margin: 0;
  }
  #page .main .area-scroll .sec-piece .head-number .text {
    font-size: 1.2rem;
  }
  #page .main .area-scroll .sec-piece .head-icon .text {
    font-size: 1.2rem;
  }
  #page .main .area-scroll .sec-piece .head-faq .text {
    font-size: 1.2rem;
  }
  #page .main .area-scroll .sec-piece .img-works {
    width: 100%;
  }
  #page .main .area-scroll .sec-piece .img-works li {
    width: 100%;
  }
  .table {
    width: 100%;
  }
}
@media only screen and (max-width:543px) {
  #headSideWorks,
  #headSideServices,
  #headSideAbout,
  #headSideContact,
  #headSideInformation {
    visibility: hidden;
  }
  header .navbar .menu div .navbar-nav li {
    width: 150px;
  }
  header .navbar .companyinfo div .logo {
    padding-bottom: 0;
  }
  header .navbar .companyinfo .copyright {
    display: none;
  }
  .wrap-btn-contact .btn-common {
    margin-bottom: 0;
  }
  .wrap-contents .sec-contents h2 {
    margin-top: 20px;
    font-size: 1rem;
  }
  .wrap-contents .sec-contents h2 .en {
    font-size: 2.5rem;
    line-height: 1.5;
  }
  #first .wrap-contents .catch-md h2 {
    font-size: 1.5rem;
  }
  #first .wrap-contents .catch-md p {
    line-height: 2;
    letter-spacing: 0.01;
    text-align: left;
  }
  .sec-about section .piece h4 {
    display: block;
    font-size: 1rem;
  }
  .sec-about section .piece h4 .arrow {
    display: none;
  }
  #scroll {
    display: none;
  }
  .wrap-btn-contact {
    display: none;
  }
  #first,
  #about,
  #services,
  #works,
  #information {
    width: 90%;
  }
  .sec-services .links ul li,
  .sec-services .links-last ul li {
    width: 100%;
  }
  .sec-services .links ul li:nth-child(odd),
  .sec-services .links-last ul li:nth-child(odd) {
    border-right: none;
  }
  .sec-services .links .links-product,
  .sec-services .links-last .links-product {
    flex-direction: column;
  }
  .sec-services .links .links-product a,
  .sec-services .links-last .links-product a {
    width: 100%;
  }
  .sec-services .links .links-product a:first-child,
  .sec-services .links-last .links-product a:first-child {
    margin-bottom: 60px;
  }
  .sec-services .btn-more-service {
    width: 100%;
  }
  .sec-works section .img-works {
    flex-direction: column;
  }
  .sec-works section .img-works li {
    width: 100%;
  }
  .sec-works section .btn-works .btn-common {
    width: 100%;
  }
  .sec-information .contents {
    flex-direction: column;
  }
  .sec-information .contents ul {
    width: 100%;
  }
  .sec-information .contents div {
    width: 100%;
  }
  #underground {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: none;
    background: rgba(245, 245, 245, 0.8509803922);
  }
  #underground img {
    position: absolute;
    bottom: 24px;
  }
  #underground .gear01 {
    display: none;
  }
  #underground .chara00 {
    left: 10px;
  }
  #underground .gear00 {
    left: 45px;
    bottom: -28px;
  }
  #underground .propeller00 {
    left: 57px;
  }
  #underground .chara04 {
    left: 110px;
  }
  #underground .chara01 {
    left: 255px;
    bottom: 21px;
  }
  #underground .chara03 {
    right: -20px;
  }
  #underground .mixer00 {
    display: none;
  }
  #underground .chara02 {
    display: none;
  }
  #underground .ground {
    width: 100%;
    height: 26px;
    display: block;
    position: absolute;
    bottom: 0;
    background-image: url(/img/pattern_footer_@2x.png);
    background-size: 86px 26px;
    background-repeat: repeat-x;
    background-position: bottom;
  }
  #underground .gear02 {
    display: none;
  }
  #page {
    padding: 5rem 1rem;
  }
}