/* normalize */
/* normalize */
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, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  word-break: break-all;
  box-sizing: border-box;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

ul, ol {
  list-style-type: none;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  background-color: transparent;
  position: relative;
  font-weight: 400;
  letter-spacing: 0;
  font-feature-settings: normal;
  text-align: left;
}
body.is-open {
  height: 100vh;
  overflow: hidden;
}

a {
  text-decoration: underline;
  color: #00315B;
  transition: all 600ms ease-out 0s;
}
a:hover {
  opacity: 0.7;
}

.xs {
  font-size: .7em;
}

.s {
  font-size: .85em;
}

.l {
  font-size: 1.15em;
}

.xl {
  font-size: 1.3em;
}

.b {
  font-weight: 700;
}

.i {
  font-style: italic;
}

.maker {
  background: linear-gradient(transparent 40%, #B28D22 40%);
  padding-bottom: .25em;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 100%;
  transition: all 1s ease;
}
.maker.is-active {
  background-size: 100% 100%;
}

.ff__gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.ff__mincho {
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
  }
}
.w {
  width: 100%;
  min-width: 0;
  background-color: transparent;
}
.w::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .w {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .w {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .w {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 374px) {
  .w {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.g {
  width: 100%;
  min-width: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  /**
  		&.m-haln__left {
  			margin-left: 0;
  			margin-right: auto;
  		}
  		&.m-haln__right {
  			margin-left: auto;
  			margin-right: 0;
  		}
  **/
}
.g::after {
  content: "";
  display: block;
  clear: both;
}
.g.m-mxw__960 {
  max-width: 960px;
}
.g.m-mxw__800 {
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}

.vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.ir {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.l-footer {
  text-align: center;
  background-color: #00396D;
  color: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.l-footer .address {
  font-style: normal;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .l-footer_logo img {
    width: 200px;
    height: 36px;
  }
  .l-footer address {
    line-height: 2;
  }
}

.l-copy {
  font-size: 1.2rem;
  letter-spacing: .1em;
  color: #527392;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-copy {
    margin-top: 40px;
    font-size: 1rem;
  }
}

.l-gNav {
  height: 100%;
  font-family: "Noto Serif JP", serif;
}
.l-gNav .contact, .l-gNav .materials {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.l-gNav .contact a, .l-gNav .materials a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00396D;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: column;
  -ms-flex-direction: column;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-gNav .contact a::before, .l-gNav .materials a::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../img/mail.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.l-gNav .materials {
  right: 110px;
}
.l-gNav .materials a {
  background-color: #0D4D87;
}
.l-gNav .materials a::before {
  width: 17px;
  height: 30px;
  background-image: url(../img/materials.svg);
}
.l-gNav_btn {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 103;
  background-color: #222222;
  cursor: pointer;
}
.l-gNav_btn span {
  display: block;
  width: 15px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 600ms ease-out 0s;
}
.l-gNav_btn span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 5px));
}
.l-gNav_btn span:nth-child(2) {
  transform: translate(-50%, -50%);
}
.l-gNav_btn span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 5px));
}
.l-gNav_btn.is-open span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-gNav_btn.is-open span:nth-child(2) {
  transform: translate(300%, -50%);
}
.l-gNav_btn.is-open span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 1200px) {
  .l-gNav .pc {
    display: none;
  }
  .l-gNav_i {
    width: 100vw;
    height: calc(100vh - 50px);
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 1;
    background-color: #222222;
    overflow: auto;
    transform: translate(0, 50px);
    transition: all 600ms ease-out 0s;
    opacity: 0;
    visibility: hidden;
  }
  .l-gNav_i.is-open {
    z-index: 1;
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }
  .l-gNav ul li + li {
    border-top: solid 1px #474747;
  }
  .l-gNav ul li a {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    min-height: 60px;
    padding: 10px 55px 10px 40px;
    position: relative;
  }
  .l-gNav ul li a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: solid 1px #ffffff;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translate(0, -50%) rotate(45deg);
  }
  .l-gNav .contact, .l-gNav .materials {
    right: 50px;
    width: 50px;
    height: 50px;
    font-size: 1rem;
  }
  .l-gNav .contact a::before, .l-gNav .materials a::before {
    width: 20px;
    height: 20px;
  }
  .l-gNav .materials {
    right: 100px;
  }
  .l-gNav .materials a::before {
    width: 12px;
    height: 20px;
  }
}
@media screen and (min-width: 1201px) {
  .l-gNav {
    padding-right: 220px;
    position: relative;
    font-size: 1.4rem;
    text-align: center;
  }
  .l-gNav .sp {
    display: none;
  }
  .l-gNav_i {
    height: 100%;
  }
  .l-gNav ul {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -ms-grid-row-align: center;
    align-items: center;
    height: 100%;
    margin: 0 -5px;
    padding-right: 20px;
  }
  .l-gNav li {
    height: 100%;
  }
  .l-gNav li a {
    padding: 0 8px;
    display: block;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
    display: inline-flex;
    display: -ms-inline-flexbox;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .l-gNav .contact, .l-gNav .materials {
    width: 90px;
    height: 110px;
    font-size: 1.4rem;
  }
  .l-gNav_btn {
    display: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1100px) {
  .l-gNav {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1101px) {
  .l-gNav {
    padding-left: 20px;
    padding-right: 220px;
    font-size: 1.4rem;
  }
  .l-gNav ul {
    margin: 0 -15px;
    padding-right: 40px;
  }
  .l-gNav li a {
    padding: 0 15px;
  }
  .l-gNav .contact, .l-gNav .materials {
    width: 110px;
    height: 110px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  width: 100%;
  padding-left: 25px;
  transition: all 600ms ease-out 0s;
  opacity: 1;
  overflow: hidden;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-grid-row-align: center;
  align-items: center;
}
.l-header_logo .h {
  line-height: 0;
}
.l-header.is-scroll, .l-header.is-simple {
  background-color: #00315B;
}
.l-header.is-down {
  transform: translate(0, -30%);
  opacity: 0;
}
.l-header.is-open {
  overflow: visible;
}
@media screen and (max-width: 1200px) {
  .l-header {
    height: 50px;
  }
  .l-header_logo {
    transform: translate(-10px, 0);
  }
  .l-header_logo a {
    display: block;
    width: 190px;
  }
  .l-header_logo img {
    width: 190px;
    height: 28px;
  }
}
@media screen and (min-width: 1201px) {
  .l-header {
    height: 110px;
  }
  .l-header_logo img {
    width: 368px;
    height: 44px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1100px) {
  .l-header_logo img {
    width: 294.4px;
    height: 35.2px;
  }
}

.l-wrapper {
  max-width: 100vw;
  overflow: hidden;
}

.p-mv {
  position: relative;
}
.p-mv .catch {
  width: 100%;
  height: 50%;
  padding-bottom: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  color: #ffffff;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: column;
  -ms-flex-direction: column;
  -ms-grid-row-align: center;
  align-items: center;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.p-mv .catch .h {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: .1em;
}
.p-mv .catch .txt {
  font-size: 1.6rem;
  letter-spacing: .1em;
}
.p-mv .catch .h + .txt {
  margin-top: 30px;
}
.p-mv .bg {
  margin-left: -30px;
  margin-right: -30px;
  height: 120vh;
}
.p-mv .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-mv .catch {
    height: auto;
    margin-top: 100px;
  }
  .p-mv .catch .h {
    font-size: 2.4rem;
  }
  .p-mv .catch .txt {
    font-size: 1.3rem;
  }
  .p-mv .catch .h + .txt {
    margin-top: 24px;
  }
  .p-mv .bg {
    height: 490px;
  }
}

@media screen and (max-width: 767px) {
  .p-sec .p-sec_h {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-sec .p-sec_h {
    margin-bottom: 70px;
  }
}

.p-secMessage {
  background-color: #000F47;
  padding-bottom: 500px;
  position: relative;
}
.p-secMessage .whitebox {
  background-color: #ffffff;
  position: relative;
  margin-bottom: -280px;
  transform: translate(0, -350px);
}
.p-secMessage .whitebox::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 122px transparent;
  border-top: solid 68px #ffffff;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
.p-secMessage .whitebox .h {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: .1em;
  margin-bottom: 30px;
}
.p-secMessage .whitebox .list {
  text-align: center;
  font-size: 1.6rem;
}
.p-secMessage .whitebox .list ul {
  display: inline-block;
  text-align: left;
}
.p-secMessage .whitebox .list li {
  padding-left: 35px;
  position: relative;
}
.p-secMessage .whitebox .list li::before {
  content: "";
  display: block;
  width: 17px;
  height: 14px;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: .6em;
}
.p-secMessage .whitebox .list li + li {
  margin-top: 10px;
}
.p-secMessage .whitebox .list li strong {
  background-color: #D5E3EF;
  font-weight: 400;
}
.p-secMessage .messagebox {
  padding-top: 70px;
  color: #ffffff;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5;
}
.p-secMessage .messagebox .highlight {
  margin-top: 25px;
  font-size: 3rem;
}
.p-secMessage .messagebox .highlight strong {
  font-size: 4rem;
  color: #B28D22;
  border-bottom: solid 1px #B28D22;
}
.p-secMessage .messagebox .btn {
  margin-top: 65px;
}
.p-secMessage .imgbox {
  position: absolute;
  bottom: -110px;
  left: 0;
  z-index: 1;
  width: calc(50vw + 550px);
  max-width: calc(100vw - 30px);
  height: 500px;
}
.p-secMessage .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-secMessage {
    padding-bottom: 130px;
  }
  .p-secMessage .whitebox {
    padding: 40px 20px;
    margin-bottom: -110px;
    transform: translate(0, -160px);
  }
  .p-secMessage .whitebox::after {
    border-top-width: 48px;
    border-left-width: 86px;
    border-right-width: 86px;
  }
  .p-secMessage .whitebox .h {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
  .p-secMessage .messagebox {
    font-size: 2.2rem;
  }
  .p-secMessage .messagebox .highlight {
    font-size: 2.4rem;
  }
  .p-secMessage .messagebox .highlight strong {
    font-size: 3rem;
  }
  .p-secMessage .imgbox {
    bottom: -70px;
    height: 150px;
  }
}
@media screen and (min-width: 768px) {
  .p-secMessage .whitebox {
    padding: 55px 30px;
  }
}

.p-secMerit {
  background-image: url(../img/bg_merit.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
  padding-top: 240px;
  padding-bottom: 580px;
}
.p-secMerit .imgbox {
  position: absolute;
  bottom: -55px;
  right: 0;
  z-index: 1;
  width: calc(50vw + 550px);
  max-width: calc(100vw - 30px);
  height: 500px;
}
.p-secMerit .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-secMerit {
    padding-top: 120px;
    padding-bottom: 150px;
  }
  .p-secMerit .imgbox {
    height: 150px;
  }
}

.p-secAbout {
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-secAbout .catch {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-secAbout {
    padding-bottom: 50px;
  }
  .p-secAbout .imgsbox {
    margin-top: 30px;
  }
  .p-secAbout .catch {
    font-size: 1.6rem;
    margin-top: 30px;
  }
  .p-secAbout .list {
    margin-top: 30px;
  }
  .p-secAbout .list > ul > li + li {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secAbout .txt {
    text-align: center;
    line-height: 2.5;
  }
  .p-secAbout .imgsbox {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 70px;
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .p-secAbout .imgsbox .img {
    width: 33.33333%;
  }
  .p-secAbout .imgsbox .img img {
    width: 100%;
  }
  .p-secAbout .list {
    margin-top: 70px;
  }
  .p-secAbout .list > ul {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
    margin: 0 -20px;
  }
  .p-secAbout .list > ul > li {
    width: 33.3333%;
    padding: 0 20px;
  }
}

.p-secService {
  padding-top: 550px;
  padding-bottom: 100px;
  position: relative;
}
.p-secService > .p-sec_i > .h {
  padding-top: 80px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  width: calc(100% - 30px);
  max-width: 740px;
}
.p-secService .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 550px;
}
.p-secService .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-secService .secs {
  margin-top: 60px;
}
.p-secService .secs > * + * {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-secService {
    padding-top: 180px;
    padding-bottom: 50px;
  }
  .p-secService > .p-sec_i > .h {
    padding-top: 30px;
    margin-top: -60px;
  }
  .p-secService .toptxt {
    font-size: 1.5rem;
  }
  .p-secService .imgbox {
    height: 180px;
  }
  .p-secService .secs {
    margin-top: 30px;
  }
  .p-secService .secs > * + * {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secService .toptxt {
    text-align: center;
    font-size: 2rem;
  }
}

.p-secServiceSub_h {
  margin-bottom: 40px;
}
.p-secServiceSub .subtoptxt + .list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-secServiceSub_h {
    margin-bottom: 20px;
  }
  .p-secServiceSub .subtoptxt + .list {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secServiceSub .subtoptxt {
    text-align: center;
    font-size: 1.7rem;
  }
  .p-secServiceSub .list > ul {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    flex-direction: row;
    -ms-flex-direction: row;
    margin: 0 -25px;
    border-top: solid 1px #C3C3C3;
  }
  .p-secServiceSub .list > ul > li {
    width: 33.3333%;
    padding: 35px 25px 25px;
  }
  .p-secServiceSub .list > ul > li + li {
    border-left: solid 1px #C3C3C3;
  }
}

.p-secFeatures {
  color: #ffffff;
}
.p-secFeatures > .p-sec_i {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-secFeatures > .p-sec_i::before {
  content: "";
  width: calc(100% + 60px + 50vw - 50%);
  max-width: calc(100vw - 30px);
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
  background-image: url(../img/bg_features.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-color: #102C53;
}
.p-secFeatures > .p-sec_i::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 250px);
  background-color: #01213F;
  position: absolute;
  right: calc(50% - 50vw);
  bottom: 0;
  z-index: -2;
}
.p-secFeatures > .p-sec_i > .p-sec_h {
  margin-bottom: 120px;
}
.p-secFeatures .secs > * + * {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-secFeatures > .p-sec_i {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-secFeatures > .p-sec_i::before {
    max-width: calc(100vw - 15px);
  }
  .p-secFeatures > .p-sec_i::after {
    height: calc(100% - 130px);
  }
  .p-secFeatures > .p-sec_i > .p-sec_h {
    margin-bottom: 30px;
  }
  .p-secFeatures .secs > * + * {
    margin-top: 40px;
  }
}

.p-secFeaturesSub .txt > * + * {
  margin-top: 2em;
}
.p-secFeaturesSub .txt ul {
  list-style-type: disc;
  padding-left: 1.3em;
}
.p-secFeaturesSub .ttl + .txt {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-secFeaturesSub .txt {
    padding-left: 15px;
    padding-right: 30px;
  }
  .p-secFeaturesSub .txt > * + * {
    margin-top: 1.8em;
  }
}

.p-secCompare {
  padding-top: 110px;
  background-color: #01213F;
  color: #ffffff;
}
.p-secCompare > .p-sec_i {
  padding-bottom: 110px;
}
.p-secCompare .imgbox {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
}
.p-secCompare .imgbox img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-secCompare {
    padding-top: 50px;
  }
  .p-secCompare > .p-sec_i {
    padding-bottom: 50px;
  }
  .p-secCompare .imgbox img {
    height: 100px;
  }
}

.p-secFlow {
  padding-top: 70px;
  padding-bottom: 110px;
  color: #ffffff;
  background-image: url(../img/bg_flow.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-secFlow > .p-sec_i > .p-sec_i2 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-secFlow {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-secContact {
  padding-top: 70px;
  padding-bottom: 140px;
}
.p-secContact .policy {
  margin-top: 45px;
  border: solid 1px #BABABA;
  padding: 40px 50px;
  max-height: 350px;
  overflow: auto;
}
.p-secContact .policy p + p {
  margin-top: 2em;
}
.p-secContact .checkbox {
  margin-top: 55px;
  text-align: center;
}
.p-secContact .submit {
  margin-top: 55px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-secContact {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-secContact .policy {
    margin-top: 40px;
    padding: 20px;
    max-height: 220px;
  }
  .p-secContact .policy p + p {
    margin-top: 1.8em;
  }
  .p-secContact .checkbox {
    margin-top: 40px;
  }
  .p-secContact .submit {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-secContact .toptxt {
    text-align: center;
  }
}

.p-secSimple .toptxt {
  text-align: center;
}
.p-secSimple .btn {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-secSimple {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .p-secSimple {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.p-floating {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 101;
  width: 280px;
  padding: 25px 15px 15px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  font-family: "Noto Serif JP", serif;
}
.p-floating .ttl {
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: .1em;
  margin-bottom: 10px;
}
.p-floating .btns ul {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  flex-direction: row;
  -ms-flex-direction: row;
  margin: 0 -2.5px;
}
.p-floating .btns li {
  flex: 0 1 50%;
  padding: 0 2.5px;
  font-size: 1.4rem;
}
.p-floating .btns li.contact a, .p-floating .btns li.materials a {
  display: block;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  height: 50px;
  padding: 10px;
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-grid-row-align: center;
  align-items: center;
}
.p-floating .btns li.contact a::before, .p-floating .btns li.materials a::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 5px;
}
.p-floating .btns li.contact a {
  background-color: #00396D;
}
.p-floating .btns li.contact a::before {
  width: 30px;
  height: 30px;
  background-image: url(../img/mail.svg);
}
.p-floating .btns li.materials a {
  background-color: #0D4D87;
}
.p-floating .btns li.materials a::before {
  width: 30px;
  height: 23px;
  background-image: url(../img/materials.svg);
}
.p-floating .close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.p-floating .close::before, .p-floating .close::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
}
.p-floating .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-floating .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-floating {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    width: 100%;
    padding: 0;
  }
  .p-floating .ttl {
    display: none;
  }
  .p-floating .btns ul {
    margin: 0 -.5px;
  }
  .p-floating .btns li {
    padding: 0 .5px;
  }
  .p-floating .btns li.contact a, .p-floating .btns li.materials a {
    -ms-flex-pack: center;
    justify-content: center;
    height: 64px;
  }
  .p-floating .close {
    display: none;
  }
}

.c-btn {
  display: flex;
  display: -ms-flexbox;
  min-width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-btn a, .c-btn .a {
  display: inline-flex;
  display: -ms-inline-flexbox;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-row-align: center;
  align-items: center;
  padding: 20px;
  border: solid 1px #ffffff;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  transition: all 600ms ease-out 0s;
  position: relative;
  box-sizing: border-box;
}
.c-btn a::after, .c-btn .a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: solid 1px #ffffff;
  border-left: 0;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translate(0, -50%) rotate(45deg);
  transition: all 600ms ease-out 0s;
}
.c-btn a:hover, .c-btn .a:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #000F47;
}
.c-btn a:hover::after, .c-btn .a:hover::after {
  border-color: #000F47;
}
.c-btn.m-submit a, .c-btn.m-submit .a {
  border-color: #00396D;
  color: #00396D;
}
.c-btn.m-submit a::after, .c-btn.m-submit .a::after {
  border-color: #00396D;
}
.c-btn.m-submit a:hover, .c-btn.m-submit .a:hover {
  background-color: #00396D;
  color: #ffffff;
}
.c-btn.m-submit a:hover::after, .c-btn.m-submit .a:hover::after {
  border-color: #ffffff;
}
.c-btn.m-submit a:disabled, .c-btn.m-submit .a:disabled {
  border-color: #999999;
  background-color: #999999;
  color: #ffffff;
  cursor: not-allowed;
}
.c-btn.m-submit a:disabled::after, .c-btn.m-submit .a:disabled::after {
  border-color: #ffffff;
}
.c-btn.m-submit a:disabled:hover, .c-btn.m-submit .a:disabled:hover {
  border-color: #999999;
  background-color: #999999;
  color: #ffffff;
}
.c-btn.m-submit a:disabled:hover::after, .c-btn.m-submit .a:disabled:hover::after {
  border-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .c-btn a, .c-btn .a {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 80px;
    font-size: 1.8rem;
    padding: 10px;
  }
  .c-btn.m-sm a, .c-btn.m-sm .a {
    min-height: 50px;
    padding: 10px;
    font-size: 1.6rem;
  }
  .c-btn.m-sm a::after, .c-btn.m-sm .a::after {
    right: 25px;
  }
}
@media screen and (min-width: 768px) {
  .c-btn a, .c-btn .a {
    width: 100%;
    max-width: 420px;
    min-height: 94px;
    font-size: 2rem;
  }
  .c-btn.m-sm a, .c-btn.m-sm .a {
    max-width: 240px;
    min-height: 65px;
    padding: 10px;
    font-size: 1.8rem;
  }
  .c-btn.m-sm a::after, .c-btn.m-sm .a::after {
    right: 25px;
  }
}

.c-ttlBasic {
  text-align: center;
}
.c-ttlBasic .en, .c-ttlBasic .ja {
  display: block;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .1em;
  white-space: nowrap;
}
.c-ttlBasic .en {
  font-size: 1.6rem;
}
.c-ttlBasic .ja {
  font-size: 2.8rem;
}
.c-ttlBasic .en + .ja {
  margin-top: 20px;
}
.c-ttlBasic.m-bigen {
  position: relative;
  padding-top: 115px;
}
.c-ttlBasic.m-bigen .en {
  font-size: 12rem;
  color: rgba(195, 195, 195, 0.15);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
}
.c-ttlBasic.m-bigen .ja {
  position: relative;
  z-index: 2;
}
.c-ttlBasic.m-bigen .en + .ja {
  margin-top: 0;
}
.c-ttlBasic.m-left .en, .c-ttlBasic.m-left .ja {
  text-align: left;
}
.c-ttlBasic.m-left.m-bigen .en {
  left: 0;
  transform: translate(0);
}
.c-ttlBasic.m-sm .ja {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-ttlBasic .ja {
    font-size: 2.2rem;
  }
  .c-ttlBasic .en + .ja {
    margin-top: 10px;
  }
  .c-ttlBasic.m-bigen {
    padding-top: 35px;
  }
  .c-ttlBasic.m-bigen .en {
    font-size: 6rem;
  }
  .c-ttlBasic.m-bigen.m-features {
    padding-top: 50px;
  }
  .c-ttlBasic.m-bigen.m-features .en {
    font-size: 5rem;
  }
  .c-ttlBasic.m-bigen.m-flow {
    padding-top: 50px;
  }
  .c-ttlBasic.m-bigen.m-contact {
    padding-top: 60px;
  }
  .c-ttlBasic.m-sm .ja {
    font-size: 1.9rem;
  }
}

.c-ttlSub::before {
  content: "";
  display: block;
  height: 44px;
  background-image: url(../img/ico_kira2.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.c-ttlSub .lg, .c-ttlSub .sm {
  display: block;
  text-align: center;
  font-weight: 500;
  letter-spacing: .1em;
}
.c-ttlSub .lg {
  font-size: 2.8rem;
}
.c-ttlSub .sm {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-ttlSub::before {
    height: 30px;
  }
  .c-ttlSub .lg {
    font-size: 1.9rem;
  }
  .c-ttlSub .sm {
    font-size: 1.3rem;
  }
}

.c-ttlFeaturesSub .h {
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: .1em;
  font-weight: 500;
  margin-top: 55px;
}
.c-ttlFeaturesSub .img {
  width: 760px;
  max-width: 100%;
  padding-right: 60px;
  position: relative;
}
.c-ttlFeaturesSub .img img {
  width: 100%;
  height: auto;
}
.c-ttlFeaturesSub .img figcaption {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .2em;
  position: absolute;
  right: 1em;
  top: -1em;
  transform-origin: left center;
  transform: translate(100%, 0) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .c-ttlFeaturesSub .h {
    font-size: 1.9rem;
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-ttlFeaturesSub .img {
    padding-right: 65px;
  }
  .c-ttlFeaturesSub .img figcaption {
    font-size: 1.3rem;
    right: 3em;
  }
}

.c-form select {
  width: 100%;
  max-width: 400px;
  height: 45px;
  border: solid 1px #BABABA;
  padding: 10px;
  box-sizing: border-box;
}
.c-form input[type="text"],
.c-form input[type="email"],
.c-form input[type="tel"] {
  width: 100%;
  max-width: 400px;
  height: 45px;
  border: solid 1px #BABABA;
  padding: 10px;
  box-sizing: border-box;
}
.c-form input[type="text"].lg,
.c-form input[type="email"].lg,
.c-form input[type="tel"].lg {
  max-width: 100%;
}
.c-form textarea {
  width: 100%;
  min-width: 100%;
  min-height: 150px;
  border: solid 1px #BABABA;
  padding: 10px;
  box-sizing: border-box;
}
.c-form input::placeholder, .c-form textarea::placeholder {
  color: #C7C7C7;
}
.c-form input[type="checkbox"] {
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  .c-form textarea {
    min-height: 200px;
  }
}

.c-listMerit li + li {
  margin-top: 60px;
}
.c-listMerit .h {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.c-listMerit .txt {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .c-listMerit li + li {
    margin-top: 30px;
  }
  .c-listMerit .h {
    font-size: 1.9rem;
  }
  .c-listMerit .txt {
    margin-top: 10px;
  }
}

.c-listAbout .h {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
  margin-bottom: 24px;
}
.c-listAbout .h::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-image: url(../img/ico_kira.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: .75em;
  left: 0;
  transform: translate(0, -50%);
}
.c-listAbout li ul {
  list-style-type: disc;
  padding-left: 1.3em;
}
@media screen and (max-width: 767px) {
  .c-listAbout .h {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
  .c-listAbout.m-service .h {
    font-size: 1.6rem;
  }
  .c-listAbout.m-service li ul {
    font-size: 1.4rem;
  }
  .c-listAbout.m-service > ul > li {
    border-top: solid 1px #C3C3C3;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.c-listFlow > ol > li {
  border: solid 1px #F7F7F7;
  padding: 50px 60px;
}
.c-listFlow > ol > li + li {
  margin-top: 50px;
}
.c-listFlow > ol > li .h {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-listFlow > ol > li ul {
  padding-left: 1.3em;
  list-style-type: disc;
}
.c-listFlow > ol > li .h + .txt {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-listFlow > ol > li {
    padding: 20px;
  }
  .c-listFlow > ol > li + li {
    margin-top: 20px;
  }
  .c-listFlow > ol > li .h {
    font-size: 1.9rem;
  }
}

.c-tableCompare {
  overflow: auto;
}
.c-tableCompare table {
  width: 100%;
  min-width: 960px;
  border-collapse: collapse;
  table-layout: fixed;
}
.c-tableCompare th, .c-tableCompare td {
  font-weight: 400;
  padding: 20px 5px;
  text-align: center;
  vertical-align: middle;
}
.c-tableCompare thead td, .c-tableCompare thead th {
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}
.c-tableCompare thead th {
  width: 16.6666%;
}
.c-tableCompare tbody th, .c-tableCompare tbody td {
  border-top: solid 1px #2F506F;
  border-bottom: solid 1px #2F506F;
}
.c-tableCompare tbody th {
  text-align: left;
  white-space: nowrap;
}
.c-tableCompare tbody td {
  font-size: 2.4rem;
}
.c-tableCompare tbody td.clr_ye {
  color: #B28D22;
}
@media screen and (max-width: 767px) {
  .c-tableCompare {
    margin-right: -15px;
  }
  .c-tableCompare table {
    margin-right: 15px;
  }
}

.c-tableForm th .required {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.5;
  background-color: #00396D;
  padding: 5px 13px;
}
@media screen and (max-width: 767px) {
  .c-tableForm table, .c-tableForm thead, .c-tableForm tbody, .c-tableForm tr, .c-tableForm th, .c-tableForm td {
    display: block;
  }
  .c-tableForm tr + tr {
    margin-top: 20px;
  }
  .c-tableForm th {
    font-size: 1.5rem;
    font-weight: 400;
  }
  .c-tableForm th .required {
    display: inline-block;
    margin-left: 20px;
  }
  .c-tableForm th + td {
    margin-top: 18px;
  }
}
@media screen and (min-width: 768px) {
  .c-tableForm table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .c-tableForm th, .c-tableForm td {
    font-weight: 400;
    vertical-align: middle;
  }
  .c-tableForm th {
    width: 230px;
    text-align: left;
    padding: 30px 0;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .c-tableForm th .th {
    display: flex;
    display: -ms-flexbox;
    min-width: 100%;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
  .c-tableForm td {
    padding: 30px 0 30px 25px;
  }
}
