@charset "UTF-8";
/* ------------ font ------------ */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap);
/* ------------ css reset ------------ */
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  width: 100%;
  display: block;
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ------------ SP ------------ */
@media screen and (max-width: 768px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    color: #000;
    font-feature-settings: "palt";
  }
  /* ------------ spmaterial-i ------------ */
  .spmaterial-i, #company-box .box-03 ul li a:after, #page-top a::before, #footer-box ul li:nth-child(2) a::before, #footer-box ul li:first-child a:after, a.m-button:after {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    vertical-align: middle;
  }
  /* ------------ common ------------ */
  p {
    font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
  }
  .m-title-box {
    text-align: center;
  }
  .m-title-box figure {
    max-width: 30px;
    margin: 0 auto;
  }
  .m-title-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  .m-title-box h2 {
    font: normal 2.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #03346E;
    font-weight: 700;
    margin: 10px 0 0 0;
  }
  .m-title-box .en {
    display: inline-block;
    font: normal 1.2rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: DINNextLTPro-Medium;
    color: #6DACDA;
    margin: 10px 0 0 0 !important;
  }
  .m-title-box.footer h2 {
    color: #fff;
  }
  .m-title-box.footer .en {
    color: #fff;
  }
  a.m-button {
    display: inline-block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
    padding: 15px 50px;
    position: relative;
    font: normal 1.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    position: relatie;
    margin: 50px 0 0 0;
    background: #6DACDA;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  a.m-button:link, a.m-button:visited, a.m-button:active {
    text-decoration: none;
    color: #fff;
  }
  a.m-button:hover {
    background: #03346E;
    color: #fff;
  }
  a.m-button:hover:after {
    color: #fff;
  }
  a.m-button:after {
    content: "play_circle";
    position: absolute;
    font-size: 20px;
    color: #fff;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  /* ------------ header-box ------------ */
  #header-box {
    width: 100%;
    background: #fff;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200;
  }
  #header-box .wrap-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 10px;
  }
  #header-box .wrap-box h1 {
    display: none;
  }
  #header-box .wrap-box figure.logo {
    max-width: 160px;
    display: block;
  }
  #header-box .wrap-box figure.logo a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #header-box .wrap-box figure.logo a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #header-box .wrap-box figure.logo a img {
    width: 100%;
    vertical-align: bottom;
  }
  #header-box .wrap-box .contact-box {
    /* ------------ sp ------------ */
  }
  #header-box .wrap-box .contact-box .wrap-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #header-box .wrap-box .contact-box p {
    font: normal 1.2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    margin: 0 10px 0 0;
  }
  #header-box .wrap-box .contact-box p.title {
    display: none;
  }
  #header-box .wrap-box .contact-box p.tel {
    display: none;
  }
  #header-box .wrap-box .contact-box figure {
    width: 40px;
    display: block;
    margin: 0 10px 0 0;
  }
  #header-box .wrap-box .contact-box figure a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #header-box .wrap-box .contact-box figure a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #header-box .wrap-box .contact-box figure a img {
    width: 100%;
    vertical-align: bottom;
  }
  #header-box .wrap-box .contact-box .bars {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #03346E;
    position: relative;
  }
  #header-box .wrap-box .contact-box .bars .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
    transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
  }
  #header-box .wrap-box .contact-box .bars .bar-1 {
    margin: -9px 0 0 -13px;
  }
  #header-box .wrap-box .contact-box .bars .bar-2 {
    margin: -1px 0 0 -13px;
  }
  #header-box .wrap-box .contact-box .bars .bar-3 {
    margin: 7px 0 0 -13px;
  }
  #header-box .wrap-box .contact-box .bars.step-1 .bar-1 {
    transform: translate3d(0, 8px, 0);
    -moz-transform: translate3d(0, 8px, 0);
    -webkit-transform: translate3d(0, 8px, 0);
    -ms-transform: translate3d(0, 8px, 0);
    -o-transform: translate3d(0, 8px, 0);
  }
  #header-box .wrap-box .contact-box .bars.step-1 .bar-2 {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
  #header-box .wrap-box .contact-box .bars.step-1 .bar-3 {
    transform: translate3d(0, -8px, 0);
    -moz-transform: translate3d(0, -8px, 0);
    -webkit-transform: translate3d(0, -8px, 0);
    -ms-transform: translate3d(0, -8px, 0);
    -o-transform: translate3d(0, -8px, 0);
  }
  #header-box .wrap-box .contact-box .bars.step-2 .bar-1 {
    transform: translate3d(0, 8px, 0) rotate(135deg);
    -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
    -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
    -ms-transform: translate3d(0, 8px, 0) rotate(135deg);
    -o-transform: translate3d(0, 8px, 0) rotate(135deg);
  }
  #header-box .wrap-box .contact-box .bars.step-2 .bar-2 {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  #header-box .wrap-box .contact-box .bars.step-2 .bar-3 {
    transform: translate3d(0, -8px, 0) rotate(135deg);
    -moz-transform: translate3d(0, -8px, 0) rotate(135deg);
    -webkit-transform: translate3d(0, -8px, 0) rotate(135deg);
    -ms-transform: translate3d(0, -8px, 0) rotate(135deg);
    -o-transform: translate3d(0, -8px, 0) rotate(135deg);
  }
  /* ------------ eyecatch-box ------------ */
  #eyecatch-box {
    background: url(../img/03@2x.jpg) no-repeat right;
    background-size: cover;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  #eyecatch-box figure {
    max-width: 543px;
    width: 60%;
    position: absolute;
    left: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #eyecatch-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ g-nav-box ------------ */
  #g-nav-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    overflow: scroll;
    background: rgba(255, 255, 255, 0.9);
  }
  #g-nav-box ul {
    padding: 70px 20px 0;
  }
  #g-nav-box ul li {
    font: normal 1.8rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    margin: 20px 0;
    text-align: center;
    list-style: none;
  }
  #g-nav-box ul li a {
    display: block;
  }
  #g-nav-box ul li a:link, #g-nav-box ul li a:visited, #g-nav-box ul li a:active {
    text-decoration: none;
    color: #000;
  }
  #g-nav-box ul li.current a {
    color: #03346E;
  }
  #g-nav-box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #g-nav-box.open {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transition: all 0.7s;
    -moz-transition: all 0.7s;
    -webkit-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
  }
  /* ------------ top-about-box ------------ */
  #top-about-box {
    width: 90%;
    margin: 0 auto;
    padding: 80px 0;
    text-align: center;
  }
  #top-about-box figure.i-01 {
    width: 100%;
    margin: 30px 0 0 0;
  }
  #top-about-box figure.i-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #top-about-box h3 {
    font: normal 2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    margin: 30px 0 0 0;
  }
  #top-about-box p {
    margin: 20px 0 0 0;
    text-align: left;
  }
  #top-about-box p br {
    display: none;
  }
  /* ------------ top-products-box ------------ */
  #top-products-box {
    background: #F7F7EF;
    padding: 80px 5%;
    text-align: center;
  }
  #top-products-box ul {
    width: 80%;
    margin: 30px auto 0;
  }
  #top-products-box ul li {
    list-style: none;
    background: #fff;
    box-shadow: 0 0 3px #dcdcdc;
  }
  #top-products-box ul li figure {
    width: 100%;
    position: relative;
  }
  #top-products-box ul li figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #top-products-box ul li figure figcaption {
    width: 90%;
    position: absolute;
    z-index: 10;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: #03346E;
    display: block;
    text-align: center;
    font: normal 1.8rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    font-weight: 700;
    padding: 10px 0;
  }
  #top-products-box ul li p {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
  }
  #top-products-box ul li:nth-child(n+2) {
    margin: 40px 0 0 0;
  }
  /* ------------ stop-ervice-box ------------ */
  #top-service-box {
    padding: 80px 0;
    text-align: center;
  }
  #top-service-box .inner-box {
    background: url(../img/07@2x.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    margin: 30px 0 0 0;
    display: flex;
    align-items: center;
    padding: 100px 0;
    box-sizing: border-box;
  }
  #top-service-box .inner-box .bg-box {
    background: rgba(255, 255, 255, 0.8);
    width: 85%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #top-service-box .inner-box .bg-box ul {
    text-align: left;
  }
  #top-service-box .inner-box .bg-box ul li {
    list-style: none;
  }
  #top-service-box .inner-box .bg-box ul li h3 {
    background: #03346E;
    font: normal 2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    text-align: center;
  }
  #top-service-box .inner-box .bg-box ul li p {
    margin: 10px 0 0 0;
  }
  #top-service-box .inner-box .bg-box ul li:nth-child(2) {
    margin: 30px 0 0 0;
  }
  /* ------------ news-box ------------ */
  #news-box {
    background: #f6f9fc;
    padding: 80px 5%;
    text-align: center;
  }
  #news-box .inner-box {
    background: rgba(255, 255, 255, 0.9);
    margin: 30px auto 0;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: left;
  }
  #news-box .inner-box dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    padding: 15px 0;
  }
  #news-box .inner-box dl dt {
    width: 30%;
  }
  #news-box .inner-box dl dd {
    flex: 1;
    text-align: left;
  }
  /* ------------ footer-box ------------ */
  #footer-box {
    width: 100%;
    padding: 80px 5%;
    text-align: center;
    background: url(../img/13@2x.jpg) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
  }
  #footer-box p {
    margin: 30px 0 0 0;
    color: #fff;
  }
  #footer-box ul {
    margin: 30px auto 0;
  }
  #footer-box ul li {
    width: 100%;
  }
  #footer-box ul li:first-child a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 20px;
    font: normal 1.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
    font-weight: 700;
  }
  #footer-box ul li:first-child a:link, #footer-box ul li:first-child a:visited, #footer-box ul li:first-child a:active {
    text-decoration: none;
    color: #03346E;
  }
  #footer-box ul li:first-child a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  #footer-box ul li:first-child a:after {
    content: "play_circle";
    font-size: 20px;
    color: #03346E;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #footer-box ul li:nth-child(2) {
    margin: 20px 0 0 0;
  }
  #footer-box ul li:nth-child(2) a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 20px;
    font: normal 2rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #footer-box ul li:nth-child(2) a:link, #footer-box ul li:nth-child(2) a:visited, #footer-box ul li:nth-child(2) a:active {
    text-decoration: none;
    color: #03346E;
  }
  #footer-box ul li:nth-child(2) a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  #footer-box ul li:nth-child(2) a::before {
    content: "call";
    font-size: 20px;
    color: #03346E;
    margin: 0 5px 0 0;
  }
  /* ------------ copy-box ------------ */
  #copy-box {
    width: 90%;
    text-align: center;
    padding: 80px 0 30px 0;
    margin: 0 auto;
  }
  #copy-box figure {
    width: 200px;
    margin: 0 auto;
  }
  #copy-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #copy-box p {
    margin: 20px 0 0 0;
  }
  #copy-box p.copy {
    font: normal 1.2rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    margin: 30px 0 0 0;
    color: #999;
  }
  /* ------------ page-top ------------ */
  #page-top {
    width: 30px;
    height: 30px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #03346E;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 800;
  }
  #page-top a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #page-top a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #page-top a::before {
    content: "arrow_drop_up";
    font-size: 20px;
    color: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2000;
    text-align: center;
  }
  /* ------------ pagetitle-box ------------ */
  #pagetitle-box {
    background: url(../company/img/01@2x.jpg) no-repeat center center;
    background-size: cover;
    margin: 50px 0 0 0;
    padding: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #pagetitle-box h2 {
    background: rgba(255, 255, 255, 0.6);
    font: normal 2rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    padding: 15px 35px;
  }
  /* ------------ company-box ------------ */
  #company-box .box-01 {
    padding: 80px 5%;
    width: 100%;
    background: url(../company/img/02@2x.jpg) no-repeat right bottom;
    background-size: 100%;
    box-sizing: border-box;
  }
  #company-box .box-01 .inner-box {
    margin: 30px auto 0;
  }
  #company-box .box-01 .inner-box p.name {
    text-align: right;
    margin: 30px 0 0 0;
  }
  #company-box .box-02 {
    padding: 80px 0;
    width: 90%;
    margin: 0 auto;
  }
  #company-box .box-02 dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    padding: 20px 0;
  }
  #company-box .box-02 dl dt {
    width: 25%;
    padding: 0 20px;
  }
  #company-box .box-02 dl dd {
    flex: 1;
    text-align: left;
  }
  #company-box .box-02 dl:nth-child(even) {
    background: #F4F4F4;
  }
  #company-box .box-02 dl.b-01 {
    background: #F4F4F4;
  }
  #company-box .box-02 dl:first-of-type {
    margin: 30px 0 0 0;
  }
  #company-box .box-03 {
    padding: 0 0 80px 0;
  }
  #company-box .box-03 .gmap-box {
    margin: 30px 0 0 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
  }
  #company-box .box-03 .gmap-box iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    filter: grayscale(80%);
  }
  #company-box .box-03 ul {
    margin: 30px 0 0 0;
  }
  #company-box .box-03 ul li {
    list-style: none;
    text-align: center;
  }
  #company-box .box-03 ul li a {
    width: 70%;
    padding: 20px 0;
    font: normal 1.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    text-align: center;
    display: inline-block;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: relative;
  }
  #company-box .box-03 ul li a:link, #company-box .box-03 ul li a:visited, #company-box .box-03 ul li a:active {
    background: #03346E;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #company-box .box-03 ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #company-box .box-03 ul li a:after {
    content: "arrow_circle_right";
    position: absolute;
    font-size: 16px;
    right: 10px;
    top: 50%;
    transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
  }
  #company-box .box-03 ul li:nth-child(n+2) {
    margin: 20px 0 0 0;
  }
  /* ------------ products-box ------------ */
  #products-box {
    padding: 80px 5%;
    background: #f6f9fc;
  }
  #products-box .box-01 {
    width: 100%;
    margin: 50px auto 0;
    background: rgb(255, 255, 255);
    text-align: center;
    box-shadow: 0 0 3px #dcdcdc;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
  }
  #products-box .box-01 h3 {
    width: 100%;
    background: #03346E;
    display: inline-block;
    font: normal 2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    padding: 10px 0;
  }
  #products-box .box-01 figure.num {
    width: 70px;
    position: absolute;
    top: -5%;
    right: 3%;
  }
  #products-box .box-01 figure.num img {
    width: 100%;
    vertical-align: bottom;
  }
  #products-box .box-01 figure.num.re {
    left: 3%;
  }
  #products-box .box-01 .wrap-box {
    padding: 0;
  }
  #products-box .box-01 .wrap-box figure {
    width: 100%;
  }
  #products-box .box-01 .wrap-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #products-box .box-01 .wrap-box .text-box {
    flex: 1;
    text-align: left;
    margin: 20px 0 0 0;
  }
  #products-box .box-01 .wrap-box .text-box ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  #products-box .box-01 .wrap-box .text-box ul li {
    list-style: none;
    margin: 20px 20px 0 0;
  }
  #products-box .box-01 .wrap-box .text-box ul li a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #products-box .box-01 .wrap-box .text-box ul li a:link, #products-box .box-01 .wrap-box .text-box ul li a:visited, #products-box .box-01 .wrap-box .text-box ul li a:active {
    text-decoration: none;
  }
  #products-box .box-01 .wrap-box .text-box ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #products-box .box-01 .wrap-box .text-box ul li a img.i-01 {
    max-width: 115px;
  }
  #products-box .box-01 .wrap-box .text-box ul li a img.i-02 {
    max-width: 70px;
  }
  #products-box .box-01 .wrap-box .text-box ul li a img.i-03 {
    max-width: 50px;
  }
  #products-box .box-01 .wrap-box .text-box ul li a img.i-04 {
    max-width: 25px;
  }
  #products-box .box-01 .wrap-box .text-box ul li a img.i-05 {
    max-width: 100px;
  }
  /* ------------ service-box ------------ */
  #service-box {
    background: #F7F7EF;
    padding: 80px 10%;
  }
  #service-box .box-01 {
    margin: 30px auto 0;
    background: #fff;
  }
  #service-box .box-01 figure {
    width: 100%;
  }
  #service-box .box-01 figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #service-box .box-01 div {
    padding: 20px;
    text-align: center;
  }
  #service-box .box-01 div h3 {
    font: normal 2.2rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #03346E;
  }
  #service-box .box-01 div p {
    margin: 20px 0 0 0;
    text-align: left;
  }
  /* ------------ contact-box ------------ */
  #contact-box {
    width: 90%;
    padding: 80px 0;
    text-align: center;
    margin: 0 auto;
  }
  #contact-box form {
    width: 100%;
    margin: 30px auto 0;
  }
  #contact-box form h3 {
    background: #03346E;
    font: normal 1.7rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    margin: 30px 0 0 0;
    padding: 10px 0;
    vertical-align: middle;
    border-radius: 30px 0 0 30px;
    position: relative;
  }
  #contact-box form h3::before {
    content: "●";
    color: #fff;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #contact-box form dl {
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
  }
  #contact-box form dl dt {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #contact-box form dl dt .iconrequire {
    font: normal 1.2rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    background-color: #FD4C4B;
    color: #fff;
    margin: 0 10px 0 0;
    padding: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }
  #contact-box form dl dd {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: left;
    margin: 15px 0 0 0;
  }
  #contact-box form dl dd select {
    width: 100%;
    height: 50px;
    font: normal 1.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
    box-sizing: border-box;
    color: #000;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 0 10px;
  }
  #contact-box form dl dd textarea {
    width: 100%;
    height: 300px;
    border: 1px solid #ddd;
    padding: 10px;
    resize: none;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-sizing: border-box;
  }
  #contact-box form dl dd textarea::-moz-placeholder {
    color: #999;
  }
  #contact-box form dl dd textarea::placeholder {
    color: #999;
  }
  #contact-box form dl dd textarea:-ms-input-placeholder {
    color: #999;
  }
  #contact-box form dl dd input[type=text] {
    width: 100%;
    border: 1px solid #ddd;
    font: normal 1.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 10px 0 0;
  }
  #contact-box form dl dd input[type=text].w30 {
    width: 100%;
  }
  #contact-box form dl dd input[type=text]::-moz-placeholder {
    color: #999;
  }
  #contact-box form dl dd input[type=text]::placeholder {
    color: #999;
  }
  #contact-box form dl dd input[type=text]:-ms-input-placeholder {
    color: #999;
  }
  #contact-box form dl dd input:focus {
    outline: none;
  }
  #contact-box form dl.bn {
    border: none;
  }
  #contact-box form .submit-box {
    text-align: center;
    margin: 50px 0 0 0;
  }
  #contact-box form .submit-box p {
    font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
  }
  #contact-box form .submit-box p.bold {
    font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    margin: 20px 0 0 0;
  }
  #contact-box form .submit-box p a:link, #contact-box form .submit-box p a:visited, #contact-box form .submit-box p a:active {
    text-decoration: underline;
    color: #000;
  }
  #contact-box form .submit-box p a:hover {
    text-decoration: none;
  }
  #contact-box form .submit-box .submit-button {
    width: 300px;
    padding: 20px 0;
    margin: 30px auto 0;
    font: normal 1.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background-color: #FD4C4B;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    display: block;
  }
  #contact-box form .submit-box .submit-button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #contact-box form .submit-box .back-button {
    width: 300px;
    padding: 20px 0;
    margin: 30px auto 0;
    font: normal 1.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 500;
    color: #666;
    text-align: center;
    background-color: #dcdcdc;
    border-style: none;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    display: block;
  }
  #contact-box form .submit-box .back-button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #contact-box form .submit-box .agree-box {
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 30px 0 0 0;
  }
  #contact-box form .submit-box .agree-box span {
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    vertical-align: middle;
  }
  #contact-box form .submit-box .agree-box input.mark {
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
  }
  #contact-box form p.end {
    margin: 30px 0 0 0;
  }
  /* ------------ privacy-box ------------ */
  #privacy-box {
    width: 80%;
    padding: 80px 0;
    text-align: left;
    margin: 0 auto;
  }
  #privacy-box .m-title-box + p {
    margin: 30px 0 0 0;
  }
  #privacy-box h4 {
    font: normal 1.8rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 600;
    margin: 30px 0 0 0;
  }
  #privacy-box p {
    margin: 10px 0 0 0;
  }
  #privacy-box ul {
    margin: 20px 0 0 20px;
  }
  #privacy-box ul li {
    list-style: none;
    font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
  }
  #privacy-box ul li a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  #privacy-box ul li a:link, #privacy-box ul li a:visited, #privacy-box ul li a:active {
    color: #000;
    text-decoration: none;
  }
  #privacy-box ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  /* ------------ scrolltrigger ------------ */
  .visible, .invisible {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .visible {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .invisible.translate-01 {
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
  .visible.translate-01 {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .invisible.translate-02 {
    transform: translateX(20px);
    -moz-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
  }
  .visible.translate-02 {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .invisible.translate-03 {
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
  .visible.translate-03 {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
/* ------------ //SP ------------ */
/* ------------ PC ------------ */
@media screen and (min-width: 769px) {
  /* ------------ body ------------ */
  html, body {
    font-size: 62.5%;
    color: #000;
    font-feature-settings: "palt";
  }
  /* ------------ material-i ------------ */
  .material-i, #company-box .box-03 ul li a:after, #page-top a::before, #footer-box ul li:nth-child(2) a::before, #footer-box ul li:first-child a:after, #g-nav-box ul li a:before, #header-box .wrap-box .contact-box p.tel::before, a.m-button:after {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    vertical-align: middle;
  }
  /* ------------ common ------------ */
  p {
    font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
  }
  .m-title-box {
    text-align: center;
  }
  .m-title-box figure {
    max-width: 40px;
    margin: 0 auto;
  }
  .m-title-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  .m-title-box h2 {
    font: normal 3.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #03346E;
    font-weight: 700;
    margin: 10px 0 0 0;
  }
  .m-title-box .en {
    display: inline-block;
    font: normal 1.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-family: DINNextLTPro-Medium;
    color: #6DACDA;
    margin: 10px 0 0 0 !important;
  }
  .m-title-box.footer h2 {
    color: #fff;
  }
  .m-title-box.footer .en {
    color: #fff;
  }
  a.m-button {
    display: inline-block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
    padding: 20px 60px;
    position: relative;
    font: normal 1.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    position: relatie;
    margin: 60px 0 0 0;
    background: #6DACDA;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  a.m-button:link, a.m-button:visited, a.m-button:active {
    text-decoration: none;
    color: #fff;
  }
  a.m-button:hover {
    background: #03346E;
    color: #fff;
  }
  a.m-button:hover:after {
    color: #fff;
  }
  a.m-button:after {
    content: "play_circle";
    position: absolute;
    font-size: 20px;
    color: #fff;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  /* ------------ splash ------------ */
  #splash {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    color: #fff;
  }
  #splash_text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
  }
  .loader-cover {
    width: 100%;
    height: 50%;
    background-color: #03346E;
    transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9);
    transform: scaleY(1);
  }
  .loader-cover-up {
    transform-origin: center top;
  }
  .loader-cover-down {
    position: absolute;
    bottom: 0;
    transform-origin: center bottom;
  }
  .coveranime {
    transform: scaleY(0);
  }
  /* ------------ header-box ------------ */
  #header-box {
    padding: 15px 10px;
    background: url(../img/04.png) repeat-x top;
  }
  #header-box .wrap-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header-box .wrap-box h1 {
    font: normal 1.2rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
  }
  #header-box .wrap-box figure.logo {
    max-width: 253px;
    width: 30%;
    display: block;
    margin: 0 13px 0 0;
  }
  #header-box .wrap-box figure.logo a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #header-box .wrap-box figure.logo a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #header-box .wrap-box figure.logo a img {
    width: 100%;
    vertical-align: bottom;
  }
  #header-box .wrap-box .contact-box .wrap-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #header-box .wrap-box .contact-box p {
    font: normal 1.2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    margin: 0 10px 0 0;
  }
  #header-box .wrap-box .contact-box p.title {
    background: #f5f5f5;
    color: #000;
    padding: 3px 10px;
    white-space: nowrap;
    text-align: center;
    margin: 0 0 5px 0;
  }
  #header-box .wrap-box .contact-box p.tel {
    font: normal 3.2rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    position: relative;
    white-space: nowrap;
    margin: 0 10px 0 0;
  }
  #header-box .wrap-box .contact-box p.tel::before {
    content: "call";
    font-size: 20px;
    color: #03346E;
    margin: 0 5px 0 0;
  }
  #header-box .wrap-box .contact-box figure {
    width: 35px;
    display: block;
  }
  #header-box .wrap-box .contact-box figure a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #header-box .wrap-box .contact-box figure a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #header-box .wrap-box .contact-box figure a img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ eyecatch-box ------------ */
  #eyecatch-box {
    background: url(../img/03@2x.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    box-sizing: border-box;
    position: relative;
  }
  #eyecatch-box figure {
    max-width: 543px;
    width: 60%;
    position: absolute;
    left: 0;
    text-align: center;
    top: 35%;
    transform: translateY(-35%);
    -moz-transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    -o-transform: translateY(-35%);
  }
  #eyecatch-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  /* ------------ g-nav-box ------------ */
  #g-nav-box {
    background: #03346E;
  }
  #g-nav-box.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #g-nav-box ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #g-nav-box ul li {
    font: normal 1.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    margin: 0 40px;
  }
  #g-nav-box ul li a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
    padding: 20px 0;
    position: relative;
  }
  #g-nav-box ul li a:link, #g-nav-box ul li a:visited, #g-nav-box ul li a:active {
    text-decoration: none;
    color: #fff;
  }
  #g-nav-box ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #g-nav-box ul li a:before {
    content: "chevron_right";
    font-size: 20px;
    color: #F7F7EF;
  }
  #g-nav-box ul li:first-child {
    margin: 0 40px 0 0;
  }
  #g-nav-box ul li:last-child {
    margin: 0 0 0 40px;
  }
  /* ------------ top-about-box ------------ */
  #top-about-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 150px 5%;
    text-align: center;
  }
  #top-about-box figure.i-01 {
    width: 100%;
    margin: 50px 0 0 0;
  }
  #top-about-box figure.i-01 img {
    width: 100%;
    vertical-align: bottom;
  }
  #top-about-box h3 {
    font: normal 3rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    margin: 50px 0 0 0;
  }
  #top-about-box p {
    margin: 30px 0 0 0;
  }
  /* ------------ top-products-box ------------ */
  #top-products-box {
    background: #F7F7EF;
    padding: 150px 5%;
    text-align: center;
  }
  #top-products-box ul {
    max-width: 1100px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
  }
  #top-products-box ul li {
    width: 30%;
    list-style: none;
    background: #fff;
  }
  #top-products-box ul li figure {
    width: 100%;
    position: relative;
  }
  #top-products-box ul li figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #top-products-box ul li figure figcaption {
    width: 90%;
    position: absolute;
    z-index: 10;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: #03346E;
    display: block;
    text-align: center;
    font: normal 2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #fff;
    font-weight: 700;
    padding: 10px 0;
  }
  #top-products-box ul li p {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
  }
  /* ------------ stop-ervice-box ------------ */
  #top-service-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 150px 5%;
    text-align: center;
  }
  #top-service-box .inner-box {
    background: url(../img/07@2x.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    margin: 50px 0 0 0;
    display: flex;
    align-items: center;
    padding: 140px 30px 140px 0;
  }
  #top-service-box .inner-box .bg-box {
    background: rgba(255, 255, 255, 0.7);
    width: 60%;
    margin: 0 0 0 auto;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #top-service-box .inner-box .bg-box ul {
    text-align: left;
  }
  #top-service-box .inner-box .bg-box ul li {
    list-style: none;
  }
  #top-service-box .inner-box .bg-box ul li h3 {
    background: #03346E;
    font: normal 2.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 10px 0;
    width: 200px;
    text-align: center;
  }
  #top-service-box .inner-box .bg-box ul li p {
    margin: 10px 0 0 0;
  }
  #top-service-box .inner-box .bg-box ul li:nth-child(2) {
    margin: 30px 0 0 0;
  }
  /* ------------ news-box ------------ */
  #news-box {
    background: #f6f9fc;
    padding: 150px 5%;
    text-align: center;
  }
  #news-box .inner-box {
    background: rgba(255, 255, 255, 0.9);
    max-width: 1000px;
    margin: 50px auto 0;
    padding: 30px 50px;
    box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: left;
  }
  #news-box .inner-box dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    padding: 20px 0;
  }
  #news-box .inner-box dl dt {
    width: 20%;
  }
  #news-box .inner-box dl dd {
    flex: 1;
    text-align: left;
  }
  /* ------------ footer-box ------------ */
  #footer-box {
    padding: 150px 5%;
    text-align: center;
    background: url(../img/13@2x.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    box-sizing: border-box;
  }
  #footer-box p {
    margin: 50px 0 0 0;
    color: #fff;
  }
  #footer-box ul {
    max-width: 1000px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer-box ul li {
    width: 45%;
  }
  #footer-box ul li:first-child a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 30px;
    font: normal 1.8rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
    font-weight: 700;
  }
  #footer-box ul li:first-child a:link, #footer-box ul li:first-child a:visited, #footer-box ul li:first-child a:active {
    text-decoration: none;
    color: #03346E;
  }
  #footer-box ul li:first-child a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  #footer-box ul li:first-child a:after {
    content: "play_circle";
    font-size: 20px;
    color: #03346E;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #footer-box ul li:nth-child(2) a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding: 30px;
    font: normal 3.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #footer-box ul li:nth-child(2) a:link, #footer-box ul li:nth-child(2) a:visited, #footer-box ul li:nth-child(2) a:active {
    text-decoration: none;
    color: #03346E;
  }
  #footer-box ul li:nth-child(2) a:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  #footer-box ul li:nth-child(2) a::before {
    content: "call";
    font-size: 30px;
    color: #03346E;
    margin: 0 5px 0 0;
  }
  /* ------------ copy-box ------------ */
  #copy-box {
    text-align: center;
    padding: 150px 5%;
  }
  #copy-box figure {
    width: 220px;
    margin: 0 auto;
  }
  #copy-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #copy-box p {
    margin: 20px 0 0 0;
  }
  #copy-box p.copy {
    font: normal 1.2rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    margin: 50px 0 0 0;
  }
  /* ------------ page-top ------------ */
  #page-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: -50px;
    bottom: 50px;
    background: #03346E;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 800;
  }
  #page-top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #page-top a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #page-top a::before {
    content: "arrow_drop_up";
    font-size: 50px;
    color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2000;
    text-align: center;
  }
  /* ------------ pagetitle-box ------------ */
  #pagetitle-box {
    background: url(../company/img/01@2x.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #pagetitle-box h2 {
    background: rgba(255, 255, 255, 0.6);
    font: normal 3.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #000;
    padding: 20px 50px;
  }
  /* ------------ company-box ------------ */
  #company-box .box-01 {
    padding: 150px 5%;
    width: 100%;
    background: url(../company/img/02@2x.jpg) no-repeat center bottom;
    background-size: cover;
    box-sizing: border-box;
  }
  #company-box .box-01 .inner-box {
    max-width: 900px;
    width: 90%;
    margin: 50px auto 0;
  }
  #company-box .box-01 .inner-box p.name {
    text-align: right;
    margin: 30px 0 0 0;
  }
  #company-box .box-02 {
    padding: 150px 5%;
    max-width: 900px;
    margin: 0 auto;
  }
  #company-box .box-02 dl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    padding: 20px 0;
  }
  #company-box .box-02 dl dt {
    width: 23%;
    padding: 0 20px;
  }
  #company-box .box-02 dl dd {
    flex: 1;
    text-align: left;
  }
  #company-box .box-02 dl:nth-child(even) {
    background: #F4F4F4;
  }
  #company-box .box-02 dl.b-01 {
    background: #F4F4F4;
  }
  #company-box .box-02 dl:first-of-type {
    margin: 50px 0 0 0;
  }
  #company-box .box-03 {
    padding: 0 0 150px 0;
  }
  #company-box .box-03 .gmap-box {
    margin: 50px 0 0 0;
    overflow: hidden;
    padding-bottom: 30%;
    position: relative;
  }
  #company-box .box-03 .gmap-box iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    filter: grayscale(80%);
  }
  #company-box .box-03 ul {
    display: flex;
    justify-content: center;
    margin: 50px 0 0 0;
  }
  #company-box .box-03 ul li {
    list-style: none;
    margin: 0 20px;
  }
  #company-box .box-03 ul li a {
    width: 300px;
    padding: 20px 0;
    font: normal 1.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    text-align: center;
    display: inline-block;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: relative;
  }
  #company-box .box-03 ul li a:link, #company-box .box-03 ul li a:visited, #company-box .box-03 ul li a:active {
    background: #03346E;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  #company-box .box-03 ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #company-box .box-03 ul li a:after {
    content: "arrow_circle_right";
    position: absolute;
    font-size: 18px;
    right: 10px;
    top: 50%;
    transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
  }
  /* ------------ products-box ------------ */
  #products-box {
    padding: 150px 5%;
    background: #f6f9fc;
  }
  #products-box .box-01 {
    max-width: 1100px;
    width: 100%;
    margin: 150px auto 0;
    background: rgb(255, 255, 255);
    text-align: center;
    box-shadow: 0 0 3px #dcdcdc;
    position: relative;
    padding: 45px;
    box-sizing: border-box;
  }
  #products-box .box-01 h3 {
    background: #03346E;
    display: inline-block;
    font: normal 3.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    padding: 10px 50px;
    position: absolute;
    top: -7%;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  #products-box .box-01 figure.num {
    max-width: 140px;
    position: absolute;
    top: -10%;
    right: -5%;
  }
  #products-box .box-01 figure.num img {
    width: 100%;
    vertical-align: bottom;
  }
  #products-box .box-01 figure.num.re {
    right: 0;
    left: -5%;
  }
  #products-box .box-01 .wrap-box {
    padding: 0;
    margin: 50px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #products-box .box-01 .wrap-box figure {
    max-width: 556px;
    width: 50%;
  }
  #products-box .box-01 .wrap-box figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #products-box .box-01 .wrap-box .text-box {
    flex: 1;
    margin: 0 0 0 40px;
    text-align: left;
  }
  #products-box .box-01 .wrap-box .text-box ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  #products-box .box-01 .wrap-box .text-box ul li {
    list-style: none;
    margin: 20px 30px 0 0;
  }
  #products-box .box-01 .wrap-box .text-box ul li a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  #products-box .box-01 .wrap-box .text-box ul li a:link, #products-box .box-01 .wrap-box .text-box ul li a:visited, #products-box .box-01 .wrap-box .text-box ul li a:active {
    text-decoration: none;
  }
  #products-box .box-01 .wrap-box .text-box ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  #products-box .box-01 .wrap-box .text-box ul li a img.i-01 {
    max-width: 226px;
  }
  #products-box .box-01 .wrap-box .text-box ul li a img.i-02 {
    max-width: 138px;
  }
  #products-box .box-01 .wrap-box .text-box ul li a img.i-03 {
    max-width: 96px;
  }
  #products-box .box-01 .wrap-box .text-box ul li a img.i-04 {
    max-width: 50px;
  }
  #products-box .box-01 .wrap-box .text-box ul li a img.i-05 {
    max-width: 196px;
  }
  /* ------------ service-box ------------ */
  #service-box {
    background: #F7F7EF;
    padding: 150px 5%;
  }
  #service-box .box-01 {
    max-width: 1100px;
    margin: 100px auto 0;
    background: #fff;
  }
  #service-box .box-01 figure {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
  #service-box .box-01 figure img {
    width: 100%;
    vertical-align: bottom;
  }
  #service-box .box-01 div {
    padding: 40px;
    text-align: center;
  }
  #service-box .box-01 div h3 {
    font: normal 4rem/1.2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #03346E;
  }
  #service-box .box-01 div p {
    margin: 30px 0 0 0;
  }
  /* ------------ contact-box ------------ */
  #contact-box {
    padding: 150px 5%;
    text-align: center;
  }
  #contact-box form {
    max-width: 1000px;
    width: 100%;
    margin: 50px auto 0;
  }
  #contact-box form h3 {
    background: #03346E;
    font: normal 2.4rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    color: #fff;
    margin: 50px 0 0 0;
    padding: 10px 0;
    vertical-align: middle;
    border-radius: 30px 0 0 30px;
    position: relative;
  }
  #contact-box form h3::before {
    content: "●";
    color: #fff;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #contact-box form dl {
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
  }
  #contact-box form dl dt {
    width: 25%;
    display: flex;
    align-items: center;
    padding: 30px 15px;
    box-sizing: border-box;
    font: normal 1.8rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
  }
  #contact-box form dl dt .iconrequire {
    font: normal 1.4rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    background-color: #FD4C4B;
    color: #fff;
    margin: 0 10px 0 0;
    padding: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }
  #contact-box form dl dd {
    width: 75%;
    padding: 30px 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: left;
  }
  #contact-box form dl dd select {
    width: 50%;
    height: 50px;
    font: normal 1.6rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
    box-sizing: border-box;
    color: #000;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 0 10px;
  }
  #contact-box form dl dd textarea {
    width: 100%;
    height: 300px;
    border: 1px solid #ddd;
    padding: 10px;
    resize: none;
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-sizing: border-box;
  }
  #contact-box form dl dd textarea::-moz-placeholder {
    color: #999;
  }
  #contact-box form dl dd textarea::placeholder {
    color: #999;
  }
  #contact-box form dl dd textarea:-ms-input-placeholder {
    color: #999;
  }
  #contact-box form dl dd input[type=text] {
    width: 100%;
    border: 1px solid #ddd;
    font: normal 1.6rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 10px 0 0;
  }
  #contact-box form dl dd input[type=text].w30 {
    width: 50%;
  }
  #contact-box form dl dd input[type=text]::-moz-placeholder {
    color: #999;
  }
  #contact-box form dl dd input[type=text]::placeholder {
    color: #999;
  }
  #contact-box form dl dd input[type=text]:-ms-input-placeholder {
    color: #999;
  }
  #contact-box form dl dd input:focus {
    outline: none;
  }
  #contact-box form dl.bn {
    border: none;
  }
  #contact-box form .submit-box {
    text-align: center;
    margin: 50px 0 0 0;
  }
  #contact-box form .submit-box p {
    font: normal 1.4rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
  }
  #contact-box form .submit-box p.bold {
    font: normal 1.8rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 700;
    margin: 30px 0 0 0;
  }
  #contact-box form .submit-box p a:link, #contact-box form .submit-box p a:visited, #contact-box form .submit-box p a:active {
    text-decoration: underline;
    color: #000;
  }
  #contact-box form .submit-box p a:hover {
    text-decoration: none;
  }
  #contact-box form .submit-box .submit-button {
    width: 350px;
    padding: 20px 0;
    margin: 30px auto 0;
    font: normal 1.8rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background-color: #FD4C4B;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    display: block;
  }
  #contact-box form .submit-box .submit-button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #contact-box form .submit-box .back-button {
    width: 350px;
    padding: 20px 0;
    margin: 50px auto 0;
    font: normal 1.8rem/1 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 500;
    color: #666;
    text-align: center;
    background-color: #dcdcdc;
    border-style: none;
    cursor: pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    display: block;
  }
  #contact-box form .submit-box .back-button:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #contact-box form .submit-box .agree-box {
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 50px 0 0 0;
  }
  #contact-box form .submit-box .agree-box span {
    font: normal 1.8rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    color: #000;
    vertical-align: middle;
  }
  #contact-box form .submit-box .agree-box input.mark {
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
  }
  #contact-box form p.end {
    margin: 50px 0 0 0;
  }
  /* ------------ privacy-box ------------ */
  #privacy-box {
    max-width: 900px;
    padding: 150px 5%;
    text-align: left;
    margin: 0 auto;
  }
  #privacy-box .m-title-box + p {
    margin: 50px 0 0 0;
  }
  #privacy-box h4 {
    font: normal 2rem/1.5 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
    font-weight: 600;
    margin: 40px 0 0 0;
  }
  #privacy-box p {
    margin: 10px 0 0 0;
  }
  #privacy-box ul {
    margin: 20px 0 0 20px;
  }
  #privacy-box ul li {
    list-style: none;
    font: normal 1.6rem/2 "Noto Serif JP", Times New Roman, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "MS P明朝", serif;
  }
  #privacy-box ul li a {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  #privacy-box ul li a:link, #privacy-box ul li a:visited, #privacy-box ul li a:active {
    color: #000;
    text-decoration: none;
  }
  #privacy-box ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  /* ------------ scrolltrigger ------------ */
  .visible, .invisible {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .visible {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .invisible.translate-01 {
    transform: translateY(20px);
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
  .visible.translate-01 {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .invisible.translate-02 {
    transform: translateX(20px);
    -moz-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
  }
  .visible.translate-02 {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .invisible.translate-03 {
    transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
  }
  .visible.translate-03 {
    transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}
/* ------------ //PC ------------ *//*# sourceMappingURL=style.css.map */