/* CSS Document */
body {
  color: #000;
}

.poRe {
  position: relative;
}

.tC {
  text-align: center;
}

a,
a:visited {
  color: #000;
}

.bg_inner {
  background-image: url(../img/bg_pc.jpg);
  background-position: center top;
  background-repeat: repeat;
  background-size: auto;
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: lighten;
}

#header {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
}
#header .logo_jr {
  padding-top: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
#header .btn_link {
  position: absolute;
  top: 0;
  right: 0;
}

#sec_fv .inner {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
#sec_nav {
  background-color: #3590dd;
}
#sec_nav .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
  justify-content: center;
  align-items: center;
}
#sec_nav .f-item {
  text-align: center;
}
#sec_nav .f-item a {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  padding: 0.5em 0 0.5em;
}

#sec01 {
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 80px;
}
#sec01 .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
}
#sec01 .flex .f-item {
  position: relative;
}
#sec01 .flex .f-item01 {
  width: 520px;
}
#sec01 .flex .f-item02 {
  width: 520px;
}
#sec01 .ttl {
  font-size: 48px;
  letter-spacing: -0.02em;
}
#sec01 .txt {
  font-size: 20px;
  line-height: 1.8;
  width: 400px;
  margin: 0 auto 60px;
}
#sec01 .btn01 {
  text-align: center;
}

.sec_slider {
  margin-bottom: 50px;
}
.sec_slider .slideImg {
  margin-right: 30px;
}
#sec02 {
  background-color: #3590dd;
}
#sec02 .inner {
  width: 1080px;
  margin: 0 auto;
}
#sec02 .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
#sec02 .flex .f-item {
  position: relative;
  width: 520px;
}
#sec02 .ttl {
  color: #fff;
  font-size: 48px;
  text-align: center;
}
#sec02 .ttl .x-small {
  font-size: 0.8em;
}
#sec02 .txt {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  width: 420px;
  margin: 0 auto 60px;
}
#sec02 .btn03 {
  text-align: center;
}

#sec03 {
  background-color: #fffcb1;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
}
#sec03 .ttl {
  font-size: 48px;
  margin-bottom: 10px;
}
#sec03 .ttl .x-small {
  font-size: 0.8em;
}
#sec03 .box {
  width: 1080px;
  margin: 0 auto 50px;
}
#sec03 .box .box_ttl01 {
  font-size: 20px;
  margin-bottom: 10px;
}
#sec03 .box .box_ttl02 {
  font-size: 24px;
  margin-bottom: 10px;
}
#sec03 .box .box_ttl02_cap {
  font-size: 16px;
  text-align: left;
  margin-bottom: 5px;
}
#sec03 .box .note {
  font-size: 16px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
#sec03 .box .sec03_img03 {
  margin-bottom: 10px;
}
#sec03 .box.box03 {
  width: 900px;
}
#sec03 .box.box03 .box03_01 {
  margin-bottom: 30px;
}
#sec03 .box.box03 .box03_ttl {
  font-size: 20px;
  text-align: left;
}
#sec03 .box.box03 .box03_cap {
  font-size: 18px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
#sec03 .box .sec03_img04 {
  position: relative;
  margin-bottom: 10px;
}
#sec03 .box .btn_more {
  position: absolute;
  top: 82.5%;
  right: 2%;
}

#sec04 {
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: center;
}
#sec04 .ttl {
  font-size: 48px;
  margin-bottom: 30px;
}
#sec04 .ttl .x-small {
  font-size: 0.8em;
}
#sec04 .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
#sec04 .f-item {
  width: 320px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

#sec05 {
  padding-top: 80px;
  padding-bottom: 100px;
}
#sec05 .ttl {
  font-size: 48px;
  margin-bottom: 10px;
  text-align: center;
}
#sec05 .ttl .x-small {
  font-size: 0.8em;
}
#sec05 .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 140px;
  justify-content: center;
}
#sec05 .f-item {
  width: 420px;
}
#sec05 .caption {
  font-size: 20px;
  line-height: 1.8;
  text-align: justify;
  margin-top: 10px;
  margin-bottom: 60px;
}
#sec05 .btn {
  text-align: center;
}

#footer {
  background-color: #3590dd;
}
#footer .copyright {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .bg_inner {
    background-image: url(../img/bg_sp.jpg);
    background-size: cover;
  }
  #header {
    width: 100%;
  }
  #header .logo_jr {
    padding-top: 0;
    padding-left: 2vw;
    margin-bottom: 2vw;
  }
  #header .logo_jr img {
    width: 10.93vw;
    position: relative;
    z-index: 999;
  }
  #header .btn_link {
    top: 17vw;
    right: 0;
    width: 10.67vw;
  }
  #sec_fv .inner {
    max-width: none;
    width: 100%;
  }
  #sec_nav {
    background-color: transparent;
    position: fixed;
    top: 24px;
    width: 100%;
    z-index: 10;
    margin-top: -7vw;
  }
  #sec_nav .flex {
    background-color: #3590dd;
    height: 110vh;
    display: block;
    display: none;
    padding-top: 10vw;
  }
  #sec_nav .f-item {
    width: 100%;
  }
  #sec_nav .f-item a {
    font-size: 4.8vw;
    padding: 0.8em 0 0.8em;
  }
  .hamburger {
    position: fixed;
    top: 4vw;
    right: 18px;
    cursor: pointer;
    width: 32px;
    height: 24px;
    z-index: 10;
  }
  .hamburger span {
    transition: all 0.3s;
    position: absolute;
    height: 2px;
    background-color: #35aeff;
    width: 100%;
    z-index: 10;
  }
  .hamburger.open span {
    background-color: #fff;
  }
  .hamburger span:nth-of-type(1) {
    top: 4px;
  }
  .hamburger span:nth-of-type(2) {
    top: 12px;
  }
  .hamburger span:nth-of-type(3) {
    top: 20px;
  }
  .hamburger.open span:nth-of-type(1) {
    top: 10px;
    transform: translateY(6px) rotate(-45deg);
  }
  .hamburger.open span:nth-of-type(2) {
    opacity: 0;
  }
  .hamburger.open span:nth-of-type(3) {
    top: 22px;
    transform: translateY(-6px) rotate(45deg);
  }
  #sec01 {
    max-width: none;
    width: 100%;
    padding-top: 8vw;
    padding-bottom: 4vw;
  }
  #sec01 .flex {
    display: block;
    margin-bottom: 6vw;
  }
  #sec01 .flex .f-item {
    width: 100%;
  }
  #sec01 .ttl {
    font-size: 7.2vw;
    text-align: center;
    margin-bottom: 5.33vw;
  }
  #sec01 .txt {
    font-size: 3.73vw;
    width: 78vw;
    margin: 0 auto 6vw;
  }
  #sec01 .btn01 {
    width: 56.67vw;
    margin: 0 auto;
  }
  .sec_slider {
    width: 100%;
    margin-bottom: 6.67vw;
    overflow: hidden;
  }
  .sec_slider .slideImg {
    margin-right: 4vw;
  }
  #sec02 {
    background-color: #3590dd;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  #sec02 .sec02_img01 {
    width: 89.33vw;
    margin: 0 0 0 auto;
  }
  #sec02 .sec02_img02 {
    width: 53.47vw;
    margin: 0 auto 0 0;
  }
  #sec02 .inner {
    width: 100%;
    margin: 0 auto;
    padding-top: 6.67vw;
  }
  #sec02 .flex {
    display: block;
  }
  #sec02 .flex .f-item {
    width: 100%;
  }
  #sec02 .ttl {
    font-size: 7.2vw;
  }
  #sec02 .txt {
    font-size: 3.73vw;
    width: 78vw;
    margin: 0 auto 6vw;
  }
  #sec02 .btn03 {
    width: 56.67vw;
    margin: 0 auto 6vw;
  }
  #sec03 {
    padding-top: 8vw;
    padding-bottom: 12vw;
  }
  #sec03 .ttl {
    font-size: 7.2vw;
    margin-bottom: 4vw;
  }
  #sec03 .box {
    width: 82.67vw;
    margin: 0 auto 6.67vw;
  }
  #sec03 .box .box_ttl01 {
    font-size: 3.2vw;
    margin-bottom: 1.33vw;
  }
  #sec03 .box .box_ttl02 {
    font-size: 3.73vw;
    margin-bottom: 1.33vw;
  }
  #sec03 .box .box_ttl02_cap {
    font-size: 2.67vw;
    margin-bottom: 0.67vw;
  }
  #sec03 .box .note {
    font-size: 2.67vw;
  }
  #sec03 .box .sec03_img03 {
    margin-bottom: 1.33vw;
  }
  #sec03 .box.box03 {
    width: 82.67vw;
  }
  #sec03 .box.box03 .box03_01 {
    margin-bottom: 4vw;
  }
  #sec03 .box.box03 .box03_ttl {
    font-size: 3.73vw;
  }
  #sec03 .box.box03 .box03_cap {
    font-size: 3.2vw;
  }
  #sec03 .box .sec03_img04 {
    margin-bottom: 1.33vw;
  }
  #sec03 .box .btn_more {
    width: 32.2vw;
    top: 91%;
    right: 4%;
  }
  #sec04 {
    padding-top: 8vw;
    padding-bottom: 5.33vw;
  }
  #sec04 .ttl {
    font-size: 7.2vw;
    margin-bottom: 6.67vw;
  }
  #sec04 .flex {
    display: block;
  }
  #sec04 .f-item {
    width: 51.2vw;
    margin: 0 auto 6.67vw;
  }
  #sec05 {
    padding-top: 5.33vw;
    padding-bottom: 40vw;
  }
  #sec05 .ttl {
    font-size: 7.2vw;
    margin-bottom: 4vw;
  }
  #sec05 .flex {
    display: block;
  }
  #sec05 .f-item {
    width: 72vw;
    margin: 0 auto;
  }
  #sec05 .f-item.f-item01 {
    margin-bottom: 8vw;
  }
  #sec05 .caption {
    font-size: 3.2vw;
    line-height: 1.6;
    margin-top: 4vw;
    margin-bottom: 5.33vw;
  }
  #sec05 .btn {
    width: 56.67vw;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */