@charset "utf-8";
/* 下層ページ共通レイアウト */
/*===============================================
 *	header
===============================================*/
@media only screen and (max-width: 620px) {
  #navibtn {
    top: 0;
  }
  #menu-navibtn:checked ~ #navi {
    top: 60px;
  }
}
@media only screen and (max-width: 568px) {
  #header-wrap {
      height: 60px;
  }
  #header-wrap .logo {
    padding: 15px 0 0 2%;
  }
}
/*===============================================
 *	MV
===============================================*/
.sub-main {
  width: 100%;
  background: url(../img/page/page-main.jpg) no-repeat center;
  background-size: cover;
  padding: 60px 0;
  overflow: hidden;
}
.sub-main .inner {
  position: relative;
}
.sub-main .inner h1 {
  font-size: 48px;
  color: #fff;
  position: relative;
  padding-left: 90px;
}
.sub-main .inner h1::before {
  content: '';
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 568px) {
  .sub-main {
    margin-top: 60px;
    padding: 30px 5%;
  }
  .sub-main .inner h1 {
    font-size: 24px;
    padding-left: 55px;
  }
  .sub-main .inner h1::before {
    width: 45px;
    height: 45px;
  }
}
/*===============================================
 *	イントロ
===============================================*/
.intro-box .img-box,
.intro-box .txt-box {
  width: calc(100% / 2.1);
}
.intro-box .txt-box h2 {
  font-size: 42px;
}
.intro-box .txt-box small {
  font-size: 0.8em;
}
.intro-box .txt-box p {
  margin-top: 15px;
}
@media only screen and (max-width: 568px) {
  .intro-box {
    flex-direction: column;
    padding: 30px 5%;
  }
  .intro-box .txt-box ul li {
    font-size: 14px;
  }
  .intro-box .txt-box h2 {
    font-size: 26px;
  }
}
/*===============================================
 *	MV下イントロ
===============================================*/
.arrow-box {
  display: inline-block;
  position: relative;
  background: #ffd800;
  padding: 15px 30px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.arrow-box:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 15px;
  border-bottom-width: 20px;
  border-left-width: 15px;
  border-right-width: 15px;
  margin-left: -15px;
  border-top-color: #ffd800;
  top: 100%;
  left: 23%;
}
/*===============================================
 *	イントロ
===============================================*/
.intro-box {
  padding: 60px 0;
}
.intro-box .img-box,
.intro-box .txt-box {
  width: calc(100% / 2.1);
}
@media only screen and (max-width: 568px) {
  .intro-box {
    flex-direction: column;
    padding: 30px 5%;
  }
  .intro-box .img-box,
  .intro-box .txt-box {
    width: 100% !important;
  }
  .intro-box .txt-box {
    margin-top: 30px;
  }
}
/*===============================================
 *	パンくずリスト
===============================================*/
.breadcrumbs {
  margin: 0 auto;
  font-size: 14px;
  padding-top: 10px;
  position: relative;
}
.breadcrumbs a {
  color: #0077c2;
}
@media only screen and (max-width: 568px) {
  .breadcrumbs {
    display: none;
  }
}
/*===============================================
 *	下線エフェクト
===============================================*/
.ttl-underline {
  position: relative;
}
.ttl-underline::after {
  content: '';
  position: absolute;
  width: 48px;
  height: 5px;
  background: #0077c2;
  left: 50%;
  bottom: -15px;
  transform: translate(-50%, 0);
}
/*===============================================
 *	下層ページ対応エリア
===============================================*/
.section-map {
  padding: 80px 0;
  text-align: center;
}
.section-map h3 {
  font-size: 46px;
}
.section-map p {
  margin-top: 50px;
  font-size: 18px;
}
.area-map {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.area-map::before {
  content: '';
  background: url(../img/page/map-before.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -180px;
  left: -180px;
  width: 424px;
  height: 421px;
  z-index: -1;
}
.area-map ul {
  background: #fff;
  border: solid 4px #42a5f5;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  padding: 30px;
}
.area-map ul li {
  width: calc(100% / 9.1);
  background: url(../img/common/line-arrow.png) left center no-repeat;
  text-align: center;
  position: relative;
}
.area-map ul li a:hover {
  color: #42a5f5;
}
.area-map .map-ttl {
  font-size: 26px;
  padding: 15px 0;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
@media only screen and (max-width: 568px) {
  .section-map p {
    margin-top: 35px;
  }
  .section-map {
    padding: 30px 0;
  }
  .section-map h3 {
    font-size: 28px;
  }
  .area-map {
    width: 90%;
    margin: 30px auto 0;
  }
  .area-map::before {
    background: none;
  }
  .area-map ul {
    padding: 0;
  }
  .area-map ul li {
    width: calc(100% / 3);
    background: url(../img/common/line-arrow.png) left 10px center no-repeat;
    padding: 10px 5px;
    letter-spacing: 0;
    border-right: solid 0.5px #e2e2e2;
    border-bottom: solid 0.5px #e2e2e2;
  }
  .area-map ul li:last-child {
    border-right: solid 1px #e2e2e2;
  }
  .area-map .map-ttl {
    font-size: 20px;
  }
}
/*===============================================
 *	下層ページよくある質問
===============================================*/
#sec-faq {
  background: #d0e8fc;
  padding: 80px 0;
}
#sec-faq .faq-box {
  border: solid 8px #d0e8fc;
  border-radius: 10px;
}
@media only screen and (max-width: 568px) {
  #sec-faq {
    padding: 30px 0;
    margin-top: 0;
  }
  #sec-faq .faq-box {
    border: solid 4px #e2e2e2;
    border-left: none;
    border-right: none;
    margin-top: 15px;
    border-radius: 0;
  }
}
/*===============================================
 *	ページ内リンクボックス
===============================================*/
.inner-linkbox {
  border-radius: 10px;
}
.inner-linkbox .linkbox-ttl {
  padding: 15px 0;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.inner-linkbox .linkbox-ttl h3,
.inner-linkbox .linkbox-ttl h4 {
  color: #fff;
  font-size: 40px;
  display: inline-block;
  position: relative;
}
.inner-linkbox .linkbox-ttl h3:before,
.inner-linkbox .linkbox-ttl h4:before {
  content: '';
  background: url(../img/linkbox/linkbox-ttl-check.png) no-repeat;
  background-size: contain;
  width: 43px;
  height: 41px;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translate(0, -50%);
}
.inner-linkbox ul {
  background: #fff;
  padding: 30px;
  padding-top: 15px;
  border: solid 8px #0077c2;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.inner-linkbox ul li {
  width: calc(100% / 3.1);
  border: solid 2px #0077c2;
  border-radius: 5px;
  margin-top: 15px;
}
.inner-linkbox ul li:hover {
  opacity: 0.8;
}
.inner-linkbox ul li p {
  text-align: center;
  position: relative;
  width: 65%;
  font-size: 20px;
  padding-right: 30px;
  letter-spacing: 0;
  position: relative;
}
.inner-linkbox ul li p::after {
  content: '';
  background: url(../img/linkbox/linkbox-arrow.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
}
.inner-linkbox ul li img {
  width: 35%;
}
@media only screen and (max-width: 568px) {
  .inner-linkbox .linkbox-ttl {
    border-radius: 0;
  }
  .inner-linkbox .linkbox-ttl h3,
  .inner-linkbox .linkbox-ttl h4 {
    font-size: 24px;
  }
  .inner-linkbox .linkbox-ttl h3:before,
  .inner-linkbox .linkbox-ttl h4:before {
    width: 33px;
    height: 31px;
    left: -45px;
  }
  .inner-linkbox ul {
    padding: 30px 5%;
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: solid 8px #0077c2;
  }
  .inner-linkbox ul li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .inner-linkbox ul li:last-child {
    margin-bottom: 0;
  }
  .inner-linkbox ul li p {
    font-size: 18px;
    padding: 0 15px;
    text-align: left;
  }
  .inner-linkbox ul li p::after {
    width: 18px;
    height: 18px;
    right: 15px;
  }
  .inner-linkbox ul li p,
  .inner-linkbox ul li img {
    width: 50%;
  }
}
/*===============================================
 *	タイトルエフェクト
===============================================*/
.list-ttl {
  position: relative;
  color: #fff;
  font-size: 35px;
  padding: 15px;
  padding-left: 120px;
  border-radius: 10px;
  overflow: hidden;
}
.list-ttl::before,
.list-ttl::before,
.list-ttl::before {
  content: '';
  position: absolute;
  left: 0;
  width: 59px;
  height: 100%;
  top: 0;
  padding: 0 15px;
}
@media only screen and (max-width: 568px) {
  .list-ttl {
    border-radius: 0;
    font-size: 21px;
    padding-left: 100px;
  }
  .list-ttl::before {
    background-size: 43px 40px !important;
    width: 60px;
    padding: 0 10px;
  }
}
/*===============================================
 *	タイトルエフェクト
===============================================*/
.ttl-underline {
  text-align: center;
  font-size: 46px;
}
@media only screen and (max-width: 568px) {
  .ttl-underline {
    font-size: 28px;
  }
}

.contents-cv-area {
  width: 100%;
  margin-top: 45px;
  padding-bottom: 0;
  border-radius: 10px;
  overflow: hidden;
}
.contents-cv-area .cv-txt {
  padding: 15px 30px;
}
.contents-cv-area .cv-txt h5 {
  font-size: 40px;
  margin-left: 30px;
}
.contents-cv-area .cv-box {
  width: 100%;
  background: #e7f3fd;
  margin-top: 0;
  border-radius: 0;
}
.contents-cv-area .cv-box p {
  background: #fff;
}
@media only screen and (max-width: 568px) {
  .contents-cv-area .cv-box::before {
    width: 70px;
    height: 70px;
    top: -60px;
    z-index: 3;
    border-radius: 0;
  }
  .contents-cv-area .cv-box::after {
    width: 180px;
    height: 125px;
    top: -125px;
  }
  .contents-cv-area .cv-box p {
    font-size: 16px;
  }
  .contents-cv-area .cv-txt {
    padding: 15px;
  }
  .contents-cv-area .cv-txt span {
    position: relative;
    z-index: 1;
  }
  .contents-cv-area .cv-txt .inner {
    margin-left: 0;
  }
  .contents-cv-area .cv-txt h5 {
    font-size: 18px;
    position: relative;
    z-index: 1;
    margin-top: 10px;
    margin-left: 0;
  }
}

/*===============================================
 *	その他のサービスのご紹介
===============================================*/
#service-other {
  padding: 80px 0;
}
#service-other .inner {
  text-align: center;
}
#service-other span {
  font-size: 26px;
  text-align: center;
  position: relative;
  font-weight: bold;
}
#service-other span::before {
  content: '';
  background: url(../img/top/reason03-ttl-before.png) no-repeat center;
  background-size: contain;
  position: absolute;
  width: 25px;
  height: 30px;
  left: -45px;
  bottom: 0;
}
#service-other span::after {
  content: '';
  background: url(../img/top/reason03-ttl-after.png) no-repeat center;
  background-size: contain;
  position: absolute;
  width: 25px;
  height: 30px;
  right: -45px;
  bottom: 0;
}
#service-other .other-txt {
  font-size: 46px;
  text-align: center;
  /* margin-top: 15px; */
}
#service-other .other-ttl {
  font-size: 34px;
  color: #fff;
  padding: 15px;
  padding-left: 90px;
  border-radius: 10px;
  margin-top: 45px;
  margin-bottom: 15px;
  text-align: left;
  position: relative;
}
#service-other .other-ttl::before {
  content: '';
  position: absolute;
  background: url(../img/other-service/other-icon.png) no-repeat center;
  background-size: contain;
  width: 40px;
  height: 40px;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
}
#service-other ul {
  margin-top: 15px;
}
#service-other ul li {
  width: calc(100% / 4.2);
  background: #fff;
  border: solid 3px #0077c2;
  border-radius: 5px;
  margin-top: 15px;
  overflow: hidden;
  position: relative;
}
#service-other ul li:hover {
  opacity: 0.8;
}
#service-other ul li::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/top/arrow-btn-box.png) no-repeat center;
  background-size: contain;
  width: 30px;
  height: 30px;
}
#service-other ul li p {
  width: calc(100% - 104px);
  text-align: left;
  padding-left: 20px;
  color: #0077c2;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0;
  font-size: 18px;
}
#service-other ul li img {
  width: 104px;
  height: auto;
}
@media only screen and (max-width: 568px) {
  #service-other {
    padding: 30px 0;
  }
  #service-other span {
    font-size: 18px;
    letter-spacing: 0;
  }
  #service-other .other-txt {
    font-size: 20px;
  }
  #service-other .other-txt b {
    font-size: 24px;
  }
  #service-other .other-ttl {
    font-size: 22px;
    padding-left: 60px;
    border-radius: 0;
    margin-top: 30px;
  }
  #service-other .other-ttl::before {
    width: 30px;
    height: 30px;
    left: 5%;
  }
  #service-other ul {
    padding: 0 5%;
  }
  #service-other ul li {
    width: calc(100% / 2.1);
  }
  #service-other ul li::before {
    width: 25px;
    height: 25px;
  }
  #service-other ul li img {
    width: 50%;
    height: auto;
  }
  #service-other ul li p {
    width: 50%;
    padding: 0 10px;
    letter-spacing: 0;
    line-height: normal;
    font-size: 14px;
  }
}
/*===============================================
 *	こんなお悩み　（画像あり）
===============================================*/
.img-trouble-box {
  padding: 60px 0;
  position: relative;
}
.img-trouble-box::after {
  content: '';
  background: url(../img/page/confution.png) no-repeat center;
  background-size: contain;
  width: 360px;
  height: 360px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.img-trouble-box h3 {
  font-size: 40px;
  text-align: center;
}
.img-trouble-box h3 b {
  font-size: 1.2em;
}
.img-trouble-box ul {
  margin-top: 30px;
}
.img-trouble-box ul li {
  padding: 25px 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 2px 2px 5px #c8c8c8;
  position: relative;
  z-index: 1;
}
.img-trouble-box ul li.trouble-left {
  border-bottom-right-radius: 0;
}
.img-trouble-box ul li.trouble-left:first-child {
  margin-left: 30px;
}
.img-trouble-box ul li.trouble-right {
  border-bottom-left-radius: 0;
  margin-top: 30px;
}
.img-trouble-box ul li:nth-child(2) {
  margin-right: -30px;
}
.img-trouble-box ul li p {
  font-size: 18px;
}
@media only screen and (max-width: 568px) {
  .img-trouble-box {
    padding: 30px 5% 120px;
  }
  .img-trouble-box::after {
    width: 180px;
    height: 180px;
    bottom: -30px;
  }
  .img-trouble-box h3 {
    font-size: 24px;
  }
  .img-trouble-box ul {
    margin-top: 15px;
  }
  .img-trouble-box ul li {
    margin-top: 15px;
    padding: 0;
    width: 100%;
  }
  .img-trouble-box ul li.trouble-left:first-child {
    margin: 0;
  }
  .img-trouble-box ul li.trouble-left {
    border-bottom-right-radius: 20px;
  }
  .img-trouble-box ul li.trouble-right {
    margin-top: 15px;
    border-bottom-left-radius: 20px;
  }
  .img-trouble-box ul li:nth-child(2) {
    margin-right: auto;
  }
  .img-trouble-box ul li p {
    padding: 10px;
    font-size: 14px;
    text-align: center;
  }
}

.img-solution-box {
  background: #d5efff;
  padding-bottom: 80px;
}
.img-solution-box h3 {
  color: #fff;
  font-size: 36px;
  padding: 30px 0 15px;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
}
.img-solution-box h3::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -50px;
  margin: 0 auto;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #42a5f5 transparent transparent transparent;
  left: 50%;
  transform: translate(-50%, 0);
}
.img-solution-box h3 b {
  position: relative;
  font-size: 1.2em;
  color: #ffd800;
}
.img-solution-box h3 b::before {
  content: '';
  position: absolute;
  background: #ffd800;
  font-size: 10px;
  top: -5px;
  left: 15px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.img-solution-box #solution-point {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.img-solution-box #solution-point ul,
.img-solution-box #solution-point img {
  width: 50%;
}
.img-solution-box #solution-point ul {
  padding: 30px;
}
.img-solution-box ul li {
  position: relative;
  padding: 15px 0;
  padding-left: 35px;
}
.img-solution-box ul li::before {
  content: '';
  background: url(../img/common/check-mark.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 23px;
  height: 20px;
}
.img-solution-box ul li p {
  font-size: 21px;
  letter-spacing: 0;
}
@media only screen and (max-width: 568px) {
  .img-solution-box {
    padding-bottom: 30px;
  }
  .img-solution-box > .inner {
    padding: 0 20px;
  }
  .img-solution-box h3 {
    font-size: 18px;
    padding: 25px 0 10px;
    margin-bottom: 50px;
  }
  .img-solution-box h3::after {
    bottom: -35px;
    margin: 0 auto;
    border-style: solid;
    border-width: 35px 35px 0 35px;
    border-color: #42a5f5 transparent transparent transparent;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .img-solution-box h3 b::before {
    left: 40%;
    width: 5px;
    height: 5px;
  }
  .img-solution-box ul li p {
    font-size: 16px;
  }
  .img-solution-box #solution-point {
    border-radius: 10px;
  }
  .img-solution-box #solution-point ul,
  .img-solution-box #solution-point img {
    width: 100%;
  }
  .img-solution-box #solution-point ul {
    padding: 10px 5%;
  }
  .img-solution-box #solution-point + .cv-area {
    margin-top: 30px;
  }
}
/*===============================================
 *	その他のサービスのご紹介
===============================================*/
.proxcy-box {
  border: solid 4px #00aca8;
  border-radius: 10px;
  overflow: hidden;
}
.proxcy-box .box {
  background: #fff;
  padding: 40px;
}
.proxcy-box .proxcy-ttl {
  text-align: center;
  background: -webkit-repeating-linear-gradient(
    -45deg,
    #00aca8 0,
    #00aca8 5px,
    #0db0ac 5px,
    #0db0ac 10px
  );
  background: -o-repeating-linear-gradient(
    -45deg,
    #00aca8 0,
    #00aca8 5px,
    #0db0ac 5px,
    #0db0ac 10px
  );
  background: repeating-linear-gradient(
    -45deg,
    #00aca8 0,
    #00aca8 5px,
    #0db0ac 5px,
    #0db0ac 10px
  );
  padding: 15px;
}
.proxcy-box .proxcy-ttl .ttl-txt {
  font-size: 26px;
  color: #fff;
  position: relative;
  display: inline-block;
}
.proxcy-box .proxcy-ttl .ttl-txt::before {
  content: '';
  background: url(../img/page/proxcy-ttl-icon.png) no-repeat center;
  background-size: contain;
  position: absolute;
  width: 31px;
  height: 29px;
  left: -45px;
  top: 50%;
  transform: translate(0, -50%);
}
.proxcy-box .box .txt-box {
  width: 65%;
}
.proxcy-box .box .txt-box h6 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}
.proxcy-box .box .img-box {
  width: 30%;
}
@media only screen and (max-width: 568px) {
  .proxcy-box {
    margin-top: 30px;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-top: 0;
  }
  .proxcy-box .box {
    flex-direction: column-reverse;
    padding: 30px 20px;
  }
  .proxcy-box .proxcy-ttl {
    padding-right: 0;
  }
  .proxcy-box .proxcy-ttl .ttl-txt {
    font-size: 18px;
    margin-left: 10px;
  }
  .proxcy-box .proxcy-ttl .ttl-txt::before {
    width: 25px;
    height: 25px;
    left: -40px;
  }
  .proxcy-box .box .txt-box {
    width: 100%;
  }
  .proxcy-box .box .txt-box h6 {
    margin-top: 15px;
    font-size: 18px;
  }
  .proxcy-box .box .img-box {
    width: 100%;
  }
}
/*===============================================
 *	ページャー
===============================================*/
.pager .pagination {
  text-align: center;
  margin-top: 30px;
}
.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}
.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  background: #fff;
  border: solid 2px #0077c2;
  color: #0077c2;
}
.pager .pagination li a:hover,
.pager .pagination li a.active {
  background: #0077c2;
  color: #fff;
  border: #0077c2 2 px solid;
  animation: animScale 0.4s ease-out;
  transform-origin: 50% 50%;
  -webkit-animation: animScale 0.4s ease-out;
  -webkit-transform-origin: 50% 50%;
}
.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.pager .pagination li.next a span::before {
  content: '';
  background: url(../img/column/arrow.png) no-repeat center;
  background-size: contain;
  width: 18px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pager .pagination li.next a:hover span::before {
  content: '';
  background: url(../img/column/arrow-white.png) no-repeat center;
  background-size: contain;
}
.pager .pagination li.pre a span::before {
  content: '';
  background: url(../img/column/arrow-prev.png) no-repeat center;
  background-size: contain;
  width: 18px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pager .pagination li.pre a:hover span::before {
  content: '';
  background: url(../img/column/arrow-prev-white.png) no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 568px) {
  .pager .pagination {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .pager .pagination li {
    width: 40px;
    height: 40px;
    margin: 0 1px;
  }
}
