@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%;
}

#KV .sliderArea {
  width: 100%;
  height: 100vh;
}

@media (max-width: 768px) {
  #KV .sliderArea {
    display: none;
  }
}

#KV .sliderArea .sld .title {
  color: #000;
  position: absolute;
  z-index: 5;
  font-size: 3.75vw;
  letter-spacing: .12em;
  line-height: 1.375;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#KV .sliderArea .sld .title .fd1 {
  z-index: 6;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

#KV .sliderArea .sld .title .fd2 {
  z-index: 6;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1.0s;
          animation-delay: 1.0s;
}

#KV .sliderArea .sld .title .fd3 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#KV .sliderArea .sld .title .fd4 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 2.0s;
          animation-delay: 2.0s;
}

#KV .sliderArea .sld .title .fd5 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

#KV .sliderArea .sld .title .fd6 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 3.0s;
          animation-delay: 3.0s;
}

#KV .sliderArea .sld .title .fd7 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

#KV .sliderArea .sld .title .fd8 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 4.0s;
          animation-delay: 4.0s;
}

#KV .sliderArea .sld .title .fd9 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

#KV .sliderArea .sld .title .fd10 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 5.0s;
          animation-delay: 5.0s;
}

#KV .sliderArea .sld .title .fd11 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 5.5s;
          animation-delay: 5.5s;
}

#KV .sliderArea .sld .title .fd12 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 6.0s;
          animation-delay: 6.0s;
}

#KV .sliderArea .sld .title .fd13 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 6.5s;
          animation-delay: 6.5s;
}

#KV .sliderArea .sld .title .fd14 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 7.0s;
          animation-delay: 7.0s;
}

#KV .sliderArea .sld .pc-img {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 8.0s;
          animation-delay: 8.0s;
}

#KV .sliderArea .sld .sp-img {
  display: none;
}

@media (max-width: 768px) {
  #KV .sliderArea .sld .sp-img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#KV .sliderArea .slider1 {
  position: relative;
  width: 100%;
  height: 480px;
}

#KV .sliderArea .slider1 .title {
  color: #063C93;
  margin-left: 7.03125vw;
  margin-top: 21.40625vw;
}

#KV .sliderArea .slider1 .title .bg {
  background: rgba(255, 255, 255, 0.7);
  padding: 0.39062vw 0.78125vw;
}

#KV .sliderArea .slider2 .title {
  color: #063C93;
  margin-left: 5.39062vw;
  margin-top: 35.15625vw;
}

#KV .sliderArea .slider2 .title .bg {
  background: rgba(255, 255, 255, 0.7);
  padding: 0.39062vw 0.78125vw;
}

#KV .sliderArea .slider3 .title {
  color: #063C93;
  margin-left: 66.40625vw;
  margin-top: 29.60938vw;
}

#KV .sliderArea .slider3 .title .bg {
  background: rgba(255, 255, 255, 0.7);
  padding: 0.39062vw 0.78125vw;
}

#KV .sliderArea .slider4 .title {
  color: #063C93;
  margin-left: 66.40625vw;
  margin-top: 29.60938vw;
}

#KV .sliderArea .slider4 .title .bg {
  background: rgba(255, 255, 255, 0.7);
  padding: 0.39062vw 0.78125vw;
}

#KV .sp-slider {
  position: relative;
  display: none;
}

@media (max-width: 768px) {
  #KV .sp-slider {
    display: block;
    width: 100%;
  }
}

#KV .sp-slider .sld .sp-img {
  display: block;
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}

#KV .sp-slider .title {
  height: 190px;
  display: block;
  color: #1B4C9C;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.375;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 31px;
  margin-left: 20px;
}

#KV .sp-slider .title .animation_box1 {
  -webkit-animation: fadeIn 1s ease .5s 1 normal backwards;
          animation: fadeIn 1s ease .5s 1 normal backwards;
}

#KV .sp-slider .title .animation_box2 {
  -webkit-animation: fadeIn 3s ease 2s 1 normal backwards;
          animation: fadeIn 3s ease 2s 1 normal backwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#KV .Web-reserve {
  position: relative;
  z-index: 90;
  display: block;
  position: fixed;
  width: 8.59375vw;
  height: 8.59375vw;
  right: 3.35938vw;
  bottom: 3.35938vw;
}

@media (max-width: 768px) {
  #KV .Web-reserve {
    width: 70px;
    height: 70px;
    right: 15px;
    bottom: 27px;
  }
}

#KV .Web-reserve .bg {
  width: 8.59375vw;
  height: 8.59375vw;
  z-index: 95;
  position: relative;
  background: #1B4C9C;
  border-radius: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media (max-width: 768px) {
  #KV .Web-reserve .bg {
    width: 70px;
    height: 70px;
  }
}

#KV .Web-reserve .bg:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: #D0B28E;
}

#KV .Web-reserve > img {
  z-index: 99;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 4.76562vw;
  pointer-events: none;
}

@media (max-width: 768px) {
  #KV .Web-reserve > img {
    width: 48px;
    height: 38px;
  }
}

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

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

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

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

#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: 70.3125vw;
  margin: 9.0625vw auto 10.46875vw;
}

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

#main .message .wrapper .inner {
  text-align: center;
}

#main .message .wrapper .inner .lst-notice {
  border-top: 1px solid #4576C4;
}

#main .message .wrapper .inner .lst-notice li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.34375vw;
  border-bottom: 1px solid #4576C4;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .lst-notice li {
    padding: 1.9rem 0 2.1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
}

#main .message .wrapper .inner .lst-notice li .date {
  min-width: 8.59375vw;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 1.25vw;
  color: #707070;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .lst-notice li .date {
    font-size: 1.6rem;
  }
}

#main .message .wrapper .inner .lst-notice li .txt1 {
  margin-left: 2.57812vw;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 1.25vw;
  color: #063C93;
}

@media (max-width: 768px) {
  #main .message .wrapper .inner .lst-notice li .txt1 {
    margin-left: 0;
    margin-top: 0.5rem;
    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%;
}

.article-type1 {
  margin-bottom: 12.10938vw;
}

@media (max-width: 768px) {
  .article-type1 {
    margin-bottom: 93px;
  }
}

.article-type1 .inner {
  margin-left: 40px;
}

@media (max-width: 768px) {
  .article-type1 .inner {
    margin-left: 0;
  }
}

.article-type1 .inner .sp-img_area {
  margin-top: 36px;
  margin-left: 20px;
  right: 0;
  overflow: hidden;
}

.article-type1 .inner .sp-img_area > img {
  display: block;
  width: 100%;
  overflow: hidden;
}

.article-type1 .inner .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .article-type1 .inner .content_wrap {
    display: block;
    margin: 0 20px;
  }
}

.article-type1 .inner .content_wrap .text_area {
  position: relative;
  z-index: 5;
  width: 43.28125vw;
  margin-top: 6.875vw;
}

@media (max-width: 768px) {
  .article-type1 .inner .content_wrap .text_area {
    width: 100%;
    margin-top: 50px;
  }
}

.article-type1 .inner .content_wrap .text_area .main_text {
  color: #063C93;
  font-size: 2.1875vw;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.92;
  margin-bottom: 2.1875vw;
}

@media (max-width: 768px) {
  .article-type1 .inner .content_wrap .text_area .main_text {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

.article-type1 .inner .content_wrap .text_area .sub_text {
  color: #063C93;
  font-size: 1.40625vw;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 2;
}

@media (max-width: 768px) {
  .article-type1 .inner .content_wrap .text_area .sub_text {
    font-size: 18px;
    line-height: 2;
  }
}

.article-type1 .inner .content_wrap .img_area {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 62.5vw;
  height: 37.5vw;
  margin-left: 11.71875vw;
  overflow: hidden;
}

@media (max-width: 768px) {
  .article-type1 .inner .content_wrap .img_area {
    display: none;
  }
}

.article-type1 .inner .content_wrap .img_area > img {
  display: block;
  width: 110%;
  height: 100%;
}

.article-type1 .inner .content_wrap .pc-left_area {
  position: relative;
  margin-top: 10.9375vw;
  z-index: 5;
}

@media (max-width: 768px) {
  .article-type1 .inner .content_wrap .pc-left_area {
    display: none;
  }
}

.article-type1 .inner .content_wrap .pc-left_area .map {
  display: block;
  width: 37.26562vw;
}

.article-type1 .inner .content_wrap .pc-left_area .text_area {
  margin-top: 1.79688vw;
  margin-bottom: 2.34375vw;
  font-size: 1.25vw;
  letter-spacing: .06em;
  line-height: 1.875;
}

.article-type1 .inner .content_wrap .pc-left_area .text_area > h3 {
  color: #063C93;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.article-type1 .inner .content_wrap .pc-left_area .text_area > p {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  .article-type1 .inner .content_wrap .pc-right_area {
    display: none;
  }
}

.article-type1 .inner .content_wrap .pc-right_area .text_area {
  width: 31.40625vw;
  margin-top: 0;
  margin-bottom: 2.34375vw;
  letter-spacing: .06em;
}

.article-type1 .inner .content_wrap .pc-right_area .text_area > h3 {
  font-size: 1.5625vw;
  color: #063C93;
  line-height: 1.5;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.article-type1 .inner .content_wrap .pc-right_area .text_area > p {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25vw;
  line-height: 1.875;
}

.article-type1 .inner .content_wrap .pc-right_area .img-wrapper {
  width: 38.125vw;
}

.article-type1 .inner .content_wrap .pc-right_area .img-wrapper .week {
  width: 90%;
  margin-bottom: 4.45312vw;
}

.article-type1 .inner .content_wrap .pc-right_area .img_area {
  position: absolute;
  z-index: 1;
  right: 0;
  width: 62.5vw;
  height: 37.5vw;
  overflow: hidden;
}

.article-type1 .inner .content_wrap .pc-right_area .img_area > img {
  margin-left: 4.29688vw;
  display: block;
  width: 110%;
  height: 100%;
  overflow: hidden;
}

.article-type1 .inner .sp-access {
  display: none;
}

@media (max-width: 768px) {
  .article-type1 .inner .sp-access {
    display: block;
  }
}

.article-type1 .inner .sp-access .img_area {
  margin-top: 36px;
  margin-left: 20px;
  right: 0;
  overflow: hidden;
}

.article-type1 .inner .sp-access .img_area > img {
  display: block;
  width: 100%;
  overflow: hidden;
}

.article-type1 .inner .sp-access .text_area {
  margin: 50px 0 0 20px;
}

.article-type1 .inner .sp-access .text_area > h3 {
  font-size: 20px;
  color: #063C93;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 13px;
  line-height: 1.5;
  letter-spacing: .06em;
}

.article-type1 .inner .sp-access .text_area > p {
  font-size: 16px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.06em;
}

.article-type1 .inner .sp-access .img-wrapper {
  margin: 30px 20px 0;
}

.article-type1 .inner .sp-access .img-wrapper .week {
  display: block;
  width: 100%;
}

.article-type1 .inner .sp-access .map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
}

.article-type2 {
  margin-bottom: 12.10938vw;
}

@media (max-width: 768px) {
  .article-type2 {
    margin-bottom: 117px;
  }
}

.article-type2 .inner {
  margin-right: 100px;
}

@media (max-width: 768px) {
  .article-type2 .inner {
    margin-right: 0;
  }
}

.article-type2 .inner .title_wrap {
  text-align: right;
  margin-right: 40px;
}

@media (max-width: 768px) {
  .article-type2 .inner .title_wrap {
    text-align: center;
    margin-right: 0;
  }
}

.article-type2 .inner .title_wrap > h2 {
  color: #193B8E;
  font-size: 2.96875vw;
  font-family: dnp-shuei-mgothic-std,sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .article-type2 .inner .title_wrap > h2 {
    font-size: 30px;
    line-height: 1.8;
  }
}

.article-type2 .inner .title_wrap > h2 > span {
  border-bottom: 1px dashed #4576C4;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .article-type2 .inner .title_wrap > h2 > span {
    padding-bottom: 7px;
  }
}

.article-type2 .inner .title_wrap > h3 {
  color: #FFFFFF;
  margin-top: 37px;
  font-size: 2.34375vw;
  font-family: sofia-pro-soft, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-text-stroke: 1px #4576C4;
}

@media (max-width: 768px) {
  .article-type2 .inner .title_wrap > h3 {
    margin-top: 7px;
    font-size: 24px;
  }
}

.article-type2 .inner .img_area {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 62.5vw;
  height: 37.5vw;
  overflow: hidden;
}

@media (max-width: 768px) {
  .article-type2 .inner .img_area {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
}

.article-type2 .inner .img_area .pc-img {
  display: block;
  margin-left: -6.25vw;
  width: 110%;
  height: 100%;
}

@media (max-width: 768px) {
  .article-type2 .inner .img_area .pc-img {
    display: none;
  }
}

.article-type2 .inner .img_area .sp-img {
  display: none;
}

@media (max-width: 768px) {
  .article-type2 .inner .img_area .sp-img {
    display: block;
    width: 100%;
    margin-left: -20px;
    margin-top: 36px;
  }
}

.article-type2 .inner .content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-right: 40px;
}

@media (max-width: 768px) {
  .article-type2 .inner .content_wrap {
    display: block;
    -webkit-box-pack: none;
        -ms-flex-pack: none;
            justify-content: none;
    margin: 0 20px;
  }
}

.article-type2 .inner .content_wrap .text_area {
  position: relative;
  text-align: right;
  z-index: 5;
  width: 43.28125vw;
  margin-top: 6.875vw;
}

@media (max-width: 768px) {
  .article-type2 .inner .content_wrap .text_area {
    width: 100%;
    text-align: left;
  }
}

.article-type2 .inner .content_wrap .text_area .main_text {
  color: #063C93;
  font-size: 2.1875vw;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 1.92;
  margin-bottom: 2.1875vw;
}

@media (max-width: 768px) {
  .article-type2 .inner .content_wrap .text_area .main_text {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.article-type2 .inner .content_wrap .text_area .sub_text {
  color: #063C93;
  font-size: 1.40625vw;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .article-type2 .inner .content_wrap .text_area .sub_text {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

.article-type2 .inner .content_wrap .text_area .btn_wrap {
  display: block;
  text-align: center;
  position: relative;
  margin: 30px 0 0 auto;
  width: 24.21875vw;
  border: 1px solid #063C93;
  border-radius: 2.10938vw;
}

@media (max-width: 768px) {
  .article-type2 .inner .content_wrap .text_area .btn_wrap {
    width: 280px;
    margin: 30px auto;
    border-radius: 25px;
  }
}

.article-type2 .inner .content_wrap .text_area .btn_wrap:hover {
  background: #063C93;
}

.article-type2 .inner .content_wrap .text_area .btn_wrap > p {
  color: #063C93;
  font-size: 1.25vw;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 1.32812vw 6.875vw;
}

@media (max-width: 768px) {
  .article-type2 .inner .content_wrap .text_area .btn_wrap > p {
    padding: 16px 50px;
    font-size: 16px;
  }
}

.article-type2 .inner .content_wrap .text_area .btn_wrap > p:hover {
  color: #FFFFFF;
}

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

#treatment_tab .wrapper {
  margin: 0 auto;
  width: 84.375vw;
  margin-bottom: 17.89062vw;
  color: #D0B28E;
}

@media (max-width: 768px) {
  #treatment_tab .wrapper {
    width: 100%;
    margin-bottom: 100px;
  }
}

#treatment_tab .tab {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 2.26562vw 5.85938vw;
  background: #F5F1ED;
  cursor: pointer;
  font-size: 1.71875vw;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  #treatment_tab .tab {
    font-size: 18px;
    padding: 20px;
  }
}

#treatment_tab .tab:not(:last-of-type) {
  margin-right: .2em;
}

#treatment_tab .tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#treatment_tab .tab .eng {
  display: inline-block;
  font-size: 1.09375vw;
  margin-left: 1.17188vw;
  letter-spacing: 0.02em;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media (max-width: 768px) {
  #treatment_tab .tab .eng {
    font-size: 12px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#treatment_tab .tab .circle {
  display: block;
  position: absolute;
  -webkit-transform: translate(-250%, 25%);
          transform: translate(-250%, 25%);
  width: 1.40625vw;
  height: 1.40625vw;
  background: #B79A77;
  border-radius: 0.70312vw;
}

@media (max-width: 768px) {
  #treatment_tab .tab .circle {
    display: none;
  }
}

#treatment_tab .tab .circle::before, #treatment_tab .tab .circle::after {
  position: absolute;
  content: "";
  width: 0.39062vw;
  height: 0.11719vw;
  display: inline-block;
  border-radius: 0.07812vw;
  background: #FFFFFF;
  left: 40%;
}

#treatment_tab .tab .circle::before {
  top: 41%;
  /* 数値は微調整してください */
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  /* 45度回転させる */
}

#treatment_tab .tab .circle::after {
  bottom: 38%;
  /* 数値は微調整してください */
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  /* -45度回転させる */
}

#treatment_tab .current {
  color: #FFFFFF;
  background: #D0B28E;
}

#treatment_tab .current::after {
  content: "";
  position: absolute;
  top: 8.20312vw;
  /* 縦軸をセンタリングする */
  left: 18.35938vw;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  /* 縦軸をセンタリングする */
  border: 1.32812vw solid transparent;
  border-left: 2.10938vw solid #D0B28E;
}

@media (max-width: 768px) {
  #treatment_tab .current::after {
    top: 111%;
    /* 縦軸をセンタリングする */
    left: 48%;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    /* 縦軸をセンタリングする */
    border: 8px solid transparent;
    border-left: 13px solid #D0B28E;
  }
}

#treatment_tab .current .circle {
  display: block;
  position: absolute;
  -webkit-transform: translate(-250%, 25%);
          transform: translate(-250%, 25%);
  width: 1.40625vw;
  height: 1.40625vw;
  background: #FFFFFF;
  border-radius: 0.70312vw;
}

@media (max-width: 768px) {
  #treatment_tab .current .circle {
    display: none;
  }
}

#treatment_tab .current .circle::before, #treatment_tab .current .circle::after {
  position: absolute;
  content: "";
  width: 0.39062vw;
  height: 0.11719vw;
  display: inline-block;
  border-radius: 0.07812vw;
  background: #D0B28E;
  left: 25%;
}

#treatment_tab .current .circle::before {
  top: 50%;
  left: 42%;
  /* 数値は微調整してください */
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  /* 45度回転させる */
}

#treatment_tab .current .circle::after {
  top: 50%;
  left: 28%;
  /* 数値は微調整してください */
  -webkit-transform: rotate(-130deg);
          transform: rotate(-130deg);
  /* -45度回転させる */
}

#treatment_tab .menu {
  position: relative;
  width: 100%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#treatment_tab .menu-box {
  width: 100%;
  position: relative;
}

#treatment_tab .menu-container {
  position: relative;
  width: 100%;
  margin-top: 4.76562vw;
}

@media (max-width: 768px) {
  #treatment_tab .menu-container {
    margin-top: 40px;
  }
}

#treatment_tab .menu .textArea {
  width: 100%;
  margin-bottom: 4.0625vw;
}

@media (max-width: 768px) {
  #treatment_tab .menu .textArea {
    margin-bottom: 0;
  }
}

#treatment_tab .menu .textArea > p {
  color: #323232;
  font-size: 1.25vw;
  line-height: 2.25;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  #treatment_tab .menu .textArea > p {
    margin: 0 20px 20px;
    font-size: 16px;
    line-height: 2.25;
  }
}

#treatment_tab .menu .picArea {
  width: 100%;
  height: 32.8125vw;
}

#treatment_tab .menu .symptoms {
  display: none;
}

@media (max-width: 768px) {
  #treatment_tab .menu .symptoms {
    display: block;
    margin: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#treatment_tab .menu .symptoms .row1 {
  width: 49%;
  text-align: center;
}

#treatment_tab .menu .symptoms .row1 .wrapper {
  margin-bottom: 20px;
  border: 1px solid #8FA1C4;
  border-radius: 10px;
  margin-bottom: 10px;
  height: 70px;
}

#treatment_tab .menu .symptoms .row1 .wrapper > h2 {
  padding: 25px 0;
  color: #063C93;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}

#treatment_tab .menu .symptoms .row2 {
  width: 49%;
  text-align: center;
}

#treatment_tab .menu .symptoms .row2 .wrapper {
  margin-bottom: 20px;
  border: 1px solid #8FA1C4;
  border-radius: 10px;
  margin-bottom: 10px;
  height: 70px;
}

#treatment_tab .menu .symptoms .row2 .wrapper > h2 {
  padding: 25px 0;
  color: #063C93;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}

/* ===========
ブレイクポイント
=============*/
/* ===========
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;
  }
}

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

/* 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;
}

.u-sec--inner {
  margin: 0 auto;
  width: 84.375vw;
}

@media (max-width: 768px) {
  .u-sec--inner {
    width: calc(335 / 375 * 100%);
  }
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 769px) {
  .u-flex--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.u-bg--color1 {
  background: #DBE7FF;
}

.u-bg--color2 {
  background: #FAF7F4;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.u-font--bold {
  font-weight: 700;
}

.u-font--small {
  font-size: calc(2 / 3 * 100%);
}

.p-title_wrap {
  position: relative;
  z-index: 7;
}

@media (max-width: 768px) {
  .p-title_wrap {
    text-align: center;
  }
}

.p-title_wrap > h2 {
  color: #193B8E;
  font-size: 2.96875vw;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.71;
}

@media (max-width: 768px) {
  .p-title_wrap > h2 {
    font-size: 30px;
    line-height: 1.8;
  }
}

.p-title_wrap > h2 > span {
  border-bottom: 1px dashed #4576C4;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .p-title_wrap > h2 > span {
    padding-bottom: 7px;
  }
}

.p-title_wrap > h3 {
  color: #FFFFFF;
  margin-top: 25px;
  font-size: 2.34375vw;
  font-family: sofia-pro-soft, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-text-stroke: 1px #4576C4;
}

@media (max-width: 768px) {
  .p-title_wrap > h3 {
    margin-top: 7px;
    font-size: 24px;
  }
}

.p-btn_wrap {
  display: block;
  position: relative;
  z-index: 7;
  background: #FFFFFF;
  width: 24.21875vw;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #063C93;
  border-radius: 2.10938vw;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .p-btn_wrap {
    width: 280px;
    margin: 30px auto 0;
    border-radius: 25px;
  }
}

.p-btn_wrap:hover {
  background: #063C93;
}

.p-btn_wrap > p {
  z-index: 9;
  color: #063C93;
  font-size: 1.25vw;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 1.32812vw 5.54688vw;
}

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

.p-btn_wrap > p:hover {
  color: #FFFFFF;
}

.c-hdg1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 1.40625vw 0;
  width: 78.125vw;
  border: 2px solid #7AA4E7;
  border-radius: 3.125vw;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1.5;
  color: #063C93;
}

@media (max-width: 768px) {
  .c-hdg1 {
    width: 100%;
    padding: 30px calc(20 / 375 * 100%);
    font-size: 20px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
}

.c-hdg1__span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.4375vw;
  height: 3.4375vw;
  margin-right: 1.71875vw;
  background: #063C93;
  font-family: sofia-pro-soft, sans-serif;
  font-size: 2.34375vw;
  font-weight: 500;
  line-height: 3.4375vw;
  letter-spacing: 0;
  color: #FFF;
  text-align: center;
}

@media (max-width: 768px) {
  .c-hdg1__span {
    width: 50px;
    height: 50px;
    margin-right: 11px;
    font-size: 30px;
    line-height: 50px;
  }
}

.c-hdg2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-hdg2__icon {
  width: 5vw;
  margin-right: 0.3125vw;
}

@media (max-width: 768px) {
  .c-hdg2__icon {
    width: 54px;
    margin-right: 4px;
  }
}

.c-hdg2__line {
  padding: 0 0.78125vw 0 0.3125vw;
  background: url(../images/line1.png) repeat-x bottom/auto 2px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 1.5625vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.2;
  color: #063C93;
}

@media (max-width: 768px) {
  .c-hdg2__line {
    background: url(../images/sp/line1.png) repeat-x bottom/auto 2px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .c-hdg2--inline {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .c-hdg2--inline .c-hdg2__line {
    background: none;
  }
  .c-hdg2--inline .c-hdg2__line span {
    padding: 14px 0;
    background: url(../images/sp/line1.png) repeat-x bottom/auto 2px;
  }
}

.c-hdg3 {
  font-size: 2.03125vw;
  font-weight: 700;
  line-height: calc(50 / 26);
  color: #4576C4;
}

@media (max-width: 768px) {
  .c-hdg3 {
    font-size: 24px;
    line-height: calc(46 / 24);
  }
}

.c-hdg4 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #84623A;
}

@media (max-width: 768px) {
  .c-hdg4 {
    font-size: 24px;
  }
}

.c-hdg4__span {
  display: block;
  margin-bottom: 1.5625vw;
  font-size: 2.34375vw;
  letter-spacing: 0;
  color: #FFF;
  -webkit-text-stroke: 1px #84623A;
}

@media (max-width: 768px) {
  .c-hdg4__span {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.c-hdg5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.40625vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #063C93;
}

@media (max-width: 768px) {
  .c-hdg5 {
    font-size: 18px;
  }
}

.c-hdg5__span {
  margin-right: 0.3125vw;
  padding-bottom: 1%;
  font-family: sofia-pro-soft, sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 768px) {
  .c-hdg5__span {
    font-size: 32px;
  }
}

.c-hdg6 {
  display: inline-block;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(62.5%, transparent), color-stop(62.5%, #DBE7FF));
  background: linear-gradient(transparent 62.5%, #DBE7FF 62.5%);
  font-size: 1.875vw;
  font-weight: 700;
  line-height: calc(40 / 24);
  letter-spacing: 0;
  color: #4576C4;
}

@media (max-width: 768px) {
  .c-hdg6 {
    display: inline;
    padding-bottom: 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(22.5%, transparent), color-stop(22.5%, #DBE7FF));
    background: linear-gradient(transparent 22.5%, #DBE7FF 22.5%);
    font-size: 24px;
    line-height: 1;
  }
}

.c-hdg7 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #063C93;
}

@media (max-width: 768px) {
  .c-hdg7 {
    font-size: 20px;
  }
}

.c-hdg8 {
  font-size: 1.71875vw;
  font-weight: 700;
  line-height: 1;
  color: #84623A;
}

@media (max-width: 768px) {
  .c-hdg8 {
    font-size: 22px;
  }
}

.c-hdg8__span {
  font-family: sofia-pro-soft, sans-serif;
  font-size: 1.09375vw;
  font-weight: 500;
  letter-spacing: 0.3em;
}

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

.c-hdg9 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #4576C4;
}

@media (max-width: 768px) {
  .c-hdg9 {
    font-size: 20px;
  }
}

.c-text1 {
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 2.2;
  color: #063C93;
}

@media (max-width: 768px) {
  .c-text1 {
    font-size: 18px;
    line-height: calc(40 / 18);
  }
}

.c-text2 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 0.54688vw 2.26562vw 0.54688vw 1.79688vw;
  font-family: sofia-pro-soft, sans-serif;
  background: #5082D1;
  border-radius: 0 1.25vw 1.25vw 0;
  font-size: 1.32812vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #FFF;
}

@media (max-width: 768px) {
  .c-text2 {
    width: 120px;
    padding: 6px 0;
    margin: 0 auto;
    border-radius: 16px;
    font-size: 17px;
    text-align: center;
  }
}

.c-text3 {
  font-size: 1.25vw;
  color: #063C93;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .c-text3 {
    font-size: 16px;
  }
}

.c-list1__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.17188vw;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1.5;
  color: #063C93;
}

@media (max-width: 768px) {
  .c-list1__head {
    font-size: 20px;
  }
}

.c-list1__head_index {
  width: 3.90625vw;
  height: 3.90625vw;
  margin-right: 1.32812vw;
  background: #063C93;
  font-family: sofia-pro-soft, sans-serif;
  font-size: 2.65625vw;
  font-weight: 500;
  line-height: 3.90625vw;
  letter-spacing: 0;
  color: #FFF;
  text-align: center;
}

@media (max-width: 768px) {
  .c-list1__head_index {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    font-size: 38px;
    line-height: 60px;
  }
}

.c-list1__item {
  margin-top: 0.78125vw;
}

@media (max-width: 768px) {
  .c-list1__item {
    margin-top: 10px;
  }
}

.c-list1__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.90625vw;
  padding-left: 1.95312vw;
  background: url(../images/icon_arrow1.svg) no-repeat center right 3.4%/15px auto, #EAF0FC;
  border-radius: 1.95312vw;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  color: #063C93;
}

@media (max-width: 768px) {
  .c-list1__link {
    height: auto;
    padding: 10px 0 10px 25px;
    border-radius: 40px;
  }
}

.c-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 78.125vw;
  padding: 0 2.73438vw 2.34375vw;
  margin: 0 auto;
  background: #DBE7FF;
}

@media (max-width: 768px) {
  .c-list2 {
    display: block;
    width: 100%;
    padding: 10px 0 30px;
    margin-top: 38px;
  }
}

.c-list2__item {
  width: 35.15625vw;
  margin-top: 2.34375vw;
  padding: 1.40625vw 2.34375vw 2.34375vw;
  background: #FFF;
  border-radius: 0.78125vw;
}

@media (max-width: 768px) {
  .c-list2__item {
    width: calc(335 / 375 * 100%);
    margin: 20px auto 0;
    padding: 13px 20px 16px;
    border-radius: 10px;
  }
}

.c-list2__item .c-text3 {
  margin-top: 0.9375vw;
}

@media (max-width: 768px) {
  .c-list2__item .c-text3 {
    margin-top: 11px;
    padding: 0 10px;
  }
}

@media (min-width: 769px) {
  .c-list3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-list3__dt {
  width: 8.59375vw;
  margin-top: 3.4375vw;
  color: #84623A;
}

@media (max-width: 768px) {
  .c-list3__dt {
    width: 100%;
    margin-top: 27px;
    font-size: 16px;
    letter-spacing: 0;
  }
}

.c-list3__dd {
  margin-top: 3.4375vw;
  font-size: 1.25vw;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .c-list3__dd {
    margin-top: 8px;
    font-size: 16px;
    white-space: nowrap;
  }
}

.c-list4 {
  font-size: 0;
}

.c-list4__item {
  display: inline-block;
  margin: 1.5625vw 1.17188vw 0 0;
}

@media (max-width: 768px) {
  .c-list4__item {
    margin: 10px 10px 0 0;
  }
}

.c-list4__link {
  display: block;
  padding: 1.01562vw 1.32812vw 1.17188vw 1.25vw;
  border: 1px solid #8FA1C4;
  border-radius: 1.79688vw;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #063C93;
}

@media (max-width: 768px) {
  .c-list4__link {
    padding: 13px 17px 15px 16px;
    border-radius: 23px;
    font-size: 16px;
  }
}

.c-list4__link.is-current {
  background: #063C93;
  border: 1px solid #063C93;
  color: #FFF;
}

.c-btn1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #84623A;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 1.32812vw;
  font-weight: 700;
  line-height: calc(25 / 17);
  letter-spacing: 0;
  color: #84623A;
}

@media (max-width: 768px) {
  .c-btn1 {
    font-size: 17px;
  }
}

.c-btn1__icon {
  width: 1.71875vw;
}

@media (max-width: 768px) {
  .c-btn1__icon {
    width: 22px;
  }
}

.c-btn1__icon img {
  vertical-align: baseline;
}

.c-btn2 {
  display: inline-block;
  padding: 0.9375vw 2.42188vw;
  border: 1px solid #063C93;
  border-radius: 1.95312vw;
  font-size: 1.25vw;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #063C93;
}

@media (max-width: 768px) {
  .c-btn2 {
    padding: 13px 40px;
    border-radius: 38px;
    font-size: 16px;
  }
}

.l-kv {
  width: 100%;
}

.l-kv__img {
  width: 100%;
}

.p-treatments {
  padding-bottom: 16.01562vw;
  font-size: 1.40625vw;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #323232;
}

@media (max-width: 768px) {
  .p-treatments {
    font-size: 18px;
    padding-bottom: 100px;
  }
}

@media (min-width: 769px) {
  .p-treatments .u-sec--inner {
    padding: 0 3.125vw;
  }
}

.p-treatments img {
  width: 100%;
}

.p-treatments .c-text {
  letter-spacing: 0;
}

.p-treatments .c-hdg3 {
  color: #063C93;
  line-height: calc(40 / 24);
  text-align: center;
}

.p-treatments .c-hdg3 + .c-text {
  margin-top: 1.875vw;
}

@media (max-width: 768px) {
  .p-treatments .c-hdg3 + .c-text {
    margin-top: 30px;
  }
}

.p-treatments__lead {
  margin-top: 5.625vw;
  text-align: center;
}

@media (max-width: 768px) {
  .p-treatments__lead {
    margin-top: 19px;
  }
}

.p-treatments .c-list4 {
  margin-top: 3.125vw;
}

@media (max-width: 768px) {
  .p-treatments .c-list4 {
    width: calc(100vw - 18px);
    margin-top: 52px;
    margin-left: -9px;
  }
}

.p-treatments__content {
  padding: 4.84375vw 5.46875vw 5.625vw;
  margin-top: 3.28125vw;
  border: 1px solid #5075BE;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .p-treatments__content {
    padding: 42px 20px 44px;
    margin-top: 50px;
    border-radius: 20px;
  }
}

.p-treatments__content .c-hdg9 {
  padding-bottom: 0.78125vw;
  margin-bottom: 1.25vw;
  background: url(../images/line.png) repeat-x bottom/auto 1px;
}

@media (max-width: 768px) {
  .p-treatments__content .c-hdg9 {
    padding-bottom: 10px;
    margin-bottom: 16px;
    text-align: center;
  }
}

.p-treatments__section {
  margin-top: 3.98438vw;
}

@media (max-width: 768px) {
  .p-treatments__section {
    margin-top: 46px;
  }
}

.p-treatments__section.sec1 .u-flex--pc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 768px) {
  .p-treatments__section.sec1 .u-flex--pc .c-text {
    margin-top: 48px;
  }
}

@media (min-width: 769px) {
  .p-treatments__section.sec1 .u-flex--pc .c-text {
    width: 36.71875vw;
  }
}

@media (max-width: 768px) {
  .p-treatments__section.sec2 .c-text {
    margin-top: 21px;
  }
}

@media (min-width: 769px) {
  .p-treatments__section.sec2 .c-text {
    width: 48.4375vw;
  }
}

.p-treatments__section.sec2 .u-font--small {
  display: inline-block;
  margin-top: 0.54688vw;
  line-height: calc(20 / 12);
}

.p-treatments__img1 {
  margin-top: 38px;
}

@media (min-width: 769px) {
  .p-treatments__img1 {
    width: 26.01562vw;
    margin-top: 3.59375vw;
  }
}

.p-treatments__img2 {
  width: calc(200 / 293 * 100%);
}

@media (max-width: 768px) {
  .p-treatments__img2 {
    margin: 0 auto;
  }
}

@media (min-width: 769px) {
  .p-treatments__img2 {
    width: 15.625vw;
  }
}

.p-treatments .img--2 .p-treatments__img2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (min-width: 769px) {
  .p-treatments .img--2 .p-treatments__img2 {
    width: 31.25vw;
  }
}

.p-treatments .img--2 .p-treatments__img2 img {
  width: 50%;
}

@media (min-width: 769px) {
  .p-treatments .img--2 .c-text {
    width: 33.59375vw;
  }
}

.p-treatments .c-btn2__wrap {
  margin-top: 7.8125vw;
  text-align: center;
}

@media (max-width: 768px) {
  .p-treatments .c-btn2__wrap {
    margin-top: 51px;
  }
}
/*# sourceMappingURL=style.css.map */