/* layout */
.header-inner {
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
	align-items: center;
  display: flex;
}
.header-logo-link {
  display: block;
  width: 40%;
}
.header-contact {
  display: block;
  text-align: right;
  width: 14%;
}
.header-mail {
  display: inline-block;
  vertical-align: middle;
}
.header-tel-link {
  font-size: 28px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding-left: 34px;
  position: relative;
}
.header-mail {
  margin-left: 1.5%;
}

.header-mail-link:before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.header-mail-link:before {
  background: url("../img/ic_mail.png") no-repeat 0 50%;
  background-size: auto 100%;
  width: 26px;
  height: 20px;
  left: 15px;
}
.header-mail-link > span {
  display: inline-block;
}
.header-menu {
  background: #062d59;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.header-menu-link {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  display: table;
  text-decoration: none;
  position: relative;
  width: 50px;
  height: 100%;
}
.header-menu-link > span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.header-menu-link > span:before {
  content: "";
  display: block;
  background: url("../img/ic_menu.png") no-repeat 0 0;
  background-size: 100%;
  width: 20px;
  height: 15px;
  margin: 0 auto;
}
.gnav {
  display: none;
  text-align: center;
  width: 90%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}
.gnav:before {
  content: "";
  display: block;
  background: url("../img/gnav_logo.png") no-repeat 0 0;
  background-size: 100%;
  width: 43px;
  height: 55px;
  position: absolute;
  top: 13px;
  left: -30px;
  z-index: 1;
}
.gnav-inner {
  margin: auto;
  padding-left: 17px;
  padding-right: 17px;
  position: relative;
  z-index: 2;
  border: 4px solid #062d59;
}
.gnav-main-list {
  background: #fff;
}
.gnav-main-list li {
  border-bottom: 1px solid #062d59;
}
.gnav-main-list li br {
  display: none;
}
.gnav-main-list li a {
  text-decoration: none;
  font-weight: bold;
  padding: 10px 0;
  display: block;
  position: relative;
  font-size: 12px;
}
.gnav-main-list li a:after {
  position: absolute;
  content: "";
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #062d59;
  border-right: 2px solid #062d59;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -7px;
}
.gnav-head {
  position: relative;
}
.gnav-head-ttl {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  background: #062d59;
  padding: 6px 0 8px;
}
.gnav-head-close {
  background: url("../img/ic_close.png") no-repeat 50% 50%;
  background-size: 13px auto;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -4px;
  right: 0;
}
.gnav-head-close > span {
  display: none;
}
.gnav-list {
  background: #fff;
}
.gnav-item {
  border-bottom: 1px solid #062d59;
}
.gnav-link {
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  padding: 10px;
  position: relative;
}
.gnav-link:after {
  content: "";
  display: block;
  background: url("../img/ic_arrow_r_or.png") no-repeat 0 50%;
  background-size: 100% auto;
  width: 9px;
  height: 15px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}
.gnav-contact a {
  color: #fff;
  background: #333;
  padding: 15px 16px 18px;
  display: block;
}
.is-nav-open .gnav {
  display: block;
}
.is-nav-open .gnav-inner {
  padding: 0;
}
.is-nav-open .overlay {
  display: block;
}
.top-section {
  padding: 45px 0 50px;
}
.top-section.top-service {
  background: #e7f2ff;
}
.top-section-ttl {
  line-height: 1.2;
  text-align: center;
  padding-bottom: 40px;
}
.top-section-ttl-text {
  font-size: 28px;
  font-weight: 600;
  display: block;
}
.top-section-ttl-cap {
  color: #2e70d6;
  font-size: 12px;
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 5px;
	font-weight: bold;
}

.top-section-inner {
  margin: auto;
  padding-left: 17px;
  padding-right: 17px;
}
.footer {
  text-align: center;
  background: #333;
}

.footer-inner {
  margin: auto;
  padding-left: 17px;
  padding-right: 17px;
}
.footer-pagetop {
  background: #2e70d6;
  padding: 20px 0;
}
.footer-pagetop a {
  color: #fff;
}
.footer-pagetop-link {
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
}
.footer-pagetop-link .-icon {
  display: block;
  background: #333;
  width: 33px;
  height: 33px;
  margin: 0 auto 10px;
  border-radius: 50%;
  position: relative;
}
.footer-pagetop-link .-icon:before {
  content: "";
  display: block;
  background: url("../img/sp_ic_pagetop.png") no-repeat 50% 0;
  background-size: auto 100%;
  width: 15px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -5px;
}

.footer-copyright {
  padding: 10px 0;
}

.footer-copyright-copy {
  color: #fff;
  font-size: 8px;
  font-weight: bold;
  line-height: 1.375;
}
.footer-copyright-copy > span {
  display: block;
}

.overlay {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  .header-inner {
    max-width: 1180px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-inner {
    display: flex;
    width: 100%;
    padding-top: 22px;
    padding-bottom: 22px;
    box-sizing: border-box;
    justify-content: space-between;
  }
  .header-logo {
    display: block;
    width: 18%;
  }
  .header-logo-link {
    display: inline-block;
    width: auto;
  }
  .header-contact {
    display: block;
    text-align: right;
		width: 5%;
  }
  .header-tel-link {
    font-size: 20px;
  }
  .header-menu {
    display: none;
  }
  .gnav {
    display: block;
    border: none;
    position: static;
		width: 60%;
  }
  .gnav:before {
    content: none;
  }
  .gnav-inner {
    max-width: 1180px;
    padding-left: 0;
    padding-right: 0;
  }
  .gnav-inner {
    border: none;
  }
  .gnav-main-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
  }
  .gnav-main-list li {
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    border: none;
  }
  .gnav-main-list li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 15px;
    margin-top: -7.5px;
  }
  .gnav-main-list li:last-child:after {
    content: none;
  }
  .gnav-main-list li br {
    display: block;
  }
  .gnav-main-list li a {
    font-size: 14px;
    padding: 0;
  }
  .gnav-main-list li a:hover {
    opacity: 0.7;
  }
  .gnav-main-list li a:after {
    content: none;
  }
  .gnav-head {
    display: none;
  }
  .gnav-list {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .gnav-list:last-child {
    background: url("../img/gnav_bg.png") no-repeat 100% 50%;
  }
  .gnav-item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: url("../img/gnav_bg.png") no-repeat 0 50%;
    border: none;
  }
  .gnav-link {
    font-size: 16px;
    line-height: 1.35;
    padding: 0;
  }
  .gnav-link:after {
    content: none;
  }
  .gnav-contact {
    display: none;
  }
	.top-section {
    padding: 6.03% 0 6.432%;
  }
  .top-section.top-office {
    padding: 6.03% 0 8.432%;
  }
  .top-section-ttl {
    line-height: 1.35;
    padding-bottom: 60px;
  }
  .top-section-ttl-text {
    font-size: 44px;
  }
  .top-section-ttl-cap {
		font-size: 14px;
  }
  .top-section-inner {
    max-width: 1180px;
    padding-left: 10px;
    padding-right: 10px;
  }
	.footer-pagetop {
    background: transparent;
    padding: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
  .footer-pagetop-link .-icon {
    background: rgba(204, 204, 204, 0.8);
    width: 80px;
    height: 80px;
    margin: 0;
  }
  .footer-pagetop-link .-icon:before {
    background-image: url("../img/ic_pagetop.png");
    width: 29px;
    height: 18px;
    margin-top: -9px;
  }
  .footer-pagetop-link .-text {
    display: none;
  }
  .footer-copyright {
    padding: 25px 0;
  }
  .footer-copyright-copy {
    font-size: 16px;
  }
  .footer-copyright-copy > span {
    display: inline-block;
    margin: 0 0.3rem;
  }
}
.ribbon11-wrapper {  
  position: relative;
}
.ribbon11 {
  position: absolute;
  box-sizing: border-box;
  font-size: 14px;
  color: white;
  background: #0766f4;
  top: 13px;
  left: -15px;
  width: 140px;
  transform: rotate(337deg);
  text-align: center;
}
.attention {
  color: #0766f4;
  border: 1px solid #0766f4;
  padding: 5px 10px;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.4;
}
.incPlan__function .attention {
  font-size: 11px;
  margin-top: 0;
  font-weight: normal;
  padding: 2px 5px;
}