/* 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;
  padding-bottom: 200px;
}

#header {
  position: relative;
  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_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;
}

#sec_fv .inner {
  width: 1320px;
  margin: 50px auto 50px;
}
#sec_fv .ttl_fv {
  font-size: 48px;
  text-align: center;
}
#sec_fv .ttl_fv .x-small {
  font-size: 0.8em;
}
#sec_fv .txt_fv {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}

.sec_remarks {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 1120px;
  margin: 0 auto 40px;
  padding: 20px 0 20px;
}
.sec_remarks .r-ttl {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.sec_remarks .r-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  justify-content: center;
  width: 90%;
  margin: 0 auto 20px;
}
.sec_remarks .note {
  font-size: 16px;
  text-align: center;
}

.sec_anchor {
  margin-bottom: 50px;
}
.sec_anchor .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-bottom: 40px;
}

.sec {
  width: 1120px;
  margin: 0 auto 0;
}
.sec .box {
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}
.sec .box_ttl_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
  height: 80px;
  cursor: pointer;
  position: relative;
}
.sec .box_ttl_container .box_ttl {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.sec .box_ttl_container .box_ttl .x-small {
  font-size: 18px;
  font-weight: normal;
}
.sec .inner {
  padding: 50px 25px 25px;
}
.sec .boxImg {
  width: 520px;
  margin: 0 auto 40px;
}
.sec .orgChart_ttl {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.sec .orgChart_img {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.sec .btn_train {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
}
.sec .eqpt_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 9px;
}
.sec .eqpt_flex .e-item {
  width: 260px;
  text-align: center;
}
.sec .eqpt_flex .e-item .eqpt_name {
  background-color: #666;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding: 0.5em 0 0.5em;
  position: relative;
}
.sec .eqpt_flex .e-item .eqpt_name .icn img {
  width: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.sec .eqpt_flex + .orgChart_img {
  margin-top: 60px;
}
.sec .acc_btn::before, .sec .acc_btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 6px;
  right: 30px;
  top: 50%;
  transition: all 0.2s;
  z-index: 1;
}
.sec .acc_btn::before {
  transform: translate(0, -50%);
}
.sec .acc_btn::after {
  transform: translate(0, -50%) rotate(90deg);
}
.sec .acc_btn.active::after {
  transform: translate(0, -50%) rotate(0deg);
}
.sec .acc_cnt {
  display: none;
}

#sec01.sec .box_ttl_container {
  background-color: #ffefef;
  background-image: linear-gradient(135deg, #ff0000 30px, transparent 0);
}
#sec01.sec .acc_btn::before, #sec01.sec .acc_btn::after {
  background-color: #e60517;
}

#sec02.sec .box_ttl_container {
  background-color: #edfbff;
  background-image: linear-gradient(135deg, #3399ff 30px, transparent 0);
}
#sec02.sec .acc_btn::before, #sec02.sec .acc_btn::after {
  background-color: #3399ff;
}

.btnTop {
  z-index: 2;
}

#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: contain;
    padding-bottom: 30vw;
  }
  #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 {
    width: 100%;
    margin: 6.67vw auto 6.67vw;
  }
  #sec_fv .ttl_fv {
    font-size: 7.2vw;
  }
  #sec_fv .txt_fv {
    font-size: 3.73vw;
  }
  #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);
  }
  .sec_remarks {
    width: 92vw;
    margin: 0 auto 5.33vw;
    padding: 2.67vw 0 2.67vw;
  }
  .sec_remarks .r-ttl {
    font-size: 4vw;
    margin-bottom: 2.67vw;
  }
  .sec_remarks .r-flex {
    gap: 3vw 4vw;
    width: 100%;
    margin: 0 auto 2.67vw;
  }
  .sec_remarks .r-flex .r-item {
    align-self: center;
  }
  .sec_remarks .r-flex .r-item01 {
    width: 14.93vw;
  }
  .sec_remarks .r-flex .r-item02 {
    width: 29.73vw;
  }
  .sec_remarks .r-flex .r-item03 {
    width: 21.33vw;
  }
  .sec_remarks .r-flex .r-item04 {
    flex-basis: 47%;
    text-align: right;
  }
  .sec_remarks .r-flex .r-item04 img {
    width: 23.6vw;
  }
  .sec_remarks .r-flex .r-item05 {
    flex-basis: 47%;
  }
  .sec_remarks .r-flex .r-item05 img {
    width: 15.07vw;
  }
  .sec_remarks .r-flex .r-item06 {
    width: 19.07vw;
  }
  .sec_remarks .r-flex .r-item07 {
    width: 13.73vw;
  }
  .sec_remarks .r-flex .r-item08 {
    width: 13.2vw;
  }
  .sec_remarks .note {
    font-size: 2.13vw;
  }
  .sec_anchor {
    margin-bottom: 6.67vw;
  }
  .sec_anchor .flex {
    gap: 2vw;
    margin-bottom: 5.33vw;
  }
  .sec_anchor .flex .f-item {
    width: 43.33vw;
  }
  .sec {
    width: 92vw;
  }
  .sec .box {
    margin-bottom: 4vw;
  }
  .sec .box_ttl_container {
    height: 16vw;
  }
  .sec .box_ttl_container .box_ttl {
    font-size: 4.8vw;
  }
  .sec .box_ttl_container .box_ttl .x-small {
    font-size: 0.6em;
  }
  .sec .inner {
    padding: 6.67vw 3.33vw 4vw;
  }
  .sec .boxImg {
    width: 82.67vw;
    margin: 0 auto 5.33vw;
  }
  .sec .orgChart_ttl {
    font-size: 4vw;
    margin-bottom: 2.67vw;
  }
  .sec .orgChart_img {
    margin-bottom: 5.33vw;
  }
  .sec .eqpt_flex {
    width: 82.7vw;
    margin: 0 auto;
    gap: 2.67vw 2.67vw;
  }
  .sec .eqpt_flex .e-item {
    width: 40vw;
  }
  .sec .eqpt_flex .e-item .eqpt_name {
    font-size: 2.8vw;
  }
  .sec .eqpt_flex .e-item .eqpt_name .icn img {
    width: 4vw;
  }
  .sec .eqpt_flex + .orgChart_img {
    margin-top: 8vw;
  }
  .sec .acc_btn::before, .sec .acc_btn::after {
    width: 6.67vw;
    height: 0.8vw;
    right: 4vw;
  }
  #sec01 {
    margin-bottom: 8vw;
  }
  #sec01.sec .box_ttl_container {
    background-image: linear-gradient(135deg, #ff0000 4vw, transparent 0);
  }
  #sec02.sec .box_ttl_container {
    background-image: linear-gradient(135deg, #3399ff 4vw, transparent 0);
  }
}/*# sourceMappingURL=style.css.map */