@charset "UTF-8";

/***************************************
　　タグ初期値
***************************************/
html,
body {
  height: 100%;
  margin: 0;
}

html {
  line-height: 1.15;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, sans-serif;
}

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

body {
  background-color: #fff;
  color: #444444;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

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

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

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-weight: normal;
}

a {
  background-color: transparent;
  color: #1d417a;
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1.5em;
}

ul,
dl {
  padding: 0;
  margin: 0;
}

li,
dt,
dd {
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/***************************************
　　段落、回り込み
***************************************/
.a_center {
  text-align: center !important;
}

.aligncenter {
  text-align: center;
}

.a_left,
.alignleft {
  margin-right: 2rem;
  margin-bottom: 1rem;
}

.a_left {
  text-align: left !important;
}

.alignleft {
  float: left;
}

.a_right,
.alignright {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.a_right {
  text-align: right !important;
}

.alignright {
  float: right;
}

/* .clearfix { width:100%; } */
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

/***************************************
　　テーブル
***************************************/
table,
th,
td {
  border-collapse: collapse;
  border: 1px;
}

table {
  width: 100%;
  margin: 0 auto 1.5em;
  min-height: 0.1%;
  overflow: auto;
}

td,
th {
  padding: 1em;
  border: 1px solid #CCC;
  line-height: 1.5em;
}

th {
  white-space: nowrap;
  background-color: #EEE;
  font-weight: normal;
}

.wysiwyg {
  word-wrap: break-word;
  /* IE11用 */
  overflow-wrap: break-word;
}

.wysiwyg .table {
  max-width: 100%;
  overflow-x: auto;
}

/***************************************
　　フォーム
***************************************/
/* フォーム枠
------------------------------------- */
form {
  margin: 0px auto;
}

/* 入力
------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  max-width: 100%;
  overflow: visible;
}

button {
  letter-spacing: normal;
  text-transform: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/* テキスト系 */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  border: 1px solid #c3cdd2;
  border-radius: 3px;
  padding: 0.4rem;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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







@media only screen and (max-width: 999px) {
  .pc {
    display: none !important;
  }

  body {
    font-family: 'Noto Sans JP', Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
    min-width: 320px;
    min-height: 100%;
    font-size: 1rem;
    color: #444444;
  }

  @-webkit-keyframes show {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @keyframes show {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  #header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    height: 60px;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #dddddd;
  }

  #header #header-top {
    height: 100%;
    padding: 0 60px 0 3vw;
  }

  #header #header-top #header-logo {
    display: block;
    height: 100%;
    background-image: url(../img/common/header-logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px auto;
    padding-top: 14px;
    padding-left: 50px;
  }

  #header #header-top #header-logo h1 {
    margin: 0;
    line-height: 1em;
    font-weight: bold;
    font-size: 20px;
    vertical-align: bottom;
  }

  #header #header-top #header-logo h1 span {
    display: none;
    font-size: 14px;
  }

  #header #header-top #header-logo p {
    margin: 0;
    line-height: 100%;
    font-size: 14px;
  }

  #header #header-top #header-logo p b {
    color: #e60019;
  }

  #header #header-top .header-right {
    display: none;
  }

  #header #header-nav {
    display: none;
    position: fixed;
    top: 60px;
    right: 0;
    padding-top: 60px;
    margin-top: -60px;
    min-width: 80%;
    max-width: 90%;
    height: 100vh;
  }

  #header #header-nav .header-nav-inner {
    z-index: -1;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.9);
    padding-bottom: 20px;
  }

  #header #header-nav .header-nav-inner>ul {
    list-style: none;
    margin: 0;
    padding: 2em 1em 1em;
  }

  #header #header-nav .header-nav-inner>ul>li {
    margin-bottom: 1.5em;
  }

  #header #header-nav .header-nav-inner>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #fff;
  }

  #header #header-nav .header-nav-inner>ul>li>a::before,
  #header #header-nav .header-nav-inner>ul>li ul li a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 0;
    border: 3px solid transparent;
    border-left: 4px solid #fff;
    margin-right: 5px;
  }

  /*#header #header-nav .header-nav-inner > ul > li.has-child-menu ul {
    display: none;
  }*/

  #header #header-nav .header-nav-inner>ul>li.has-child-menu>a {
    pointer-events: none;
  }

  #header #header-nav .header-nav-inner>ul>li.has-child-menu>a::before {
    display: none;
  }

  #header #header-nav .header-nav-inner>ul>li ul {
    font-size: 0.85em;
    list-style: none;
  }

  #header #header-nav .header-nav-inner>ul>li ul li {
    margin: 0.5em 0 0 1em;
  }

  #header #header-nav .header-nav-inner>ul>li ul li a {
    display: block;
    color: #fff;
  }

  #header #header-nav .sp-contact {
    padding: 0 1em;
  }

  #header #header-nav .sp-contact .logo {
    text-align: center;
  }

  #header #header-nav .sp-contact .logo img {
    width: 130px;
    margin-bottom: 20px;
  }

  #header #header-nav .sp-contact .tel,
  #header #header-nav .sp-contact .contact {
    max-width: 260px;
    margin: 0 auto;
  }

  #header #header-nav .sp-contact .tel {
    display: block;
    padding: 12px 20px 8px 40px;
    line-height: 100%;
    text-align: center;
    background-color: #eaf0fa;
    color: #1d417a;
    font-weight: bold;
    background-image: url(../img/common/phone.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px 10px;
    text-align: left;
  }

  #header #header-nav .sp-contact .contact {
    background-color: #1d417a;
    color: #fff;
    padding: 4px;
  }

  #header #header-nav .sp-contact .contact li {
    list-style: none;
  }

  #header #header-nav .sp-contact .contact li a {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 10px 10px 13px 10px;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
  }

  #header #header-nav .sp-contact .contact li a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #f2cd3a;
  }

  #header #header-search {
    display: none;
  }

  #hamburger {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 60px;
    height: 60px;
  }

  #hamburger div {
    width: 100%;
    height: 100%;
    background-color: #1d417a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #hamburger i {
    display: inline-block;
    width: 70%;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
  }

  #hamburger i:before,
  #hamburger i:after {
    content: "";
    height: 2px;
    border-radius: 3px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
  }

  #hamburger i:before {
    -webkit-transform: translate(0px, -7px);
    transform: translate(0px, -7px);
  }

  #hamburger i:after {
    -webkit-transform: translate(0px, 5px);
    transform: translate(0px, 5px);
  }

  #hamburger.active i {
    height: 0;
  }

  #hamburger.active i:before {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
  }

  #hamburger.active i:after {
    -webkit-transform: rotate(45deg) translate(-1px, -2px);
    transform: rotate(45deg) translate(-1px, -2px);
  }
}

@media only screen and (max-width: 999px) {
  #footer {
    position: relative;
    background-color: #1d417a;
    color: #fff;
  }

  #footer #footer-nav {
    width: 100%;
    margin: 0 auto 30px;
  }

  #footer #footer-nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.875rem;
    font-weight: bold;
    margin: 0 auto;
  }

  #footer #footer-nav ul li {
    display: block;
    width: 50%;
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid #617aa2;
  }

  #footer #footer-nav ul li:first-child {
    width: 100%;
  }

  #footer #footer-nav ul li:nth-child(2n) {
    border-right: 1px solid #617aa2;
  }

  #footer #footer-nav ul a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 1em 0.5em;
  }

  #footer address {
    margin: 0 auto 30px;
    width: auto;
    font-size: 0.875rem;
  }

  #footer address h2 {
    background-image: url(../img/common/logo_w.png);
    background-repeat: no-repeat;
    background-size: 128px;
    width: 150px;
    height: 30px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    margin: 0 auto 20px;
    text-align: center;
  }

  #footer address ul {
    list-style: none;
    margin: 0;
    padding: 0 4vw;
    font-style: normal;
    font-weight: bold;
    line-height: 1.5em;
  }

  #footer .copyright {
    text-align: center;
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.5em;
  }

  #scr-top {
    opacity: 0;
    position: fixed;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    right: -90px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    z-index: 100;
  }

  #scr-top.end {
    position: absolute;
    top: -25px;
    bottom: auto;
  }

  #scr-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    border: 5px solid #fff;
    background-color: #1d417a;
    color: #fff;
    width: 100%;
    height: 100%;
    content: "";
  }

  #scr-top a::before {
    position: relative;
    top: -4px;
    display: block;
    content: "";
    width: 14px;
    height: 0;
    border: 7px solid transparent;
    border-bottom: 10px solid #fff;
  }
}

@media only screen and (max-width: 999px) {
  .container {
    min-height: 100%;
    padding-top: 60px;
    max-width: 100%;
    overflow-x: hidden;
  }

  .page {
    padding-top: 60px;
  }

  .page .title-section {
    text-align: center;
  }

  .contents {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-bottom: 70px;
  }

  .contents .inner-w {
    width: 100%;
    margin: 0 auto;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .contents .inner {
    width: 100%;
    margin: 0 auto;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .contents .table {
    width: 100%;
    overflow-x: auto;
  }

  .contents .table th,
  .contents .table td {
    white-space: nowrap;
  }

  .contents .title-section {
    font-size: 1.4rem;
    color: #1d417a;
    font-weight: 900;
    margin-bottom: 30px;
    line-height: 1.5em;
  }

  .contents .title-box {
    font-size: 1.4rem;
    border-bottom: 4px solid #1d417a;
    font-weight: bold;
    background-image: url(../img/common/title-box.svg);
    background-repeat: no-repeat;
    line-height: 1.5em;
    margin-bottom: 30px;
    padding: 0 36px;
  }

  .contents .req {
    color: #e60019;
  }

  .contents .btn-more,
  .contents .btn-more-w {
    text-align: center;
  }

  .contents .btn-more a,
  .contents .btn-more-w a {
    display: inline-block;
    background-color: #eaf0fa;
    font-weight: bold;
    font-size: 1.125em;
    padding: 1em 5em;
    border: 1px solid #1d417a;
    background-image: url(../img/common/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
  }

  .contents .btn-more-w a {
    background-color: #fff;
  }

  .contents .btn-acd {
    text-align: center;
  }

  .contents .btn-acd span {
    display: inline-block;
    padding: 0.25em 3em 0;
    font-size: 0.875rem;
    background-color: #1d417a;
    color: #fff;
    line-height: 1.75em;
    border-radius: 1.5em;
  }

  .contents .btn-acd span::after {
    display: block;
    content: "";
    width: 6px;
    height: 0;
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    margin: 0 auto;
  }

  .wysiwyg .title-box,
  .single-work-intro .title-box {
    margin-top: 1.5em;
  }

  .wysiwyg h4,
  .single-work-intro h4 {
    font-size: 20px;
    font-weight: 900;
    margin: 1em 0;
    padding: 0.5em 0;
    color: #1d417a;
  }

  .wysiwyg p,
  .single-work-intro p {
    line-height: 2em;
  }

  .wysiwyg a,
  .single-work-intro a {
    text-decoration: underline;
  }

  .wysiwyg ol,
  .wysiwyg ul,
  .single-work-intro ol,
  .single-work-intro ul {
    margin: 1.5em 0;
    padding-left: 1.5em;
    line-height: 2em;
  }

  .wysiwyg ol li,
  .wysiwyg ul li,
  .single-work-intro ol li,
  .single-work-intro ul li {
    margin-bottom: .5em;
  }

  .wysiwyg ol li ol,
  .wysiwyg ol li ul,
  .wysiwyg ul li ol,
  .wysiwyg ul li ul,
  .single-work-intro ol li ol,
  .single-work-intro ol li ul,
  .single-work-intro ul li ol,
  .single-work-intro ul li ul {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.5em;
  }

  .wysiwyg .col2,
  .wysiwyg .col2-rev,
  .single-work-intro .col2,
  .single-work-intro .col2-rev {
    margin-top: 1em;
    margin-bottom: 2em;
  }

  .wysiwyg .col2 .img,
  .wysiwyg .col2-rev .img,
  .single-work-intro .col2 .img,
  .single-work-intro .col2-rev .img {
    text-align: center;
    margin-bottom: 30px;
  }

  .wysiwyg .col2 .text p:last-child,
  .wysiwyg .col2-rev .text p:last-child,
  .single-work-intro .col2 .text p:last-child,
  .single-work-intro .col2-rev .text p:last-child {
    margin-bottom: 0;
  }

  .wysiwyg .col2 .text h3,
  .wysiwyg .col2-rev .text h3,
  .single-work-intro .col2 .text h3,
  .single-work-intro .col2-rev .text h3 {
    font-size: 1.4rem;
    border-bottom: 4px solid #1d417a;
    font-weight: bold;
    background-image: url(../img/common/title-box.svg);
    background-repeat: no-repeat;
    line-height: 1.5em;
    margin-bottom: 30px;
    padding: 0 36px 7px;
  }

  .wysiwyg .col2 .text h4,
  .wysiwyg .col2-rev .text h4,
  .single-work-intro .col2 .text h4,
  .single-work-intro .col2-rev .text h4 {
    margin-top: 0;
  }

  .wysiwyg .col2.page-col2,
  .wysiwyg .col2-rev.page-col2,
  .single-work-intro .col2.page-col2,
  .single-work-intro .col2-rev.page-col2 {
    margin-top: 1em;
    margin-bottom: 40px;
  }

  .wysiwyg .col2-rev .img,
  .single-work-intro .col2-rev .img {
    margin-right: 0;
  }

  .wysiwyg .gallery1,
  .single-work-intro .gallery1 {
    text-align: center;
  }

  .wysiwyg .gallery2,
  .wysiwyg .gallery3,
  .wysiwyg .gallery4,
  .single-work-intro .gallery2,
  .single-work-intro .gallery3,
  .single-work-intro .gallery4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }

  .wysiwyg .gallery2 li,
  .single-work-intro .gallery2 li {
    width: 49%;
  }

  .wysiwyg .gallery3::after,
  .single-work-intro .gallery3::after {
    content: "";
    display: block;
    width: 33%;
  }

  .wysiwyg .gallery3 li,
  .single-work-intro .gallery3 li {
    width: 33%;
  }

  .wysiwyg .gallery4::before,
  .single-work-intro .gallery4::before {
    content: "";
    display: block;
    width: 24%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .wysiwyg .gallery4::after,
  .single-work-intro .gallery4::after {
    content: "";
    display: block;
    width: 24%;
  }

  .wysiwyg .gallery4 li,
  .single-work-intro .gallery4 li {
    width: 24%;
  }

  .wysiwyg .box,
  .single-work-intro .box {
    border: double #ddd;
    padding: 1em;
    margin-bottom: 1.5em;
  }

  .wysiwyg .box p:last-child,
  .single-work-intro .box p:last-child {
    margin-bottom: 0;
  }

  .eyecatch-wrapper {
    margin-bottom: 0.8rem;
  }

  .about-aaa-oriusu {
    width: 100%;
    margin: 0 auto;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .about-aaa {
    background: #eaf0fa;
    padding: 1.2rem 0.8rem;
    margin-bottom: 2rem;
  }

  .about-aaa .ttl {
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
  }

  .about-aaa .img-text .text {
    line-height: 2;
  }

  .about-aaa .img-text .img {
    margin-bottom: 1rem;
  }

  .about-aaa-link {
    list-style: none;
  }

  .about-aaa-link li:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .about-aaa-link li a {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    padding: 0.5rem;
    color: #000;
    position: relative;
    font-size: 18px;
  }

  .about-aaa-link li a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #e60019;
    border-right: 2px solid #e60019;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 1.5rem;
  }

  /*.front-merit {
    padding-top: 50px;
  }*/
  .front-merit .title-section {
    text-align: center;
  }

  .front-merit .title-section span {
    font-size: 1.4em;
  }

  .front-merit .title-section .pc-break,
  .pc-break {
    display: none;
  }

  .front-merit .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }

  .front-merit .col2 .text {
    line-height: 2em;
    height: auto;
    max-height: 1200px;
    -webkit-transition: all 1s;
    transition: all 1s;
  }

  .front-merit .col2 .text .btn-acd {
    margin-bottom: 0;
  }

  .front-merit .col2 .text.close {
    position: relative;
    max-height: 250px;
    overflow-y: hidden;
  }

  .front-merit .col2 .text.close::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    content: "";
    width: 100%;
    height: 130px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
    background: linear-gradient(transparent, #fff);
    z-index: 1;
  }

  .front-merit .col2 .text.close .btn-acd {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
  }

  .front-merit .col2 .text .note {
    font-size: 0.85em;
    line-height: 1.6;
  }

  .front-merit .col2 .img {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
  }

  .front-merit .col2 .img img {
    width: 75%;
    height: auto;
  }

  .front-merit .front-merit-reason {
    margin-bottom: 20px;
  }

  .front-merit .front-merit-reason .left {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .front-merit .front-merit-reason .right table {
    font-size: 0.875rem;
    margin: 0;
  }

  .front-merit .front-merit-reason .right table td {
    text-align: center;
  }

  .front-merit .front-sample a {
    display: block;
  }

  .front-merit .front-sample a:first-child {
    margin-bottom: 1rem;
    text-align: center;
    padding: 1.4rem;
    background: #e60019;
    color: #fff;
    font-weight: bold;
    position: relative;
  }

  .front-merit .front-sample a:first-child::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -5px;
  }

  .front-ex {
    padding: 60px 0 30px;
  }

  .front-ex .title-section {
    margin-bottom: 30px;
    text-align: center;
  }

  .front-ex ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .front-ex ul li {
    max-width: 46%;
    width: 234px;
    margin-bottom: 12px;
  }

  .front-ex ul li:not(:nth-child(2n)) {
    margin-right: 3%;
  }

  .front-ex ul li a {
    display: block;
    font-size: 0.875em;
  }

  .front-ex ul li a img {
    margin-bottom: 10px;
  }

  .front-ex ul li a span {
    display: block;
    line-height: 1.5em;
  }

  .front-type {
    padding: 50px 0 0;
    background-color: #eaf0fa;
  }

  .front-type .title-section {
    margin-bottom: 30px;
    text-align: center;
  }

  .front-type h3 {
    background-color: #f2cd3a;
    color: #1d417a;
    font-size: 1.4rem;
    font-weight: 900;
    padding: 0.5em 0.5em 0.3em;
    margin-bottom: 20px;
  }

  .front-type .inner>p {
    line-height: 2em;
    margin-bottom: 30px;
  }

  .front-type ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 3vw 30px;
  }

  .front-type ul li {
    width: 100%;
    max-width: 300px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 20px;
  }

  .front-type ul li a {
    display: block;
  }

  .front-type ul li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .front-type ul li figure img {
    margin-right: 15px;
  }

  .front-type ul li figure b {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 900;
    margin-bottom: .5em;
  }

  .front-type ul li figure h4 {
    font-size: 1.75rem;
    font-weight: 900;
    margin-bottom: 20px;
  }

  .front-type ul li figure p {
    font-size: 1rem;
    line-height: 1.75em;
    font-weight: 900;
    margin-bottom: 0;
  }

  .front-case {
    padding: 60px 0 20px;
  }

  .front-case .col2 dl {
    width: 100%;
    padding: 20px 3vw 15px;
    margin: 0 auto 30px;
    border: 4px solid #4facdc;
    background-color: #eaf0fa;
    border-radius: 3px;
  }

  .front-case .col2 dl dt,
  .front-case .col2 dl dd {
    padding: 0 15px;
    margin: 0 0 15px;
    font-weight: bold;
    line-height: 1.75em;
  }

  .front-case .col2 dl dt {
    display: inline-block;
    float: left;
    clear: both;
    background-color: #4facdc;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
  }

  .front-case .col2 dl dd span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #f2cd3a));
    background: linear-gradient(transparent 50%, #f2cd3a 0%);
    color: #1d417a;
    font-size: 18px;
  }

  .front-case .col2 div {
    line-height: 2em;
  }

  .front-case .col2 div strong {
    color: #e60019;
  }

  .banner-links {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .banner-links li {
    max-width: 46%;
    width: 184px;
    margin: 0 auto 10px;
  }

  .front-nav {
    width: 100%;
    margin: 0 auto;
  }

  .orius-type {
    padding-bottom: 40px;
  }

  .orius-type .title-section {
    margin-bottom: 45px;
  }

  .orius-type h3 {
    background-color: #f2cd3a;
    color: #1d417a;
    font-size: 1.4rem;
    font-weight: 900;
    padding: 0.5em 15px 0.3em;
    margin-bottom: 20px;
  }

  .orius-type.inner>p {
    line-height: 2em;
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .orius-type ul {
    list-style: none;
    padding: 0 15px 40px;
  }

  .orius-type ul li {
    background-color: #eaf0fa;
    margin-bottom: 10px;
  }

  .orius-type ul li a {
    display: block;
    padding: 10px;
  }

  .orius-type ul li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .orius-type ul li figure img {
    margin-right: 15px;
  }

  .orius-type ul li figure b {
    display: inline-block;
    font-size: 0.875em;
    font-weight: 900;
    margin-bottom: 1em;
  }

  .orius-type ul li figure h4 {
    font-size: 1.5em;
    font-weight: 900;
    margin-bottom: 20px;
  }

  .orius-type ul li figure p {
    font-size: 0.75em;
    line-height: 1.75em;
    font-weight: 900;
    margin-bottom: 0;
  }

  .orius-type table {
    margin-bottom: 45px;
  }

  .orius-type table th,
  .orius-type table td {
    white-space: nowrap;
  }

  .orius-type table th {
    background-color: #eaf0fa;
  }

  .orius-type table td {
    text-align: center;
  }

  .orius-type aside {
    background-color: #eaf0fa;
    padding: 30px 4vw;
  }

  .orius-type aside h4 {
    font-size: 18px;
    font-weight: 900;
    color: #1d417a;
    margin-bottom: 1em;
  }

  .orius-type aside p {
    line-height: 2em;
  }

  .orius-type aside p:last-child {
    margin: 0;
  }

  .orius-strength {
    padding: 60px 0;
    background-color: #eaf0fa;
  }

  .orius-strength .inner>p {
    color: #1d417a;
    line-height: 2em;
  }

  .orius-strength .strength {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px auto 60px;
  }

  .orius-strength .strength figure {
    width: 220px;
    padding: 20px 5px;
    margin: 0 10px 10px;
    background-color: #fff;
    border: 1px solid #dddddd;
    text-align: center;
  }

  .orius-strength .strength figure:not(:last-child) {
    margin-right: 10px;
  }

  .orius-strength .strength figure figcaption {
    padding-top: 20px;
    text-align: center;
    color: #e60019;
    font-weight: bold;
  }

  .orius-strength .size .col2 .left,
  .orius-strength .size .col2 .right {
    margin-bottom: 30px;
  }

  .orius-strength .size .col2 .left h3,
  .orius-strength .size .col2 .right h3 {
    background-color: #dddddd;
    padding: 0.5em 0.5em 0.4em;
    margin-bottom: 1em;
    color: #1d417a;
    font-size: 1rem;
    font-weight: bold;
  }

  .orius-strength .size .col2 .left p,
  .orius-strength .size .col2 .right p {
    margin: 0;
    line-height: 2em;
  }

  .orius-strength .btn-more-w {
    text-align: left;
    margin-bottom: 0;
  }

  .orius-strength .btn-more-w a {
    padding: 1em 30px 1em 1em;
    line-height: 1.5em;
  }

  .orius-part {
    padding: 60px 0 40px;
  }

  .orius-part .part {
    list-style: none;
  }

  .orius-part .part li {
    text-align: center;
    margin-bottom: 30px;
  }

  .orius-part .part li.main {
    width: 100%;
    max-width: 640px;
    text-align: center;
    margin-bottom: 40px;
  }

  .orius-part .part li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .orius-part .part li figure img {
    width: 40%;
    max-width: 200px;
    margin-right: 10px;
  }

  .orius-part .part li figcaption {
    text-align: left;
  }

  .orius-part .part li figcaption h3 {
    font-weight: bold;
    color: #1d417a;
    font-size: 1em;
    margin: 0 0 1em;
    line-height: 1.25em;
  }

  .orius-part .part li figcaption p {
    font-size: 0.875em;
    line-height: 1.75em;
    margin-bottom: 0;
  }

  .orius-test {
    padding: 60px 0 40px;
  }

  .orius-test dl {
    width: 100%;
    border-top: 1px solid #c3cbd0;
    margin-bottom: 60px;
  }

  .orius-test dl dt,
  .orius-test dl dd {
    line-height: 1.75em;
  }

  .orius-test dl dt {
    font-weight: bold;
    padding-top: 1em;
    margin-bottom: 1em;
  }

  .orius-test dl dd {
    padding-bottom: 1em;
    border-bottom: 1px solid #c3cbd0;
  }

  .orius-test .thumb {
    text-align: center;
    margin-bottom: 30px;
  }

  .orius-test .thumb img {
    margin-bottom: 10px;
  }

  .orius-test aside {
    background-color: #eaf0fa;
    font-size: 0.875rem;
    line-height: 1.5em;
    padding: 30px 4vw;
  }

  .orius-test aside p {
    margin-bottom: 0;
  }

  .orius-test aside ul {
    margin: 1em 0;
    list-style: none;
  }

  .orius-test aside ul li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: .25em;
  }

  .orius-test aside ul li::before {
    position: absolute;
    top: .4em;
    left: 0;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1d417a;
  }

  .page-type {
    padding-top: 20px;
  }

  .type-nav {
    padding-top: 50px;
    font-size: 0.875rem;
    font-weight: 900;
  }

  .type-nav .left {
    width: 100%;
  }

  .type-nav .right {
    width: 100%;
  }

  .type-nav .type-nav-title {
    padding: 0.25em 0.5em;
    border-left: 6px solid #1d417a;
    border-bottom: 2px solid #1d417a;
  }

  .type-nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .type-nav ul li {
    width: 31%;
    max-width: 124px;
    margin-right: 1%;
    margin-bottom: .5em;
  }

  .type-nav .right ul li {
    width: 100%;
    max-width: 100%;
  }

  .type-nav ul li a {
    display: block;
    height: 100%;
    border: 1px solid #dddddd;
    text-align: center;
    padding: 1em;
    color: #444444;
  }

  .type-nav ul li a.current {
    background-color: #4facdc;
    color: #fff;
  }

  .type-intro .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .type-intro .img img {
    max-width: 260px;
    width: 40%;
    margin-right: 5%;
  }

  .type-intro .img .col2 div {
    color: #1d417a;
    text-align: center;
  }

  .type-intro .img .col2 div p {
    font-size: 0.875rem;
    margin-bottom: 10px;
    font-weight: 900;
  }

  .type-intro .img .col2 div h2 {
    font-size: 1.75rem;
    font-weight: 900;
    margin-bottom: 20px;
  }

  .type-intro .img .col2 ul {
    list-style: none;
  }

  .type-intro .img .col2 ul li {
    position: relative;
    font-weight: 900;
    color: #1d417a;
    padding-left: 1.5em;
    margin-bottom: .25em;
    line-height: 1.5em;
  }

  .type-intro .img .col2 ul li::before {
    position: absolute;
    top: .25em;
    left: 0;
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    background-color: #4facdc;
  }

  .type-intro .text>p {
    line-height: 2em;
  }

  .type-assemble {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .type-assemble ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .type-assemble ul li {
    flex-basis: 48%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .type-assemble ul li img {
    border: 1px solid #ddd;
  }

  .type-assemble ul li:nth-child(odd) {
    margin-right: 4%;
  }

  .type-assemble ul::after {
    content: "";
    display: block;
    width: 48%;
  }

  .type-ex {
    padding: 50px 0 40px;
    background-color: #eaf0fa;
  }

  .type-ex ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
  }

  .type-ex ul li {
    width: 46%;
    max-width: 210px;
    margin: 0 2% 12px;
  }

  .type-ex ul li a {
    display: block;
    font-size: 0.875rem;
    color: #444444;
  }

  .type-ex ul li a img {
    margin-bottom: 12px;
  }

  .type-ex ul li a span {
    display: block;
    line-height: 1.5em;
  }

  .type-const {
    padding: 60px 0 30px;
    border-bottom: 1px solid #dddddd;
  }

  .type-const .col2 .img {
    margin-bottom: 20px;
    text-align: center;
  }

  .type-const .col2 .text {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    line-height: 2em;
  }

  .type-fold {
    padding: 40px 0 0;
  }

  .type-fold ol {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .type-fold ol li {
    position: relative;
    max-width: 46%;
    width: 210px;
    margin-bottom: 12px;
    counter-increment: item;
    padding: 0 10px;
  }

  .type-fold ol li::before {
    display: inline-block;
    width: 26px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 10px;
    content: counter(item);
    color: #fff;
    z-index: 1;
    font-size: 0.875rem;
  }

  .type-fold ol li::after {
    display: block;
    width: 40px;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #444444;
    border-left: 20px solid #444444;
    position: absolute;
    top: 0;
    left: 10px;
    content: "";
    z-index: 0;
  }

  .type-fold ol li img {
    margin-bottom: 10px;
  }

  .type-fold ol li span {
    display: block;
    line-height: 1.5em;
    color: #1d417a;
    font-weight: bold;
  }

  .type-faq {
    padding: 60px 0 0;
  }

  .page-faq {
    width: 100%;
    margin: 0 auto;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .page-faq .title-section {
    margin-bottom: 40px;
    text-align: center;
  }

  .faq h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #eaf0fa;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1.5em;
  }

  .faq h3 span {
    display: block;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    font-size: 1rem;
    color: #1d417a;
    padding: 10px 0 10px 20px;
  }

  .faq h3::before {
    content: "Q";
    background-color: #4facdc;
    color: #fff;
    font-size: 1.75rem;
    padding: 12px 14px;
  }

  .faq h3.active::before {
    background-color: #f2cd3a;
  }

  .faq h3::after {
    content: attr(data-item);
    font-size: 36px;
    color: #1d417a;
    padding: 18px 14px;
  }

  .faq .wysiwyg {
    display: none;
    padding: 20px;
    margin-bottom: 10px;
  }

  .option-intro {
    padding-bottom: 30px;
  }

  .option-intro p {
    line-height: 2em;
    font-weight: bold;
  }

  .option-list .col2,
  .option-list .item-wrapper {
    margin-bottom: 40px;
  }

  .option-list .col2 figure,
  .option-list .item-wrapper figure {
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .option-list .col2 figure img,
  .option-list .item-wrapper figure img {
    margin-bottom: 15px;
  }

  .option-list .col2 figure figcaption h3,
  .option-list .item-wrapper figure figcaption h3 {
    font-size: 1rem;
    font-weight: bold;
    color: #1d417a;
    margin-bottom: 15px;
  }

  .option-list .col2 figure figcaption p,
  .option-list .item-wrapper figure figcaption p {
    line-height: 1.75em;
    font-size: 0.875em;
  }

  .option-list .col2 figure figcaption p:last-child,
  .option-list .item-wrapper figure figcaption p:last-child {
    margin-bottom: 0;
  }

  .option-list .col2 figure figcaption ul,
  .option-list .item-wrapper figure figcaption ul {
    list-style: none;
    font-size: 0.875em;
  }

  .option-list .col2 figure figcaption ul li,
  .option-list .item-wrapper figure figcaption ul li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: .75em;
    line-height: 1.25em;
  }

  .option-list .col2 figure figcaption ul li::before,
  .option-list .item-wrapper figure figcaption ul li::before {
    position: absolute;
    top: .25em;
    left: 0;
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    background-color: #4facdc;
  }

  .option-list .item-wrapper figure {
    padding-bottom: 30px;
    border-bottom: 1px solid #c3cbd0;
  }

  .option-list .exterior-desc {
    border-bottom: 1px solid #c3cbd0;
    padding: 0 1em;
    margin-bottom: 40px;
  }

  .option-list .exterior-desc p {
    line-height: 1.75em;
  }

  .option-list .exterior-desc ul {
    margin: 1em 0;
    list-style: none;
  }

  .option-list .exterior-desc ul li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: .25em;
  }

  .option-list .exterior-desc ul li::before {
    position: absolute;
    top: .4em;
    left: 0;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1d417a;
  }

  .option-list .list-wrapper {
    margin-bottom: 40px;
  }

  .option-list .list-wrapper figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .option-list .list-wrapper figure img {
    width: 170px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 15px;
  }

  .option-list .list-wrapper figure figcaption {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .option-list .list-wrapper figure figcaption h3 {
    font-size: 18px;
    font-weight: bold;
    color: #1d417a;
    margin-bottom: 15px;
  }

  .option-list .list-wrapper figure figcaption p {
    line-height: 1.75em;
    font-size: 0.875em;
  }

  .option-list .list-wrapper figure figcaption p:last-child {
    margin-bottom: 0;
  }

  .page-link-btn {
    padding-bottom: 40px;
    list-style: none;
  }

  .page-link-btn li {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .page-link-btn li a {
    display: block;
    height: 100%;
    text-align: center;
    padding: 1em;
    color: #444444;
  }

  .option-area {
    margin-bottom: 30px;
    padding-top: 60px;
    margin-top: -60px !important;
  }

  .option-area>p {
    line-height: 2;
  }

  .option-area .single-list {
    background: #eaf0fa;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .option-area .single-list li {
    list-style: none;
    flex-basis: 48.5%;
    margin-bottom: 10px;
  }

  .option-area .single-list li:nth-child(odd) {
    margin-right: 3%;
  }

  .option-area .single-list li span {
    display: block;
    font-size: 14px;
    margin-top: 1em;
    text-align: center;
    font-weight: bold;
  }

  .option-area .ex_ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
  }

  .option-area .ex-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .option-area .ex-list li {
    list-style: none;
    flex-basis: 48.5%;
    margin-bottom: 10px;
  }

  .option-area .ex-list li img {
    border: 1px solid #ccc;
  }

  .option-area .ex-list li:nth-child(odd) {
    margin-right: 3%;
  }

  .flow-intro>p {
    line-height: 1.75em;
  }

  .flow-intro ol {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px auto;
    padding: 0;
  }

  .flow-intro ol::after {
    content: "";
    width: 100%;
    max-width: 320px;
  }

  .flow-intro ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 320px;
    white-space: nowrap;
    counter-increment: item;
    padding-right: 60px;
    font-size: 22px;
    font-weight: bold;
    color: #1d417a;
    line-height: 1.25em;
    margin-bottom: 20px;
  }

  .flow-intro ol li:before {
    display: inline-block;
    width: 80px;
    height: 64px;
    line-height: 64px;
    font-family: 'Oswald', Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
    font-weight: bold;
    font-size: 24px;
    content: counter(item);
    background-image: url(../img/flow/step.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 20px;
    padding-left: 42px;
    color: #fff;
  }

  .flow-intro ol li:not(:last-child) {
    background-image: url(../img/common/arrow2.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
  }

  .flow-support .col3 div {
    text-align: center;
  }

  .flow-support .col3 div h3 {
    display: inline-block;
    padding: 0.5em 1.5em;
    background-color: #eaf0fa;
    margin-bottom: 20px;
    font-weight: bold;
    color: #1d417a;
  }

  .flow-support .col3 div .img {
    margin-bottom: 15px;
  }

  .flow-support .col3 div .text {
    font-size: 0.875rem;
    line-height: 1.75em;
  }

  .post-nav {
    border-top: 6px solid #dddddd;
    margin-top: 50px;
    padding: 30px 0 45px;
  }

  .post-nav::after {
    clear: both;
    content: "";
    display: block;
  }

  .post-nav .prev,
  .post-nav .next {
    width: 50%;
  }

  .post-nav .prev a,
  .post-nav .next a {
    display: block;
    padding: 1em 40px;
    color: #1d417a;
    font-weight: bold;
    background-repeat: no-repeat;
    word-break: break-all;
    word-wrap: break-word;
  }

  .post-nav .prev {
    float: left;
    border-right: 1px solid #c3cbd0;
  }

  .post-nav .prev a {
    background-image: url(../img/common/arrow_l.svg);
    background-position: left center;
  }

  .post-nav .next {
    float: right;
    text-align: right;
  }

  .post-nav .next a {
    background-image: url(../img/common/arrow.svg);
    background-position: right center;
  }

  .archive-work {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .archive-work::after {
    content: "";
    max-width: 46%;
    width: 234px;
  }

  .archive-work li {
    max-width: 46%;
    width: 234px;
    margin-bottom: 20px;
  }

  .archive-work li:not(:nth-child(2n)) {
    margin-right: 3%;
  }

  .archive-work li a {
    display: block;
    font-size: 0.875em;
  }

  .archive-work li a img {
    margin-bottom: 10px;
  }

  .archive-work li a span {
    display: block;
    line-height: 1.5em;
  }

  .single-work-intro {
    border-bottom: 1px solid #c3cbd0;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }

  .single-work-intro p {
    line-height: 2em;
  }

  .single-work-intro p:last-child {
    margin-bottom: 0;
  }

  .single-work-list h4,
  .single-work-data h4 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 2px solid #4facdc;
    text-align: center;
  }

  .single-work-list {
    margin-bottom: 60px;
  }

  .single-work-list ul {
    list-style: none;
  }

  .single-work-list ul li {
    margin-bottom: 30px;
  }

  .single-work-list ul li figure {
    text-align: center;
  }

  .single-work-list ul li figure img {
    width: 240px;
    margin-bottom: 20px;
  }

  .single-work-list ul li figure figcaption {
    text-align: left;
  }

  .single-work-list ul li figure figcaption p {
    line-height: 2em;
  }

  .single-work-list figcaption ul {
    list-style: disc;
    margin-bottom: 1em;
  }

  .single-work-list figcaption ul li {
    margin-bottom: 5px;
  }

  .single-work-data table th {
    width: 240px;
  }

  .single-work-data table th,
  .single-work-data table td {
    padding: .5em 1em;
  }

  .archive-word {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .archive-word::after {
    content: "";
    width: 48%;
  }

  .archive-word li {
    width: 48%;
    margin-bottom: 1em;
    word-break: break-all;
    word-wrap: break-word;
  }

  .archive-word li a {
    display: block;
    height: 100%;
    border: 1px solid #1d417a;
    background-color: #eaf0fa;
    color: #1d417a;
    font-weight: bold;
    padding: 1em;
  }

  .single-word .wysiwyg {
    padding: 0 30px;
  }

  .page-contact .comment {
    display: block;
    margin-top: 5px;
  }

  .page-contact .contact-msg-input,
  .page-contact .contact-msg-confirm {
    text-align: center;
    font-weight: bold;
  }

  .page-contact .contact-btn {
    text-align: center;
  }

  .page-contact .contact-btn .btn-back,
  .page-contact .contact-btn .btn-submit {
    font-weight: bold;
    font-size: 1.125em;
    padding: 1em 5em;
    background-repeat: no-repeat;
  }

  .page-contact .contact-btn .btn-back {
    border: 1px solid #c3cbd0;
    background-color: #dddddd;
    color: #444444;
    margin-right: 50px;
  }

  .page-contact .contact-btn .btn-submit {
    border: 1px solid #1d417a;
    background-color: #eaf0fa;
    color: #1d417a;
    background-image: url(../img/common/arrow.svg);
    background-position: right 15px center;
  }

  .page-contact input {
    max-width: 100%;
  }

  .page-contact .ip-ss {
    width: 4em;
  }

  .page-contact .ip-s {
    width: 6em;
  }

  .page-contact .ip-m {
    width: 9em;
  }

  .page-contact .ip-l {
    width: 15em;
  }

  .page-contact .ip-xl {
    width: 20em;
  }

  .page-contact .ip-max {
    width: 100%;
  }

  .page-contact section {
    font-size: 0.875rem;
    line-height: 1.5em;
  }

  .page-contact section:not(:last-child) {
    margin-bottom: 40px;
  }

  .page-contact section>dl>dt,
  .page-contact section>dl>dd {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .page-contact section>dl>dt {
    background-color: #eaf0fa;
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-contact section>dl>dd.contact-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-contact section>dl>dd.contact-img label {
    display: block;
  }

  .page-contact section>dl>dd.contact-img label img {
    margin-top: 5px;
  }

  .page-contact section>dl>dd.contact-bottom label {
    width: 150px;
    padding-bottom: 90px;
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 10px;
  }

  .page-contact section>dl>dd.contact-bottom>span:first-child label {
    background-image: url(../img/contact/contact01.jpg);
  }

  .page-contact section>dl>dd.contact-bottom>span:nth-child(2) label {
    background-image: url(../img/contact/contact02.jpg);
  }

  .page-contact section>dl>dd.contact-bottom>span:nth-child(3) label {
    background-image: url(../img/contact/contact03.jpg);
  }

  .page-contact section>dl>dd.contact-type label {
    width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 160px;
    background-repeat: no-repeat;
    background-position: left bottom;
  }

  .page-contact section>dl>dd.contact-type>span:first-child label {
    background-image: url(../img/contact/contact04.jpg);
  }

  .page-contact section>dl>dd.contact-type>span:nth-child(2) label {
    background-image: url(../img/contact/contact05.jpg);
  }

  .page-contact section>dl>dd.contact-type>span:nth-child(3) label {
    background-image: url(../img/contact/contact06.jpg);
  }

  .page-contact section>dl>dd.contact-type>span:nth-child(4) label {
    background-image: url(../img/contact/contact07.jpg);
  }

  .page-contact section>dl>dd.contact-type>span:nth-child(5) label {
    background-image: url(../img/contact/contact08.jpg);
  }

  .page-contact section>dl>dd.contact-type>span:nth-child(6) label {
    background-image: url(../img/contact/contact16.jpg);
  }

  .page-contact section>dl>dd.contact-type>span:nth-child(7) label {
    background-image: url(../img/contact/contact17.jpg);
  }

  .page-contact section>dl>dd.contact-type>span:nth-child(8) label {
    background-image: url(../img/contact/contact18.jpg);
  }

  .page-contact section>dl>dd.contact-type>span:nth-child(9) label {
    background-image: url(../img/contact/contact19.jpg);
  }

  .page-contact section>dl>dd.contact-size .radio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page-contact section>dl>dd.contact-size .radio-wrapper label {
    display: block;
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 126px;
    background-repeat: no-repeat;
    background-position: left bottom;
  }

  .page-contact section>dl>dd.contact-size .radio-wrapper span:first-child label {
    background-image: url(../img/contact/size01.gif);
  }

  .page-contact section>dl>dd.contact-size .radio-wrapper span:nth-child(2) label {
    background-image: url(../img/contact/size02.gif);
  }

  .page-contact section>dl>dd.contact-size .val-wrapper {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page-contact section>dl>dd.contact-size .val-wrapper .val {
    width: 200px;
  }

  .page-contact section>dl>dd.contact-size .val-wrapper .contact-size-dl dt {
    margin-bottom: 5px;
  }

  .page-contact section>dl>dd.contact-size .val-wrapper .contact-size-dl dd {
    margin-bottom: 15px;
  }

  .page-contact section>dl>dd.contact-radio span {
    display: inline-block;
  }

  .page-contact section>dl>dd.contact-radio label {
    margin-right: 30px;
  }

  .page-contact section>dl>dd.contact-detail label {
    width: 140px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 125px;
    background-repeat: no-repeat;
    background-position: left bottom;
  }

  .page-contact section>dl>dd.contact-detail>span:first-child label {
    background-image: url(../img/contact/contact11.jpg);
  }

  .page-contact section>dl>dd.contact-detail>span:nth-child(2) label {
    background-image: url(../img/contact/contact12.jpg);
  }

  .page-contact section>dl>dd.contact-detail>span:nth-child(3) label {
    background-image: url(../img/contact/contact13.jpg);
  }

  .page-contact section>dl>dd.contact-detail>span:nth-child(4) label {
    background-image: url(../img/contact/contact14.jpg);
  }

  .page-contact section>dl>dd.contact-detail>span:nth-child(5) label {
    background-image: url(../img/contact/contact15.jpg);
  }

  .page-contact section>dl>dd.contact-textarea textarea {
    width: 100%;
    min-height: 150px;
  }

  .page-contact section>dl>dd.contact-address p {
    margin: 10px 0;
  }

  .page-contact #nouhin {
    display: none;
  }

  .page-contact .mw_wp_form_input .contact-msg-confirm {
    display: none;
  }

  .page-contact .mw_wp_form_confirm .contact-msg-input {
    display: none;
  }

  .page-contact .mw_wp_form_confirm .comment {
    display: none;
  }

  .page-contact .mw_wp_form_complete {
    margin-bottom: 100px;
  }

  .page-contact .mw_wp_form_complete p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
  }

  .sitemap-wrapper {
    margin-top: 40px;
  }

  .sitemap-wrapper ul {
    list-style: none;
    font-weight: bold;
    margin-bottom: 40px;
  }

  .sitemap-wrapper ul>li {
    position: relative;
    margin-bottom: 2em;
    padding-left: 30px;
  }

  .sitemap-wrapper ul>li::before {
    position: absolute;
    content: "■";
    top: -2px;
    left: 0;
    color: #4facdc;
    font-size: 24px;
    line-height: 100%;
  }

  .sitemap-wrapper ul>li ul {
    margin: 30px 0 40px;
  }

  .sitemap-wrapper ul>li ul li {
    position: relative;
  }

  .sitemap-wrapper ul>li ul li::before {
    position: absolute;
    content: "●";
    color: #4facdc;
  }

  .wp-pagenavi {
    clear: both;
    text-align: center;
    margin: 60px 0px 1.5em;
    font-weight: bold;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    padding: 0;
    margin: 3px 6px;
    color: #fff;
    border-radius: 100%;
  }

  .wp-pagenavi a {
    background-color: #1d417a;
  }

  .wp-pagenavi span.current {
    background-color: #f2cd3a;
  }

  .reason {
    padding-top: 60px;
    margin-top: -60px;
  }

  .reason h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #eaf0fa;
    font-weight: 900;
    margin-bottom: 10px;
    line-height: 1.5em;
  }

  .reason h3 span {
    display: block;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    font-size: 1rem;
    color: #1d417a;
    padding: 10px 0 10px 20px;
  }

  .reason h3::before {
    content: "";
    display: inline-block;
    background-color: #4facdc;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.4;
    padding: 12px 14px;
  }

  #reason01 h3::before {
    content: "お悩み解決 1";
  }

  #reason02 h3::before {
    content: "お悩み解決 2";
  }

  #reason03 h3::before {
    content: "お悩み解決 3";
  }

  #reason04 h3::before {
    content: "お悩み解決 4";
  }

  #reason05 h3::before {
    content: "お悩み解決 5";
  }

  .reason h3.active::before {
    background-color: #f2cd3a;
  }

  .reason h3::after {
    content: attr(data-item);
    font-size: 36px;
    color: #1d417a;
    padding: 18px 14px;
  }

  .reason .wysiwyg {
    display: none;
    padding: 20px;
    margin-bottom: 10px;
  }

  .two-column .column01 {
    margin-bottom: 40px;
  }

  #reason02 .column01 {
    position: relative;
  }

  #reason02 .column01::after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../img/reason/arrow.svg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    bottom: -34px;
    transform: rotate(90deg);
  }

  .reason-contents .note {
    font-size: 0.75em;
  }

  .movie_area .movie {
    top: 0;
    width: 100%;
    height: 100%;
  }

  #reason05 {
    margin-bottom: 40px;
  }

  .wide-ttl {
    position: relative;
  }

  .wide-ttl img {
    height: 200px;
    width: auto;
    object-fit: cover;
  }

  .wide-ttl-text {
    width: 100%;
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin-top: -2em
  }

  .wide-ttl-text span {
    display: inline-block;
    background: rgba(255, 255, 255, 0.6);
    padding: 0.8em 1.2em;
    position: relative;
    color: #000;
  }

  .wide-ttl-text span::before,
  .wide-ttl-text span::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
  }

  .wide-ttl-text span::before {
    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
    top: 0;
    left: 0;
  }

  .wide-ttl-text span::after {
    border-bottom: 6px solid #fff;
    border-right: 6px solid #fff;
    bottom: 0;
    right: 0;
  }

  .title-section-s {
    color: #1d417a;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 40px;
  }

  .gray-back {
    background: #f3f3f3;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
  }

  .title-recycle {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
    line-height: 1.4;
  }

  .recycle_products h4 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.5em;
  }

  .sdgs h4 {
    font-size: 22.4px;
  }

  .btn-more-w.btn-more-ex a {
    background: url("../img/common/exlink_b.svg") no-repeat right 15px center, #fff;
    background-size: 24px 24px;
  }

  .reduction-opening-text dt {
    font-weight: bold;
    margin-bottom: 0.5rem;
  }

  .title-reduction {
    font-size: 22px;
    font-weight: bold;
    color: #090;
    text-align: center;
    margin-bottom: 16px;
    line-height: 1.4;
  }

  .title-reduction-sub {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
  }

  .process-img {
    text-align: center;
  }

  .reduction-contentes-area {
    padding: 10px;
    margin-bottom: 20px;
  }

  .reduction-contentes01 {
    border: 2px solid #9c0;
  }

  .reduction-contentes02 {
    border: 2px solid #6c0;
  }

  .reduction-contentes03 {
    border: 2px solid #090;
  }

  .reduction-contentes04 {
    border: 2px solid #060;
  }

  .reduction-contentes-area .reduction-contentes-ttl {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
  }

  .reduction-contentes-area .reduction-contentes-ttl::after {
    content: attr(data-item);
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 0;
  }

  .reduction-contentes-area .reduction-contentes-ttl::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }

  .reduction-contentes01 .reduction-contentes-ttl::before {
    width: 36px;
    height: 39px;
    background: url("../img/reduction/reduction-icon01.png") no-repeat;
    background-size: 100% auto;
  }

  .reduction-contentes02 .reduction-contentes-ttl::before {
    width: 39px;
    height: 36px;
    background: url("../img/reduction/reduction-icon02.png") no-repeat;
    background-size: 100% auto;
  }

  .reduction-contentes03 .reduction-contentes-ttl::before {
    width: 65px;
    height: 39px;
    background: url("../img/reduction/reduction-icon03.png") no-repeat;
    background-size: 100% auto;
  }

  .reduction-contentes04 .reduction-contentes-ttl::before {
    width: 40px;
    height: 40px;
    background: url("../img/reduction/reduction-icon04.png") no-repeat;
    background-size: 100% auto;
  }

  .reduction-contentes01 .reduction-contentes-ttl {
    color: #9c0;
  }

  .reduction-contentes02 .reduction-contentes-ttl {
    color: #6c0;
  }

  .reduction-contentes03 .reduction-contentes-ttl {
    color: #090;
  }

  .reduction-contentes04 .reduction-contentes-ttl {
    color: #060;
  }

  .reduction-contentes-inner {
    display: none;
    padding-top: 20px;
  }

  .reduction-contentes-ttl-s {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .reduction-contentes-ttl-s::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 31px;
    margin-right: 10px;
    vertical-align: middle;
  }

  .reduction-contentes01 .reduction-contentes-ttl-s::before {
    background: url("../img/reduction/environment01.svg") no-repeat;
    background-size: 100% auto;
  }

  .reduction-contentes02 .reduction-contentes-ttl-s::before {
    background: url("../img/reduction/environment02.svg") no-repeat;
    background-size: 100% auto;
  }

  .reduction-contentes03 .reduction-contentes-ttl-s::before {
    background: url("../img/reduction/environment03.svg") no-repeat;
    background-size: 100% auto;
  }

  .reduction-contentes04 .reduction-contentes-ttl-s::before {
    background: url("../img/reduction/environment04.svg") no-repeat;
    background-size: 100% auto;
  }

  .reduction-contentes01 .reduction-contentes-ttl-s {
    border-bottom: 4px solid #9c0;
  }

  .reduction-contentes02 .reduction-contentes-ttl-s {
    border-bottom: 4px solid #6c0;
  }

  .reduction-contentes03 .reduction-contentes-ttl-s {
    border-bottom: 4px solid #090;
  }

  .reduction-contentes04 .reduction-contentes-ttl-s {
    border-bottom: 4px solid #060;
  }

  .reduction-contentes-inner .two-column:not(:last-child) {
    margin-bottom: 30px;
  }

  .development-icon {
    display: inline-block;
    font-size: 0.72em;
    color: #fff;
    background: #060;
    padding: 2px 3px;
    margin-right: 10px;
    border-radius: 3px;
    vertical-align: middle;
  }

  /*document*/
  .document_contents {
    padding-top: 60px;
    margin-top: -60px !important;
  }

  .document_list li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
  }

  .document_list_img {
    flex-basis: 32%;
    margin-right: 4%;
  }

  .document_list_img img {
    border: 1px solid #ccc;
  }

  .document_list_text {
    flex-basis: 64%;
  }

  .document_list_text .document_name {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .document_list_text .file_size {
    font-size: 14px;
  }

  .document_list_text .docment_dl_btn {
    color: #444;
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    padding: 5px;
  }

  .youtube_info {
    line-height: 1.6;
  }

  .youtube_info a {
    display: inline-block;
    padding: 0 16px;
    border: 1px solid #444;
    color: #000;
    line-height: 1;
    margin-top: 10px;
  }

  .youtube_info a img {
    vertical-align: middle;
  }
}







@media print,
screen and (min-width: 1000px) {
  .sp {
    display: none !important;
  }

  body {
    font-family: 'Noto Sans JP', Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
    min-width: 320px;
    min-height: 100vh;
    font-size: 1em;
    color: #444444;
  }

  #hamburger {
    display: none;
  }

  @-webkit-keyframes show {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  @keyframes show {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  #header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    height: 130px;
    padding: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  }

  #header.fixed {
    -webkit-animation: show .5s ease 0s;
    animation: show .5s ease 0s;
    position: fixed;
  }

  #header #header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
    border-bottom: 1px solid #dddddd;
  }

  #header #header-top #header-logo {
    background-image: url(../img/common/header-logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 16px 0 0 70px;
  }

  #header #header-top #header-logo h1 {
    margin: 0;
    line-height: 1em;
    font-weight: bold;
    font-size: 30px;
    vertical-align: bottom;
  }

  #header #header-top #header-logo h1 span {
    font-size: 16px;
  }

  #header #header-top #header-logo p {
    margin: 0;
    line-height: 100%;
    font-size: 14px;
  }

  #header #header-top #header-logo p b {
    color: #e60019;
  }

  #header #header-top .header-right {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #header #header-top .header-right .logo {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #header #header-top .header-right .logo img {
    width: 154px;
    margin-top: 5px;
  }

  #header #header-top .header-right .logo .tel {
    display: block;
    padding: 10px 20px 10px 40px;
    line-height: 100%;
    text-align: center;
    background-color: #eaf0fa;
    color: #1d417a;
    font-weight: bold;
    background-image: url(../img/common/phone.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px 10px;
  }

  #header #header-top .header-right .contact {
    background-color: #1d417a;
    padding: 4px;
  }

  #header #header-top .header-right .contact li {
    list-style: none;
    display: inline;
  }

  #header #header-top .header-right .contact li a {
    position: relative;
    color: #fff;
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #fff;
    font-weight: bold;
    padding: 20px 10px;
  }

  #header #header-top .header-right .contact li a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background-color: #f2cd3a;
  }

  #header #header-nav {
    height: 48px;
  }

  #header #header-nav>div {
    height: 100%;
  }

  #header #header-nav>div>ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1190px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 30px;
    font-size: 0.875em;
  }

  #header #header-nav>div>ul>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 100%;
    white-space: nowrap;
    position: relative;
  }

  #header #header-nav>div>ul>li:not(:last-child)::after {
    content: "|";
    color: #ccc;
    display: inline-block;
    margin-left: 1em;
  }

  #header #header-nav>div>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #1d417a;
    font-weight: bold;
  }

  #header #header-nav>div>ul>li>a::before {
    content: "";
    display: block;
    width: 8px;
    height: 0;
    border: 3px solid transparent;
    border-left: 4px solid #1d417a;
    margin-right: 5px;
  }

  #header #header-nav>div>ul>li.has-child-menu>a {
    cursor: default;
    pointer-events: none;
  }

  #header #header-nav>div>ul>li.has-child-menu>a::before {
    display: none;
  }

  #header #header-nav>div>ul>li.has-child-menu>a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-width: 6px 4px;
    border-top: 6px solid #1d417a;
    margin-left: 5px;
    margin-top: 0.5em;
    vertical-align: bottom;
  }

  #header #header-nav>div>ul>li ul {
    display: none;
  }

  #header #header-nav>div>ul>li:hover ul {
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 46px;
    left: 0;
    list-style-type: none;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }

  #header #header-nav>div>ul>li ul li {
    border-top: 1px solid #ccc;
  }

  #header #header-nav>div>ul>li ul li a {
    display: block;
    padding: 0.8em;
  }

  #header #header-nav .exlink::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 0.5em;
    background: url("../img/common/exlink.svg") no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
  }

  #header #header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: -40px;
    background-color: #434343;
    height: 40px;
    padding: 5px 10px;
    border-radius: 0 0 0 5px;
  }

  #header #header-search * {
    padding: 0;
    margin: 0;
    border: 0;
  }

  #header #header-search input {
    width: 160px;
    height: 28px;
    border-radius: 20px;
    font-size: 0.875em;
    padding: 3px 10px;
    margin-right: 6px;
  }

  #header #header-search button {
    position: relative;
    top: 3px;
    width: 22px;
    height: 22px;
    margin-left: 10px;
    background-color: transparent;
    background-image: url(../img/common/search.svg);
    background-repeat: no-repeat;
    border: 0 solid transparent;
  }

  #header #header-search button svg {
    display: none;
  }
}

@media print,
screen and (min-width: 1000px) {
  #footer {
    position: relative;
    background-color: #1d417a;
    color: #fff;
    padding-top: 35px;
  }

  #footer #footer-nav {
    max-width: 1190px;
    width: 100%;
    margin: 0 auto;
  }

  #footer #footer-nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.875em;
    font-weight: bold;
    margin: 0 auto 40px;
  }

  #footer #footer-nav ul li {
    margin: 0 auto;
  }

  #footer #footer-nav ul a {
    color: #fff;
  }

  #footer address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 40px;
    width: auto;
    font-size: 0.875em;
  }

  #footer address h2 {
    background-image: url(../img/common/logo_w.png);
    background-repeat: no-repeat;
    background-size: 128px;
    width: 150px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    margin: 0;
  }

  #footer address ul {
    list-style: none;
    margin: 0;
    font-style: normal;
    font-weight: bold;
    line-height: 1.5em;
  }

  #footer .copyright {
    text-align: center;
    margin: 0;
    font-size: 0.75em;
    line-height: 1.5em;
  }

  #scr-top {
    opacity: 0;
    position: fixed;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    right: 18px;
    bottom: 30px;
    width: 50px;
    height: 50px;
  }

  #scr-top.end {
    position: absolute;
    top: -25px;
    bottom: auto;
  }

  #scr-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100%;
    border: 5px solid #fff;
    background-color: #1d417a;
    color: #fff;
    width: 100%;
    height: 100%;
    content: "";
  }

  #scr-top a::before {
    position: relative;
    top: -4px;
    display: block;
    content: "";
    width: 14px;
    height: 0;
    border: 7px solid transparent;
    border-bottom: 10px solid #fff;
  }
}

@media print,
screen and (min-width: 1000px) {
  a:hover {
    opacity: .85;
  }

  .container {
    min-height: 100%;
    padding-top: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page {
    padding-top: 90px;
  }

  .contents {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding-bottom: 100px;
  }

  .contents .inner-w {
    width: 1190px;
    margin: 0 auto;
  }

  .contents .inner {
    width: 1000px;
    margin: 0 auto;
  }

  .contents .title-section {
    font-size: 1.875em;
    color: #1d417a;
    font-weight: 900;
    text-align: center;
    margin-bottom: 60px;
  }

  .contents .title-box {
    font-size: 1.5em;
    border-bottom: 4px solid #1d417a;
    font-weight: bold;
    background-image: url(../img/common/title-box.svg);
    background-repeat: no-repeat;
    line-height: 1.5em;
    margin-bottom: 50px;
    padding: 0 36px;
  }

  .contents .req {
    color: #e60019;
  }

  .contents .btn-more,
  .contents .btn-more-w {
    text-align: center;
  }

  .contents .btn-more a,
  .contents .btn-more-w a {
    display: inline-block;
    background-color: #eaf0fa;
    font-weight: bold;
    font-size: 1.125em;
    padding: 1em 5em;
    border: 1px solid #1d417a;
    background-image: url(../img/common/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 15px center;
  }

  .contents .btn-more-w a {
    background-color: #fff;
  }

  .wysiwyg .title-box,
  .single-work-intro .title-box {
    margin-top: 1.5em;
  }

  .wysiwyg h4,
  .single-work-intro h4 {
    font-size: 20px;
    font-weight: 900;
    margin: 1em 0;
    padding: 0.5em 0;
    color: #1d417a;
  }

  .wysiwyg p,
  .single-work-intro p {
    line-height: 2em;
  }

  .wysiwyg a,
  .single-work-intro a {
    text-decoration: underline;
  }

  .wysiwyg ol,
  .wysiwyg ul,
  .single-work-intro ol,
  .single-work-intro ul {
    margin: 1.5em 0;
    padding-left: 1.5em;
    line-height: 2em;
  }

  .wysiwyg ol li,
  .wysiwyg ul li,
  .single-work-intro ol li,
  .single-work-intro ul li {
    margin-bottom: .5em;
  }

  .wysiwyg ol li ol,
  .wysiwyg ol li ul,
  .wysiwyg ul li ol,
  .wysiwyg ul li ul,
  .single-work-intro ol li ol,
  .single-work-intro ol li ul,
  .single-work-intro ul li ol,
  .single-work-intro ul li ul {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.5em;
  }

  .wysiwyg .col2,
  .wysiwyg .col2-rev,
  .single-work-intro .col2,
  .single-work-intro .col2-rev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .wysiwyg .col2 .img,
  .wysiwyg .col2-rev .img,
  .single-work-intro .col2 .img,
  .single-work-intro .col2-rev .img {
    width: 180px;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 40px;
  }

  .wysiwyg .col2 .text,
  .wysiwyg .col2-rev .text,
  .single-work-intro .col2 .text,
  .single-work-intro .col2-rev .text {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .wysiwyg .col2 .text p:last-child,
  .wysiwyg .col2-rev .text p:last-child,
  .single-work-intro .col2 .text p:last-child,
  .single-work-intro .col2-rev .text p:last-child {
    margin-bottom: 0;
  }

  .wysiwyg .col2 .text h3,
  .wysiwyg .col2-rev .text h3,
  .single-work-intro .col2 .text h3,
  .single-work-intro .col2-rev .text h3 {
    font-size: 20px;
    border-bottom: 4px solid #1d417a;
    font-weight: bold;
    background-image: url(../img/common/title-box.svg);
    background-repeat: no-repeat;
    line-height: 1.5em;
    margin-bottom: 30px;
    padding: 0 36px 7px;
  }

  .wysiwyg .col2 .text h4,
  .wysiwyg .col2-rev .text h4,
  .single-work-intro .col2 .text h4,
  .single-work-intro .col2-rev .text h4 {
    margin-top: 0;
  }

  .wysiwyg .col2.page-col2,
  .wysiwyg .col2-rev.page-col2,
  .single-work-intro .col2.page-col2,
  .single-work-intro .col2-rev.page-col2 {
    margin-top: 2em;
    margin-bottom: 70px;
  }

  .wysiwyg .col2.page-col2 .img,
  .wysiwyg .col2-rev.page-col2 .img,
  .single-work-intro .col2.page-col2 .img,
  .single-work-intro .col2-rev.page-col2 .img {
    width: 450px;
  }

  .wysiwyg .col2-rev,
  .single-work-intro .col2-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .wysiwyg .col2-rev .img,
  .single-work-intro .col2-rev .img {
    margin-right: 0;
    margin-left: 40px;
  }

  .wysiwyg .gallery1,
  .single-work-intro .gallery1 {
    text-align: center;
  }

  .wysiwyg .gallery2,
  .wysiwyg .gallery3,
  .wysiwyg .gallery4,
  .single-work-intro .gallery2,
  .single-work-intro .gallery3,
  .single-work-intro .gallery4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }

  .wysiwyg .gallery2 li,
  .single-work-intro .gallery2 li {
    width: 49%;
  }

  .wysiwyg .gallery3::after,
  .single-work-intro .gallery3::after {
    content: "";
    display: block;
    width: 33%;
  }

  .wysiwyg .gallery3 li,
  .single-work-intro .gallery3 li {
    width: 33%;
  }

  .wysiwyg .gallery4::before,
  .single-work-intro .gallery4::before {
    content: "";
    display: block;
    width: 24%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .wysiwyg .gallery4::after,
  .single-work-intro .gallery4::after {
    content: "";
    display: block;
    width: 24%;
  }

  .wysiwyg .gallery4 li,
  .single-work-intro .gallery4 li {
    width: 24%;
  }

  .wysiwyg .box,
  .single-work-intro .box {
    border: double #ddd;
    padding: 1em;
    margin-bottom: 1.5em;
  }

  .wysiwyg .box p:last-child,
  .single-work-intro .box p:last-child {
    margin-bottom: 0;
  }

  .eyecatch-wrapper {
    width: 1000px;
    margin: 0 auto 3rem;
    text-align: center;
  }

  .about-aaa-oriusu {
    width: 1000px;
    margin: 0 auto;
  }

  .about-aaa {
    background: #eaf0fa;
    padding: 1.5rem;
    margin-bottom: 3rem;
  }

  .about-aaa .ttl {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 2rem;
  }

  .about-aaa .img-text {
    display: flex;
    margin-bottom: 2rem;
  }

  .about-aaa .img-text .text {
    flex-basis: 47.5%;
    margin-right: 5%;
    line-height: 2;
  }

  .about-aaa .img-text .img {
    flex-basis: 47.5%;
  }

  .about-aaa-link {
    list-style: none;
    display: flex;
  }

  .about-aaa-link li {
    flex-basis: 32%;
  }

  .about-aaa-link li:not(:last-child) {
    margin-right: 2%;
  }

  .about-aaa-link li a {
    display: block;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    padding: 0.5rem;
    color: #000;
    position: relative;
    font-size: 18px;
  }

  .about-aaa-link li a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #e60019;
    border-right: 2px solid #e60019;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 1.5rem;
  }

  /*.front-merit {
    padding-top: 100px;
  }*/
  .front-merit .title-section {
    margin-bottom: 3rem;
    line-height: 1.4;
  }

  .front-merit .title-section .sp-break {
    display: none;
  }

  .front-merit .title-section span {
    font-size: 1.4em;
  }

  .front-merit .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }

  .front-merit .col2 .text {
    line-height: 2em;
  }

  .front-merit .col2 .text p:last-child {
    margin-bottom: 0;
  }

  .front-merit .col2 .text .note {
    font-size: 0.75em;
    line-height: 1.6;
  }

  .front-merit .col2 .img {
    width: 340px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: right;
  }

  .front-merit .col2 .img img {
    width: 90%;
  }

  .front-merit .front-merit-reason {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
  }

  .front-merit .front-merit-reason .left {
    width: 520px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 15px;
  }

  .front-merit .front-merit-reason .right {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .front-merit .front-merit-reason .right table {
    font-size: 0.75em;
    margin: 0;
  }

  .front-merit .front-merit-reason .right table td {
    text-align: center;
  }

  .front-merit .front-sample {
    display: flex;
  }

  .front-merit .front-sample a {
    display: block;
    flex-basis: 47.5%;
    font-size: 18px;
  }

  .front-merit .front-sample a:first-child {
    margin-right: 5%;
    text-align: center;
    padding: 1.8rem;
    background: #e60019;
    color: #fff;
    font-weight: bold;
    position: relative;
  }

  .front-merit .front-sample a:first-child::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -5px;
  }

  .front-ex {
    padding: 80px 0;
  }

  .front-ex .title-section {
    margin-bottom: 45px;
  }

  .front-ex ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .front-ex ul li {
    width: 234px;
    margin-bottom: 20px;
  }

  .front-ex ul li:not(:nth-child(4n)) {
    margin-right: 21px;
  }

  .front-ex ul li a {
    display: block;
    font-size: 0.875em;
  }

  .front-ex ul li a img {
    margin-bottom: 12px;
  }

  .front-ex ul li a span {
    display: block;
    line-height: 1.5em;
  }

  .front-type {
    padding: 80px 0 0;
    background-color: #eaf0fa;
  }

  .front-type .title-section {
    margin-bottom: 45px;
  }

  .front-type h3 {
    background-color: #f2cd3a;
    color: #1d417a;
    font-size: 1.5em;
    font-weight: 900;
    padding: 0.5em 0.5em 0.3em;
    margin-bottom: 20px;
  }

  .front-type .inner>p {
    line-height: 2em;
    padding: 0 1em;
    margin-bottom: 30px;
  }

  .front-type ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px 50px;
    flex-wrap: wrap;
  }

  .front-type ul li {
    flex-basis: 32%;
    max-width: 32%;
    /*width: 33%;
    max-width: 33%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;*/
    background-color: #eaf0fa;
    margin-bottom: 10px;
  }

  .front-type ul li:not(:nth-child(3n)) {
    margin-right: 2%;
  }

  .front-type ul li a {
    display: block;
  }

  .front-type ul li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .front-type ul li figure img {
    margin-right: 15px;
  }

  .front-type ul li figure b {
    display: inline-block;
    font-size: 0.875em;
    font-weight: 900;
    margin-bottom: 1em;
  }

  .front-type ul li figure h4 {
    font-size: 1.5em;
    font-weight: 900;
    margin-bottom: 20px;
  }

  .front-type ul li figure p {
    font-size: 0.75em;
    line-height: 1.75em;
    font-weight: 900;
  }

  .front-case {
    padding: 80px 0;
  }

  .front-case .title-section {
    margin-bottom: 45px;
  }

  .front-case .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .front-case .col2 dl {
    width: 500px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 20px 30px 15px;
    margin: 0 40px 0 0;
    border: 4px solid #4facdc;
    background-color: #eaf0fa;
    border-radius: 3px;
  }

  .front-case .col2 dl dt,
  .front-case .col2 dl dd {
    padding: 5px 15px;
    margin: 0 0 15px;
    font-weight: bold;
  }

  .front-case .col2 dl dt {
    display: inline-block;
    float: left;
    clear: both;
    background-color: #4facdc;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
  }

  .front-case .col2 dl dd span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #f2cd3a));
    background: linear-gradient(transparent 50%, #f2cd3a 0%);
    color: #1d417a;
    font-size: 18px;
  }

  .front-case .col2 div {
    line-height: 2em;
  }

  .front-case .col2 div strong {
    color: #e60019;
  }

  .banner-links {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .banner-links li {
    width: 184px;
    margin: 0 auto;
  }

  .front-nav {
    width: 1190px;
    margin: 0 auto;
  }

  .orius-type {
    padding-bottom: 100px;
  }

  .orius-type .title-section {
    margin-bottom: 45px;
  }

  .orius-type h3 {
    background-color: #f2cd3a;
    color: #1d417a;
    font-size: 1.5em;
    font-weight: 900;
    padding: 0.5em 15px 0.3em;
    margin-bottom: 20px;
  }

  .orius-type.inner>p {
    line-height: 2em;
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .orius-type ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px 50px;
    flex-wrap: wrap;
  }

  .orius-type ul li {
    flex-basis: 32%;
    max-width: 32%;
    /*width: 33%;
    max-width: 33%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;*/
    background-color: #eaf0fa;
    margin-bottom: 10px;
  }

  .orius-type ul li:not(:nth-child(3n)) {
    margin-right: 2%;
  }

  .orius-type ul li:not(:last-child) {
    /*margin-right: 1%;*/
  }

  .orius-type ul li a {
    display: block;
    padding: 10px;
  }

  .orius-type ul li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .orius-type ul li figure img {
    margin-right: 15px;
  }

  .orius-type ul li figure b {
    display: inline-block;
    font-size: 0.875em;
    font-weight: 900;
    margin-bottom: 1em;
  }

  .orius-type ul li figure h4 {
    font-size: 1.5em;
    font-weight: 900;
    margin-bottom: 20px;
  }

  .orius-type ul li figure p {
    font-size: 0.75em;
    line-height: 1.75em;
    font-weight: 900;
    margin-bottom: 0;
  }

  .orius-type table {
    margin-bottom: 45px;
  }

  .orius-type table th {
    background-color: #eaf0fa;
  }

  .orius-type table td {
    text-align: center;
  }

  .orius-type aside {
    background-color: #eaf0fa;
    padding: 30px 40px;
  }

  .orius-type aside h4 {
    font-size: 18px;
    font-weight: 900;
    color: #1d417a;
    margin-bottom: 1em;
  }

  .orius-type aside p {
    line-height: 2em;
  }

  .orius-type aside p:last-child {
    margin: 0;
  }

  .orius-strength {
    padding: 80px 0;
    background-color: #eaf0fa;
  }

  .orius-strength .inner>p {
    color: #1d417a;
    text-align: center;
  }

  .orius-strength .strength {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px auto 80px;
  }

  .orius-strength .strength figure {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #dddddd;
  }

  .orius-strength .strength figure:not(:last-child) {
    margin-right: 20px;
  }

  .orius-strength .strength figure figcaption {
    padding-top: 20px;
    text-align: center;
    color: #e60019;
    font-weight: bold;
  }

  .orius-strength .size .title-section {
    margin-bottom: 50px;
  }

  .orius-strength .size .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .orius-strength .size .col2 .left,
  .orius-strength .size .col2 .right {
    width: 47%;
  }

  .orius-strength .size .col2 .left h3,
  .orius-strength .size .col2 .right h3 {
    background-color: #dddddd;
    padding: 0.5em 0.5em 0.4em;
    margin-bottom: 1em;
    color: #1d417a;
    font-size: 18px;
    font-weight: bold;
  }

  .orius-strength .size .col2 .left p,
  .orius-strength .size .col2 .right p {
    margin: 0;
    line-height: 2em;
  }

  .orius-strength .btn-more-w {
    margin-bottom: 0;
  }

  .orius-part {
    padding: 80px 0 40px;
  }

  .orius-part .part {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 60px;
  }

  .orius-part .part li {
    width: 200px;
    max-width: 200px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    margin-bottom: 50px;
  }

  .orius-part .part li.main {
    width: 640px;
    max-width: 640px;
  }

  .orius-part .part li figcaption {
    text-align: left;
  }

  .orius-part .part li figcaption h3 {
    font-weight: bold;
    color: #1d417a;
    font-size: 1em;
    margin: 1em 0;
    line-height: 1.25em;
  }

  .orius-part .part li figcaption p {
    font-size: 0.875em;
    line-height: 1.75em;
  }

  .orius-test {
    padding: 80px 0 40px;
  }

  .orius-test dl {
    width: 100%;
    border-top: 1px solid #c3cbd0;
    margin-bottom: 80px;
  }

  .orius-test dl dt,
  .orius-test dl dd {
    padding: 1em 0;
    line-height: 1.75em;
  }

  .orius-test dl dt {
    width: 200px;
    clear: both;
    float: left;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
  }

  .orius-test dl dd {
    padding-left: 260px;
    border-bottom: 1px solid #c3cbd0;
  }

  .orius-test .thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
  }

  .orius-test .thumb img:not(:last-child) {
    margin-right: 20px;
  }

  .orius-test aside {
    background-color: #eaf0fa;
    font-size: 0.875em;
    line-height: 1.5em;
    padding: 30px 50px;
  }

  .orius-test aside p {
    margin-bottom: 0;
  }

  .orius-test aside ul {
    margin: 1em 0;
    list-style: none;
  }

  .orius-test aside ul li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: .25em;
  }

  .orius-test aside ul li::before {
    position: absolute;
    top: .4em;
    left: 0;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1d417a;
  }

  .type-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 50px;
    font-size: 0.875em;
    font-weight: 900;
  }

  .type-nav .left {
    width: 675px;
    margin-right: 24px;
  }

  .type-nav .right {
    width: 263px;
  }

  .type-nav .type-nav-title {
    padding: 0.25em 0.5em;
    border-left: 6px solid #1d417a;
    border-bottom: 2px solid #1d417a;
  }

  .type-nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .type-nav ul li {
    width: 124px;
  }

  .type-nav ul li:nth-child(n+6) {
    width: 160px;
    margin-top: 10px;
  }

  .type-nav .right ul li {
    width: 100%;
  }

  .type-nav ul li a {
    display: block;
    border: 1px solid #dddddd;
    text-align: center;
    padding: 1em;
    color: #444444;
  }

  .type-nav ul li a.current,
  .type-nav ul li a:hover {
    background-color: #4facdc;
    color: #fff;
  }

  .type-intro {
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
    min-height: 320px;
  }

  .type-intro .img {
    position: relative;
    padding-left: 325px;
  }

  .type-intro .img img {
    position: absolute;
    top: 0;
    left: 0;
  }

  .type-intro .img .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }

  .type-intro .img .col2 div {
    min-width: 200px;
    color: #1d417a;
    text-align: center;
    margin-right: 40px;
  }

  .type-intro .img .col2 div p {
    margin-bottom: 18px;
    font-weight: 900;
  }

  .type-intro .img .col2 div h2 {
    font-size: 48px;
    font-weight: 900;
  }

  .type-intro .img .col2 ul {
    list-style: none;
  }

  .type-intro .img .col2 ul li {
    position: relative;
    font-weight: 900;
    color: #1d417a;
    padding-left: 1.5em;
    margin-bottom: .25em;
    line-height: 1.5em;
  }

  .type-intro .img .col2 ul li::before {
    position: absolute;
    top: .25em;
    left: 0;
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    background-color: #4facdc;
  }

  .type-intro .text {
    padding-left: 325px;
  }

  .type-intro .text>p {
    line-height: 2em;
  }

  .type-assemble {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .type-assemble ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .type-assemble ul li {
    flex-basis: 244px;
    max-width: 244px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }

  .type-assemble ul li img {
    border: 1px solid #ddd;
  }

  .type-assemble ul li:not(:nth-child(4n)) {
    margin-right: 8px;
  }

  .type-ex {
    padding: 60px 0 40px;
    background-color: #eaf0fa;
  }

  .type-ex ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 755px;
    margin: 0 auto;
  }

  .type-ex ul li {
    width: 234px;
    margin-bottom: 20px;
  }

  .type-ex ul li:not(:nth-child(3n)) {
    margin-right: 25px;
  }

  .type-ex ul li a {
    display: block;
    font-size: 0.875em;
    color: #444444;
  }

  .type-ex ul li a img {
    margin-bottom: 12px;
  }

  .type-ex ul li a span {
    display: block;
    line-height: 1.5em;
  }

  .type-const {
    padding: 80px 0 30px;
    border-bottom: 1px solid #dddddd;
  }

  .type-const .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .type-const .col2 .img {
    min-width: 240px;
    margin-right: 45px;
  }

  .type-const .col2 .text {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    line-height: 2em;
  }

  .type-fold {
    padding: 60px 0 0;
  }

  .type-fold ol {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 730px;
    margin: 0 auto;
    padding: 0;
  }

  .type-fold ol li {
    position: relative;
    width: 234px;
    margin-bottom: 24px;
    counter-increment: item;
  }

  .type-fold ol li::before {
    display: inline-block;
    width: 26px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    content: counter(item);
    color: #fff;
    z-index: 1;
    font-size: 0.875em;
  }

  .type-fold ol li::after {
    display: block;
    width: 40px;
    height: 0;
    border: 20px solid transparent;
    border-top: 20px solid #444444;
    border-left: 20px solid #444444;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
  }

  .type-fold ol li:not(:nth-child(3n)) {
    margin-right: 12px;
  }

  .type-fold ol li img {
    margin-bottom: 10px;
  }

  .type-fold ol li span {
    display: block;
    line-height: 1.5em;
    color: #1d417a;
    font-weight: bold;
  }

  .type-faq {
    padding: 80px 0 0;
  }

  .page-faq {
    width: 1000px;
    margin: 0 auto;
  }

  .page-faq .title-section {
    margin-bottom: 50px;
  }

  .faq h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #eaf0fa;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 30px;
  }

  .faq h3 span {
    display: block;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    font-size: 18px;
    color: #1d417a;
    padding: 18px 30px;
  }

  .faq h3::before {
    content: "Q";
    background-color: #4facdc;
    color: #fff;
    font-size: 1.875em;
    padding: 18px 14px;
  }

  .faq h3.active::before {
    background-color: #f2cd3a;
  }

  .faq h3::after {
    content: attr(data-item);
    font-size: 36px;
    color: #1d417a;
    padding: 18px 14px;
  }

  .faq .wysiwyg {
    display: none;
    padding: 30px;
    margin-bottom: 20px;
  }

  .option-intro {
    padding-bottom: 40px;
  }

  .option-intro .title-section {
    margin-bottom: 40px;
  }

  .option-intro p {
    line-height: 2em;
    text-align: center;
    font-weight: bold;
  }

  .option-list .col2,
  .option-list .item-wrapper {
    margin-bottom: 40px;
  }

  .option-list .col2 figure,
  .option-list .item-wrapper figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .option-list .col2 figure img,
  .option-list .item-wrapper figure img {
    width: 180px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 15px;
  }

  .option-list .col2 figure figcaption,
  .option-list .item-wrapper figure figcaption {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .option-list .col2 figure figcaption h3,
  .option-list .item-wrapper figure figcaption h3 {
    font-size: 18px;
    font-weight: bold;
    color: #1d417a;
    margin-bottom: 15px;
  }

  .option-list .col2 figure figcaption p,
  .option-list .item-wrapper figure figcaption p {
    line-height: 1.75em;
    font-size: 0.875em;
  }

  .option-list .col2 figure figcaption p:last-child,
  .option-list .item-wrapper figure figcaption p:last-child {
    margin-bottom: 0;
  }

  .option-list .col2 figure figcaption ul,
  .option-list .item-wrapper figure figcaption ul {
    list-style: none;
    font-size: 0.875em;
  }

  .option-list .col2 figure figcaption ul li,
  .option-list .item-wrapper figure figcaption ul li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: .75em;
    line-height: 1.25em;
  }

  .option-list .col2 figure figcaption ul li::before,
  .option-list .item-wrapper figure figcaption ul li::before {
    position: absolute;
    top: .25em;
    left: 0;
    display: block;
    content: "";
    width: 11px;
    height: 11px;
    background-color: #4facdc;
  }

  .option-list .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .option-list .col2 figure {
    width: 50%;
  }

  .option-list .item-wrapper figure {
    padding-bottom: 30px;
    border-bottom: 1px solid #c3cbd0;
  }

  .option-list .exterior-desc {
    border-bottom: 1px solid #c3cbd0;
    padding: 0 1em;
    margin-bottom: 60px;
  }

  .option-list .exterior-desc p {
    line-height: 1.75em;
  }

  .option-list .exterior-desc ul {
    margin: 1em 0;
    list-style: none;
  }

  .option-list .exterior-desc ul li {
    position: relative;
    padding-left: 1.5em;
    margin-bottom: .25em;
  }

  .option-list .exterior-desc ul li::before {
    position: absolute;
    top: .4em;
    left: 0;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #1d417a;
  }

  .option-list .list-wrapper {
    margin-bottom: 40px;
  }

  .option-list .list-wrapper figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 20px;
    margin-bottom: 30px;
  }

  .option-list .list-wrapper figure img {
    width: 170px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 15px;
  }

  .option-list .list-wrapper figure figcaption {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .option-list .list-wrapper figure figcaption h3 {
    font-size: 18px;
    font-weight: bold;
    color: #1d417a;
    margin-bottom: 15px;
  }

  .option-list .list-wrapper figure figcaption p {
    line-height: 1.75em;
    font-size: 0.875em;
  }

  .option-list .list-wrapper figure figcaption p:last-child {
    margin-bottom: 0;
  }

  .page-link-btn {
    padding-bottom: 60px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .page-link-btn li {
    width: 232px;
    border: 1px solid #dddddd;
    font-weight: bold;
    font-size: 15px;
    line-height: 2.4;
    margin-bottom: 10px;
  }

  .page-link-btn li:not(:nth-child(4n)) {
    margin-right: 24px;
  }

  .page-link-btn li:nth-child(5),
  .page-link-btn li:nth-child(7) {
    line-height: 1.2;
  }

  .page-link-btn li a {
    display: block;
    height: 100%;
    text-align: center;
    padding: 1em;
    color: #444444;
  }

  .option-area {
    padding-bottom: 100px;
    padding-top: 130px;
    margin-top: -130px !important;
  }

  .option-area>p {
    line-height: 2;
  }

  .option-area .single-list {
    background: #eaf0fa;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .option-area .single-list li {
    list-style: none;
    width: 220px;
    max-width: 220px;
  }

  .option-area .single-list li:not(:nth-child(4n)) {
    margin-right: 20px;
  }

  .option-area .single-list li span {
    display: block;
    font-size: 14px;
    margin-top: 1em;
    text-align: center;
    font-weight: bold;
  }

  .option-area .ex_ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
  }

  .option-area .ex-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .option-area .ex-list li {
    list-style: none;
    width: 232px;
    max-width: 232px;
  }

  .option-area .ex-list li img {
    border: 1px solid #ccc;
  }

  .option-area .ex-list li:not(:nth-child(4n)) {
    margin-right: 24px;
  }

  .flow-intro>p {
    line-height: 1.75em;
    text-align: center;
  }

  .flow-intro ol {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 80px auto;
  }

  .flow-intro ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33%;
    white-space: nowrap;
    counter-increment: item;
    padding-right: 50px;
    font-size: 22px;
    font-weight: bold;
    color: #1d417a;
    line-height: 1.25em;
    margin-bottom: 20px;
  }

  .flow-intro ol li:before {
    display: inline-block;
    width: 80px;
    height: 64px;
    line-height: 64px;
    font-family: 'Oswald', Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
    font-weight: bold;
    font-size: 24px;
    content: counter(item);
    background-image: url(../img/flow/step.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 10px;
    padding-left: 42px;
    color: #fff;
  }

  .flow-intro ol li:not(:last-child) {
    background-image: url(../img/common/arrow2.svg);
    background-repeat: no-repeat;
    background-position: right 30px center;
  }

  .flow-support .col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flow-support .col3 div {
    text-align: center;
    width: 160px;
  }

  .flow-support .col3 div:not(:last-child) {
    margin-right: 120px;
  }

  .flow-support .col3 div h3 {
    display: inline-block;
    padding: 0.5em 1.5em;
    background-color: #eaf0fa;
    margin-bottom: 20px;
    font-weight: bold;
    color: #1d417a;
  }

  .flow-support .col3 div .img {
    margin-bottom: 15px;
  }

  .flow-support .col3 div .text {
    font-size: 0.875em;
    text-align: left;
    line-height: 1.75em;
  }

  .post-nav {
    border-top: 6px solid #dddddd;
    margin-top: 50px;
    padding: 30px 0 45px;
  }

  .post-nav::after {
    clear: both;
    content: "";
    display: block;
  }

  .post-nav .prev,
  .post-nav .next {
    width: 50%;
  }

  .post-nav .prev a,
  .post-nav .next a {
    display: block;
    padding: 1em 40px;
    color: #1d417a;
    font-weight: bold;
    background-repeat: no-repeat;
  }

  .post-nav .prev {
    float: left;
    border-right: 1px solid #c3cbd0;
  }

  .post-nav .prev a {
    background-image: url(../img/common/arrow_l.svg);
    background-position: left center;
  }

  .post-nav .next {
    float: right;
    text-align: right;
  }

  .post-nav .next a {
    background-image: url(../img/common/arrow.svg);
    background-position: right center;
  }

  .archive-work {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .archive-work li {
    width: 234px;
    margin-bottom: 40px;
  }

  .archive-work li:not(:nth-child(4n)) {
    margin-right: 21px;
  }

  .archive-work li a {
    display: block;
    font-size: 0.875em;
    color: #444444;
  }

  .archive-work li a img {
    margin-bottom: 12px;
  }

  .archive-work li a span {
    display: block;
    line-height: 1.5em;
  }

  .single-work-intro {
    border-bottom: 1px solid #c3cbd0;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }

  .single-work-intro p {
    line-height: 2em;
  }

  .single-work-list h4,
  .single-work-data h4 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 2px solid #4facdc;
    text-align: center;
  }

  .single-work-list {
    margin-bottom: 60px;
  }

  .single-work-list ul {
    list-style: none;
  }

  .single-work-list ul li {
    margin-bottom: 30px;
  }

  .single-work-list ul li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .single-work-list ul li figure img {
    width: 240px;
    min-width: 240px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }

  .single-work-list ul li figure figcaption {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-left: 30px;
  }

  .single-work-list ul li figure figcaption p {
    line-height: 2em;
  }

  .single-work-list figcaption ul {
    list-style: disc;
    margin-bottom: 1em;
  }

  .single-work-list figcaption ul li {
    margin-bottom: 5px;
  }

  .single-work-data table th {
    width: 240px;
  }

  .single-work-data table th,
  .single-work-data table td {
    padding: .5em 1em;
  }

  .archive-word {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }

  .archive-word::after {
    content: "";
    width: 48%;
  }

  .archive-word li {
    width: 48%;
    margin-bottom: 1em;
  }

  .archive-word li a {
    display: block;
    border: 1px solid #1d417a;
    background-color: #eaf0fa;
    color: #1d417a;
    font-weight: bold;
    background-image: url(../img/common/arrow.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding: 1em 30px;
  }

  .archive-word li a:hover {
    background-color: #4facdc;
    color: #fff;
  }

  .single-word .wysiwyg {
    padding: 0 30px;
  }

  .page-contact .comment {
    display: block;
    margin-top: 5px;
  }

  .page-contact .contact-msg-input,
  .page-contact .contact-msg-confirm {
    text-align: center;
    font-weight: bold;
  }

  .page-contact .contact-btn {
    text-align: center;
  }

  .page-contact .contact-btn .btn-back,
  .page-contact .contact-btn .btn-submit {
    font-weight: bold;
    font-size: 1.125em;
    padding: 1em 5em;
    background-repeat: no-repeat;
  }

  .page-contact .contact-btn .btn-back {
    border: 1px solid #c3cbd0;
    background-color: #dddddd;
    color: #444444;
    margin-right: 50px;
  }

  .page-contact .contact-btn .btn-submit {
    border: 1px solid #1d417a;
    background-color: #eaf0fa;
    color: #1d417a;
    background-image: url(../img/common/arrow.svg);
    background-position: right 15px center;
  }

  .page-contact .ip-ss {
    width: 4em;
  }

  .page-contact .ip-s {
    width: 6em;
  }

  .page-contact .ip-m {
    width: 10em;
  }

  .page-contact .ip-l {
    width: 20em;
  }

  .page-contact .ip-xl {
    width: 30em;
  }

  .page-contact .ip-max {
    width: 100%;
  }

  .page-contact section {
    font-size: 0.875em;
    line-height: 1.5em;
  }

  .page-contact section:not(:last-child) {
    margin-bottom: 50px;
  }

  .page-contact section>dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-contact section>dl>dt,
  .page-contact section>dl>dd {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .page-contact section>dl>dt {
    width: 20%;
    margin-right: 2%;
    background-color: #eaf0fa;
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-contact section>dl>dd {
    width: 78%;
  }

  .page-contact section>dl>dd.contact-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-contact section>dl>dd.contact-img label {
    display: block;
  }

  .page-contact section>dl>dd.contact-img label img {
    margin-top: 5px;
  }

  .page-contact section>dl>dd.contact-bottom label {
    width: 150px;
    padding-bottom: 90px;
    background-repeat: no-repeat;
    background-position: left bottom;
  }

  .page-contact section>dl>dd.contact-bottom>span:first-child label {
    background-image: url(../img/contact/contact01.jpg);
  }

  .page-contact section>dl>dd.contact-bottom>span:nth-child(2) label {
    background-image: url(../img/contact/contact02.jpg);
  }

  .page-contact section>dl>dd.contact-bottom>span:nth-child(3) label {
    background-image: url(../img/contact/contact03.jpg);
  }

  .page-contact section>dl>dd.contact-type label {
    width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 160px;
    background-repeat: no-repeat;
    background-position: left bottom;
  }

  .page-contact section>dl>dd.contact-type>span:first-child label {
    background-image: url(../img/contact/contact04.jpg);
  }

  .page-contact section>dl>dd.contact-type>span:nth-child(2) label {
    background-image: url(../img/contact/contact05.jpg);
  }

  .page-contact section>dl>dd.contact-type>span:nth-child(3) label {
    background-image: url(../img/contact/contact06.jpg);
  }

  .page-contact section>dl>dd.contact-type>span:nth-child(4) label {
    background-image: url(../img/contact/contact07.jpg);
  }

  .page-contact section>dl>dd.contact-type>span:nth-child(5) label {
    background-image: url(../img/contact/contact08.jpg);
  }

  .page-contact section>dl>dd.contact-type>span:nth-child(6) label {
    background-image: url(../img/contact/contact16.jpg);
  }

  .page-contact section>dl>dd.contact-type>span:nth-child(7) label {
    background-image: url(../img/contact/contact17.jpg);
  }

  .page-contact section>dl>dd.contact-type>span:nth-child(8) label {
    background-image: url(../img/contact/contact18.jpg);
  }

  .page-contact section>dl>dd.contact-type>span:nth-child(9) label {
    background-image: url(../img/contact/contact19.jpg);
  }

  .page-contact section>dl>dd.contact-size .radio-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page-contact section>dl>dd.contact-size .radio-wrapper label {
    display: block;
    width: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 126px;
    background-repeat: no-repeat;
    background-position: left bottom;
  }

  .page-contact section>dl>dd.contact-size .radio-wrapper span:first-child label {
    background-image: url(../img/contact/size01.gif);
  }

  .page-contact section>dl>dd.contact-size .radio-wrapper span:nth-child(2) label {
    background-image: url(../img/contact/size02.gif);
  }

  .page-contact section>dl>dd.contact-size .val-wrapper {
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .page-contact section>dl>dd.contact-size .val-wrapper .val {
    width: 200px;
  }

  .page-contact section>dl>dd.contact-size .val-wrapper .contact-size-dl dt {
    margin-bottom: 5px;
  }

  .page-contact section>dl>dd.contact-size .val-wrapper .contact-size-dl dd {
    margin-bottom: 15px;
  }

  .page-contact section>dl>dd.contact-radio label {
    margin-right: 30px;
  }

  .page-contact section>dl>dd.contact-detail label {
    width: 140px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 125px;
    background-repeat: no-repeat;
    background-position: left bottom;
  }

  .page-contact section>dl>dd.contact-detail>span:first-child label {
    background-image: url(../img/contact/contact11.jpg);
  }

  .page-contact section>dl>dd.contact-detail>span:nth-child(2) label {
    background-image: url(../img/contact/contact12.jpg);
  }

  .page-contact section>dl>dd.contact-detail>span:nth-child(3) label {
    background-image: url(../img/contact/contact13.jpg);
  }

  .page-contact section>dl>dd.contact-detail>span:nth-child(4) label {
    background-image: url(../img/contact/contact14.jpg);
  }

  .page-contact section>dl>dd.contact-detail>span:nth-child(5) label {
    background-image: url(../img/contact/contact15.jpg);
  }

  .page-contact section>dl>dd.contact-textarea textarea {
    width: 100%;
    min-height: 150px;
  }

  .page-contact section>dl>dd.contact-address p {
    margin: 10px 0;
  }

  .page-contact #nouhin {
    display: none;
  }

  .page-contact .mw_wp_form_input .contact-msg-confirm {
    display: none;
  }

  .page-contact .mw_wp_form_confirm .contact-msg-input {
    display: none;
  }

  .page-contact .mw_wp_form_confirm .comment {
    display: none;
  }

  .page-contact .mw_wp_form_complete {
    margin-bottom: 100px;
  }

  .page-contact .mw_wp_form_complete p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
  }

  .sitemap-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 100px;
  }

  .sitemap-wrapper .left {
    margin-right: 200px;
  }

  .sitemap-wrapper ul {
    list-style: none;
    font-weight: bold;
    margin-bottom: 40px;
  }

  .sitemap-wrapper ul>li {
    position: relative;
    margin-bottom: 2em;
    padding-left: 30px;
  }

  .sitemap-wrapper ul>li::before {
    position: absolute;
    content: "■";
    top: -2px;
    left: 0;
    color: #4facdc;
    font-size: 24px;
    line-height: 100%;
  }

  .sitemap-wrapper ul>li ul {
    margin: 40px 0 60px;
  }

  .sitemap-wrapper ul>li ul li {
    position: relative;
  }

  .sitemap-wrapper ul>li ul li::before {
    position: absolute;
    content: "●";
    color: #4facdc;
  }

  .wp-pagenavi {
    clear: both;
    text-align: center;
    margin: 60px 0px 1.5em;
    font-weight: bold;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    display: inline-block;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    padding: 0;
    margin: 3px 6px;
    color: #fff;
    border-radius: 100%;
  }

  .wp-pagenavi a {
    background-color: #1d417a;
  }

  .wp-pagenavi span.current {
    background-color: #f2cd3a;
  }

  .reason h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #eaf0fa;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 30px;
  }

  .reason h3 span {
    display: block;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    font-size: 18px;
    color: #1d417a;
    padding: 18px 30px;
  }

  .reason h3::before {
    content: "";
    display: inline-block;
    white-space: nowrap;
    background-color: #4facdc;
    color: #fff;
    font-size: 18px;
    padding: 18px 14px;
  }

  #reason01 h3::before {
    content: "お悩み解決 1";
  }

  #reason02 h3::before {
    content: "お悩み解決 2";
  }

  #reason03 h3::before {
    content: "お悩み解決 3";
  }

  #reason04 h3::before {
    content: "お悩み解決 4";
  }

  #reason05 h3::before {
    content: "お悩み解決 5";
  }

  .reason {
    padding-top: 135px;
    margin-top: -135px;
  }

  .reason h3.active::before {
    background-color: #f2cd3a;
  }

  .reason h3::after {
    content: attr(data-item);
    font-size: 36px;
    color: #1d417a;
    padding: 18px 14px;
  }

  .reason .wysiwyg {
    display: none;
    padding: 30px;
    margin-bottom: 20px;
  }

  .two-column {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .two-column>* {
    flex-basis: 47.5%;
  }

  .two-column .column01 {
    margin-right: 5%;
  }

  #reason02 .column01 {
    position: relative;
  }

  #reason02 .column01::after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../img/reason/arrow.svg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: -34px;
  }

  .reason-contents .note {
    font-size: 0.75em;
  }

  .movie_area .movie {
    top: 0;
    width: 100%;
    height: 100%;
  }

  #reason05 {
    margin-bottom: 80px;
  }

  .wide-ttl {
    position: relative;
  }

  .wide-ttl img {
    width: 100%;
  }

  .wide-ttl-text {
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin-top: -1.3em
  }

  .wide-ttl-text span {
    display: inline-block;
    background: rgba(255, 255, 255, 0.6);
    padding: 0.8em 1.4em;
    position: relative;
    color: #000;
  }

  .wide-ttl-text span::before,
  .wide-ttl-text span::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
  }

  .wide-ttl-text span::before {
    border-top: 14px solid #fff;
    border-left: 14px solid #fff;
    top: 0;
    left: 0;
  }

  .wide-ttl-text span::after {
    border-bottom: 14px solid #fff;
    border-right: 14px solid #fff;
    bottom: 0;
    right: 0;
  }

  .title-section-s {
    color: #1d417a;
    font-size: 22.4px;
    text-align: center;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 40px;
  }

  .gray-back {
    background: #f3f3f3;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
  }

  .title-recycle {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #000;
  }

  .recycle_products h4 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.5em;
  }

  .sdgs h4 {
    font-size: 22.4px;
    margin-top: 0;
  }

  .btn-more-w.btn-more-ex a {
    background: url("../img/common/exlink_b.svg") no-repeat right 15px center, #fff;
    background-size: 24px 24px;
  }

  .reduction-opening-text dt {
    font-weight: bold;
    margin-bottom: 0.5rem;
  }

  .title-reduction {
    font-size: 36px;
    font-weight: bold;
    color: #090;
    text-align: center;
    margin-bottom: 16px;
  }

  .title-reduction-sub {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
  }

  .process-img {
    text-align: center;
  }

  .reduction-contentes-area {
    padding: 20px;
    margin-bottom: 30px;
  }

  .reduction-contentes01 {
    border: 2px solid #9c0;
  }

  .reduction-contentes02 {
    border: 2px solid #6c0;
  }

  .reduction-contentes03 {
    border: 2px solid #090;
  }

  .reduction-contentes04 {
    border: 2px solid #060;
  }

  .reduction-contentes-area .reduction-contentes-ttl {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
  }

  .reduction-contentes-area .reduction-contentes-ttl::after {
    content: attr(data-item);
    font-size: 36px;
    position: absolute;
    top: 10px;
    right: 20px;
  }

  .reduction-contentes-area .reduction-contentes-ttl::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }

  .reduction-contentes01 .reduction-contentes-ttl::before {
    width: 52px;
    height: 56px;
    background: url("../img/reduction/reduction-icon01.png") no-repeat;
  }

  .reduction-contentes02 .reduction-contentes-ttl::before {
    width: 56px;
    height: 52px;
    background: url("../img/reduction/reduction-icon02.png") no-repeat;
  }

  .reduction-contentes03 .reduction-contentes-ttl::before {
    width: 93px;
    height: 56px;
    background: url("../img/reduction/reduction-icon03.png") no-repeat;
  }

  .reduction-contentes04 .reduction-contentes-ttl::before {
    width: 57px;
    height: 57px;
    background: url("../img/reduction/reduction-icon04.png") no-repeat;
  }

  .reduction-contentes01 .reduction-contentes-ttl {
    color: #9c0;
  }

  .reduction-contentes02 .reduction-contentes-ttl {
    color: #6c0;
  }

  .reduction-contentes03 .reduction-contentes-ttl {
    color: #090;
  }

  .reduction-contentes04 .reduction-contentes-ttl {
    color: #060;
  }

  .reduction-contentes-inner {
    display: none;
    padding-top: 20px;
  }

  .reduction-contentes-ttl-s {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .reduction-contentes-ttl-s::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 31px;
    margin-right: 10px;
    vertical-align: middle;
  }

  .reduction-contentes01 .reduction-contentes-ttl-s::before {
    background: url("../img/reduction/environment01.svg") no-repeat;
    background-size: 100% auto;
  }

  .reduction-contentes02 .reduction-contentes-ttl-s::before {
    background: url("../img/reduction/environment02.svg") no-repeat;
    background-size: 100% auto;
  }

  .reduction-contentes03 .reduction-contentes-ttl-s::before {
    background: url("../img/reduction/environment03.svg") no-repeat;
    background-size: 100% auto;
  }

  .reduction-contentes04 .reduction-contentes-ttl-s::before {
    background: url("../img/reduction/environment04.svg") no-repeat;
    background-size: 100% auto;
  }

  .reduction-contentes01 .reduction-contentes-ttl-s {
    border-bottom: 4px solid #9c0;
  }

  .reduction-contentes02 .reduction-contentes-ttl-s {
    border-bottom: 4px solid #6c0;
  }

  .reduction-contentes03 .reduction-contentes-ttl-s {
    border-bottom: 4px solid #090;
  }

  .reduction-contentes04 .reduction-contentes-ttl-s {
    border-bottom: 4px solid #060;
  }

  .reduction-contentes-inner .two-column:not(:last-child) {
    margin-bottom: 30px;
  }

  .development-icon {
    display: inline-block;
    font-size: 0.72em;
    color: #fff;
    background: #060;
    padding: 2px 3px;
    margin-right: 10px;
    border-radius: 3px;
    vertical-align: middle;
  }

  /*document*/
  .document_contents {
    padding-top: 135px;
    margin-top: -135px !important;
  }

  .sp_break {
    display: none;
  }

  .document_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .document_list li {
    flex-basis: 48%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
  }

  .document_list li:nth-child(odd) {
    margin-right: 4%;
  }

  .document_list_img {
    flex-basis: 42%;
    margin-right: 4%;
  }

  .document_list_img img {
    border: 1px solid #ccc;
  }

  .document_list_text {
    flex-basis: 54%;
  }

  .document_list_text .document_name {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .document_list_text .file_size {
    font-size: 14px;
  }

  .document_list_text .docment_dl_btn {
    color: #444;
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
  }

  .document_list_text .docment_dl_btn:hover {
    background: #4facdc;
    color: #fff;
  }

  .youtube_info {
    line-height: 1.6;
  }

  .youtube_info a {
    display: inline-block;
    padding: 0 16px;
    border: 1px solid #444;
    color: #000;
    line-height: 1;
    margin-top: 10px;
  }

  .youtube_info a img {
    vertical-align: middle;
  }
}



/***************************************
　　TOPイメージ変更 202401作業  ※SEO対策のためのテキスト化
***************************************/
picture {
  position: relative;
}

picture .mvtitle {
  position: absolute;
  /*文字は白に*/
  top: -450px;
  left: 50px;
  text-align: left;
  color: #0099ff;
  font-weight: 800;
}

picture .mvtitle h2 {
  font-size: 60px;
  padding: 15px 0 0 0;
  color: #0099ff;
  font-weight: bold;
  text-shadow:
    3px 3px 3px #fff, -3px -3px 3px #fff,
    -3px 3px 3px #fff, 3px -3px 3px #fff,
    3px 0px 3px #fff, -3px -0px 3px #fff,
    0px 3px 3px #fff, 0px -3px 3px #fff;
  margin: 0;
}

picture .mvtitle h3 {
  font-size: 30px;
  color: #0099ff;
  font-weight: bold;
  text-shadow:
    3px 3px 3px #fff, -3px -3px 3px #fff,
    -3px 3px 3px #fff, 3px -3px 3px #fff,
    3px 0px 3px #fff, -3px -0px 3px #fff,
    0px 3px 3px #fff, 0px -3px 3px #fff;
  margin: 0;
}

picture .mvtitle ul {
  margin: 50px 0 0 0;
  list-style: none;
  width: 250px;
  font-weight: 500;
}

picture .mvtitle ul li {
  color: #fff;
  background-color: #0099ff;
  border-radius: 100vh;
  padding: 20px;
  margin: 10px 0 0 0;
  text-align: center;
}


@media only screen and (max-width: 999px) {

  picture {}

  picture .mvtitle {
    display: none;

  }

  picture .mvtitle h2 {
    font-size: 30px;

  }

  picture .mvtitle h3 {
    font-size: 14px;
  }


}