@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500&display=swap");

@font-face {
  font-family: "ABCGravity-Extended";
  src: url("/hij/assets/cmn/fonts/ABCGravity-Extended.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "ABCGravity-Extended";
  src: url("/hij/assets/cmn/fonts/ABCGravity-Extended.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "ABCGravity-SemiCondensed";
  src: url("/hij/assets/cmn/fonts/ABCGravity-SemiCondensed.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "ABCGravity-SemiCondensed";
  src: url("/hij/assets/cmn/fonts/ABCGravity-SemiCondensed.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "ABCGravity-XCompressed";
  src: url("/hij/assets/cmn/fonts/ABCGravity-XCompressed.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "ABCGravity-XCompressed";
  src: url("/hij/assets/cmn/fonts/ABCGravity-XCompressed.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "ABCGravityVariable";
  src: url("/hij/assets/cmn/fonts/ABCGravityVariable.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("/hij/assets/cmn/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("/hij/assets/cmn/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

fieldset,
img {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

#msgNoscript {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  padding: 5px 0;
  border-top: 1px solid #fcc;
  border-bottom: 1px solid #fcc;
  background: #fdd;
  color: #f33;
  line-height: 1.2;
  text-align: center;
  opacity: 0.7;
}

main {
  display: block;
}

img {
  vertical-align: top;
}

input,
select,
textarea,
button {
  font-size: 1em;
}

input[type=text],
input[type=tel],
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  outline: none;
}

input[type=radio] {
  display: none;
}

input[type=checkbox] {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button,
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

html,
body,
input,
textarea {
  font-family: "Arial", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
  color: #000;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  max-height: 100%;
  font-size: min(1.46vw, 30px);
  font-size: min(1.46vw, 3rem);
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.clearfix {
  zoom: 1;
}

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

.m-align__l {
  text-align: left !important;
}

.m-align__c {
  text-align: center !important;
}

.m-align__r {
  text-align: right !important;
}

.m-bold {
  font-weight: bold;
}

.m-font__gravityvariable {
  font-family: "ABCGravityVariable";
}

.m-font__montserrat {
  font-family: "Montserrat", sans-serif;
}

.is_sp {
  display: none !important;
}

.is_sp_inline {
  display: none !important;
}


/* ヘッダ */
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  z-index: 500;
}

header .logo {
  line-height: 0;
  margin-right: 60px;
}

header .logo img {
  width: auto;
  width: 180px;
  max-height: 32px;
}

header .gnav .gnav_cnts>ul {
  display: flex;
  align-items: center;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 1.56rem;
}

header .gnav .gnav_cnts>ul>li+li {
  margin-left: min(2vw, 50px);
}

header .btn_back {
  display: none;
}

header .sph_logo {
  display: none;
}

header .btn_gnav {
  display: none;
}

header.js-white .btn_gnav::before,
header.js-white .btn_gnav::after,
header.js-white .btn_gnav>span {
  background-color: #fff;
}

header.js-white .btn_gnav.is-active::before,
header.js-white .btn_gnav.is-active::after {
  background-color: #000;
}

header.js-white .btn_back {
  background: url(/hij/assets/cmn/img/icn_arrow-right02.svg) no-repeat center/12px auto;
}

header.js-white .btn_back img {
  display: none;
}

.top header .btn_back {
  visibility: hidden;
}

.gnav_hide .gnav,
.gnav_hide .btn_back {
  display: none !important;
}

.gnav_hide footer {
  padding: 0;
  height: min(0.82vw, 14px);
}

.gnav_hide footer>* {
  display: none !important;
}

footer {
  background-color: #ff7300;
  font-family: "Montserrat-Regular", sans-serif;
  font-size: 1.6rem;

  padding-top: 48px;
  padding-bottom: 36px;
  padding-right: 93px;
  padding-left: 93px;
}

footer .f_main {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  align-items: flex-end;
  margin: auto;
  padding: 0;
  padding-top: 18px;
}

footer .f_main li:first-child {
  flex: 5;
}

footer .f_main li:last-child {
  flex: 5;
  text-align: right;
}

footer .f_main li:first-child {
  flex: 5;
}

footer .footer-copyright h3 {
  font-family: "Montserrat-Bold", sans-serif;
  letter-spacing: -1px;
  font-weight: normal;
}

footer img {
  width: 25px;
  filter: brightness(0);
}

/* LOCATIONS のドロップダウン */
.is_loca {
  position: relative;
}

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  width: 10.5vw;
  text-align: left;
  border: 1px solid #C3C3C3;
}

.dropdown a {
  display: block;
  padding: 10px;
  color: rgb(0, 0, 0);
  text-decoration: none;
}

.dropdown a:hover {
  background-color: #ffc481;
}

/* マウスオーバー時にドロップダウン表示 */
.is_loca:hover .dropdown {
  display: block;
}

/* bodyの余白調整 */
body {
  font-family: "Montserrat-Regular", sans-serif;
  /* ヘッダー高さ分を確保 */
}






/* TOP2列(幅制限なし) */
.top_box {
  display: flex;
  gap: 0px;
  padding: 0;
  list-style: none;
  justify-content: center;
  margin: auto;
}

.top_box li {
  flex: 1 1 calc(50%);
  display: flex;
  text-align: left;

  padding-top: 233px;
  padding-bottom: 233px;
  padding-right: 93px;
  padding-left: 93px;
}

.top_box li h1 {
  font-size: 12rem;
  font-family: ABCGravity-XCompressed;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 0.88;
  margin-bottom: 39px;
}

.top_box li p {
  font-size: 2rem;
  font-family: "Montserrat-Regular", sans-serif;
  line-height: 1.55;
}

.top_box li:first-child {
  flex-direction: column;
}

.top_box li:last-child {
  background-image: url('/hij/assets/cmn/img/img_index01-06_pc.jpg');
  background-size: cover;
  background-position: center;
  transition: background-image 1s ease-in-out;
  /* スムーズに切り替え */
}


.box2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: auto;
  justify-content: space-between;
}

.box2 li {
  flex: 1 1 calc(50%);
  text-align: left;
  padding-top: 65px;
  padding-bottom: 65px;
}

.box2 li h3 {
  font-size: 1.52rem;
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: normal;
  line-height: 1.54;
  text-decoration: underline;
  text-transform: uppercase;
  padding-bottom: 16px;

}

.box2 li h2 {
  font-size: 5rem;
  font-family: "ABCGravity-XCompressed";
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 0.9;
  text-transform: uppercase;
  padding-bottom: 12px;
}

.box2 li h4 {
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  line-height: 1.2em;
  padding-bottom: 16px;
}

.box2 li p {
  font-size: 1.5rem;
  font-family: "Montserrat-Regular", sans-serif;
  line-height: 1.6;
}


.S001 .box2 li {
  flex: 1 1 calc(50%);
  text-align: left;
  padding-top: 65px;
  padding-bottom: 65px;
  padding-right: 50px;
  padding-left: 50px;
}

.S001 .box2 li:nth-child(1) {
  background-color: #f3f0ed;
}

.S001 .box2 li:nth-child(2) {
  background-color: #e3dfd3;
}

.S001 .box2 li:nth-child(3) {
  background-color: #e3dfd3;
}

.S001 .box2 li:nth-child(4) {
  background-color: #f3f0ed;
}


.S002 .box2 li {
  flex: 1 1 calc(50%);
  text-align: left;
  padding-top: 65px;
  padding-bottom: 136px;
}

.S002 .box2 li:nth-child(1) {
  padding-right: 2.5vw;
  padding-left: 12vw;
}

.S002 .box2 li:nth-child(1) img {
  width: 100%;
}

.S002 .box2 li:nth-child(2) {
  padding-right: 12vw;
  padding-left: 2.5vw;
}

.box2_2 {
  display: flex;
  gap: 0;
  list-style: none;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;

  padding-top: 128px;
  padding-bottom: 128px;
  padding-right: 93px;
  padding-left: 93px;
}

.box2_2 li {
  flex: 1;
  display: flex;
  align-items: center;
  text-align: left;

}

.box2_2 li:first-child {
  flex: 3;
  font-size: 7.1rem;
  font-family: ABCGravity-XCompressed;
  letter-spacing: 1px;
  line-height: 0.9;
  text-transform: uppercase;
  padding-right: 93px;
}

.box2_2 li:last-child {
  flex: 7;
  font-size: 1.8rem;
  font-family: "Montserrat-Regular", sans-serif;
  line-height: 1.5;
  padding-left: 93px;
}

.networks {
  padding-right: 25.2vw;
  padding-left: 25.2vw;
}

.top {
  padding-top: 120px;
  padding-bottom: 0;
}

.bottom {
  padding-top: 0;
  padding-bottom: 120px;
}

.networks h1 {
  font-size: 5.7rem;
  font-family: "ABCGravity-XCompressed";
  letter-spacing: 1px;
  line-height: 0.9;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;

}

.networks p {
  font-size: 1.8rem;
  font-family: "Montserrat-Regular", sans-serif;
  line-height: 1.5;
  letter-spacing: -0.03em;
  text-align: center;
}


.box3 {
  display: flex;
  gap: 60px;
  list-style: none;
  justify-content: center;
  margin: auto;
  flex-direction: row;
  padding-right: 14.8vw;
  padding-left: 14.8vw;
  padding-top: 136px;
  padding-bottom: 136px;
}

.box3 li {
  flex: 1;
  text-align: center;
  padding-right: 12px;
  padding-left: 12px;
}

.box3 h1 {
  font-size: 7.1rem;
  font-family: "ABCGravity-XCompressed";
  letter-spacing: 1px;
  line-height: 0.9;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
}

.box3 p {
  font-size: 1.52rem;
  font-family: "Montserrat-Regular", sans-serif;
  line-height: 1.5;
  text-align: center;
}

.box3 h2 {
  font-size: 1.55rem;
  font-family: "Montserrat-Bold", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  text-decoration: underline;
  text-transform: uppercase;
  padding-bottom: 16px;
}

.box2_3 {
  display: flex;
  gap: 8vw;
  list-style: none;
  justify-content: center;
  margin: auto;
  width: 100%;

  padding-top: 80px;
  padding-bottom: 100px;
  padding-right: 13vw;
  padding-left: 14vw;

  background-image: url('/hij/assets/cmn/img/bg_course05.jpg');
}

.box2_3 li {
  display: flex;
  align-items: left;
  justify-content: flex-start;
}

.box2_3 li:first-child {
  flex: 4;
  flex-direction: column;
  padding-right: 5px;
  padding-left: 40px;
}

.box2_3 li:last-child {
  flex: 6;
  font-size: 1.8rem;
  font-family: "Montserrat-Regular", sans-serif;
  line-height: 1.5;
  padding-right: 5px;
  padding-left: 5px;
}

.box2_3 li:first-child h1 {
  font-size: 5rem;
  font-family: "ABCGravity-XCompressed";
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 0.9;
  text-transform: uppercase;
  padding-bottom: 1.3rem;
}

.box2_3 li:first-child p {
  font-size: 1.8rem;
  font-family: "Montserrat-Regular", sans-serif;
  line-height: 1.5;
}


.box2_4 {
  display: flex;
  align-items: center;
  gap: 8vw;
  list-style: none;
  justify-content: center;
  margin: auto;
  width: 100%;

  padding-top: 80px;
  padding-bottom: 100px;
  padding-right: 18vw;
  padding-left: 18vw;
}

.box2_4 li {
  display: flex;
  justify-content: flex-start;
  text-align: left;
}

.box2_4 li:first-child {
  flex: 4;

  padding-right: 0;
  padding-left: 50px;
}

.box2_4 li:last-child {
  flex: 6;
  flex-direction: column;

  padding-right: 50px;
  padding-left: 0;
}

.box2_4 li:first-child h1 {
  font-size: 8rem;
  font-family: "ABCGravity-XCompressed";
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 0.9;
  text-transform: uppercase;
}

.box2_4 li:last-child p {
  font-size: 1.8rem;
  font-family: "Montserrat-Regular", sans-serif;
  line-height: 1.5;
  padding-bottom: 2rem;
}

.box2_4 li:last-child a {
  font-size: 1.5rem;
  font-family: "Montserrat-Regular", sans-serif;
  line-height: 1.5;
  border: 1px solid black;
  color: #fff;
  background-color: #000;
  border-radius: 2.5rem;
  padding: 1rem 2.5rem;
  line-height: 1;
}




.bg_ore {
  background-color: #ff7300;
}




@media screen and (max-width: 1300px) {
  header .gnav .gnav_cnts>ul {
    font-size: 1.25rem;
  }

  .top_box li {
    padding-top: 15.4vw;
    padding-bottom: 15.4vw;
  }

  .networks {
    padding-right: 22.6vw;
    padding-left: 22.6vw;
  }

  .box3 {
    padding-right: 9vw;
    padding-left: 9vw;
  }

  .box3 li {
    flex: 1;
    padding-right: 12px;
    padding-left: 12px;
  }

  .top_box li h1 {
    font-size: 10.8rem;
  }

  .top_box li p {
    font-size: 1.9rem;
    line-height: 1.5;
  }


}

@media screen and (max-width: 1026px) {
  header .gnav .gnav_cnts>ul {
    font-size: 1.1rem;
  }

  .top_box li {
    padding-top: 11.5vw;
    padding-bottom: 11.5vw;
  }

  .S002 .box2 li {
    flex: 1 1 calc(50%);
    text-align: left;
    padding-top: 65px;
    padding-bottom: 136px;
  }

  .S002 .box2 li:nth-child(1) {
    padding-right: 2.5vw;
    padding-left: 9vw;
  }

  .S002 .box2 li:nth-child(1) img {
    width: 100%;
  }

  .S002 .box2 li:nth-child(2) {
    padding-right: 9vw;
    padding-left: 2.5vw;

  }

  .box2 li h4 {
    font-size: 2.8rem;
    font-family: "Noto Sans JP", sans-serif;
  }

  .box2_2 li:first-child {
    padding-right: 0.2vw;
  }


  .box2_3 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .box2_4 {
    padding-right: 16px;
    padding-left: 16px;
  }


  .networks {
    padding-right: 115px;
    padding-left: 115px;
  }

  .top_box li h1 {
    font-size: 9.8rem;
    margin-bottom: 20px;
  }

  .top_box li p {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .S002 .box2 {
    display: block;
  }

  .S002 .box2 li:nth-child(1) {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 13.2vw;
    padding-left: 13.2vw;
    text-align: center
  }

  .S002 .box2 li:nth-child(1) img {
    width: 85%;
  }

  .S002 .box2 li:nth-child(2) {
    padding-top: 10vw;
    padding-bottom: 12.6vw;
    padding-right: 13.2vw;
    padding-left: 13.2vw;
  }

}





@media screen and (max-width: 767px) {


  .is_pc {
    display: none !important;
  }

  .is_pc_inline {
    display: none !important;
  }

  .is_sp {
    display: block !important;
  }

  .is_sp_inline {
    display: inline !important;
  }

  header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 500;
    background-color: #fff;
    height: 56px;
    padding: 0 20px;
    border-bottom: 0;
  }

  header .logo {
    display: none;
  }

  header .gnav {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: auto;
    padding-top: 60px;
    padding-bottom: 16px;
  }

  header .gnav .gnav_cnts>ul {
    display: block;
    font-size: 1.4rem;
    text-align: center;
  }

  header .gnav .gnav_cnts>ul+ul {
    margin-top: min(5vh, 32px);
  }

  header .gnav .gnav_cnts>ul>li+li {
    margin-left: 0;
    margin-top: min(4vh, 32px);
  }

  header .gnav .gnav_cnts>ul>li>a {
    color: #fff;
  }

  header .gnav .gnav_cnts>ul>li>a img {
    width: 30px;
  }

  header .sph_logo {
    display: block;
    width: 180px;
  }

  header .sph_logo img {
    width: 180px;
  }

  header .btn_back {
    display: block;
  }

  header .btn_back a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    line-height: 0;
  }

  header .btn_back a img {
    width: 12px;
  }

  header .btn_gnav {
    position: relative;
    z-index: 1000;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0;
  }

  header .btn_gnav::before,
  header .btn_gnav::after,
  header .btn_gnav>span {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 1px;
    margin-left: -7px;
    background-color: #000;
  }

  header .btn_gnav::before {
    margin-top: -5px;
  }

  header .btn_gnav::after {
    margin-top: 5px;
  }

  header .btn_gnav.is-active {
    background-color: #fff;
    border-radius: 8px;
  }

  header .btn_gnav.is-active>span {
    display: none;
  }

  header .btn_gnav.is-active::before {
    margin-top: 0;
    transform: rotate(45deg);
  }

  header .btn_gnav.is-active::after {
    margin-top: 0;
    transform: rotate(-45deg);
  }

  .gnav_hide header {
    background-color: #fff;
    position: static;
    border-bottom: 4px solid #000;
  }

  .gnav_hide header .logo {
    display: block;
  }

  .gnav_hide header .logo img {
    width: 200px;
    height: auto;
  }

  .gnav_hide .btn_gnav {
    display: none !important;
  }

  .gnav_hide footer {
    height: 4px;
  }

  main {
    padding-top: 0 !important;
  }

  .bg_colors {
    background-color: #fff;
  }


  .top_box {
    display: block;
    padding-top: 55px;
  }

  .top_box li {
    padding-top: 16vw;
    padding-bottom: 16vw;
    padding-right: 36px;
    padding-left: 36px;
  }

  .top_box li:first-child {
    text-align: center;
    color: #fff;
    background-image: url(/hij/assets/cmn/img/img_index01-06_sp.jpg);
    background-size: cover;
    background-position: center;
  }

  .top_box li:last-child {
    display: none;
  }

  .top_box li h1 {
    font-size: 5.6rem;
    font-family: "ABCGravity-XCompressed";
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 0.88;
  }

  .top_box li p {
    font-size: 1.4rem;
    font-family: "Montserrat-Regular", sans-serif;
    line-height: 1.55;
  }

  .box2 {
    display: block;
  }

  .box2 li {
    text-align: center;
    padding-top: 12.6vw;
    padding-bottom: 12.6vw;
    padding-right: 36px;
    padding-left: 36px;
  }

  .box2 li h2 {
    font-size: 3.8rem;
    padding-bottom: 12px;
  }

  .S001 .box2 li:nth-child(1) {
    background-color: #f3f0ed;
  }

  .s001 .box2 li:nth-child(2) {
    background-color: #e3dfd3;
  }

  .S001 .box2 li:nth-child(3) {
    background-color: #f3f0ed;
  }

  .S001 .box2 li:nth-child(4) {
    background-color: #e3dfd3;
  }

  .S002 .box2 li:nth-child(1) {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 13.2vw;
    padding-left: 13.2vw;
  }

  .S002 .box2 li:nth-child(2) {
    padding-top: 8vw;
    padding-bottom: 12.6vw;
    padding-right: 50px;
    padding-left: 50px;
  }

  .box2 li h4 {
    font-size: 2rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    line-height: 1.2em;
    padding-bottom: 12px;
  }

  .box2_2 {
    display: block;
    padding-top: 12.6vw;
    padding-bottom: 12.6vw;
    padding-right: 36px;
    padding-left: 36px;
  }

  .box2_2 li {
    display: block;
  }

  .box2_2 li:first-child {
    font-size: 5rem;
    text-align: center;
    padding-bottom: 12px;
    padding-right: 36px;
    padding-left: 36px;
  }

  .box2_2 li:last-child {
    font-size: 1.6rem;
    /* text-align: center; */
    padding-right: 14px;
    padding-left: 14px;
  }

  .networks {
    padding-right: 36px;
    padding-left: 36px;
  }

  .networks .top {
    padding-top: 12.6vw;
    padding-bottom: 1vw;
  }

  .networks .bottom {
    padding-top: 1vw;
    padding-bottom: 12.6vw;
  }

  .networks h1 {
    font-size: 5rem;
    text-align: center;
    padding-bottom: 12px;
  }

  .networks p {
    font-size: 1.6rem;
    text-align: center;
  }

  .box3 {
    display: block;
    padding-top: 12.6vw;
    padding-bottom: 12.6vw;
    padding-right: 36px;
    padding-left: 36px;
  }

  .box3 h1 {
    font-size: 5rem;
    text-align: center;
    padding-bottom: 12px;
  }

  .box3 h2 {
    font-size: 1.55rem;
    text-align: center;
    padding-bottom: 12px;
  }

  .box3 p {
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 12px;
  }


  .box2_3 {
    display: block;
    padding-top: 12.6vw;
    padding-bottom: 12.6vw;
    padding-right: 36px;
    padding-left: 36px;
    background-image: url(/hij/assets/cmn/img/bg_course05.jpg);
  }

  .box2_3 li {
    display: block;
  }

  .box2_3 li:first-child {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }

  .box2_3 li:first-child p {
    font-size: 1.5rem;
    padding-bottom: 12px;
  }

  .box2_3 li:first-child h1 {
    font-size: 5rem;
    font-family: "ABCGravity-XCompressed";
    letter-spacing: 0;
    font-weight: normal;
    line-height: 0.9;
    text-transform: uppercase;
    padding-bottom: 12px;
  }

  .box2_4 {
    display: block;
    padding-top: 12.6vw;
    padding-bottom: 12.6vw;
    padding-right: 36px;
    padding-left: 36px;
  }


  .box2_4 li:first-child {
    display: block;
    text-align: center;
    padding-bottom: 12px;
    padding-right: 0;
    padding-left: 0;
  }

  .box2_4 li:first-child h1 {
    display: block;
    font-size: 5rem;
  }

  .box2_4 li:last-child {
    display: block;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }

  .box2_4 li:last-child p {
    font-size: 1.6rem;
    padding-bottom: 3.5rem;
  }

  footer {
    background-color: #ff7300;
    display: block;
    padding-top: 12.6vw;
    padding-bottom: 12.6vw;
    padding-right: 36px;
    padding-left: 36px;
  }

  footer .f_main {
    display: block;
    font-size: 1.6rem;
  }

  footer .f_main li:first-child {
    display: block;
    font-size: 5rem;
    text-align: center;
  }

  footer .f_main li:last-child {
    display: block;
    text-align: center;
  }

  footer .footer-copyright h3 {
    font-size: 1.6rem;
  }

  footer .footer-copyright p {
    font-size: 1.2rem;
    padding-bottom: 12px;
  }

  .dropdown {
    top: 100%;
    left: 25%;
    background-color: #ffffff;
    width: 50vw;
    text-align: left;
    border: 1px solid #C3C3C3;

  }

}