@charset "UTF-8";
/***********************
	共通部分
	********************/
.spArea {
  display: none;
}

.pcArea {
  display: block;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.blue {
  color: #00497D;
}

body {
  width: 100%;
  background: url(/assets/images/img_bg_w.jpg);
  font-size: 19px;
}

.bg-b {
  width: 100%;
  background: url(/assets/images/img_bg_b.jpg);
}

.big {
  font-size: 27px;
}

.inner {
  width: 1024px;
  margin: 0 auto;
}

.sec_inner {
  width: 980px;
  margin: 0 auto;
}

.h-blue {
  border-left: solid 6px #00497D;
  padding-left: 10px;
}

.bg-green {
  background-color: #81A5A9;
  color: #fff;
}

.bg-blue {
  background-color: #00497D;
}

.bg-blue p {
  color: #fff;
}

.bg-gray {
  background-color: #D4D3D4;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

/********
	header
	************/
header {
  width: 100%;
  position: fixed;
  background: rgb(255, 255, 255);
  z-index: 101;
  top: 0;
  left: 0;
}
header .inner {
  padding: 10px 0 20px;
}
@media only screen and (max-width: 770px) {
  header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3% 0 0 0;
    width: 92%;
  }
}
header .inner .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
}
header .inner .wrapper .contact {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media only screen and (max-width: 770px) {
  header .inner .wrapper .contact {
    display: none;
  }
}
header .inner .wrapper .contact .tel a {
  display: flex;
}
header .inner .wrapper .contact .tel a .icon {
  max-width: 24px;
  width: 100%;
  margin-right: 8px;
}
header .inner .wrapper .contact .tel a .number p {
  font-size: 24px;
  color: #00497D;
  line-height: 1;
}
header .inner .wrapper .contact .tel a .number p.attention {
  font-size: 11px;
  color: #000000;
  margin-top: 5px;
}
header .inner .wrapper .contact .mail {
  border-left: 1px solid #727171;
  margin-left: 8px;
  padding-left: 8px;
}
header .inner .wrapper .contact .mail a {
  text-align: center;
  color: #000000;
}
header .inner .wrapper .contact .mail a .icon {
  max-width: 20px;
  width: 100%;
  margin: auto;
}
header .inner .wrapper .contact .mail a p {
  font-size: 16px;
}
header .inner .navArea .g-nav {
  margin-top: 8px;
}
header .inner .navArea .g-nav ul {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 30px;
}
header .inner .navArea .g-nav ul li {
  display: inline-block;
  margin-right: 6px;
  padding: 7px 0;
  line-height: 1;
  font-weight: bold;
}
header .inner .navArea .g-nav ul li a {
  font-size: 16px;
  color: #000;
}

.home header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.6);
}
.home header.fixed {
  position: fixed;
  width: 100%;
  background: rgb(255, 255, 255);
  z-index: 101;
  top: -100px;
}

/********
	footer
	************/
footer {
  width: 100%;
  background-color: #00497D;
  color: #fff;
  padding: 60px 0 40px;
}
@media only screen and (max-width: 770px) {
  footer {
    padding: 6% 0;
  }
}
footer .inner {
  max-width: 980px;
}
footer .inner .ft_nav ul {
  margin: 12px auto 20px;
}
@media only screen and (max-width: 770px) {
  footer .inner .ft_nav ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
footer .inner .ft_nav ul li {
  display: inline-block;
  font-size: 22px;
  margin-right: 15px;
}
@media only screen and (max-width: 770px) {
  footer .inner .ft_nav ul li {
    font-size: 0.027rem;
    display: block;
    margin-right: 3%;
  }
}
footer .inner .ft_nav ul li a {
  color: #fff;
}

.privacy {
  float: right;
  font-size: 14px;
}
@media only screen and (max-width: 770px) {
  .privacy {
    float: none;
    font-size: 0.024rem;
    text-align: center;
  }
}
.privacy a {
  color: #FFF;
}

.copyright {
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 770px) {
  .copyright {
    font-size: 0.019rem;
    margin-top: 4%;
  }
}

/********
	top
	************/
.top {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}

.slideArea {
  position: relative;
  top: 0;
}

.slideArea ul li {
  width: 100%;
  display: block;
}

.copyArea {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  z-index: 102;
  width: 417px;
  height: auto;
}

.copy_img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  z-index: 102;
  width: 417px;
  height: auto;
  display: none;
}

.slideArea ul .slide1 {
  background: url(/assets/images/home/slide_top01.jpg) no-repeat center top;
  background-size: cover;
}

.slideArea ul .slide2 {
  background: url(/assets/images/home/slide_top02.jpg) no-repeat center top;
  background-size: cover;
}

.slideArea ul .slide3 {
  background: url(/assets/images/home/slide_top03.jpg) no-repeat center top;
  background-size: cover;
}

.slideArea ul .slide4 {
  background: url(/assets/images/home/slide_top04.jpg) no-repeat center top;
  background-size: cover;
}

.product_slide_prev,
.product_slide_next {
  z-index: 200;
  border-width: 0;
  border-style: none;
  background: none;
  outline: none;
  position: absolute;
  top: 50%;
}

.product_slide .sec_inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

.product_slide_prev {
  left: 10px;
}

.product_slide_next {
  right: 10px;
}

.product_slide {
  position: relative;
}

/********
	contents
	************/
.contents {
  position: relative;
  z-index: 100;
  background: url(/assets/images/img_bg_w.jpg) center center;
  margin-top: 142px;
}
@media only screen and (max-width: 770px) {
  .contents {
    margin-top: 50px;
  }
}

.home .contents {
  margin-top: 0;
}
.home .contents::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: linear-gradient(rgba(0, 73, 125, 0) 30%, rgba(0, 73, 125, 0.7) 70%, rgb(0, 73, 125));
  position: absolute;
  top: -307px;
  left: 0;
  z-index: 200;
}
@media only screen and (max-width: 770px) {
  .home .contents::before {
    top: -7.5%;
  }
}

.sec_ttl::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 31px;
  background: url(../images/icon_sec.png) no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}

.sec_ttl img {
  vertical-align: middle;
}

.sec_ttl {
  margin-bottom: 30px;
}

.copy {
  margin-bottom: 20px;
}

.lead {
  font-size: 39px;
  font-weight: normal;
  margin-bottom: 30px;
}

.about {
  width: calc(100% - 15px);
  background: #00497d; /* Old browsers */
  background: -moz-linear-gradient(left, #00497d 17%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00497d 17%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00497d 17%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00497d", endColorstr="#ffffff", GradientType=1); /* IE6-9 */
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  padding: 5px 15px;
  margin-bottom: 20px;
}

.about_list li {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}

.sec1 .imgArea {
  margin: 50px auto 100px;
}
@media only screen and (max-width: 770px) {
  .sec1 .imgArea {
    margin: 5% auto 13%;
  }
}

.sec1 .big {
  font-size: 32px;
  font-weight: bold;
  margin-top: 20px;
}

h4 {
  margin-bottom: 10px;
}

.top_txt {
  font-size: 27px;
}

.sec1 big {
  font-weight: bold;
  display: block;
  font-size: 21px;
}

.sec2 .noto {
  margin-bottom: 20px;
}

.sec2 .wArea {
  width: 100%;
  background-color: #fff;
  padding: 35px 0px;
  margin: 25px auto;
}

.sec2 .wArea h3 {
  text-align: center;
  padding: 20px 0;
  width: 596px;
  margin: 0 auto 10px;
}

.sec2 .wArea p {
  padding: 10px 30px;
}

.feature ul {
  margin: 20px auto;
  border-bottom: 1px solid #00497D;
  width: 100%;
}

.feature ul li {
  width: 30%;
  float: left;
  margin-right: 5%;
}

.feature ul li:last-child {
  margin-right: 0;
}

.feature ul li h4 {
  margin-bottom: 5px;
}
@media only screen and (max-width: 770px) {
  .feature ul li h4 {
    font-size: 0.038rem;
  }
}

.feature ul li h4::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 26px;
  background: url(../images/icon_cube.png) no-repeat;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.feature ul li p {
  font-size: 16px;
}
@media only screen and (max-width: 770px) {
  .feature ul li p {
    font-size: 0.026rem;
  }
}

.fine {
  padding-bottom: 50px;
  margin-top: 50px;
}

.fine ul {
  width: 100%;
  overflow: hidden;
}

.fine ul li {
  width: 47%;
  float: left;
  margin-bottom: 45px;
}

.fine ul li:nth-child(2n) {
  float: right;
}

.fine ul li h4 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 5px;
}

.fine ul li .noto {
  font-size: 16px;
  margin-bottom: 0;
}
@media only screen and (max-width: 770px) {
  .fine ul li .noto {
    font-size: 0.026rem;
  }
}

.point {
  text-align: center;
  margin-bottom: 30px;
}

.point li {
  display: inline-block;
  margin: 20px 15px;
}

.tableArea {
  margin: 50px auto 100px;
}
@media only screen and (max-width: 770px) {
  .tableArea {
    margin: 5% auto 10%;
  }
}

.tableArea p {
  font-size: 16px;
}

.tableArea .big {
  font-size: 22px;
  font-weight: bold;
}

.tableArea table {
  border-collapse: separate;
  border-spacing: 10px;
}

.tableArea .bg-green {
  width: 370px;
  padding: 10px;
  font-weight: normal;
  font-size: 22px;
}

.tableArea .bg-blue {
  padding-left: 10px;
  width: 170px;
}

.tableArea .bg-blue p {
  color: #fff;
  font-size: 20px;
}

.tableArea .bg-w {
  border: 1px solid #00497D;
  padding: 10px;
}

.tableArea .bg-gray {
  padding: 10px;
}

.meritArea {
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
}
@media only screen and (max-width: 770px) {
  .meritArea {
    padding-bottom: 13%;
  }
}

.merit {
  width: 48%;
  float: left;
}

.demerit {
  width: 48%;
  float: right;
}

.meritArea dl dt {
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
}

.meritArea dl dd {
  margin: 0 auto;
  padding: 10px;
}

.meritArea dl .bg-w {
  background-color: #fff;
}

.meritArea dl dd h4 {
  margin: 0 auto 10px;
  font-size: 22px;
}

.meritArea dl dd p {
  font-size: 16px;
}
@media only screen and (max-width: 770px) {
  .meritArea dl dd p {
    font-size: 0.018rem;
  }
}

.sec5 .big {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 35px;
}

.sec5 .sec_inner {
  padding-bottom: 80px;
}
@media only screen and (max-width: 770px) {
  .sec5 .sec_inner {
    padding-bottom: 13%;
  }
}

.compare_list ul {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.compare_list ul li {
  width: 32%;
  height: 360px;
  margin-right: 2%;
  float: left;
  background-color: #fff;
  border: 1px solid #00497D;
  box-sizing: border-box;
  margin-bottom: 25px;
}

.compare_list ul li:nth-child(3n) {
  margin-right: 0;
}

.compare_list ul li dl dt {
  text-align: center;
  padding: 5px 0;
}

.compare_list ul li dl .blue-btm {
  text-align: center;
  border-bottom: solid 1px #00497D;
  padding: 5px 0;
}

.compare_list ul li dl .blue-btm h5 {
  font-weight: normal;
}
@media only screen and (max-width: 770px) {
  .compare_list ul li dl .blue-btm h5 {
    font-size: 0.02rem;
  }
}

.compare_list ul li dl .txtArea {
  font-size: 16px;
  padding: 5px 10px;
}
@media only screen and (max-width: 770px) {
  .compare_list ul li dl .txtArea {
    font-size: 0.018rem;
  }
}
@media only screen and (max-width: 770px) {
  .compare_list ul li dl .txtArea p {
    font-size: 0.018rem;
  }
}

.flowArea {
  padding-bottom: 80px;
}
@media only screen and (max-width: 770px) {
  .flowArea {
    padding-bottom: 13%;
  }
}

.flowArea ul {
  width: 100%;
}

.flowArea ul li {
  width: 17.6%;
  float: left;
  margin-right: 3%;
  position: relative;
}

.flowArea ul li:not(:last-child)::after {
  content: "";
  display: block;
  width: 19px;
  height: 33px;
  background: url(../images/arrow_r.png) no-repeat;
  position: absolute;
  right: -25px;
  top: 10px;
}

.flowArea ul li:last-child {
  margin-right: 0;
}

.flowArea ul li p {
  font-size: 16px;
}
@media only screen and (max-width: 770px) {
  .flowArea ul li p {
    font-size: 0.026rem;
  }
}

.flowArea ul li .bg-blue {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
}

.flowArea ul li .bg-blue p {
  font-size: 24px;
}

.sec8 .imgArea {
  padding-bottom: 100px;
}

.pdf_lineup {
  width: 100%;
  padding-bottom: 50px;
}
@media only screen and (max-width: 770px) {
  .pdf_lineup {
    padding-bottom: 13%;
  }
}

.pdf_lineup li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 1%;
}

.pdf_lineup li:nth-child(3n) {
  margin-right: 0;
}

.contactArea {
  width: 100%;
  padding-top: 84px;
  padding-bottom: 76px;
}
@media only screen and (max-width: 770px) {
  .contactArea {
    padding-top: 14%;
    padding-bottom: 14%;
  }
}

.contact_upp {
  background-color: #183D60;
}

.contact_upp p {
  text-align: center;
  font-size: 27px;
  color: #fff;
  padding: 20px 0;
  line-height: 1.8;
}
@media only screen and (max-width: 770px) {
  .contact_upp p {
    padding: 4% 0;
  }
}

.contact_btm {
  background-color: #00497D;
  padding: 25px 0 35px;
}

.contact_btm .tel {
  float: left;
  margin-left: 40px;
}

.contact_btm .mail {
  float: right;
  margin-right: 40px;
}

.contact_btm_office {
  background: #FFF;
  font-size: 0;
  padding: 14px 27px 7px 27px;
}

.contact_btm_office ul {
  width: 450px;
  display: inline-block;
  vertical-align: top;
}

.contact_btm_office ul li {
  margin: 0 0 13px 0;
}

.contact_btm_office ul li .office {
  font-size: 20px;
  color: #00497d;
  font-weight: bold;
  border-bottom: 1px solid #00497d;
  padding: 0 0 2px 0;
}

.contact_btm_office ul li p {
  font-size: 15px;
  padding: 3px 0 0 0;
}

.contact_btm_office ul:nth-child(even) {
  width: 450px;
  margin: 0 0 0 25px;
}

/********
	inview
	************/
.fade {
  opacity: 0;
  transition: 2s;
}

.fadeIn {
  opacity: 1;
}

.list_mv {
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transition: 0.5s;
}

.view {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*# sourceMappingURL=extend.css.map */
