@charset "UTF-8";
body {
  color: #333333;
  font-family: "Poppins", "oswald", "Noto Sans JP", "Shippori Mincho", sans-serif;
}

.fv {
  background: #f0f2f2;
  width: 100%;
  height: 118vw;
  padding-top: 19.2vw;
  position: relative;
}

.fv-backimg {
  width: 100%;
  height: 75.4vw;
  background-image: url("../../../../img/column-fv_sp.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 0;
  z-index: -1;
}

.fv-tit_en {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Poppins";
  font-size: 7.73333vw;
  font-weight: 600;
  color: #0e3169;
  text-align: center;
  margin: -9.866vw 0 0 0;
  padding: 4.8vw 0 5.333vw;
  width: 90vw;
  background-color: rgba(255, 255, 255, 0.9);
}

.fv-tit_ja {
  position: absolute;
  top: 86.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Poppins";
  font-size: 3.4666vw;
  color: #fff;
  background: #0e3169;
  text-align: center;
  width: 52vw;
  padding: 0.8vw;
}

.fv-txt {
  font-size: 4vw;
  font-family: "Noto Sans JP";
  letter-spacing: 0.02em;
  line-height: 2;
  width: calc(100vw - 50px);
  margin: auto;
  padding: 9vw 0 14.9vw;
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .fv {
    width: 100%;
    height: 50vw;
    background: #f0f2f2;
    padding-top: 6.923vw;
    position: relative;
  }
  .fv-backimg {
    width: 100%;
    height: 34.615vw;
    background-image: url("../../../../img/column-fv_pc.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    z-index: -1;
  }
  .fv-tit_en {
    position: absolute;
    top: 72.3%;
    left: 27.3%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Poppins";
    font-size: 4.23vw;
    font-weight: 600;
    color: #0e3169;
    text-align: center;
    margin: 0 0 0 0;
    padding: 2.23vw 0 2.077vw;
    width: 90.769vw;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .fv-tit_ja {
    position: absolute;
    top: 87.5%;
    left: 51.7%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Poppins";
    font-size: 1.384vw;
    color: #fff;
    background: #0e3169;
    text-align: center;
    width: 26.923vw;
    padding: 0.615vw;
  }
  .fv-txt {
    font-size: 1.231vw;
    font-family: "Noto Sans JP";
    letter-spacing: 0.02em;
    line-height: 2;
    width: calc(100vw - 50px);
    margin: auto;
    padding: 7.384vw 0 5.846vw;
    text-align: center;
  }
}

@media screen and (min-width: 1300px) {
  .fv {
    width: 100%;
    height: 650px;
    background: #f0f2f2;
    padding-top: 90px;
    position: relative;
  }
  .fv-backimg {
    width: 100%;
    height: 450px;
    background-image: url("../../../../img/column-fv_pc.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    z-index: -1;
  }
  .fv-tit_en {
    position: absolute;
    top: 72.5%;
    left: 25.5%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Poppins";
    font-size: 55px;
    font-weight: 600;
    color: #0e3169;
    text-align: center;
    margin: 0 0 0 0;
    padding: 29px 0 27px;
    width: 1232px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .fv-tit_ja {
    position: absolute;
    top: 87.5%;
    left: 51.7%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Poppins";
    font-size: 18px;
    color: #fff;
    background: #0e3169;
    text-align: center;
    width: 350px;
    padding: 8px;
  }
  .fv-txt {
    font-size: 16px;
    font-family: "Noto Sans JP";
    letter-spacing: 0.02em;
    line-height: 2;
    width: calc(100vw - 50px);
    margin: auto;
    padding: 96px 0 76px;
    text-align: center;
  }
}

/* パンくずリスト ------------------------------*/
.breadcrumb {
  padding: 1.6vw 0 2.1333vw 4.2666vw;
  list-style: none;
}

.breadcrumb-item {
  position: relative;
  display: inline-block;
  color: #103496;
  font-size: 3.2vw;
  line-height: 1.91666;
  letter-spacing: 0.02em;
}

.breadcrumb-item:first-child {
  position: relative;
  z-index: 1;
  opacity: 0.5;
}

.breadcrumb-item:nth-child(2) {
  margin-left: 4vw;
  opacity: 0.5;
}

.breadcrumb-item:nth-child(2)::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -32%;
  content: "";
  width: 3.2666vw;
  height: 0.1333vw;
  background: #103496;
  opacity: 0.5;
}

.breadcrumb-item:nth-child(3) {
  margin-left: 4vw;
  opacity: 0.5;
}

.breadcrumb-item:nth-child(3)::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -39%;
  content: "";
  width: 3.2666vw;
  height: 0.1333vw;
  background: #103496;
  opacity: 0.5;
}

.breadcrumb-item:last-child {
  margin-left: 5.1vw;
  margin-top: 0.2vw;
  color: #0e3169;
}

.breadcrumb-item:last-child::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -4.8vw;
  content: "";
  width: 3.2666vw;
  height: 0.1333vw;
  background: #103496;
  opacity: 0.5;
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .breadcrumb {
    top: 91%;
    left: 5.7%;
    position: absolute;
  }
  .breadcrumb-item {
    font-size: 1vw;
    line-height: 2.307692;
    letter-spacing: 0.02em;
  }
  .breadcrumb-item:first-child {
    position: relative;
    z-index: 1;
  }
  .breadcrumb-item:nth-child(2) {
    margin-left: 1.923vw;
  }
  .breadcrumb-item:nth-child(2)::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -1.819vw;
    content: "";
    width: 1.153vw;
    height: 0.0666vw;
    background: #103496;
    opacity: 0.5;
  }
  .breadcrumb-item:nth-child(3) {
    margin-left: 1.923vw;
  }
  .breadcrumb-item:nth-child(3)::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -1.819vw;
    content: "";
    width: 1.153vw;
    height: 0.0666vw;
    background: #103496;
    opacity: 0.5;
  }
  .breadcrumb-item:last-child {
    margin-left: 1.923vw;
  }
  .breadcrumb-item:last-child::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -1.819vw;
    content: "";
    width: 1.25vw;
    height: 0.0666vw;
    background: #0e3169;
    opacity: 0.5;
  }
}

@media screen and (min-width: 1300px), print {
  .breadcrumb {
    top: 91%;
    left: 5.7%;
    position: absolute;
  }
  .breadcrumb-item {
    font-size: 13px;
    line-height: 2.307692;
    letter-spacing: 0.02em;
  }
  .breadcrumb-item:first-child {
    position: relative;
    z-index: 1;
  }
  .breadcrumb-item:nth-child(2) {
    margin-left: 25px;
  }
  .breadcrumb-item:nth-child(2)::before {
    display: inline-block;
    position: absolute;
    top: 47%;
    left: -20px;
    content: "";
    width: 15px;
    height: 1px;
    background: #103496;
    opacity: 0.5;
  }
  .breadcrumb-item:nth-child(3) {
    margin-left: 25px;
  }
  .breadcrumb-item:nth-child(3)::before {
    display: inline-block;
    position: absolute;
    top: 47%;
    left: -20px;
    content: "";
    width: 15px;
    height: 1px;
    background: #103496;
    opacity: 0.5;
  }
  .breadcrumb-item:last-child {
    margin-left: 25px;
  }
  .breadcrumb-item:last-child::before {
    display: inline-block;
    position: absolute;
    top: 47%;
    left: -20px;
    content: "";
    width: 15px;
    height: 1px;
    background: #0e3169;
    opacity: 0.5;
  }
}

.contents {
  width: calc(100vw - 50px);
  margin: auto;
  padding-bottom: 1vw;
}

.contents-content {
  padding-bottom: 11.4vw;
}

.contents-content img {
  width: calc(100vw - 50px);
  height: 57.96vw;
}

.contents-content_tit {
  font-size: 4.533vw;
  color: #0e3169;
  letter-spacing: 0.02em;
  line-height: 1.588;
  padding-top: 4.2vw;
  padding-bottom: 4.7vw;
  font-weight: 500;
}

.contents-content_label {
  font-size: 3.4666vw;
  text-align: right;
  letter-spacing: 0.02em;
  padding-bottom: 2.3vw;
}

.contents-content_label1 {
  color: #fff;
  background-color: #0e3169;
  padding: 0.6vw 2.8vw 0.3vw;
}

.contents-content_label2 {
  color: #7c7c7c;
  background-color: #f0f2f2;
  padding: 0.6vw 2.8vw 0.3vw;
  margin-left: 3vw;
}

.contents-content_txt {
  font-size: 4vw;
  line-height: 2;
  color: #333333;
  letter-spacing: 0.02em;
  padding: 1.6vw 0 3vw;
}

.contents-content_btn {
  font-family: "Poppins";
  font-size: 4vw;
  letter-spacing: 0.02em;
  color: #103496;
  text-align: left;
}

.contents-content_btn::before {
  display: inline-block;
  content: "";
  width: 18vw;
  height: 0.2666vw;
  background: #103496;
  margin-bottom: 0.9vw;
  margin-right: 0.4vw;
}

/*.footer {
  padding-top: 22vw;
}*/
@media screen and (max-width: 834px) {
  .main {
    padding-bottom: 22vw;
  }
}

@media screen and (min-width: 835px) and (max-width: 1299px) {
  .contents {
    width: 80vw;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 4.0769vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents::after {
    content: "";
    display: block;
    width: 24.6153vw;
  }
  .contents-content {
    padding-bottom: 0.7692vw;
    width: 24.6153vw;
  }
  .contents-content img {
    width: 24.6153vw;
    height: 16.461vw;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .contents-content img:hover {
    opacity: .7;
  }
  .contents-content_tit {
    font-size: 1.3076vw;
    color: #0e3169;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-top: 1.3846vw;
    padding-bottom: 0.2307vw;
    font-weight: 500;
  }
  .contents-content_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.0769vw;
    text-align: right;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    letter-spacing: 0.02em;
    padding-bottom: 0.384vw;
    row-gap: 0.4615vw;
  }
  .contents-content_label a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .contents-content_label a:hover {
    opacity: .6;
  }
  .contents-content_label1 {
    display: inline-block;
    color: #fff;
    background-color: #0e3169;
    padding: 0.3076vw 0.7692vw;
  }
  .contents-content_label2 {
    display: inline-block;
    color: #7c7c7c;
    background-color: #f0f2f2;
    padding: 0.3076vw 0.7692vw;
    margin-left: 0.7692vw;
  }
  .contents-content_txt {
    font-size: 1.23076vw;
    line-height: 2;
    color: #333333;
    letter-spacing: 0.02em;
    padding: 7px 0 3px;
  }
  .contents-content_btn {
    font-family: "Noto Sans JP";
    font-size: 17px;
    letter-spacing: 0.06em;
    color: #103496;
    text-align: left;
    padding-top: 13px;
  }
  .contents-content_btn::before {
    display: inline-block;
    content: "";
    width: 70px;
    height: 2px;
    background: #103496;
    margin-bottom: 5px;
    margin-right: 6px;
    font-weight: 500;
  }
  .pager {
    padding-top: 22px;
  }
  .footer {
    padding-top: 0;
  }
}

@media screen and (min-width: 1300px) {
  .contents {
    width: calc(100vw - 100px);
    max-width: 1040px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contents::after {
    content: "";
    display: block;
    width: 320px;
  }
  .contents-content {
    padding-bottom: 10px;
    width: 320px;
  }
  .contents-content img {
    width: 320px;
    height: 214px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .contents-content img:hover {
    opacity: .7;
  }
  .contents-content_tit {
    font-size: 17px;
    color: #0e3169;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-top: 18px;
    padding-bottom: 3px;
    font-weight: 500;
  }
  .contents-content_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    text-align: right;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    letter-spacing: 0.02em;
    padding-bottom: 5px;
    row-gap: 6px;
  }
  .contents-content_label a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .contents-content_label a:hover {
    opacity: .6;
  }
  .contents-content_label1 {
    display: inline-block;
    color: #fff;
    background-color: #0e3169;
    padding: 4px 10px 4px;
  }
  .contents-content_label2 {
    display: inline-block;
    color: #7c7c7c;
    background-color: #f0f2f2;
    padding: 4px 10px 4px;
    margin-left: 10px;
  }
  .contents-content_txt {
    font-size: 16px;
    line-height: 2;
    color: #333333;
    letter-spacing: 0.02em;
    padding: 7px 0 3px;
  }
  .contents-content_btn {
    font-family: "Noto Sans JP";
    font-size: 17px;
    letter-spacing: 0.06em;
    color: #103496;
    text-align: left;
    padding-top: 13px;
  }
  .contents-content_btn::before {
    display: inline-block;
    content: "";
    width: 70px;
    height: 0px;
    background: #103496;
    margin-bottom: 5px;
    margin-right: 6px;
    font-weight: 500;
  }
  .pager {
    padding-top: 22px;
  }
  .footer {
    padding-top: 0;
  }
}

@media (max-width: 835px) {
  .dots {
    display: block;
    text-align: center;
    padding: 1.7vw 0;
    font-size: 3.3vw;
  }
}

.dots {
  display: none;
}
