@charset "UTF-8";
/**
 * トップページ
 */
/* ==========================================================================
   setting
   ========================================================================== */
/* ==========================================================================
   common
   ========================================================================== */
.title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px), print {
  .title {
    font-size: 142.8571428571%;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 114.2857142857%;
  }
}
@media screen and (min-width: 768px), print {
  .title + * {
    margin-top: 23px;
  }
}
@media screen and (max-width: 767px) {
  .title + * {
    margin-top: 15px;
  }
}
.title.-border {
  border-bottom: 1px solid #e7e1da;
}
.title.-center {
  text-align: center;
}

/* ==========================================================================
   main
   ========================================================================== */
.main {
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .main {
    background: url(/img/bg_main.jpg) no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .main {
    background: url(/img/bg_main@sp.png) left top no-repeat;
    background-size: cover;
  }
}
.main * {
  box-sizing: border-box;
}

.main__inner {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .main__inner {
    width: 960px;
    margin: 0 auto;
    padding: 110px 342px 38px 45px;
  }
}
@media screen and (max-width: 767px) {
  .main__inner {
    padding: 80px 7px 7px 7px;
  }
}

.main__pic {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .main__pic {
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .main__pic {
    right: 5px;
    bottom: 200px;
    width: 162px;
  }
}

  .main__lead {
  line-height: 1.55;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (min-width: 768px), print {
    .main__lead {
    font-size: 157.1428571429%;
  }
}
@media screen and (max-width: 767px) {
    .main__lead {
    text-align: left;
    font-size: 114.2857142857%;
    margin: 30px 0 0 25px;
    position: relative;
    z-index: 1;
  }
}

.main__trouble {
  margin-top: 18px;
}

.main__troubleTtl {
  display: inline-block;
  background-color: #0068b6;
  color: #fff;
  border-radius: 100px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px), print {
  .main__troubleTtl {
    font-size: 107.1428571429%;
    padding: 2px 45px;
  }
}
@media screen and (max-width: 767px) {
  .main__troubleTtl {
    margin-top: 25px;
    font-size: 92.8571428571%;
    padding: 6px 45px;
    position: relative;
    z-index: 1;
  }
}

.main__troubleList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px), print {
  .main__troubleList {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main__troubleList {
    margin-top: 15px;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 768px), print {
  .main__troubleList li {
    width: calc(50% - 6px);
  }
}
@media screen and (max-width: 767px) {
  .main__troubleList li {
    width: calc(50% - 5px);
  }
}
.main__troubleList li:nth-child(n+3) {
  margin-top: 12px;
}
.main__troubleList li a {
  background: #fff;
  border-radius: 10px;
  color: #0068b6;
  text-decoration: underline;
  display: block;
  line-height: 1.55;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .main__troubleList li a {
    box-shadow: 40px 69.282px 100px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 10px;
    font-size: 150%;
  }
  .main__troubleList li a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  .main__troubleList li a {
    padding: 25px 10px;
    font-size: 92.8571428571%;
    box-shadow: 20px 34.641px 50px 0px rgba(0, 0, 0, 0.08);
  }
}
.main__troubleList li a strong {
  color: #003c91;
  font-size: 115%;
}

/* ==========================================================================
   head
   ========================================================================== */
.head__cont {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#page404 .head__cont {
  position: static;
}

@media screen and (min-width: 768px), print {
  .head__menuCont {
    padding: 10px 0;
  }
  #page404 .head__menuCont {
    padding: 5px 0;
  }
}

/* ==========================================================================
   fixedNews
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .fixedNews {
    width: 960px;
    margin: 35px auto 0 auto;
    padding: 35px 0 18px 0;
  }
}
@media screen and (max-width: 767px) {
  .fixedNews {
    margin-top: 48px;
    padding: 20px 10px;
  }
}
.fixedNews .fixed-area {
  border: 1px solid #dcd9d6;
}
@media screen and (min-width: 768px), print {
  .fixedNews .fixed-area {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fixedNews .fixed-area {
    padding: 13px;
  }
}
@media screen and (max-width: 767px) {
  .fixedNews .fixed-date {
    font-size: 92.8571428571%;
    display: block;
  }
}
@media screen and (min-width: 768px), print {
  .fixedNews .fixed-link {
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .fixedNews .fixed-link {
    display: block;
  }
}
.fixedNews .fixed-link a {
  color: #212121;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  .fixedNews .fixed-link a {
    font-size: 92.8571428571%;
  }
}

/* ==========================================================================
   newsQa
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .newsQa {
    padding: 35px 0;
    width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .newsQa {
    padding: 25px 10px 50px;
  }
}

@media screen and (min-width: 768px), print {
  .newsQa__news {
    width: 650px;
  }
}

@media screen and (min-width: 768px), print {
  .newsQa__qa {
    width: 285px;
  }
}
@media screen and (max-width: 767px) {
  .newsQa__qa {
    margin-top: 15px;
  }
}

.newsQa__list li {
  position: relative;
}
.newsQa__list li:nth-child(n+2) {
  margin-top: 14px;
}
.newsQa__list li a {
  color: #212121;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .newsQa__list li a {
    font-size: 92.8571428571%;
  }
}
@media screen and (min-width: 768px), print {
  .newsQa__news .newsQa__list li {
    padding-left: 90px;
  }
  .newsQa__news .newsQa__list li span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 92.8571428571%;
  }
}
@media screen and (max-width: 767px) {
  .newsQa__news .newsQa__list li span {
    display: block;
    font-size: 85.7142857143%;
  }
  .newsQa__news .newsQa__list li:nth-child(n+4) {
    display: none;
  }
}
.newsQa__qa .newsQa__list li {
  padding-left: 32px;
  background: url(/img/icon_q.png) left top no-repeat;
  background-size: 24px;
}

.newsQa__link {
  text-align: right;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .newsQa__link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .newsQa__link {
    margin-top: 10px;
  }
}
.newsQa__link a {
  text-decoration: none;
  color: #212121;
  background: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  background: url(/common/css/img/icon_next.png) left center no-repeat;
  background-size: 6px;
  padding-left: 12px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
  font-size: 85.7142857143%;
  transition: 0.3s opacity;
}
.newsQa__link a:hover {
  opacity: 0.75;
}
.newsQa__link::before {
  position: absolute;
  width: calc(100% - 100px);
  top: 50%;
  left: 0;
  height: 1px;
  background: #e7e1da;
  content: "";
  display: block;
}

/* ==========================================================================
   service
   ========================================================================== */
.service {
  border-top: 1px solid #e7e1da;
  border-bottom: 1px solid #e7e1da;
  overflow: hidden;
  background: #f9f8f6;
}
.service * {
  box-sizing: border-box;
}

.service__lead {
  text-align: center;
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
}
@media screen and (min-width: 768px), print {
  .service__lead {
    font-size: 107.1428571429%;
  }
}
@media screen and (max-width: 767px) {
  .service__lead {
    font-size: 85.7142857143%;
  }
}

.service__inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .service__inner {
    padding: 25px 0 25px;
    width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .service__inner {
    padding: 20px 10px 30px;
  }
}
.service__inner::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 768px), print {
  .service__inner::before {
    background: url(/img/bg_service.png) left top no-repeat;
    background-size: 520px;
    right: -570px;
  }
}
@media screen and (max-width: 767px) {
  .service__inner::before {
    background: url(/img/bg_service@sp.png) right top no-repeat;
    background-size: 210px;
    right: 0;
  }
}

/* ==========================================================================
   reason
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .reason {
    margin: 0 auto 10px;
    padding: 40px 0 25px;
    width: 960px;
  }
}
@media screen and (max-width: 767px) {
  .reason {
    padding: 40px 10px 30px;
  }
}

@media screen and (min-width: 768px), print {
  .reason__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .reason__head {
    text-align: center;
    margin-top: 10px;
  }
}

.reason__lead {
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .reason__lead {
    width: 520px;
    font-size: 214.2857142857%;
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .reason__lead {
    font-size: 142.8571428571%;
  }
}

.reason__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.45;
}
@media screen and (min-width: 768px), print {
  .reason__txt {
    width: 390px;
    font-size: 107.1428571429%;
  }
}
@media screen and (max-width: 767px) {
  .reason__txt {
    margin-top: 15px;
    border-bottom: 1px solid #dcd9d6;
    padding-bottom: 26px;
  }
}

.reason__main {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .reason__main {
    margin-top: 50px;
    height: 355px;
  }
}
@media screen and (max-width: 767px) {
  .reason__main {
    margin: 36px auto 0;
    max-width: 314px;
  }
}
.reason__main img {
  pointer-events: none;
}

.reason__btn {
  position: absolute;
  margin: auto;
}
@media screen and (min-width: 768px), print {
  .reason__btn {
    margin: auto;
    left: 0;
    right: 0;
    bottom: 13px;
    width: 136px;
  }
}
@media screen and (max-width: 767px) {
  .reason__btn {
    right: -5px;
    top: 237px;
    width: 115px;
  }
}
.reason__btn a {
  display: block;
  color: #fff;
  text-shadow: 0.5px 0.866px 0 rgba(0, 0, 0, 0.33);
  text-decoration: none;
  background-color: #0068b6;
  border-radius: 6px;
}
@media screen and (min-width: 768px), print {
  .reason__btn a {
    padding: 10px;
    transition: 0.3s opacity;
  }
  .reason__btn a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  .reason__btn a {
    font-size: 85.7142857143%;
    padding: 13px;
  }
}
.reason__btn a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(/common/css/img/icon_next_w.png) no-repeat;
  background-size: 100%;
  margin-right: 8px;
}

.reason__mainTxt {
  position: absolute;
  text-align: left;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 768px), print {
  .reason__mainTxt {
    font-size: 92.8571428571%;
  }
}
@media screen and (max-width: 767px) {
  .reason__mainTxt {
    font-size: 78.5714285714%;
  }
}
@media screen and (min-width: 768px), print {
  .reason__mainTxt:nth-of-type(1) {
    right: 590px;
    top: 270px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .reason__mainTxt:nth-of-type(1) {
    left: 0;
    top: 185px;
  }
}
@media screen and (min-width: 768px), print {
  .reason__mainTxt:nth-of-type(2) {
    left: 582px;
    top: 135px;
  }
}
@media screen and (max-width: 767px) {
  .reason__mainTxt:nth-of-type(2) {
    left: 105px;
    top: 440px;
  }
}
@media screen and (min-width: 768px), print {
  .reason__mainTxt:nth-of-type(3) {
    left: 582px;
    top: 315px;
  }
}
@media screen and (max-width: 767px) {
  .reason__mainTxt:nth-of-type(3) {
    margin-top: 13px;
    position: static;
  }
}
.reason__mainTxt span {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .reason__mainTxt span {
    display: block;
  }
}

/* ==========================================================================
   linkList
   ========================================================================== */
.linkList__wrap {
  border-bottom: 1px solid #dcd9d6;
}
@media screen and (min-width: 768px), print {
  .linkList__wrap {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .linkList__wrap {
    margin-top: 10px;
    padding: 0 10px 30px;
  }
}

.linkList {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px), print {
  .linkList {
    padding: 38px 0 0;
    width: 960px;
    border-top: 1px solid #dcd9d6;
  }
}
@media screen and (max-width: 767px) {
  .linkList {
    border-top: 1px solid #dcd9d6;
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px), print {
  .linkList li {
    width: calc(33.3% - 15px * 2 / 3);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .linkList li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
.linkList li a {
  border: 1px solid #dcd9d6;
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 15px;
  text-decoration: none;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: url(/common/css/img/icon_next_bl.png) right 15px center no-repeat;
  background-size: 6px;
}
@media screen and (min-width: 768px), print {
  .linkList li a {
    font-size: 107.1428571429%;
    transition: 0.3s opacity;
  }
  .linkList li a:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 767px) {
  .linkList li a {
    font-size: 85.7142857143%;
    background-position: right 10px center;
  }
}
.linkList li a .img {
  display: block;
}
@media screen and (min-width: 768px), print {
  .linkList li a .img {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .linkList li a .img {
    width: 60px;
  }
}
.linkList li a .img img {
  width: 100%;
}
.linkList li a .txt {
  display: block;
}
@media screen and (min-width: 768px), print {
  .linkList li a .txt {
    width: calc(100% - 83px);
  }
}
@media screen and (max-width: 767px) {
  .linkList li a .txt {
    width: calc(100% - 68px);
  }
}
.linkList li.-col2 {
  width: calc(50% - 7.5px);
}
.linkList li.-col2 a {
  background: none;
}
@media screen and (max-width: 767px) {
  .linkList li.-col2 a {
    display: block;
  }
}
.linkList li.-col2 .img {
  display: block;
}
@media screen and (min-width: 768px), print {
  .linkList li.-col2 .img {
    width: 170px;
    height: 53px;
  }
}
@media screen and (max-width: 767px) {
  .linkList li.-col2 .img {
    width: 100%;
  }
}
.linkList li.-col2 .txt {
  display: block;
}
@media screen and (min-width: 768px), print {
  .linkList li.-col2 .txt {
    width: calc(100% - 190px);
  }
}
@media screen and (max-width: 767px) {
  .linkList li.-col2 .txt {
    width: 100%;
    margin-top: 10px;
    font-size: 92.8571428571%;
  }
}

.w100 {
  width: 100% important;
}
