/* !wrapper
---------------------------------------------------------- */
#wrapper {
  overflow: hidden;
}

.inner {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 740px) {
  .inner {
    padding: 0 30px;
  }
}
.anchor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

/* !header
---------------------------------------------------------- */
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
#header .headerin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
#header .headerlogo {
  display: block;
  width: 100px;
}
#header .menuopen {
  width: 40px;
  height: 40px;
  border: 1px #003265 solid;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  padding: 10px 5px;
  background: #fff;
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9;
}
#header .menuopen span {
  display: block;
  width: 100%;
  height: 1px;
  background: #003265;
}
#header .gnavi {
  display: none;
}

@media screen and (min-width: 740px) {
  #header .headerlogo {
    width: 200px;
  }
}
@media screen and (min-width: 1025px) {
  #header .pushbarbox {
    display: none;
  }
  #header .headerin {
    padding: 30px 4.16vw;
  }
  #header .gnavi {
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
  }
  #header .gnavi li + li {
    margin-left: 1px;
  }
  #header .gnavi li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    width: 190px;
    height: 70px;
    background: #003265;
  }
}
@media (min-width: 1025px) and (max-width: 1250px) {
  #header .gnavi li a {
    font-size: 14px;
    width: 150px;
    height: 70px;
  }
}
.pushbar_overlay {
  background: #003265;
}

html.pushbar_locked .pushbar_overlay {
  opacity: 0.4 !important;
}

[data-pushbar-id] {
  width: 100% !important;
  background: #003265;
}

.menubox {
  height: 100vh;
  padding: 60px 15px 30px;
  position: relative;
}

.closebox [data-pushbar-close] {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: 30px;
}

.menubox .menulist {
  color: #fff;
}
.menubox .menulist li {
  border-bottom: 1px #fff solid;
}
.menubox .menulist li a {
  display: block;
  font-weight: 700;
  padding: 10px;
  font-size: 16px;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  [data-pushbar-id].opened {
    display: none !important;
  }
  .pushbar_overlay {
    display: none;
  }
}
/* !footer
---------------------------------------------------------- */
#footer {
  background: #003265;
  padding: 30px 20px 110px;
}
#footer .footerin {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
#footer .footerlogo {
  margin: 0 0 30px;
  font-size: 0;
  max-width: 200px;
}
#footer .footerbtn {
  max-width: 350px;
}
#footer .footerbtn a {
  display: block;
}
#footer .footerfix {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #003265;
  padding: 13px 10px;
  transform: translateY(100%);
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  z-index: 2;
}

@media screen and (min-width: 740px) {
  #footer {
    padding: 60px 20px;
  }
  #footer .footerin {
    flex-direction: row;
  }
  #footer .footerlogo {
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  #footer .footerlogo {
    max-width: 286px;
  }
  #footer .footerbtn {
    max-width: 446px;
  }
}
.show #footer .footerfix {
  transform: translateY(0);
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
}

#footer .footerfix .fixlist {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#footer .footerfix .fixtel {
  width: 32.5%;
}
#footer .footerfix .fixtel a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 54px;
  background: #fff;
}
#footer .footerfix .fixmail {
  width: 66.25%;
}
#footer .footerfix .fixmail a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  height: 54px;
  background: #EA8044;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
#footer .footerfix .fixmail a img {
  margin-right: 10px;
  flex-shrink: 0;
}

@media screen and (min-width: 740px) {
  #footer .footerfix {
    display: none;
  }
}
/* !H
---------------------------------------------------------- */
.hdl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hdl .hdljps {
  font-size: 24px;
  font-weight: 700;
  color: #003265;
  line-height: 1.3;
}
.hdl .hdleng {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #D9CD00;
  margin-top: 5px;
}

@media screen and (min-width: 740px) {
  .hdl .hdljps {
    font-size: 32px;
  }
  .hdl .hdleng {
    font-size: 16px;
  }
}
.hdmbox {
  z-index: 1;
  position: relative;
}
.hdmbox:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 770px;
  max-width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, #003265, #315983 60%, #315983 40%, #F8F8F8);
  background: -webkit-gradient(linear, left, from(#003265), color-stop(0.5, #315983), color-stop(0.5, #315983), to(#F8F8F8));
  z-index: 0;
}
.hdmbox .hdm {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding: 15px 0;
}

@media screen and (min-width: 740px) {
  .hdmbox .hdm {
    font-size: 32px;
    padding: 30px 0;
  }
}
/* !main
---------------------------------------------------------- */
.main {
  background: url(../img/mainimg.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}
.main .mainbox {
  position: absolute;
  left: 0;
  bottom: -8vw;
  background: url(../img/shadow_main.png) center center no-repeat;
  background-size: 96vw 46.14vw;
  width: 96vw;
  height: 46.14vw;
  padding: 0 0 3vw 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.main .maininner {
  color: #fff;
}
.main .maineng {
  font-size: 2.66vw;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.main .mainjps {
  font-size: 7vw;
  font-weight: 700;
  line-height: 1.25;
}
.main .mainjps .jpslar {
  font-size: 8vw;
  display: block;
}

@media screen and (min-width: 740px) {
  .main {
    width: 100%;
    height: 100vh;
  }
  .main .mainbox {
    position: absolute;
    left: 0;
    bottom: -80px;
    background: url(../img/shadow_main.png) center center no-repeat;
    width: 838px;
    height: 402px;
    padding: 0 0 30px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  .main .maininner {
    color: #fff;
  }
  .main .maineng {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.075em;
  }
  .main .mainjps {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.25;
  }
  .main .mainjps .jpslar {
    font-size: 77px;
    display: block;
  }
}
/* !about
---------------------------------------------------------- */
.about {
  background: url(../img/bg_about.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 80px 20px;
}
.about .hdl {
  margin-bottom: 20px;
}
.about .aboutdet {
  text-align: center;
  line-height: 2;
}

@media screen and (min-width: 740px) {
  .about {
    background: url(../img/bg_about.jpg) center 0 no-repeat;
    background-size: cover;
    padding: 170px 20px;
  }
  .about .hdl {
    margin-bottom: 40px;
  }
}
/* !problem
---------------------------------------------------------- */
.problem {
  background: -webkit-linear-gradient(left, #194F84, #003265);
}
.problem .problemin {
  background: url(../img/bg_problem.png) right bottom no-repeat;
  background-size: 100% auto;
  padding: 50px 0 180px;
  position: relative;
}
.problem .problemhd {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.problem .problemhd .hdinner {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: relative;
  padding: 0 20px;
}
.problem .problemhd .hdinner:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  transform: rotate(-20deg);
  transform-origin: center center;
  z-index: 0;
}
.problem .problemhd .hdinner:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  transform: rotate(20deg);
  transform-origin: center center;
  z-index: 0;
}
.problem .problembox .boxinner {
  background: #fff;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
.problem .problembox .boxinner + .boxinner {
  margin-top: 50px;
}
.problem .problembox .boximg {
  width: 35%;
}
.problem .problembox .boximg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.problem .problembox .boxcont {
  width: 65%;
  padding: 10px;
}
.problem .problembox .boxlist li {
  padding-left: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #0D4175;
  position: relative;
}
.problem .problembox .boxlist li + li {
  margin-top: 10px;
}
.problem .problembox .boxlist li:before {
  position: absolute;
  content: "";
  background: url(../img/ico_check.svg) center center no-repeat;
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  left: 0;
  top: 3px;
  z-index: 0;
}
.problem .problembox .boxlist .boxline {
  background: linear-gradient(#FFF76E, #FFF76E) 0 100%/0 7px no-repeat;
  transition: background 2s;
}
.problem .problembox .boxlist .boxline.animated {
  background-size: 100% 7px;
}
.problem .problembox .boxlink {
  width: 100%;
  padding: 20px 30px;
}
.problem .problembox .boxlink a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #3D6FA1;
  width: auto;
  height: auto;
  border-radius: 5px;
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  padding: 10px 40px;
  position: relative;
}
.problem .problembox .boxlink .linktxt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
}
.problem .problembox .boxlink.txtmid .linktxt, .problem .problembox .boxlink.txtlar .linktxt {
  font-size: 14px;
}
.problem .problembox .boxlink .linkarrow {
  width: 26px;
  font-size: 0;
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.problem .sayno {
  position: absolute;
  left: 0;
  top: 100%;
  text-align: center;
  color: #3F3B02;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  width: 100%;
  background: #D9CD00;
  padding: 25px 20px 35px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px));
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), 50% 100%, 0 calc(100% - 20px));
  transform: translate(0, -40%);
  z-index: 2;
}

@media screen and (min-width: 740px) {
  .problem .problemin {
    background: url(../img/bg_problem.png) right bottom no-repeat;
    background-size: auto;
    padding: 100px 0 185px;
  }
  .problem .problemhd {
    margin-bottom: 100px;
  }
  .problem .problemhd .hdinner {
    font-size: 25px;
    padding: 0 40px;
  }
  .problem .problembox .boxinner + .boxinner {
    margin-top: 120px;
  }
  .problem .problembox .boximg {
    width: 27.7%;
  }
  .problem .problembox .boximg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .problem .problembox .boxcont {
    width: 72.3%;
    padding: 25px 20px;
  }
  .problem .problembox .boxlist li {
    padding-left: 22px;
    font-size: 18px;
  }
  .problem .problembox .boxlist li + li {
    margin-top: 15px;
  }
  .problem .problembox .boxlist li:before {
    position: absolute;
    content: "";
    background: url(../img/ico_check.svg) center center no-repeat;
    background-size: auto;
    width: 15px;
    height: 15px;
    left: 0;
    top: 6px;
    z-index: 0;
  }
  .problem .problembox .boxlink {
    position: absolute;
    right: 0;
    top: 100%;
    transform: translate(20px, -73.75%);
    width: auto;
    padding: 0;
  }
  .problem .problembox .boxlink a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    background: #3D6FA1;
    border-radius: 50%;
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    padding: 25px 10px 20px;
    width: 160px;
    height: 160px;
  }
  .problem .problembox .boxlink .linktxt {
    font-size: 16px;
    height: 104px;
  }
  .problem .problembox .boxlink.txtmid .linktxt {
    font-size: 18px;
  }
  .problem .problembox .boxlink.txtlar .linktxt {
    font-size: 20px;
  }
  .problem .problembox .boxlink .linkarrow {
    width: 40px;
    position: relative;
    right: auto;
    top: auto;
    height: auto;
    display: block;
  }
  .problem .sayno {
    left: 50%;
    top: 100%;
    font-size: 36px;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1360px;
    max-width: 100%;
    height: 170px;
    padding: 0 30px 30px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 45px), 50% 100%, 0 calc(100% - 45px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 45px), 50% 100%, 0 calc(100% - 45px));
    transform: translate(-50%, -40%);
    z-index: 2;
  }
}
@media screen and (min-width: 1025px) {
  .problem .problembox {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -100px;
  }
  .problem .problembox .boxinner {
    width: calc((100% - 130px) / 2);
    margin-bottom: 100px;
  }
  .problem .problembox .boxinner + .boxinner {
    margin-top: 0;
  }
  .problem .problembox .boxlink {
    transform: translate(43.75%, -73.75%);
  }
}
/* !Thermal barrier coating
---------------------------------------------------------- */
.tbcblock {
  background: -o-linear-gradient(top, rgba(240, 243, 245, 0), rgb(240, 243, 245));
  padding: 100px 0 50px;
  overflow: hidden;
  position: relative;
}
.tbcblock .hdl {
  margin-bottom: 20px;
}
.tbcblock .tbcdet {
  text-align: center;
  margin-bottom: 30px;
}
.tbcblock .tbcbox li + li {
  margin-top: 20px;
}
.tbcblock .tbcbox .tbctit {
  width: 200px;
  height: 56px;
  margin-bottom: -35px;
  background: #3D6FA1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.tbcblock .tbcbox .tbcinner {
  width: 97.66vw;
  height: 40.18vw;
  margin: 0 -20px;
  background: url(../img/bg_tbc_sp.png) center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 0 0 0 12.8vw;
}
.tbcblock .tbcbox .tbctxt {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #424B54;
}
.tbcblock .tbceng {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 9.0625vw;
  font-weight: 700;
  color: #fff;
  opacity: 0.7;
  line-height: 0.7;
  z-index: 1;
}

@media screen and (min-width: 740px) {
  .tbcblock {
    padding: 200px 0 100px;
  }
  .tbcblock .hdl {
    margin-bottom: 40px;
  }
  .tbcblock .tbcdet {
    margin-bottom: 60px;
  }
  .tbcblock .tbcbox {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .tbcblock .tbcbox li {
    width: 200px;
  }
  .tbcblock .tbcbox li + li {
    margin-top: 0;
  }
  .tbcblock .tbcbox .tbctit {
    width: 100%;
    height: 70px;
    margin-bottom: 0;
  }
  .tbcblock .tbcbox .tbcinner {
    width: 100%;
    height: 580px;
    margin: 0;
    background: url(../img/bg_tbc.png) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0 0;
  }
  .tbcblock .tbcbox .tbctxt {
    font-size: 25px;
    letter-spacing: 0.4em;
    line-height: 1.8;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
  }
}
@media screen and (min-width: 1025px) {
  .tbcblock .tbceng {
    line-height: 0.6;
  }
}
/* !company
---------------------------------------------------------- */
.company {
  padding: 50px 0 70px;
  overflow: hidden;
  position: relative;
}
.company:before {
  position: absolute;
  content: "";
  background: url(../img/dec_company01.png) center center no-repeat;
  background-size: 300px 140px;
  width: 300px;
  height: 140px;
  top: -40px;
  right: -140px;
}
.company:after {
  position: absolute;
  content: "";
  background: url(../img/dec_company02.png) center center no-repeat;
  background-size: 300px 167px;
  width: 300px;
  height: 167px;
  left: -140px;
  bottom: -60px;
}
.company .hdl {
  margin-bottom: 20px;
}
.company .compbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company .compbox .compmess {
  margin: 0 0 30px;
}
.company .compbox .comppic {
  text-align: center;
}
.company .compbox .compcap {
  text-align: center;
  margin-top: 5px;
}
.company .compbox .compin {
  width: 100%;
}
.company .compbox .comptab {
  width: 100%;
}
.company .compbox .comptab th,
.company .compbox .comptab td {
  vertical-align: top;
  font-size: 16px;
  line-height: 1.75;
  padding: 10px 0;
  border-bottom: 1px #E9ECF0 solid;
}
.company .compbox .comptab th {
  font-weight: 900;
  width: 100px;
  padding-right: 5px;
}
.company .compbox .comptab .complist li {
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width: 740px) {
  .company {
    padding: 100px 0 140px;
  }
  .company .hdl {
    margin-bottom: 40px;
  }
  .company .compbox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .company .compbox .compmess {
    max-width: 33%;
    margin: 0;
  }
  .company .compbox .compin {
    width: 750px;
    max-width: 60%;
  }
  .company:before {
    position: absolute;
    content: "";
    background: url(../img/dec_company01.png) center center no-repeat;
    background-size: auto;
    width: 1180px;
    height: 556px;
    top: -110px;
    right: -900px;
    z-index: 0;
  }
  .company:after {
    position: absolute;
    content: "";
    background: url(../img/dec_company02.png) center center no-repeat;
    background-size: auto;
    width: 1160px;
    height: 644px;
    left: -900px;
    bottom: -170px;
  }
  .company .compbox .comptab th,
  .company .compbox .comptab td {
    font-size: 20px;
  }
  .company .compbox .comptab th {
    width: 160px;
  }
}
@media screen and (min-width: 1025px) {
  .company .compbox {
    padding: 0 10% 0 0;
  }
  .company:before {
    right: -640px;
  }
  .company:after {
    left: -540px;
  }
}
/* !cta
---------------------------------------------------------- */
.ctablock {
  background: #003265;
  padding: 50px 0;
  position: relative;
}
.ctablock:before {
  position: absolute;
  content: "";
  background: url(../img/bg_cta01.jpg) center center no-repeat;
  background-size: 200px 160px;
  width: 200px;
  height: 160px;
  left: 0;
  top: 0;
  z-index: 0;
}
.ctablock:after {
  position: absolute;
  content: "";
  background: url(../img/bg_cta02.jpg) center center no-repeat;
  background-size: 250px 225px;
  width: 250px;
  height: 225px;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.ctablock .hdl {
  margin-bottom: 20px;
}
.ctablock .hdl .hdljps {
  color: #fff;
}
.ctablock .form_message {
  text-align: center;
  color: #FFF;
  margin-bottom: 50px;
}
.ctablock .form_message .tel {
  font-size: 40px;
  font-weight: bold;
}
.ctablock .ctabox {
  max-width: 1000px;
  margin: 0 auto;
  border: 1px #707070 solid;
  padding: 40px 20px;
  background: #fff;
}

@media screen and (min-width: 740px) {
  .ctablock {
    padding: 100px 0;
  }
  .ctablock:before {
    background: url(../img/bg_cta01.jpg) center center no-repeat;
    background-size: 400px 320px;
    width: 400px;
    height: 320px;
  }
  .ctablock:after {
    background: url(../img/bg_cta02.jpg) center center no-repeat;
    background-size: 500px 450px;
    width: 500px;
    height: 450px;
  }
  .ctablock .hdl {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .ctablock:before {
    background: url(../img/bg_cta01.jpg) center center no-repeat;
    background-size: 800px 640px;
    width: 800px;
    height: 640px;
  }
  .ctablock:after {
    background: url(../img/bg_cta02.jpg) center center no-repeat;
    background-size: 1000px 900px;
    width: 1000px;
    height: 900px;
  }
}
/* !flow
---------------------------------------------------------- */
.flow {
  padding: 50px 20px;
  position: relative;
}
.flow .hdl {
  margin-bottom: 30px;
}
.flow .flowscroll {
  overflow-x: scroll;
  padding: 0 0 10px;
  position: relative;
}
.flow .flowscroll::-webkit-scrollbar {
  width: 100%;
  height: 6px;
  background: #ebe7e7;
  border-radius: 2px;
  border: 1px #666 solid;
}
.flow .flowscroll::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 2px;
}
.flow .flowscroll .scroll-pointer {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -42px 0 0 -65px;
  width: 130px;
  height: 85px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 25px 10px 5px;
  color: #fff;
  font-size: 10px;
}
.flow .flowscroll .scroll-pointer:before {
  width: 28px;
  height: 32px;
  vertical-align: middle;
  text-align: center;
  content: "";
  display: inline-block;
  background: url(../img/pointer_flow.png) no-repeat center center/100% auto;
}

.scroll-pointer:after {
  content: "";
  width: 35px;
  height: 13px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -16px;
  background: url(../img/arrow_flow.png) no-repeat center center/100% auto;
}

.flow .flowscroll .scroll-pointer .scroll-text {
  display: block;
}
.flow .flowimg {
  width: 1200px;
}

@media screen and (min-width: 740px) {
  .flow {
    padding: 100px 30px;
  }
  .flow .hdl {
    margin-bottom: 60px;
  }
  .flow .flowscroll {
    overflow-x: inherit;
    padding: 0;
  }
  .flow .flowscroll .scroll-pointer {
    display: none !important;
  }
  .flow .flowimg {
    width: auto;
    text-align: center;
  }
}
/* !maph
---------------------------------------------------------- */
.maph {
  padding: 30px 0 50px;
  position: relative;
}
.maph .hdl {
  margin-bottom: 20px;
}
.maph .inner {
  max-width: 1510px;
}
.maph .maphimg {
  text-align: left;
  position: relative;
  z-index: 1;
}
.maph .maphimg .maphtxt {
  position: absolute;
  right: -30px;
  top: 10px;
  width: 198px;
  z-index: 1;
}
.maph .maphcont {
  margin-top: 30px;
  position: relative;
  text-align: center;
}
.maph .maphtit {
  font-size: 20px;
  font-weight: 700;
  color: #003265;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.maph .maphdet {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
.maph .maphbg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 0;
}

@media screen and (min-width: 740px) {
  .maph {
    padding: 50px 0 100px;
  }
  .maph .hdl {
    margin-bottom: 40px;
  }
  .maph .maphimg .maphtxt {
    right: -60px;
    top: 30px;
    width: 396px;
  }
  .maph .maphcont {
    margin-top: 70px;
  }
  .maph .maphtit {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .maph .maphdet {
    font-size: 24px;
  }
  .maph .maphbg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 0;
  }
}
@media screen and (min-width: 1025px) {
  .maph .maphimg .maphtxt {
    right: -35px;
    top: 70px;
    width: 792px;
  }
}
/* !strength
---------------------------------------------------------- */
.strength {
  padding: 50px 0 30px;
  position: relative;
}
.strength .hdl {
  margin-bottom: 30px;
}
.strength .strenbox {
  padding: 0;
}
.strength .strenlist li {
  position: relative;
}
.strength .strenlist li + li {
  margin-top: 30px;
}
.strength .strenlist .strenimg {
  position: relative;
  z-index: 1;
}
.strength .strenlist .strenimg img {
  width: 100%;
}
.strength .strenlist .strentxt {
  margin-top: 10px;
  font-size: 17px;
  position: relative;
  z-index: 1;
}
.strength .strenlist .strentit {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.strength .strenbg {
  display: none;
}

@media screen and (min-width: 740px) {
  .strength {
    padding: 100px 0 50px;
  }
  .strength .hdl {
    margin-bottom: 50px;
  }
  .strength .strenbox {
    padding: 0;
  }
  .strength .strenlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: -100px;
  }
  .strength .strenlist li {
    width: calc((100% - 40px) / 2);
    margin-bottom: 100px;
  }
  .strength .strenlist li:nth-child(2n) {
    transform: translateY(310px);
  }
  .strength .strenlist li + li {
    margin-top: 0;
  }
  .strength .streninner {
    position: relative;
  }
  .strength .strenlist .strenimg {
    position: relative;
    z-index: 1;
  }
  .strength .strenlist .strenimg img {
    width: 100%;
  }
  .strength .strenlist .strentxt {
    margin-top: 20px;
    font-size: 18px;
  }
  .strength .strenlist .strentit {
    font-size: 25px;
  }
  .strength .strenlist .strentit .tittxt {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .strength .hdl {
    margin-bottom: 100px;
  }
  .strength .strenbox {
    padding: 0 70px 0 0;
  }
  .strength .strenlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: -100px;
  }
  .strength .strenlist li {
    width: calc((100% - 80px) / 2);
    padding: 0 70px 0 0;
    position: relative;
  }
  .strength .strenlist .strentxt {
    margin-top: 15px;
    font-size: 20px;
  }
  .strength .strenlist .strentit {
    position: absolute;
    left: calc(100% + 10px);
    top: 0;
    z-index: 1;
    display: flex;
    flex-direction: row-reverse;
    min-height: 100%;
  }
  .strength .strenlist .strentit .tittxt {
    display: block;
    margin: 0 5px;
    line-height: 1.3;
  }
  .strength .strenlist .strentit .tittxt + .tittxt {
    align-self: flex-end;
  }
  .strength .strenlist .strenrot {
    display: inline-block;
    transform: rotate(90deg);
    padding-top: 5px;
  }
  .strength .strenbg {
    display: block;
    position: absolute;
    z-index: 0;
  }
  .strength .strenbg.bg01 {
    left: -35px;
    top: -70px;
    opacity: 0.3;
    width: 805px;
  }
  .strength .strenbg.bg02 {
    left: -64px;
    top: -66px;
    width: 1024px;
  }
  .strength .strenbg.bg03 {
    left: -30px;
    top: -117px;
    width: 847px;
  }
  .strength .strenbg.bg04 {
    left: -20px;
    bottom: -30px;
    width: 980px;
  }
  .strength .strenbg.bg05 {
    left: -40px;
    bottom: 50px;
    width: 804px;
  }
}
/* !comcta
---------------------------------------------------------- */
.comcta {
  background: #003265;
  padding: 30px 20px;
  position: relative;
}
.comcta:before {
  position: absolute;
  content: "";
  background: url(../img/bg_comcta01.jpg) center center no-repeat;
  background-size: 150px 94px;
  width: 150px;
  height: 94px;
  left: 0;
  top: 0;
  z-index: 0;
}
.comcta:after {
  position: absolute;
  content: "";
  background: url(../img/bg_comcta02.jpg) center center no-repeat;
  background-size: 150px 94px;
  width: 150px;
  height: 94px;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.comcta .comctabox {
  position: relative;
  z-index: 1;
}
.comcta .comctatit {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 20px;
}
.comcta .comctatel {
  margin-bottom: 30px;
}
.comcta .comctatel a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.comcta .comctatel .telcap {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  padding: 0 15px;
  position: relative;
}
.comcta .comctatel .telcap:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #fff;
  width: 1px;
  height: 90%;
  transform: rotate(-20deg);
  transform-origin: center center;
  z-index: 0;
}
.comcta .comctatel .telcap:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #fff;
  width: 1px;
  height: 90%;
  transform: rotate(20deg);
  transform-origin: center center;
  z-index: 0;
}
.comcta .comctatel .telnum {
  position: relative;
  color: #D9CD00;
  font-size: 36px;
  letter-spacing: 0.04em;
  line-height: 1.3;
}
.comcta .comctatel .telnum:before {
  position: absolute;
  content: "";
  background: url(../img/teL_comcta.svg) center center no-repeat;
  background-size: 24px auto;
  right: calc(100% + 10px);
  top: 0;
  width: 24px;
  height: 100%;
  z-index: 0;
}
.comcta .comctatel .teltime {
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.comcta .comctabtn {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 740px) {
  .comcta {
    padding: 75px 20px;
  }
  .comcta:before {
    background: url(../img/bg_comcta01.jpg) center center no-repeat;
    background-size: 320px 201px;
    width: 320px;
    height: 201px;
  }
  .comcta:after {
    background: url(../img/bg_comcta02.jpg) center center no-repeat;
    background-size: 320px 201px;
    width: 320px;
    height: 201px;
  }
  .comcta .comctatit {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .comcta .comctatel {
    margin-bottom: 50px;
  }
  .comcta .comctatel .telcap {
    font-size: 20px;
    letter-spacing: 0.04em;
    padding: 0 20px;
  }
  .comcta .comctatel .telnum {
    font-size: 88px;
    letter-spacing: 0.04em;
  }
  .comcta .comctatel .telnum:before {
    background: url(../img/teL_comcta.svg) center center no-repeat;
    background-size: 69px 45px;
    right: calc(100% + 13px);
    top: 0;
    width: 69px;
  }
  .comcta .comctatel .teltime {
    font-size: 20px;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1025px) {
  .comcta {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 402px;
    justify-content: center;
  }
  .comcta:before {
    background: url(../img/bg_comcta01.jpg) center center no-repeat;
    background-size: 640px 402px;
    width: 640px;
    height: 402px;
  }
  .comcta:after {
    background: url(../img/bg_comcta02.jpg) center center no-repeat;
    background-size: 640px 402px;
    width: 640px;
    height: 402px;
  }
  .comcta .comctain {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .comcta .comctabox {
    width: 1460px;
    max-width: 100%;
    padding: 0 80px;
    margin: 0 auto;
  }
  .comcta .comctatel {
    margin: 0 10px 0 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1250px) {
  .comcta .comctatel .telnum {
    font-size: 66px;
    letter-spacing: 0.04em;
  }
  .comcta:before {
    background: url(../img/bg_comcta01.jpg) center center no-repeat;
    background-size: 500px 314px;
    width: 500px;
    height: 314px;
  }
  .comcta:after {
    background: url(../img/bg_comcta02.jpg) center center no-repeat;
    background-size: 500px 314px;
    width: 500px;
    height: 314px;
  }
}
@media (min-width: 1025px) and (max-width: 1500px) {
  .comcta .comctabox {
    padding: 0 0 0 80px;
  }
}
/* !doa
---------------------------------------------------------- */
.doablock {
  padding: 50px 0;
  background: url(../img/bg_doa.jpg) 0 0 repeat;
  position: relative;
}
.doablock .hdl {
  margin-bottom: 20px;
}
.doablock .doaintro {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.doablock .doaintro .introcap {
  font-size: 18px;
  padding: 0 20px;
  margin-bottom: 20px;
  position: relative;
}
.doablock .doaintro .introcap:before {
  position: absolute;
  content: "";
  background: #333;
  width: 1px;
  height: 110%;
  left: 0;
  bottom: 0;
  transform: rotate(-20deg);
  transform-origin: center center;
  z-index: 0;
}
.doablock .doaintro .introcap:after {
  position: absolute;
  content: "";
  background: #333;
  width: 1px;
  height: 110%;
  right: 0;
  bottom: 0;
  transform: rotate(20deg);
  transform-origin: center center;
  z-index: 0;
}
.doablock .doaintro .introdet {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 55px;
  margin-bottom: 30px;
  position: relative;
}
.doablock .doaintro .introdet:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: calc(100% - 5px);
  background: url(../img/pop_doa.png) center center no-repeat;
  background-size: 55px 55px;
  width: 55px;
  height: 55px;
  z-index: 0;
}
.doablock .doaintro .introbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.doablock .doaintro .introimg {
  margin-bottom: 30px;
  text-align: center;
}
.doablock .doaintro .introlist li {
  letter-spacing: 0.08em;
}
.doablock .doaintro .introlist li + li {
  margin-top: 10px;
}
.doablock .doaintro .introcont {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #003265;
  letter-spacing: 0.05em;
}
.doablock .doaintro .introtxt {
  letter-spacing: 0.08em;
}
.doablock .doainner + .doainner {
  margin-top: 30px;
}
.doablock .survey .hdmbox {
  margin-bottom: 20px;
}
.doablock .surveybox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.doablock .surveybox .surveyimg {
  text-align: center;
  margin-bottom: 30px;
}
.doablock .surveybox .surveycont li + li {
  margin-top: 20px;
}
.doablock .surveybox .surveytit {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #003265;
}
.doablock .surveybox .surveytxt {
  letter-spacing: 0.08em;
}
.doablock .removal .hdmbox {
  margin-bottom: 20px;
}
.doablock .removal .removdet {
  margin-bottom: 30px;
}
.doablock .removal .removcap {
  border: 1px rgba(0, 50, 101, 0.5) solid;
  width: 80px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #003265;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.doablock .removal .removstep li {
  text-indent: -1.5em;
  padding-left: 1.5em;
  letter-spacing: 0.08em;
}
.doablock .removal .removstep li + li {
  margin-top: 10px;
}
.doablock .removal .removstep .steplar {
  font-size: 18px;
  color: #003265;
  font-weight: 700;
  margin-right: 10px;
}
.doablock .doabox {
  background: #fff;
  margin-top: 30px;
  padding: 20px;
}
.doablock .doabox .doalong {
  font-size: 22px;
  font-weight: 700;
  color: #003265;
  letter-spacing: 0.04em;
}
.doablock .doabox .doayel {
  color: #D9CD00;
}

@media screen and (min-width: 740px) {
  .doablock {
    padding: 100px 0;
  }
  .doablock .hdl {
    margin-bottom: 45px;
  }
  .doablock .doaintro {
    margin-bottom: 80px;
  }
  .doablock .doaintro .introcap {
    font-size: 25px;
    padding: 0 30px;
  }
  .doablock .doaintro .introdet {
    font-size: 32px;
    padding: 0 110px;
    margin-bottom: 35px;
  }
  .doablock .doaintro .introdet:before {
    bottom: calc(100% - 10px);
    background: url(../img/pop_doa.png) center center no-repeat;
    background-size: 110px 110px;
    width: 110px;
    height: 110px;
  }
  .doablock .doaintro .introbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 1370px;
    max-width: 100%;
    margin: 0 auto 25px;
    margin-bottom: 25px;
  }
  .doablock .doaintro .introimg {
    width: 44%;
    flex-shrink: 0;
    margin: 0 3% 0 0;
  }
  .doablock .doaintro .introlist li {
    letter-spacing: 0.08em;
  }
  .doablock .doaintro .introlist li + li {
    margin-top: 35px;
  }
  .doablock .doaintro .introcont {
    font-size: 25px;
    letter-spacing: 0.05em;
  }
  .doablock .survey .hdmbox {
    margin-bottom: 40px;
  }
  .doablock .surveybox {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .doablock .surveybox .surveyimg {
    text-align: center;
    width: 44%;
    margin: 0 0 0 3%;
    flex-shrink: 0;
  }
  .doablock .surveybox .surveycont {
    padding: 20px 0 0;
  }
  .doablock .surveybox .surveytit {
    font-size: 25px;
    letter-spacing: 0.05em;
  }
  .doablock .removal .hdmbox {
    margin-bottom: 40px;
  }
  .doablock .removal .removdet {
    margin-bottom: 70px;
  }
  .doablock .removal .removcap {
    width: 90px;
    height: 48px;
    font-size: 25px;
    letter-spacing: 0.05em;
  }
  .doablock .removal .removstep li {
    text-indent: -1.5em;
    padding-left: 1.5em;
    letter-spacing: 0.08em;
  }
  .doablock .removal .removstep .steplar {
    font-size: 25px;
    margin-right: 20px;
  }
  .doablock .doabox {
    margin-top: 55px;
    padding: 30px 20px;
  }
  .doablock .doabox .doalong {
    font-size: 32px;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 1025px) {
  .doablock .doaintro .introimg {
    width: 44%;
    margin: 0 6.5% 0 0;
  }
  .doablock .surveybox .surveyimg {
    width: 44%;
    margin: 0 0 0 6.5%;
  }
  .doablock .survey .hdmbox {
    margin-bottom: 10px;
  }
  .doablock .doabox {
    padding: 30px 14.5%;
  }
}
/* !paintexa
---------------------------------------------------------- */
.paintexa {
  background: #fff;
  overflow: hidden;
  padding: 50px 0;
  position: relative;
}
.paintexa .hdmbox {
  margin-bottom: 30px;
}
.paintexa .paintbox {
  margin-bottom: 30px;
  position: relative;
}
.paintexa .paintbox .paintbg01 {
  position: absolute;
  width: 292px;
  right: -140px;
  top: -60px;
  z-index: 0;
}
.paintexa .paintbox .paintbg02 {
  position: absolute;
  width: 292px;
  left: -100px;
  bottom: -20px;
  z-index: 0;
}
.paintexa .paintbox .paintlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  margin-bottom: -30px;
  z-index: 1;
}
.paintexa .paintbox .paintlist li {
  width: 48%;
  margin-bottom: 30px;
}
.paintexa .paintbox .paintimg {
  position: relative;
}
.paintexa .paintbox .paintimg img {
  width: 100%;
}
.paintexa .paintbox .paintcap {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  width: 80px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #003265;
  z-index: 1;
}
.paintexa .paintbox .painttxt {
  margin-top: 20px;
  font-size: 15px;
}
.paintexa .paintlong {
  text-align: center;
  margin-bottom: 50px;
}
.paintexa .paintlong .longtxt .txtin {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #3F3B02;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #D9CD01 0%) repeat scroll 0 0;
}

@media screen and (min-width: 740px) {
  .paintexa {
    padding: 100px 0;
  }
  .paintexa .hdmbox {
    margin-bottom: 60px;
  }
  .paintexa .paintbox {
    margin-bottom: 75px;
    position: relative;
  }
  .paintexa .paintbox .paintbg01 {
    width: 584px;
    right: -250px;
    top: -100px;
  }
  .paintexa .paintbox .paintbg02 {
    width: 584px;
    left: -150px;
    bottom: -50px;
  }
  .paintexa .paintbox .paintlist {
    margin-bottom: -35px;
  }
  .paintexa .paintbox .paintlist li {
    width: 30%;
    margin-bottom: 35px;
  }
  .paintexa .paintbox .paintcap {
    font-size: 22px;
  }
  .paintexa .paintbox .painttxt {
    margin-top: 25px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .paintexa .paintbox .paintbg01 {
    width: 1168px;
    right: -500px;
    top: -200px;
  }
  .paintexa .paintbox .paintbg02 {
    width: 1168px;
    left: -300px;
    bottom: -100px;
  }
  .paintexa .paintbox .paintcap {
    width: 200px;
    height: 60px;
    font-size: 35px;
  }
}
@media screen and (min-width: 740px) {
  .paintexa .paintlong {
    margin-bottom: 100px;
  }
  .paintexa .paintlong .longtxt .txtin {
    font-size: 36px;
    letter-spacing: 0.04em;
  }
}
/* !respond
---------------------------------------------------------- */
.respond .respondbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.respond .respondbox + .respondbox {
  margin-top: 50px;
}
.respond .respondbox .respondmess {
  margin-bottom: 30px;
  position: relative;
}
.respond .respondbox .respondlar {
  text-align: center;
}
.respond .respondbox .respondcap {
  position: absolute;
  padding: 5px 10px;
  left: 0;
  top: 0;
  background: #fff;
  font-size: 20px;
  font-weight: 700;
  color: #003265;
  letter-spacing: 0.08em;
}
.respond .respondbox .respondname {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #6A6A6A;
  letter-spacing: 0.08em;
  margin-top: 5px;
  text-align: right;
}
.respond .respondbox .respondnote {
  text-align: right;
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 0.02em;
}
.respond .respondbox .respondin {
  width: 100%;
}
.respond .respondbox .respondcont {
  background: #F4F8FC;
  padding: 30px 15px 15px;
  position: relative;
}
.respond .respondbox .respondcont + .respondcont {
  margin-top: 30px;
}
.respond .respondbox .respondcont .conttit {
  position: absolute;
  font-size: 18px;
  color: #003265;
  font-weight: 700;
  letter-spacing: 0.05em;
  left: 10px;
  top: 0;
  transform: translateY(-50%);
  z-index: 0;
}
.respond .respondbox .respondtype {
  margin-top: 15px;
}
.respond .respondbox .respondtype li {
  display: flex;
  align-items: stretch;
}
.respond .respondbox .respondtype li + li {
  margin-top: 15px;
}
.respond .respondbox .respondtype .typetit {
  padding: 0 20px 0 10px;
  margin-right: 20px;
  flex-shrink: 0;
  border-right: 2px #003264 solid;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #003265;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.respond .respondbox .respondtype .typetxt {
  display: flex;
  align-items: center;
}
.respond .respondbox .respondres {
  margin-top: 40px;
  background: #F4F8FC;
  padding: 30px 20px;
  position: relative;
}
.respond .respondbox .respondres .respondres_heading {
  position: absolute;
  left: 10px;
  top: 0;
  transform: translateY(-50%);
  z-index: 0;
  display: flex !important;
}
.respond .respondbox .respondres .respondres_heading .restit {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #003265;
  font-weight: 700;
  border-right: 2px #003264 solid;
  padding: 0 20px 0 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.respond .respondbox .respondres .respondres_heading .typetxt_big {
  font-size: 18px;
  font-weight: 700;
}
.respond .respondbox .respondres .respic {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
.respond .respondbox .respondres .respic li {
  width: calc((100% - 35px) / 2);
  position: relative;
}
.respond .respondbox .respondres .respic li img {
  width: 100%;
}
.respond .respondbox .respondres .respic li + li:before {
  position: absolute;
  content: "";
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px #003265 solid;
  border-right: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 1;
}
.respond .respondbox .respondres .respic_large_scale {
  padding-top: 50px;
}
.respond .respondbox .respondres_large_scale {
  margin-top: 70px;
}
.respond .respondbox .respondpri {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.respond .respondbox .respondpri .pritxt {
  font-size: 30px;
  color: #003265;
  font-weight: 700;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #D9CD00 0%) repeat scroll 0 0;
}
.respond .respondbox .respondpri .pritxt .priico {
  font-size: 24px;
}
.respond .respondbtn {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.respond .respondbtn li {
  width: 223px;
}
.respond .respondbtn li + li {
  margin-top: 20px;
}

@media screen and (min-width: 740px) {
  .respond .respondbox .respondcap {
    padding: 10px 15px;
    font-size: 30px;
    letter-spacing: 0.08em;
  }
  .respond .respondbox .respondname {
    font-size: 25px;
    letter-spacing: 0.08em;
    margin-top: 10px;
  }
  .respond .respondbox .respondnote {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.02em;
  }
  .respond .respondbox .respondcont {
    padding: 30px 15px;
  }
  .respond .respondbox .respondcont + .respondcont {
    margin-top: 35px;
  }
  .respond .respondbox .respondcont .conttit {
    font-size: 25px;
    letter-spacing: 0.05em;
    left: 15px;
  }
  .respond .respondbox .respondtype {
    margin-top: 20px;
  }
  .respond .respondbox .respondtype .typetit {
    padding: 0 20px 0 15px;
    font-size: 25px;
    letter-spacing: 0.05em;
  }
  .respond .respondbox .respondres {
    padding: 50px 30px;
  }
  .respond .respondbox .respondres .respondres_heading .restit {
    font-size: 25px;
    letter-spacing: 0.05em;
    left: 15px;
    padding: 0 20px 0 5px;
  }
  .respond .respondbox .respondres .respondres_heading .typetxt_big {
    font-size: 20px;
  }
  .respond .respondbox .respondres .respondres_heading .typetxt_big br {
    display: none;
  }
  .respond .respondbox .respondres .respondres_heading .typetxt_big .pc {
    display: block;
  }
  .respond .respondbox .respondres .respic {
    max-width: 574px;
    margin: 0 auto;
  }
  .respond .respondbox .respondres .respic li {
    width: calc((100% - 74px) / 2);
  }
  .respond .respondbox .respondres .respic li + li:before {
    left: -42px;
    border-left: 10px #003265 solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  .respond .respondbox .respondres .respic_large_scale {
    padding-top: 34px;
  }
  .respond .respondbox .respondres_large_scale {
    margin-top: 62px;
  }
  .respond .respondbox .respondpri .pritxt {
    font-size: 50px;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, #D9CD00 0%) repeat scroll 0 0;
  }
  .respond .respondbox .respondpri .pritxt .priico {
    font-size: 44px;
  }
  .respond .respondbtn {
    margin-top: 75px;
    flex-direction: row;
    justify-content: center;
  }
  .respond .respondbtn li {
    width: auto;
  }
  .respond .respondbtn li + li {
    margin: 0 0 0 50px;
  }
  .respond .respondbox .respondin {
    width: auto;
    padding: 12px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .respond .respondbox {
    flex-direction: row;
    align-items: flex-start;
  }
  .respond .respondbox .respondmess {
    width: 54%;
    margin-right: 3.4%;
    flex-shrink: 0;
  }
  .respond .respondbtn li + li {
    margin: 0 0 0 160px;
  }
}
@media screen and (min-width: 1700px) {
  .respond .respondbox {
    margin-left: -120px;
  }
}
/* !Restoration work
---------------------------------------------------------- */
.rwblock {
  position: relative;
}
.rwblock .hdl {
  margin-bottom: 20px;
}
.rwblock .rwinner {
  background: #F8F9FA;
  padding: 50px 0;
}
.rwblock .rwrespond {
  padding: 50px 0;
}
.rwblock .rwdet {
  text-align: center;
  margin-bottom: 30px;
}
.rwblock .rwbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.rwblock .rwbox + .rwbox {
  margin-top: 30px;
}
.rwblock .rwbox .rwin {
  width: 100%;
}
.rwblock .rwbox .rwtit {
  font-size: 18px;
  font-weight: 700;
  color: #003265;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.rwblock .rwbox .rwtxt {
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
.rwblock .rwbox .rwpic {
  display: flex;
  justify-content: space-between;
}
.rwblock .rwbox .rwpic li {
  width: calc((100% - 20px) / 2);
}
.rwblock .rwbox .rwpic li img {
  width: 100%;
}
.rwblock .rwbox .rwnote {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.68;
}
.rwblock .rwbox .rwimg {
  text-align: center;
  margin-top: 30px;
}
.rwblock .rwtype {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
}
.rwblock .rwintro {
  margin-top: 10px;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: -webkit-linear-gradient(left, rgba(0, 50, 101, 0), #003265 20%, #003265 50%, #003265 80%, rgba(0, 50, 101, 0));
}

@media screen and (min-width: 740px) {
  .rwblock .hdl {
    margin-bottom: 40px;
  }
  .rwblock .rwinner,
  .rwblock .rwrespond {
    padding: 100px 0;
  }
  .rwblock .rwdet {
    margin-bottom: 55px;
  }
  .rwblock .rwbox + .rwbox {
    margin-top: 45px;
  }
  .rwblock .rwbox .rwtit {
    font-size: 25px;
    margin-bottom: 35px;
  }
  .rwblock .rwbox .rwtxt {
    margin-bottom: 50px;
  }
  .rwblock .rwbox .rwpic li {
    width: calc((100% - 70px) / 2);
  }
  .rwblock .rwbox .rwnote {
    font-size: 16px;
  }
  .rwblock .rwtype {
    margin-top: 55px;
    font-size: 22px;
  }
  .rwblock .rwintro {
    padding: 15px 30px;
    font-size: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .rwblock .rwbox {
    flex-direction: row;
    align-items: flex-end;
    padding: 0 0 80px;
  }
  .rwblock .rwbox .rwin {
    width: auto;
    flex: 1;
    position: relative;
    z-index: 1;
  }
  .rwblock .rwbox.reverse {
    flex-direction: row-reverse;
  }
  .rwblock .rwbox .rwimg {
    max-width: 45.5%;
    margin: 0 0 0 4.7%;
    position: relative;
    z-index: 1;
  }
  .rwblock .rwbox.reverse .rwimg {
    margin: 0 4.7% 0 0;
  }
  .rwblock .rwbox:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100vw;
    height: calc(100% - 20px);
    right: calc(50% - 340px);
    bottom: 0;
    z-index: 0;
  }
  .rwblock .rwbox.reverse:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 100vw;
    height: calc(100% - 20px);
    right: auto;
    left: calc(50% - 340px);
    bottom: 0;
    z-index: 0;
  }
}
/* !XXXXXXXXXXXXXXXXXXXXX
---------------------------------------------------------- */
.form {
  padding-bottom: 45px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .form {
    padding-bottom: 75px;
  }
}
.form h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #001e3d;
}
@media (min-width: 768px) {
  .form h3 {
    font-size: 34px;
  }
}
.form .attension {
  font-size: 11px;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .form .attension {
    font-size: 14px;
    margin-top: 15px;
  }
}

form#mailformpro {
  margin-top: 20px;
}
@media (min-width: 768px) {
  form#mailformpro .form-group {
    max-width: 800px;
    margin: 50px auto 0;
  }
}
@media (min-width: 768px) {
  form#mailformpro .form-group:not(.contact_type) {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  form#mailformpro .form-group:not(.contact_type) .align-items-center {
    width: 275px;
  }
}
form#mailformpro .form-group + .form-group {
  border-top: 1px solid #999;
  margin-top: 25px;
  padding-top: 25px;
}
@media (min-width: 768px) {
  form#mailformpro .form-group + .form-group {
    margin-top: 35px;
    padding-top: 35px;
  }
}
form#mailformpro .form-group .form-control {
  border-radius: 0;
  border-color: #999;
  margin-top: 10px;
  font-size: 14px;
}
@media (min-width: 768px) {
  form#mailformpro .form-group .form-control {
    margin-top: 0;
    font-size: 16px;
  }
}
form#mailformpro .form-group .form-control#inquiry_other_text, form#mailformpro .form-group .form-control#period_other_text {
  margin-left: 20px;
  margin-top: 5px;
  width: 90%;
}
form#mailformpro .form-group .check_vertical {
  display: flex;
  flex-direction: column;
}
form#mailformpro .form-group .form-check-input {
  margin: 5px;
}
form#mailformpro .must {
  border-radius: 0;
  font-size: 14px;
  border: 0;
  padding: 3px 10px;
  margin-right: 10px;
  color: #333;
  background-color: #f5d61b;
}
@media (min-width: 768px) {
  form#mailformpro .must {
    font-size: 16px;
    padding: 3px 13px;
    margin-right: 20px;
  }
}
form#mailformpro label {
  font-weight: bold;
}
@media (max-width: 767.98px) {
  form#mailformpro label br {
    display: none;
  }
}
form#mailformpro .checks {
  margin-top: 10px;
}
@media (min-width: 768px) {
  form#mailformpro .checks {
    flex: 1;
  }
}
form#mailformpro .checks label {
  margin-right: 10px;
  margin-bottom: 5px;
}
form#mailformpro .checks label input {
  margin-right: 5px;
}
@media (min-width: 768px) {
  form#mailformpro .other {
    display: block;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  form#mailformpro .other .form-control {
    width: 100%;
  }
}
form#mailformpro .mfp_err {
  position: static !important;
}
@media (min-width: 768px) {
  form#mailformpro .mfp_err {
    width: 100%;
  }
}
form#mailformpro .submit {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  form#mailformpro .submit {
    margin-top: 60px;
  }
}
form#mailformpro .submit button {
  background-color: #2d382d;
  border: 0;
  padding: 10px 20vw;
  border-radius: 50px;
  font-size: 16px;
}
@media (min-width: 768px) {
  form#mailformpro .submit button {
    padding: 20px 100px;
    font-size: 18px;
  }
}/*# sourceMappingURL=page.css.map */