@charset "UTF-8";
/* ===========
ブレイクポイント
=============*/
/* ===========
pxをvwに変換 フォントサイズもこれで100%対応できたりします。
=============*/
html {
  font-size: 62.5%;
}

.headerNav {
  z-index: 99;
  position: fixed;
  width: 100%;
  background: #FFFFFF;
  opacity: 0.9;
}

.headerNav .dd-area {
  padding: 0.39062vw 0;
}

.headerNav .dd-area .intro-titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerNav .dd-area .intro-titleArea .logoArea {
  margin-left: 30px;
}

.headerNav .dd-area .intro-titleArea .logoArea .logo-pic {
  display: block;
  width: 21.32812vw;
}

.headerNav .dd-area .intro-titleArea .navArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerNav .dd-area .intro-titleArea .navArea .item-wrapper:last-child {
  margin-right: 43px;
}

.headerNav .dd-area .intro-titleArea .navArea .item-wrapper .row {
  display: block;
  color: #063C93;
  font-size: 1.17188vw;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .02em;
  line-height: 1.86;
  margin-left: 4.29688vw;
}

.headerNav .dd-area .intro-titleArea .navArea .item-wrapper .row .top-row {
  margin-right: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerNav .dd-area .intro-titleArea .navArea .item-wrapper .row .top-row .tel-img {
  display: block;
  width: 1.09375vw;
  height: 1.25vw;
  margin-right: 2px;
}

.headerNav .dd-area .intro-titleArea .navArea .item-wrapper .row .top-row .tel-num {
  color: #063C93;
  font-size: 1.48438vw;
  font-family: sofia-pro-soft, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .15em;
  line-height: 1.5;
}

.headerNav .dd-area .intro-titleArea .navArea .item-wrapper .row .tel-under-info {
  color: #063C93;
  font-size: 1.01562vw;
  line-height: 2;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.headerNav .dd-area .intro-titleArea .navArea .item-wrapper .row_info {
  display: none;
}

.headerNav .dd-area .intro-titleArea:hover .bg-wh {
  position: absolute;
  width: 100%;
  height: 15.625vw;
  background: white;
  margin-top: 1.17188vw;
  margin-left: -30px;
}

.headerNav .dd-area .intro-titleArea:hover .item-wrapper:hover .row {
  color: #D0B28E;
}

.headerNav .dd-area .intro-titleArea:hover .item-wrapper .row_info {
  position: absolute;
  display: block;
  margin-left: 4.29688vw;
  margin-top: 0.78125vw;
  background: #FFFFFF;
  opacity: .9;
}

.headerNav .dd-area .intro-titleArea:hover .item-wrapper .row_info .items {
  margin-top: 1.5625vw;
}

.headerNav .dd-area .intro-titleArea:hover .item-wrapper .row_info .items > a {
  margin-bottom: 0.78125vw;
  font-size: 0.9375vw;
  color: #063C93;
  display: block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.headerNav .dd-area .intro-titleArea:hover .item-wrapper .row_info .items > a:hover > span {
  border-bottom: 1px solid #D0B28E;
  padding-bottom: 2px;
}

.headerNav .dd-area .intro-titleArea:hover .item-wrapper .row_info .items .btn {
  border: 1px solid #063C93;
  border-radius: 1.32812vw;
  margin-bottom: 0.54688vw;
}

.headerNav .dd-area .intro-titleArea:hover .item-wrapper .row_info .items .btn:first-of-type {
  margin-top: -0.9375vw;
}

.headerNav .dd-area .intro-titleArea:hover .item-wrapper .row_info .items .btn:hover {
  border: 1px solid #FFFFFF;
  background: #063C93;
}

.headerNav .dd-area .intro-titleArea:hover .item-wrapper .row_info .items .btn > p {
  color: #063C93;
  font-size: 1.09375vw;
  padding: 0.39062vw 3.82812vw;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.headerNav .dd-area .intro-titleArea:hover .item-wrapper .row_info .items .btn > p:hover {
  color: #FFFFFF;
}

.headerNav .dd-area .intro-titleArea:hover .item-wrapper .row_info:hover .row1::before {
  position: absolute;
  content: "";
  width: 0.23438vw;
  height: 0.23438vw;
  background: #D0B28E;
  border-radius: 3px;
  left: 50%;
  top: 3%;
}

.headerNav .dd-area .intro-titleArea:hover .item-wrapper .row_info:hover .row2::before {
  position: absolute;
  content: "";
  width: 0.23438vw;
  height: 0.23438vw;
  background: #D0B28E;
  border-radius: 3px;
  left: 35%;
  top: 3%;
}

.headerNav .dd-area .intro-titleArea:hover .item-wrapper .row_info:hover .row3::before {
  position: absolute;
  content: "";
  width: 0.23438vw;
  height: 0.23438vw;
  background: #D0B28E;
  border-radius: 3px;
  left: 25%;
  top: 3%;
}

.sp-headerNav .wrapper {
  z-index: 99;
  position: fixed;
  background: #FFFFFF;
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sp-headerNav .wrapper .logoArea {
  position: relative;
  width: 182px;
  height: 56px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 12px;
}

.sp-headerNav .wrapper .logoArea .logo-pic {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sp-headerNav .wrapper .iconArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp-headerNav .wrapper .iconArea .inquiries {
  display: block;
  width: 32px;
  height: 35px;
  margin-right: 11px;
}

.sp-headerNav .wrapper .iconArea .inquiries > img {
  width: 100%;
  height: 100%;
}

.sp-headerNav .wrapper .iconArea .reserveation {
  display: block;
  width: 36px;
  height: 35px;
  margin-right: 8px;
}

.sp-headerNav .wrapper .iconArea .reserveation > img {
  width: 100%;
  height: 100%;
}

.sp-headerNav .wrapper .iconArea .menu-btn {
  display: block;
  width: 56px;
  height: 100%;
}

.sp-headerNav .wrapper .iconArea .menu-btn .img {
  width: 100%;
  height: 100%;
}

#g-nav {
  /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
  position: fixed;
  z-index: -1;
  opacity: 0;
  /*はじめは透過0*/
  /*ナビの位置と形状*/
  top: 0;
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background: #FFFFFF;
  /*動き*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#g-nav.panelactive {
  opacity: 1;
  z-index: 98;
}

#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 98;
  width: 100%;
  height: 100vh;
  text-align: center;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav .items-wrapper {
  width: 100%;
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 98;
  padding-top: 50px;
  text-align: center;
}

#g-nav.panelactive .items-wrapper {
  display: block;
}

#g-nav .content {
  margin: 25px 40px 0;
  text-align: center;
}

#g-nav .content:nth-of-type(1) {
  padding-bottom: 25px;
  border-bottom: 1px dashed #4576C4;
}

#g-nav .content:nth-of-type(2) {
  padding-bottom: 25px;
  border-bottom: 1px dashed #4576C4;
}

#g-nav .content:last-child {
  margin-bottom: 110px;
}

#g-nav .content > h2 {
  color: #063C93;
  font-size: 18px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .06em;
  line-height: 1.5;
  margin-bottom: 28px;
}

#g-nav .content > a {
  display: block;
  color: #063C93;
  font-size: 18px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .06em;
  line-height: 2.1;
}

#g-nav .content .btn {
  display: inline-block;
  border: 1px solid #063C93;
  border-radius: 40px;
  margin-bottom: 20px;
}

#g-nav .content .btn:hover {
  background: #063C93;
}

#g-nav .content .btn > p {
  color: #063C93;
  text-align: center;
  padding: 5px 60px;
  font-size: 16px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: .06em;
}

#g-nav .content .btn > p:hover {
  color: #FFFFFF;
}

/* ===========
ブレイクポイント
=============*/
/* ===========
pxをvwに変換 フォントサイズもこれで100%対応できたりします。
=============*/
html {
  font-size: 62.5%;
}

#main .titleArea {
  position: relative;
  width: 84.375vw;
  margin: 0 auto;
  padding: 9.76562vw 0 3.125vw;
}

@media (max-width: 768px) {
  #main .titleArea {
    width: 100%;
    padding: 90px 0 80px;
  }
}

#main .titleArea .title_wrapper {
  text-align: center;
}

#main .titleArea .title_wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dashed #4576C4;
  left: 0;
}

#main .titleArea .title_wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #4576C4;
  padding-top: 1.95312vw;
  left: 0;
}

@media (max-width: 768px) {
  #main .titleArea .title_wrapper::after {
    padding-top: 30px;
  }
}

#main .titleArea .title_wrapper .main_title {
  padding-top: 3.04688vw;
  font-size: 2.96875vw;
  color: #FFF;
  letter-spacing: 0.1em;
  line-height: 1.0;
  font-family: sofia-pro-soft, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-text-stroke: 1px #4576C4;
}

@media (max-width: 768px) {
  #main .titleArea .title_wrapper .main_title {
    padding-top: 40px;
    font-size: 36px;
    letter-spacing: 0.06em;
    line-height: 1.11;
  }
}

#main .titleArea .title_wrapper .sub_title {
  color: #193B8E;
  font-size: 1.17188vw;
  line-height: 3.3;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  #main .titleArea .title_wrapper .sub_title {
    font-size: 14px;
    line-height: 3.5;
  }
}

#main .breadArea {
  width: 84.375vw;
  margin: 0 auto;
}

#main .breadArea > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.17188vw;
}

#main .breadArea > ul > li {
  margin-right: 0.39062vw;
  color: #063C93;
  font-size: 1.01562vw;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#main .message {
  width: 78.125vw;
  margin: 6.40625vw auto 10.9375vw;
}

@media (max-width: 768px) {
  #main .message {
    width: 100%;
    padding: 0 20px;
    margin: 4rem 0 6rem;
  }
}

#main .message .wrapper .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#main .message .wrapper .inner .sec-columnDetail {
  width: 70%;
  padding-right: 7.96875vw;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-columnDetail {
    width: 100%;
    padding-right: 0;
  }
}

#main .message .wrapper .inner .sec-columnDetail .ttlBox1 {
  padding-bottom: 2.1875vw;
  border-bottom: 1px solid #4576C4;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-columnDetail .ttlBox1 {
    padding-bottom: 3rem;
  }
}

#main .message .wrapper .inner .sec-columnDetail .ttlBox1 .title1 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
  font-size: 1.5625vw;
  line-height: 1.6;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-columnDetail .ttlBox1 .title1 {
    font-size: 2rem;
  }
}

#main .message .wrapper .inner .sec-columnDetail .ttlBox1 .title1 .tag-new {
  position: relative;
  top: -0.15625vw;
  font-size: 1.09375vw;
  color: #FF8A00;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-columnDetail .ttlBox1 .title1 .tag-new {
    font-size: 1.4rem;
  }
}

#main .message .wrapper .inner .sec-columnDetail .ttlBox2 {
  padding-top: 0.9375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-columnDetail .ttlBox2 {
    padding-top: 2rem;
  }
}

#main .message .wrapper .inner .sec-columnDetail .ttlBox2 .categoryname {
  padding: 0.625vw 1.40625vw 0.54688vw;
  font-size: 0.78125vw;
  font-weight: bold;
  border: 1px solid #063C93;
  border-radius: 30px;
  color: #063C93;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-columnDetail .ttlBox2 .categoryname {
    padding: 8px 1.8rem 7px;
    font-size: 1rem;
  }
}

#main .message .wrapper .inner .sec-columnDetail .ttlBox2 .date {
  font-size: 1.09375vw;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-columnDetail .ttlBox2 .date {
    font-size: 1.4rem;
  }
}

#main .message .wrapper .inner .sec-columnDetail .detail-wrap {
  margin-top: 4.6875vw;
}

#main .message .wrapper .inner .sec-columnDetail .detail-img {
  width: 85%;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-columnDetail .detail-img {
    width: 100%;
  }
}

#main .message .wrapper .inner .sec-columnDetail .detail-img img {
  width: 100%;
}

#main .message .wrapper .inner .sec-columnDetail .detail-txt {
  margin-top: 3.125vw;
}

#main .message .wrapper .inner .sec-columnDetail .detail-txt .txt1 {
  font-size: 1.25vw;
  line-height: 2;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-columnDetail .detail-txt .txt1 {
    font-size: 1.6rem;
  }
}

#main .message .wrapper .inner .sec-columnDetail .detail-txt .heading1 {
  margin-top: 4.6875vw;
  margin-bottom: 2.1875vw;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
  font-size: 1.5625vw;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-columnDetail .detail-txt .heading1 {
    margin-top: 4.4rem;
    margin-bottom: 2.5rem;
    font-size: 2rem;
  }
}

#main .message .wrapper .inner .sec-columnDetail .detail-txt .heading2 {
  margin-bottom: 2.1875vw;
  padding-bottom: 0.78125vw;
  font-weight: bold;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 1.40625vw;
  border-bottom: 1px solid #063C93;
  color: #063C93;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-columnDetail .detail-txt .heading2 {
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    font-size: 1.8rem;
  }
}

#main .message .wrapper .inner .sec-columnDetail .detail-txt .heading3 {
  padding-bottom: 0.625vw;
  font-weight: bold;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 1.25vw;
  border-bottom: 1px dotted #4576C4;
  color: #4576C4;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-columnDetail .detail-txt .heading3 {
    padding-bottom: 8px;
    font-size: 1.6rem;
  }
}

#main .message .wrapper .inner .sec-sidemenu {
  width: 23.4375vw;
  min-width: 300px;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-sidemenu {
    width: 100%;
    margin-top: 7.3rem;
    padding: 0 2rem;
  }
}

#main .message .wrapper .inner .sec-sidemenu .searchBox {
  position: relative;
  height: 3.125vw;
  margin-bottom: 3.4375vw;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-sidemenu .searchBox {
    height: 40px;
    margin-bottom: 4.5rem;
  }
}

#main .message .wrapper .inner .sec-sidemenu .searchBox .window {
  width: 100%;
  padding: 1.01562vw 1.25vw;
  font-size: 1.09375vw;
  border: 1px solid #707070;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-sidemenu .searchBox .window {
    padding: 1.3rem 1.6rem;
    font-size: 1.4rem;
  }
}

#main .message .wrapper .inner .sec-sidemenu .searchBtn {
  display: block;
  position: absolute;
  top: -0.15625vw;
  bottom: 0;
  right: 1rem;
  width: 1.875vw;
  min-width: 24px;
  height: 1.875vw;
  height: 24px;
  margin: auto;
  background: url(../images/icon_magnifying-glass.svg) no-repeat center;
  background-size: 100%;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-sidemenu .searchBox::after {
    top: -2px;
  }
}

#main .message .wrapper .inner .sec-sidemenu .heading1 {
  padding: 0.78125vw 1.09375vw;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
  font-size: 1.25vw;
  background: #4576C4;
  color: #FFF;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-sidemenu .heading1 {
    padding: 1.2rem 1.4rem;
    font-size: 1.6rem;
  }
}

#main .message .wrapper .inner .sec-sidemenu .lst-latest {
  margin: 2.1875vw 0 1.5625vw;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-sidemenu .lst-latest {
    margin: 2.8rem 0 2rem;
  }
}

#main .message .wrapper .inner .sec-sidemenu .lst-latest li {
  margin-bottom: 1.5625vw;
  padding: 0 1.09375vw 1.09375vw;
  border-bottom: 1px solid #4576C4;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-sidemenu .lst-latest li {
    margin-bottom: 2rem;
    padding: 0 1.4rem 1.4rem;
  }
}

#main .message .wrapper .inner .sec-sidemenu .lst-latest li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-sidemenu .lst-latest li:last-child {
    padding: 0 1.4rem 1.4rem;
  }
}

#main .message .wrapper .inner .sec-sidemenu .lst-latest li .txt1 {
  width: 90%;
  font-size: 1.25vw;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-sidemenu .lst-latest li .txt1 {
    width: 80%;
    font-size: 1.6rem;
  }
}

#main .message .wrapper .inner .sec-sidemenu .lst-latest li .date {
  margin-top: 0.39062vw;
  font-size: 1.09375vw;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-sidemenu .lst-latest li .date {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}

#main .message .wrapper .inner .sec-sidemenu .lst-category {
  margin: 1.40625vw 0 0.9375vw 1.09375vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-sidemenu .lst-category {
    margin: 1.8rem 0 1.2rem 1.4rem;
  }
}

#main .message .wrapper .inner .sec-sidemenu .lst-category li {
  width: 9.0625vw;
  margin-right: 0.78125vw;
  margin-bottom: 1.09375vw;
  padding: 0.85938vw 1.71875vw;
  min-width: 116px;
  text-align: center;
  font-weight: bold;
  font-size: 1.09375vw;
  border: 1px solid #063C93;
  border-radius: 50px;
  color: #063C93;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-sidemenu .lst-category li {
    margin-right: 1rem;
    margin-bottom: 1.4rem;
    padding: 1.1rem 2.2rem;
    font-size: 1.4rem;
  }
}

#main .message .wrapper .inner .sec-sidemenu .lst-archive {
  height: 13.28125vw;
  margin: 3.125vw 0 0 1.09375vw;
  overflow-y: scroll;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-sidemenu .lst-archive {
    height: 150px;
    margin: 4rem 0 0 1.4rem;
  }
}

#main .message .wrapper .inner .sec-sidemenu .lst-archive li {
  margin-bottom: 0.9375vw;
  font-size: 1.25vw;
  color: #4576C4;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .sec-sidemenu .lst-archive li {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
  }
}

#main .pagerArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.90625vw;
}

@media (max-width: 768px) {
  #main .pagerArea {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 220px;
    margin: 3.5rem auto 0;
  }
}

#main .pagerArea::before {
  content: '';
  display: block;
  position: relative;
  left: -1.5625vw;
  width: 0.625vw;
  min-width: 8px;
  height: 0.9375vw;
  min-height: 12px;
  background: url(../images/icon_arrow_pager-prev.svg) no-repeat center;
  background-size: 100%;
}

#main .pagerArea::after {
  content: '';
  display: block;
  position: relative;
  right: -1.5625vw;
  width: 0.625vw;
  min-width: 8px;
  height: 0.9375vw;
  min-height: 12px;
  background: url(../images/icon_arrow_pager-next.svg) no-repeat center;
  background-size: 100%;
}

#main .pagerArea .pagerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.34375vw;
  min-width: 3rem;
  height: 2.34375vw;
  min-height: 3rem;
  margin-right: 0.78125vw;
  text-align: center;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 1.09375vw;
  border: 1px solid #183B8D;
  color: #063C93;
  cursor: pointer;
}

@media (max-width: 768px) {
  #main .pagerArea .pagerBox {
    width: 5rem;
    height: 5rem;
    font-size: 1.6rem;
  }
}

#main .pagerArea .pagerBox.active {
  color: #FFF;
  background: #183B8D;
}

@media (max-width: 768px) {
  #main .pagerArea .pagerBox.is-pc {
    display: none;
  }
}

#main .pagerArea div:last-child {
  margin-right: 0;
}

#main .btn {
  display: block;
  position: relative;
  width: 25.78125vw;
  background: #FFFFFF;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #063C93;
  border-radius: 2.10938vw;
  margin: 3.51562vw auto 9.14062vw;
}

@media (max-width: 768px) {
  #main .btn {
    width: 280px;
    margin: 40px auto 100px;
    border-radius: 25px;
  }
}

#main .btn:first-of-type {
  margin: 3.51562vw auto 3.125vw;
}

@media (max-width: 768px) {
  #main .btn:first-of-type {
    margin: 45px auto 40px;
  }
}

#main .btn:hover {
  background: #063C93;
}

#main .btn > p {
  color: #063C93;
  font-size: 1.25vw;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 1.32812vw 3.125vw;
}

@media (max-width: 768px) {
  #main .btn > p {
    padding: 16px 0;
    font-size: 16px;
  }
}

#main .btn > p:hover {
  color: #FFFFFF;
}

/* ===========
ブレイクポイント
=============*/
/* ===========
pxをvwに変換 フォントサイズもこれで100%対応できたりします。
=============*/
html {
  font-size: 62.5%;
}

#footer .wrapper {
  width: 100%;
  background: #063C93;
  padding-top: 2.57812vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

@media (max-width: 768px) {
  #footer .wrapper {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 32px;
  }
}

#footer .wrapper .left-area {
  width: 25.625vw;
  margin-left: 5.54688vw;
  margin-right: 4.76562vw;
}

@media (max-width: 768px) {
  #footer .wrapper .left-area {
    width: 90%;
    text-align: center;
  }
}

#footer .wrapper .left-area .title {
  margin-bottom: 2.42188vw;
}

#footer .wrapper .left-area .title > img {
  width: 21.09375vw;
}

@media (max-width: 768px) {
  #footer .wrapper .left-area .title > img {
    width: 72%;
  }
}

@media (max-width: 768px) {
  #footer .wrapper .left-area .title {
    margin-bottom: 31px;
  }
}

#footer .wrapper .left-area .detail {
  margin-bottom: 1.95312vw;
}

#footer .wrapper .left-area .detail > p {
  color: #FFFFFF;
  font-size: 1.09375vw;
  letter-spacing: 0.06em;
  line-height: 1.85;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  #footer .wrapper .left-area .detail > p {
    font-size: 14px;
    margin-bottom: 40px;
  }
}

#footer .wrapper .left-area .btn {
  display: block;
  width: 12.65625vw;
  border: 1px solid #FFFFFF;
  border-radius: 1.32812vw;
  margin-bottom: 0.54688vw;
}

@media (max-width: 768px) {
  #footer .wrapper .left-area .btn {
    width: 200px;
    margin: 0 auto 20px;
    border-radius: 30px;
    margin-bottom: 20px;
  }
}

#footer .wrapper .left-area .btn:hover {
  background: #FFFFFF;
}

#footer .wrapper .left-area .btn > p {
  color: #fff;
  font-size: 1.09375vw;
  padding: 0.46875vw 3.59375vw;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

#footer .wrapper .left-area .btn > p:hover {
  color: #063C93;
}

@media (max-width: 768px) {
  #footer .wrapper .left-area .btn > p {
    font-size: 18px;
    padding: 16px 60px;
  }
}

#footer .wrapper .right-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer .wrapper .right-area .item-wrapper {
  margin-right: 3.90625vw;
}

@media (max-width: 768px) {
  #footer .wrapper .right-area .item-wrapper {
    display: none;
  }
}

#footer .wrapper .right-area .item-wrapper .title {
  color: #FFFFFF;
  font-size: 0.9375vw;
  letter-spacing: 0.06em;
  line-height: 2.3;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1.32812vw;
}

#footer .wrapper .right-area .item-wrapper > a > p {
  color: #FFFFFF;
  font-size: 0.9375vw;
  letter-spacing: 0.06em;
  margin-bottom: 1.09375vw;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#footer .wrapper .right-area .item-wrapper > a > p:hover {
  font-weight: bold;
}

#footer .copyright {
  background: #063C93;
  text-align: center;
  color: #FFFFFF;
  padding: 5.15625vw 0 2.42188vw;
  font-size: 0.70312vw;
  letter-spacing: .1em;
  font-family: sofia-pro-soft,sans-serif;
  font-weight: 300;
  font-style: normal;
}

@media (max-width: 768px) {
  #footer .copyright {
    font-size: 10px;
    padding: 127px 0 27px;
  }
}

/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.ta-center {
  text-align: center;
}

.u-z-in5 {
  z-index: 5;
}

.u-pt74 {
  padding-top: 74px;
}

.u-m-0auto {
  margin: 0 auto;
}

.u-ml100 {
  margin-left: 100px;
}

@media (max-width: 768px) {
  .u-ml100 {
    margin-left: 0;
  }
}

.u-mt30 {
  margin-top: -30px;
}

.u-mt100 {
  margin-top: -14.0625vw;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-ai_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-top50 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.u-bgno {
  background-color: rgba(0, 0, 0, 0);
}

.u-spno {
  display: block;
}

@media (max-width: 768px) {
  .u-spno {
    display: none;
  }
}

.u-pcno {
  display: none;
}

@media (max-width: 768px) {
  .u-pcno {
    display: block;
  }
}

.u-pad15 {
  padding: 15px 0;
}

.u-disno {
  display: none;
}

.u-disbl {
  display: block;
}

/* ===========
ブレイクポイント
=============*/
/* ===========
pxをvwに変換 フォントサイズもこれで100%対応できたりします。
=============*/
html {
  font-size: 62.5%;
}
/*# sourceMappingURL=style.css.map */