@charset "UTF-8";
@font-face {
  font-family: 'pillalt';
  src: url("assets/font/pillalt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
}

ul,
ol {
  list-style-type: none;
}

input,
button,
textarea,
select {
  outline: none;
  font: inherit;
  background-color: transparent;
  border: none;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  color: #303030;
  letter-spacing: 0.08em;
  line-height: 2.1;
}

@media screen and (max-width: 834px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

strong {
  color: #2096D5;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.wrapper {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1512px;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

strong {
  font-weight: 700;
}

@media screen and (max-width: 834px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp_only {
    display: none !important;
  }
}

.ml_auto {
  margin-left: auto;
}

.mr_auto {
  margin-right: auto;
}

.m0 {
  margin: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.m5 {
  margin: 5px;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.m10 {
  margin: 10px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.m15 {
  margin: 15px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.m20 {
  margin: 20px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.m25 {
  margin: 25px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

.m30 {
  margin: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.m35 {
  margin: 35px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mr35 {
  margin-right: 35px;
}

.m40 {
  margin: 40px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.m45 {
  margin: 45px;
}

.mt45 {
  margin-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mr45 {
  margin-right: 45px;
}

.m50 {
  margin: 50px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.m55 {
  margin: 55px;
}

.mt55 {
  margin-top: 55px;
}

.mb55 {
  margin-bottom: 55px;
}

.ml55 {
  margin-left: 55px;
}

.mr55 {
  margin-right: 55px;
}

.m60 {
  margin: 60px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.m65 {
  margin: 65px;
}

.mt65 {
  margin-top: 65px;
}

.mb65 {
  margin-bottom: 65px;
}

.ml65 {
  margin-left: 65px;
}

.mr65 {
  margin-right: 65px;
}

.m70 {
  margin: 70px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.m75 {
  margin: 75px;
}

.mt75 {
  margin-top: 75px;
}

.mb75 {
  margin-bottom: 75px;
}

.ml75 {
  margin-left: 75px;
}

.mr75 {
  margin-right: 75px;
}

.m80 {
  margin: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.m85 {
  margin: 85px;
}

.mt85 {
  margin-top: 85px;
}

.mb85 {
  margin-bottom: 85px;
}

.ml85 {
  margin-left: 85px;
}

.mr85 {
  margin-right: 85px;
}

.m90 {
  margin: 90px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.m95 {
  margin: 95px;
}

.mt95 {
  margin-top: 95px;
}

.mb95 {
  margin-bottom: 95px;
}

.ml95 {
  margin-left: 95px;
}

.mr95 {
  margin-right: 95px;
}

.m100 {
  margin: 100px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.m105 {
  margin: 105px;
}

.mt105 {
  margin-top: 105px;
}

.mb105 {
  margin-bottom: 105px;
}

.ml105 {
  margin-left: 105px;
}

.mr105 {
  margin-right: 105px;
}

.m110 {
  margin: 110px;
}

.mt110 {
  margin-top: 110px;
}

.mb110 {
  margin-bottom: 110px;
}

.ml110 {
  margin-left: 110px;
}

.mr110 {
  margin-right: 110px;
}

.m115 {
  margin: 115px;
}

.mt115 {
  margin-top: 115px;
}

.mb115 {
  margin-bottom: 115px;
}

.ml115 {
  margin-left: 115px;
}

.mr115 {
  margin-right: 115px;
}

.m120 {
  margin: 120px;
}

.mt120 {
  margin-top: 120px;
}

.mb120 {
  margin-bottom: 120px;
}

.ml120 {
  margin-left: 120px;
}

.mr120 {
  margin-right: 120px;
}

.m125 {
  margin: 125px;
}

.mt125 {
  margin-top: 125px;
}

.mb125 {
  margin-bottom: 125px;
}

.ml125 {
  margin-left: 125px;
}

.mr125 {
  margin-right: 125px;
}

.m130 {
  margin: 130px;
}

.mt130 {
  margin-top: 130px;
}

.mb130 {
  margin-bottom: 130px;
}

.ml130 {
  margin-left: 130px;
}

.mr130 {
  margin-right: 130px;
}

.m135 {
  margin: 135px;
}

.mt135 {
  margin-top: 135px;
}

.mb135 {
  margin-bottom: 135px;
}

.ml135 {
  margin-left: 135px;
}

.mr135 {
  margin-right: 135px;
}

.m140 {
  margin: 140px;
}

.mt140 {
  margin-top: 140px;
}

.mb140 {
  margin-bottom: 140px;
}

.ml140 {
  margin-left: 140px;
}

.mr140 {
  margin-right: 140px;
}

.m145 {
  margin: 145px;
}

.mt145 {
  margin-top: 145px;
}

.mb145 {
  margin-bottom: 145px;
}

.ml145 {
  margin-left: 145px;
}

.mr145 {
  margin-right: 145px;
}

.m150 {
  margin: 150px;
}

.mt150 {
  margin-top: 150px;
}

.mb150 {
  margin-bottom: 150px;
}

.ml150 {
  margin-left: 150px;
}

.mr150 {
  margin-right: 150px;
}

.m155 {
  margin: 155px;
}

.mt155 {
  margin-top: 155px;
}

.mb155 {
  margin-bottom: 155px;
}

.ml155 {
  margin-left: 155px;
}

.mr155 {
  margin-right: 155px;
}

.m160 {
  margin: 160px;
}

.mt160 {
  margin-top: 160px;
}

.mb160 {
  margin-bottom: 160px;
}

.ml160 {
  margin-left: 160px;
}

.mr160 {
  margin-right: 160px;
}

.m165 {
  margin: 165px;
}

.mt165 {
  margin-top: 165px;
}

.mb165 {
  margin-bottom: 165px;
}

.ml165 {
  margin-left: 165px;
}

.mr165 {
  margin-right: 165px;
}

.m170 {
  margin: 170px;
}

.mt170 {
  margin-top: 170px;
}

.mb170 {
  margin-bottom: 170px;
}

.ml170 {
  margin-left: 170px;
}

.mr170 {
  margin-right: 170px;
}

.m175 {
  margin: 175px;
}

.mt175 {
  margin-top: 175px;
}

.mb175 {
  margin-bottom: 175px;
}

.ml175 {
  margin-left: 175px;
}

.mr175 {
  margin-right: 175px;
}

.m180 {
  margin: 180px;
}

.mt180 {
  margin-top: 180px;
}

.mb180 {
  margin-bottom: 180px;
}

.ml180 {
  margin-left: 180px;
}

.mr180 {
  margin-right: 180px;
}

.m185 {
  margin: 185px;
}

.mt185 {
  margin-top: 185px;
}

.mb185 {
  margin-bottom: 185px;
}

.ml185 {
  margin-left: 185px;
}

.mr185 {
  margin-right: 185px;
}

.m190 {
  margin: 190px;
}

.mt190 {
  margin-top: 190px;
}

.mb190 {
  margin-bottom: 190px;
}

.ml190 {
  margin-left: 190px;
}

.mr190 {
  margin-right: 190px;
}

.m195 {
  margin: 195px;
}

.mt195 {
  margin-top: 195px;
}

.mb195 {
  margin-bottom: 195px;
}

.ml195 {
  margin-left: 195px;
}

.mr195 {
  margin-right: 195px;
}

.m200 {
  margin: 200px;
}

.mt200 {
  margin-top: 200px;
}

.mb200 {
  margin-bottom: 200px;
}

.ml200 {
  margin-left: 200px;
}

.mr200 {
  margin-right: 200px;
}

@media screen and (max-width: 834px) {
  .sp_m0 {
    margin: 0px !important;
  }
  .sp_mt0 {
    margin-top: 0px !important;
  }
  .sp_mb0 {
    margin-bottom: 0px !important;
  }
  .sp_ml0 {
    margin-left: 0px !important;
  }
  .sp_mr0 {
    margin-right: 0px !important;
  }
  .sp_m5 {
    margin: 5px;
  }
  .sp_mt5 {
    margin-top: 5px;
  }
  .sp_mb5 {
    margin-bottom: 5px;
  }
  .sp_ml5 {
    margin-left: 5px;
  }
  .sp_mr5 {
    margin-right: 5px;
  }
  .sp_m10 {
    margin: 10px;
  }
  .sp_mt10 {
    margin-top: 10px;
  }
  .sp_mb10 {
    margin-bottom: 10px;
  }
  .sp_ml10 {
    margin-left: 10px;
  }
  .sp_mr10 {
    margin-right: 10px;
  }
  .sp_m15 {
    margin: 15px;
  }
  .sp_mt15 {
    margin-top: 15px;
  }
  .sp_mb15 {
    margin-bottom: 15px;
  }
  .sp_ml15 {
    margin-left: 15px;
  }
  .sp_mr15 {
    margin-right: 15px;
  }
  .sp_m20 {
    margin: 20px;
  }
  .sp_mt20 {
    margin-top: 20px;
  }
  .sp_mb20 {
    margin-bottom: 20px;
  }
  .sp_ml20 {
    margin-left: 20px;
  }
  .sp_mr20 {
    margin-right: 20px;
  }
  .sp_m25 {
    margin: 25px;
  }
  .sp_mt25 {
    margin-top: 25px;
  }
  .sp_mb25 {
    margin-bottom: 25px;
  }
  .sp_ml25 {
    margin-left: 25px;
  }
  .sp_mr25 {
    margin-right: 25px;
  }
  .sp_m30 {
    margin: 30px;
  }
  .sp_mt30 {
    margin-top: 30px;
  }
  .sp_mb30 {
    margin-bottom: 30px;
  }
  .sp_ml30 {
    margin-left: 30px;
  }
  .sp_mr30 {
    margin-right: 30px;
  }
  .sp_m35 {
    margin: 35px;
  }
  .sp_mt35 {
    margin-top: 35px;
  }
  .sp_mb35 {
    margin-bottom: 35px;
  }
  .sp_ml35 {
    margin-left: 35px;
  }
  .sp_mr35 {
    margin-right: 35px;
  }
  .sp_m40 {
    margin: 40px;
  }
  .sp_mt40 {
    margin-top: 40px;
  }
  .sp_mb40 {
    margin-bottom: 40px;
  }
  .sp_ml40 {
    margin-left: 40px;
  }
  .sp_mr40 {
    margin-right: 40px;
  }
  .sp_m45 {
    margin: 45px;
  }
  .sp_mt45 {
    margin-top: 45px;
  }
  .sp_mb45 {
    margin-bottom: 45px;
  }
  .sp_ml45 {
    margin-left: 45px;
  }
  .sp_mr45 {
    margin-right: 45px;
  }
  .sp_m50 {
    margin: 50px;
  }
  .sp_mt50 {
    margin-top: 50px;
  }
  .sp_mb50 {
    margin-bottom: 50px;
  }
  .sp_ml50 {
    margin-left: 50px;
  }
  .sp_mr50 {
    margin-right: 50px;
  }
  .sp_m55 {
    margin: 55px;
  }
  .sp_mt55 {
    margin-top: 55px;
  }
  .sp_mb55 {
    margin-bottom: 55px;
  }
  .sp_ml55 {
    margin-left: 55px;
  }
  .sp_mr55 {
    margin-right: 55px;
  }
  .sp_m60 {
    margin: 60px;
  }
  .sp_mt60 {
    margin-top: 60px;
  }
  .sp_mb60 {
    margin-bottom: 60px;
  }
  .sp_ml60 {
    margin-left: 60px;
  }
  .sp_mr60 {
    margin-right: 60px;
  }
  .sp_m65 {
    margin: 65px;
  }
  .sp_mt65 {
    margin-top: 65px;
  }
  .sp_mb65 {
    margin-bottom: 65px;
  }
  .sp_ml65 {
    margin-left: 65px;
  }
  .sp_mr65 {
    margin-right: 65px;
  }
  .sp_m70 {
    margin: 70px;
  }
  .sp_mt70 {
    margin-top: 70px;
  }
  .sp_mb70 {
    margin-bottom: 70px;
  }
  .sp_ml70 {
    margin-left: 70px;
  }
  .sp_mr70 {
    margin-right: 70px;
  }
  .sp_m75 {
    margin: 75px;
  }
  .sp_mt75 {
    margin-top: 75px;
  }
  .sp_mb75 {
    margin-bottom: 75px;
  }
  .sp_ml75 {
    margin-left: 75px;
  }
  .sp_mr75 {
    margin-right: 75px;
  }
  .sp_m80 {
    margin: 80px;
  }
  .sp_mt80 {
    margin-top: 80px;
  }
  .sp_mb80 {
    margin-bottom: 80px;
  }
  .sp_ml80 {
    margin-left: 80px;
  }
  .sp_mr80 {
    margin-right: 80px;
  }
  .sp_m85 {
    margin: 85px;
  }
  .sp_mt85 {
    margin-top: 85px;
  }
  .sp_mb85 {
    margin-bottom: 85px;
  }
  .sp_ml85 {
    margin-left: 85px;
  }
  .sp_mr85 {
    margin-right: 85px;
  }
  .sp_m90 {
    margin: 90px;
  }
  .sp_mt90 {
    margin-top: 90px;
  }
  .sp_mb90 {
    margin-bottom: 90px;
  }
  .sp_ml90 {
    margin-left: 90px;
  }
  .sp_mr90 {
    margin-right: 90px;
  }
  .sp_m95 {
    margin: 95px;
  }
  .sp_mt95 {
    margin-top: 95px;
  }
  .sp_mb95 {
    margin-bottom: 95px;
  }
  .sp_ml95 {
    margin-left: 95px;
  }
  .sp_mr95 {
    margin-right: 95px;
  }
  .sp_m100 {
    margin: 100px;
  }
  .sp_mt100 {
    margin-top: 100px;
  }
  .sp_mb100 {
    margin-bottom: 100px;
  }
  .sp_ml100 {
    margin-left: 100px;
  }
  .sp_mr100 {
    margin-right: 100px;
  }
  .sp_m105 {
    margin: 105px;
  }
  .sp_mt105 {
    margin-top: 105px;
  }
  .sp_mb105 {
    margin-bottom: 105px;
  }
  .sp_ml105 {
    margin-left: 105px;
  }
  .sp_mr105 {
    margin-right: 105px;
  }
  .sp_m110 {
    margin: 110px;
  }
  .sp_mt110 {
    margin-top: 110px;
  }
  .sp_mb110 {
    margin-bottom: 110px;
  }
  .sp_ml110 {
    margin-left: 110px;
  }
  .sp_mr110 {
    margin-right: 110px;
  }
  .sp_m115 {
    margin: 115px;
  }
  .sp_mt115 {
    margin-top: 115px;
  }
  .sp_mb115 {
    margin-bottom: 115px;
  }
  .sp_ml115 {
    margin-left: 115px;
  }
  .sp_mr115 {
    margin-right: 115px;
  }
  .sp_m120 {
    margin: 120px;
  }
  .sp_mt120 {
    margin-top: 120px;
  }
  .sp_mb120 {
    margin-bottom: 120px;
  }
  .sp_ml120 {
    margin-left: 120px;
  }
  .sp_mr120 {
    margin-right: 120px;
  }
  .sp_m125 {
    margin: 125px;
  }
  .sp_mt125 {
    margin-top: 125px;
  }
  .sp_mb125 {
    margin-bottom: 125px;
  }
  .sp_ml125 {
    margin-left: 125px;
  }
  .sp_mr125 {
    margin-right: 125px;
  }
  .sp_m130 {
    margin: 130px;
  }
  .sp_mt130 {
    margin-top: 130px;
  }
  .sp_mb130 {
    margin-bottom: 130px;
  }
  .sp_ml130 {
    margin-left: 130px;
  }
  .sp_mr130 {
    margin-right: 130px;
  }
  .sp_m135 {
    margin: 135px;
  }
  .sp_mt135 {
    margin-top: 135px;
  }
  .sp_mb135 {
    margin-bottom: 135px;
  }
  .sp_ml135 {
    margin-left: 135px;
  }
  .sp_mr135 {
    margin-right: 135px;
  }
  .sp_m140 {
    margin: 140px;
  }
  .sp_mt140 {
    margin-top: 140px;
  }
  .sp_mb140 {
    margin-bottom: 140px;
  }
  .sp_ml140 {
    margin-left: 140px;
  }
  .sp_mr140 {
    margin-right: 140px;
  }
  .sp_m145 {
    margin: 145px;
  }
  .sp_mt145 {
    margin-top: 145px;
  }
  .sp_mb145 {
    margin-bottom: 145px;
  }
  .sp_ml145 {
    margin-left: 145px;
  }
  .sp_mr145 {
    margin-right: 145px;
  }
  .sp_m150 {
    margin: 150px;
  }
  .sp_mt150 {
    margin-top: 150px;
  }
  .sp_mb150 {
    margin-bottom: 150px;
  }
  .sp_ml150 {
    margin-left: 150px;
  }
  .sp_mr150 {
    margin-right: 150px;
  }
  .sp_m155 {
    margin: 155px;
  }
  .sp_mt155 {
    margin-top: 155px;
  }
  .sp_mb155 {
    margin-bottom: 155px;
  }
  .sp_ml155 {
    margin-left: 155px;
  }
  .sp_mr155 {
    margin-right: 155px;
  }
  .sp_m160 {
    margin: 160px;
  }
  .sp_mt160 {
    margin-top: 160px;
  }
  .sp_mb160 {
    margin-bottom: 160px;
  }
  .sp_ml160 {
    margin-left: 160px;
  }
  .sp_mr160 {
    margin-right: 160px;
  }
  .sp_m165 {
    margin: 165px;
  }
  .sp_mt165 {
    margin-top: 165px;
  }
  .sp_mb165 {
    margin-bottom: 165px;
  }
  .sp_ml165 {
    margin-left: 165px;
  }
  .sp_mr165 {
    margin-right: 165px;
  }
  .sp_m170 {
    margin: 170px;
  }
  .sp_mt170 {
    margin-top: 170px;
  }
  .sp_mb170 {
    margin-bottom: 170px;
  }
  .sp_ml170 {
    margin-left: 170px;
  }
  .sp_mr170 {
    margin-right: 170px;
  }
  .sp_m175 {
    margin: 175px;
  }
  .sp_mt175 {
    margin-top: 175px;
  }
  .sp_mb175 {
    margin-bottom: 175px;
  }
  .sp_ml175 {
    margin-left: 175px;
  }
  .sp_mr175 {
    margin-right: 175px;
  }
  .sp_m180 {
    margin: 180px;
  }
  .sp_mt180 {
    margin-top: 180px;
  }
  .sp_mb180 {
    margin-bottom: 180px;
  }
  .sp_ml180 {
    margin-left: 180px;
  }
  .sp_mr180 {
    margin-right: 180px;
  }
  .sp_m185 {
    margin: 185px;
  }
  .sp_mt185 {
    margin-top: 185px;
  }
  .sp_mb185 {
    margin-bottom: 185px;
  }
  .sp_ml185 {
    margin-left: 185px;
  }
  .sp_mr185 {
    margin-right: 185px;
  }
  .sp_m190 {
    margin: 190px;
  }
  .sp_mt190 {
    margin-top: 190px;
  }
  .sp_mb190 {
    margin-bottom: 190px;
  }
  .sp_ml190 {
    margin-left: 190px;
  }
  .sp_mr190 {
    margin-right: 190px;
  }
  .sp_m195 {
    margin: 195px;
  }
  .sp_mt195 {
    margin-top: 195px;
  }
  .sp_mb195 {
    margin-bottom: 195px;
  }
  .sp_ml195 {
    margin-left: 195px;
  }
  .sp_mr195 {
    margin-right: 195px;
  }
  .sp_m200 {
    margin: 200px;
  }
  .sp_mt200 {
    margin-top: 200px;
  }
  .sp_mb200 {
    margin-bottom: 200px;
  }
  .sp_ml200 {
    margin-left: 200px;
  }
  .sp_mr200 {
    margin-right: 200px;
  }
}

.p0 {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.p5 {
  padding: 5px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pr5 {
  padding-right: 5px;
}

.p10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.p15 {
  padding: 15px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pr15 {
  padding-right: 15px;
}

.p20 {
  padding: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.p25 {
  padding: 25px;
}

.pt25 {
  padding-top: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pr25 {
  padding-right: 25px;
}

.p30 {
  padding: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.p35 {
  padding: 35px;
}

.pt35 {
  padding-top: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pr35 {
  padding-right: 35px;
}

.p40 {
  padding: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

.p45 {
  padding: 45px;
}

.pt45 {
  padding-top: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pl45 {
  padding-left: 45px;
}

.pr45 {
  padding-right: 45px;
}

.p50 {
  padding: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pr50 {
  padding-right: 50px;
}

.p55 {
  padding: 55px;
}

.pt55 {
  padding-top: 55px;
}

.pb55 {
  padding-bottom: 55px;
}

.pl55 {
  padding-left: 55px;
}

.pr55 {
  padding-right: 55px;
}

.p60 {
  padding: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pr60 {
  padding-right: 60px;
}

.p65 {
  padding: 65px;
}

.pt65 {
  padding-top: 65px;
}

.pb65 {
  padding-bottom: 65px;
}

.pl65 {
  padding-left: 65px;
}

.pr65 {
  padding-right: 65px;
}

.p70 {
  padding: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pr70 {
  padding-right: 70px;
}

.p75 {
  padding: 75px;
}

.pt75 {
  padding-top: 75px;
}

.pb75 {
  padding-bottom: 75px;
}

.pl75 {
  padding-left: 75px;
}

.pr75 {
  padding-right: 75px;
}

.p80 {
  padding: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pr80 {
  padding-right: 80px;
}

.p85 {
  padding: 85px;
}

.pt85 {
  padding-top: 85px;
}

.pb85 {
  padding-bottom: 85px;
}

.pl85 {
  padding-left: 85px;
}

.pr85 {
  padding-right: 85px;
}

.p90 {
  padding: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pr90 {
  padding-right: 90px;
}

.p95 {
  padding: 95px;
}

.pt95 {
  padding-top: 95px;
}

.pb95 {
  padding-bottom: 95px;
}

.pl95 {
  padding-left: 95px;
}

.pr95 {
  padding-right: 95px;
}

.p100 {
  padding: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.p105 {
  padding: 105px;
}

.pt105 {
  padding-top: 105px;
}

.pb105 {
  padding-bottom: 105px;
}

.pl105 {
  padding-left: 105px;
}

.pr105 {
  padding-right: 105px;
}

.p110 {
  padding: 110px;
}

.pt110 {
  padding-top: 110px;
}

.pb110 {
  padding-bottom: 110px;
}

.pl110 {
  padding-left: 110px;
}

.pr110 {
  padding-right: 110px;
}

.p115 {
  padding: 115px;
}

.pt115 {
  padding-top: 115px;
}

.pb115 {
  padding-bottom: 115px;
}

.pl115 {
  padding-left: 115px;
}

.pr115 {
  padding-right: 115px;
}

.p120 {
  padding: 120px;
}

.pt120 {
  padding-top: 120px;
}

.pb120 {
  padding-bottom: 120px;
}

.pl120 {
  padding-left: 120px;
}

.pr120 {
  padding-right: 120px;
}

.p125 {
  padding: 125px;
}

.pt125 {
  padding-top: 125px;
}

.pb125 {
  padding-bottom: 125px;
}

.pl125 {
  padding-left: 125px;
}

.pr125 {
  padding-right: 125px;
}

.p130 {
  padding: 130px;
}

.pt130 {
  padding-top: 130px;
}

.pb130 {
  padding-bottom: 130px;
}

.pl130 {
  padding-left: 130px;
}

.pr130 {
  padding-right: 130px;
}

.p135 {
  padding: 135px;
}

.pt135 {
  padding-top: 135px;
}

.pb135 {
  padding-bottom: 135px;
}

.pl135 {
  padding-left: 135px;
}

.pr135 {
  padding-right: 135px;
}

.p140 {
  padding: 140px;
}

.pt140 {
  padding-top: 140px;
}

.pb140 {
  padding-bottom: 140px;
}

.pl140 {
  padding-left: 140px;
}

.pr140 {
  padding-right: 140px;
}

.p145 {
  padding: 145px;
}

.pt145 {
  padding-top: 145px;
}

.pb145 {
  padding-bottom: 145px;
}

.pl145 {
  padding-left: 145px;
}

.pr145 {
  padding-right: 145px;
}

.p150 {
  padding: 150px;
}

.pt150 {
  padding-top: 150px;
}

.pb150 {
  padding-bottom: 150px;
}

.pl150 {
  padding-left: 150px;
}

.pr150 {
  padding-right: 150px;
}

.p155 {
  padding: 155px;
}

.pt155 {
  padding-top: 155px;
}

.pb155 {
  padding-bottom: 155px;
}

.pl155 {
  padding-left: 155px;
}

.pr155 {
  padding-right: 155px;
}

.p160 {
  padding: 160px;
}

.pt160 {
  padding-top: 160px;
}

.pb160 {
  padding-bottom: 160px;
}

.pl160 {
  padding-left: 160px;
}

.pr160 {
  padding-right: 160px;
}

.p165 {
  padding: 165px;
}

.pt165 {
  padding-top: 165px;
}

.pb165 {
  padding-bottom: 165px;
}

.pl165 {
  padding-left: 165px;
}

.pr165 {
  padding-right: 165px;
}

.p170 {
  padding: 170px;
}

.pt170 {
  padding-top: 170px;
}

.pb170 {
  padding-bottom: 170px;
}

.pl170 {
  padding-left: 170px;
}

.pr170 {
  padding-right: 170px;
}

.p175 {
  padding: 175px;
}

.pt175 {
  padding-top: 175px;
}

.pb175 {
  padding-bottom: 175px;
}

.pl175 {
  padding-left: 175px;
}

.pr175 {
  padding-right: 175px;
}

.p180 {
  padding: 180px;
}

.pt180 {
  padding-top: 180px;
}

.pb180 {
  padding-bottom: 180px;
}

.pl180 {
  padding-left: 180px;
}

.pr180 {
  padding-right: 180px;
}

.p185 {
  padding: 185px;
}

.pt185 {
  padding-top: 185px;
}

.pb185 {
  padding-bottom: 185px;
}

.pl185 {
  padding-left: 185px;
}

.pr185 {
  padding-right: 185px;
}

.p190 {
  padding: 190px;
}

.pt190 {
  padding-top: 190px;
}

.pb190 {
  padding-bottom: 190px;
}

.pl190 {
  padding-left: 190px;
}

.pr190 {
  padding-right: 190px;
}

.p195 {
  padding: 195px;
}

.pt195 {
  padding-top: 195px;
}

.pb195 {
  padding-bottom: 195px;
}

.pl195 {
  padding-left: 195px;
}

.pr195 {
  padding-right: 195px;
}

.p200 {
  padding: 200px;
}

.pt200 {
  padding-top: 200px;
}

.pb200 {
  padding-bottom: 200px;
}

.pl200 {
  padding-left: 200px;
}

.pr200 {
  padding-right: 200px;
}

@media screen and (max-width: 834px) {
  .sp_p0 {
    padding: 0px !important;
  }
  .sp_pt0 {
    padding-top: 0px !important;
  }
  .sp_pb0 {
    padding-bottom: 0px !important;
  }
  .sp_pl0 {
    padding-left: 0px !important;
  }
  .sp_pr0 {
    padding-right: 0px !important;
  }
  .sp_p5 {
    padding: 5px;
  }
  .sp_pt5 {
    padding-top: 5px;
  }
  .sp_pb5 {
    padding-bottom: 5px;
  }
  .sp_pl5 {
    padding-left: 5px;
  }
  .sp_pr5 {
    padding-right: 5px;
  }
  .sp_p10 {
    padding: 10px;
  }
  .sp_pt10 {
    padding-top: 10px;
  }
  .sp_pb10 {
    padding-bottom: 10px;
  }
  .sp_pl10 {
    padding-left: 10px;
  }
  .sp_pr10 {
    padding-right: 10px;
  }
  .sp_p15 {
    padding: 15px;
  }
  .sp_pt15 {
    padding-top: 15px;
  }
  .sp_pb15 {
    padding-bottom: 15px;
  }
  .sp_pl15 {
    padding-left: 15px;
  }
  .sp_pr15 {
    padding-right: 15px;
  }
  .sp_p20 {
    padding: 20px;
  }
  .sp_pt20 {
    padding-top: 20px;
  }
  .sp_pb20 {
    padding-bottom: 20px;
  }
  .sp_pl20 {
    padding-left: 20px;
  }
  .sp_pr20 {
    padding-right: 20px;
  }
  .sp_p25 {
    padding: 25px;
  }
  .sp_pt25 {
    padding-top: 25px;
  }
  .sp_pb25 {
    padding-bottom: 25px;
  }
  .sp_pl25 {
    padding-left: 25px;
  }
  .sp_pr25 {
    padding-right: 25px;
  }
  .sp_p30 {
    padding: 30px;
  }
  .sp_pt30 {
    padding-top: 30px;
  }
  .sp_pb30 {
    padding-bottom: 30px;
  }
  .sp_pl30 {
    padding-left: 30px;
  }
  .sp_pr30 {
    padding-right: 30px;
  }
  .sp_p35 {
    padding: 35px;
  }
  .sp_pt35 {
    padding-top: 35px;
  }
  .sp_pb35 {
    padding-bottom: 35px;
  }
  .sp_pl35 {
    padding-left: 35px;
  }
  .sp_pr35 {
    padding-right: 35px;
  }
  .sp_p40 {
    padding: 40px;
  }
  .sp_pt40 {
    padding-top: 40px;
  }
  .sp_pb40 {
    padding-bottom: 40px;
  }
  .sp_pl40 {
    padding-left: 40px;
  }
  .sp_pr40 {
    padding-right: 40px;
  }
  .sp_p45 {
    padding: 45px;
  }
  .sp_pt45 {
    padding-top: 45px;
  }
  .sp_pb45 {
    padding-bottom: 45px;
  }
  .sp_pl45 {
    padding-left: 45px;
  }
  .sp_pr45 {
    padding-right: 45px;
  }
  .sp_p50 {
    padding: 50px;
  }
  .sp_pt50 {
    padding-top: 50px;
  }
  .sp_pb50 {
    padding-bottom: 50px;
  }
  .sp_pl50 {
    padding-left: 50px;
  }
  .sp_pr50 {
    padding-right: 50px;
  }
  .sp_p55 {
    padding: 55px;
  }
  .sp_pt55 {
    padding-top: 55px;
  }
  .sp_pb55 {
    padding-bottom: 55px;
  }
  .sp_pl55 {
    padding-left: 55px;
  }
  .sp_pr55 {
    padding-right: 55px;
  }
  .sp_p60 {
    padding: 60px;
  }
  .sp_pt60 {
    padding-top: 60px;
  }
  .sp_pb60 {
    padding-bottom: 60px;
  }
  .sp_pl60 {
    padding-left: 60px;
  }
  .sp_pr60 {
    padding-right: 60px;
  }
  .sp_p65 {
    padding: 65px;
  }
  .sp_pt65 {
    padding-top: 65px;
  }
  .sp_pb65 {
    padding-bottom: 65px;
  }
  .sp_pl65 {
    padding-left: 65px;
  }
  .sp_pr65 {
    padding-right: 65px;
  }
  .sp_p70 {
    padding: 70px;
  }
  .sp_pt70 {
    padding-top: 70px;
  }
  .sp_pb70 {
    padding-bottom: 70px;
  }
  .sp_pl70 {
    padding-left: 70px;
  }
  .sp_pr70 {
    padding-right: 70px;
  }
  .sp_p75 {
    padding: 75px;
  }
  .sp_pt75 {
    padding-top: 75px;
  }
  .sp_pb75 {
    padding-bottom: 75px;
  }
  .sp_pl75 {
    padding-left: 75px;
  }
  .sp_pr75 {
    padding-right: 75px;
  }
  .sp_p80 {
    padding: 80px;
  }
  .sp_pt80 {
    padding-top: 80px;
  }
  .sp_pb80 {
    padding-bottom: 80px;
  }
  .sp_pl80 {
    padding-left: 80px;
  }
  .sp_pr80 {
    padding-right: 80px;
  }
  .sp_p85 {
    padding: 85px;
  }
  .sp_pt85 {
    padding-top: 85px;
  }
  .sp_pb85 {
    padding-bottom: 85px;
  }
  .sp_pl85 {
    padding-left: 85px;
  }
  .sp_pr85 {
    padding-right: 85px;
  }
  .sp_p90 {
    padding: 90px;
  }
  .sp_pt90 {
    padding-top: 90px;
  }
  .sp_pb90 {
    padding-bottom: 90px;
  }
  .sp_pl90 {
    padding-left: 90px;
  }
  .sp_pr90 {
    padding-right: 90px;
  }
  .sp_p95 {
    padding: 95px;
  }
  .sp_pt95 {
    padding-top: 95px;
  }
  .sp_pb95 {
    padding-bottom: 95px;
  }
  .sp_pl95 {
    padding-left: 95px;
  }
  .sp_pr95 {
    padding-right: 95px;
  }
  .sp_p100 {
    padding: 100px;
  }
  .sp_pt100 {
    padding-top: 100px;
  }
  .sp_pb100 {
    padding-bottom: 100px;
  }
  .sp_pl100 {
    padding-left: 100px;
  }
  .sp_pr100 {
    padding-right: 100px;
  }
  .sp_p105 {
    padding: 105px;
  }
  .sp_pt105 {
    padding-top: 105px;
  }
  .sp_pb105 {
    padding-bottom: 105px;
  }
  .sp_pl105 {
    padding-left: 105px;
  }
  .sp_pr105 {
    padding-right: 105px;
  }
  .sp_p110 {
    padding: 110px;
  }
  .sp_pt110 {
    padding-top: 110px;
  }
  .sp_pb110 {
    padding-bottom: 110px;
  }
  .sp_pl110 {
    padding-left: 110px;
  }
  .sp_pr110 {
    padding-right: 110px;
  }
  .sp_p115 {
    padding: 115px;
  }
  .sp_pt115 {
    padding-top: 115px;
  }
  .sp_pb115 {
    padding-bottom: 115px;
  }
  .sp_pl115 {
    padding-left: 115px;
  }
  .sp_pr115 {
    padding-right: 115px;
  }
  .sp_p120 {
    padding: 120px;
  }
  .sp_pt120 {
    padding-top: 120px;
  }
  .sp_pb120 {
    padding-bottom: 120px;
  }
  .sp_pl120 {
    padding-left: 120px;
  }
  .sp_pr120 {
    padding-right: 120px;
  }
  .sp_p125 {
    padding: 125px;
  }
  .sp_pt125 {
    padding-top: 125px;
  }
  .sp_pb125 {
    padding-bottom: 125px;
  }
  .sp_pl125 {
    padding-left: 125px;
  }
  .sp_pr125 {
    padding-right: 125px;
  }
  .sp_p130 {
    padding: 130px;
  }
  .sp_pt130 {
    padding-top: 130px;
  }
  .sp_pb130 {
    padding-bottom: 130px;
  }
  .sp_pl130 {
    padding-left: 130px;
  }
  .sp_pr130 {
    padding-right: 130px;
  }
  .sp_p135 {
    padding: 135px;
  }
  .sp_pt135 {
    padding-top: 135px;
  }
  .sp_pb135 {
    padding-bottom: 135px;
  }
  .sp_pl135 {
    padding-left: 135px;
  }
  .sp_pr135 {
    padding-right: 135px;
  }
  .sp_p140 {
    padding: 140px;
  }
  .sp_pt140 {
    padding-top: 140px;
  }
  .sp_pb140 {
    padding-bottom: 140px;
  }
  .sp_pl140 {
    padding-left: 140px;
  }
  .sp_pr140 {
    padding-right: 140px;
  }
  .sp_p145 {
    padding: 145px;
  }
  .sp_pt145 {
    padding-top: 145px;
  }
  .sp_pb145 {
    padding-bottom: 145px;
  }
  .sp_pl145 {
    padding-left: 145px;
  }
  .sp_pr145 {
    padding-right: 145px;
  }
  .sp_p150 {
    padding: 150px;
  }
  .sp_pt150 {
    padding-top: 150px;
  }
  .sp_pb150 {
    padding-bottom: 150px;
  }
  .sp_pl150 {
    padding-left: 150px;
  }
  .sp_pr150 {
    padding-right: 150px;
  }
  .sp_p155 {
    padding: 155px;
  }
  .sp_pt155 {
    padding-top: 155px;
  }
  .sp_pb155 {
    padding-bottom: 155px;
  }
  .sp_pl155 {
    padding-left: 155px;
  }
  .sp_pr155 {
    padding-right: 155px;
  }
  .sp_p160 {
    padding: 160px;
  }
  .sp_pt160 {
    padding-top: 160px;
  }
  .sp_pb160 {
    padding-bottom: 160px;
  }
  .sp_pl160 {
    padding-left: 160px;
  }
  .sp_pr160 {
    padding-right: 160px;
  }
  .sp_p165 {
    padding: 165px;
  }
  .sp_pt165 {
    padding-top: 165px;
  }
  .sp_pb165 {
    padding-bottom: 165px;
  }
  .sp_pl165 {
    padding-left: 165px;
  }
  .sp_pr165 {
    padding-right: 165px;
  }
  .sp_p170 {
    padding: 170px;
  }
  .sp_pt170 {
    padding-top: 170px;
  }
  .sp_pb170 {
    padding-bottom: 170px;
  }
  .sp_pl170 {
    padding-left: 170px;
  }
  .sp_pr170 {
    padding-right: 170px;
  }
  .sp_p175 {
    padding: 175px;
  }
  .sp_pt175 {
    padding-top: 175px;
  }
  .sp_pb175 {
    padding-bottom: 175px;
  }
  .sp_pl175 {
    padding-left: 175px;
  }
  .sp_pr175 {
    padding-right: 175px;
  }
  .sp_p180 {
    padding: 180px;
  }
  .sp_pt180 {
    padding-top: 180px;
  }
  .sp_pb180 {
    padding-bottom: 180px;
  }
  .sp_pl180 {
    padding-left: 180px;
  }
  .sp_pr180 {
    padding-right: 180px;
  }
  .sp_p185 {
    padding: 185px;
  }
  .sp_pt185 {
    padding-top: 185px;
  }
  .sp_pb185 {
    padding-bottom: 185px;
  }
  .sp_pl185 {
    padding-left: 185px;
  }
  .sp_pr185 {
    padding-right: 185px;
  }
  .sp_p190 {
    padding: 190px;
  }
  .sp_pt190 {
    padding-top: 190px;
  }
  .sp_pb190 {
    padding-bottom: 190px;
  }
  .sp_pl190 {
    padding-left: 190px;
  }
  .sp_pr190 {
    padding-right: 190px;
  }
  .sp_p195 {
    padding: 195px;
  }
  .sp_pt195 {
    padding-top: 195px;
  }
  .sp_pb195 {
    padding-bottom: 195px;
  }
  .sp_pl195 {
    padding-left: 195px;
  }
  .sp_pr195 {
    padding-right: 195px;
  }
  .sp_p200 {
    padding: 200px;
  }
  .sp_pt200 {
    padding-top: 200px;
  }
  .sp_pb200 {
    padding-bottom: 200px;
  }
  .sp_pl200 {
    padding-left: 200px;
  }
  .sp_pr200 {
    padding-right: 200px;
  }
}

.r0 {
  border-radius: 0px !important;
}

.r1 {
  border-radius: 1px;
  overflow: hidden;
}

.r2 {
  border-radius: 2px;
  overflow: hidden;
}

.r3 {
  border-radius: 3px;
  overflow: hidden;
}

.r4 {
  border-radius: 4px;
  overflow: hidden;
}

.r5 {
  border-radius: 5px;
  overflow: hidden;
}

.r6 {
  border-radius: 6px;
  overflow: hidden;
}

.r7 {
  border-radius: 7px;
  overflow: hidden;
}

.r8 {
  border-radius: 8px;
  overflow: hidden;
}

.r9 {
  border-radius: 9px;
  overflow: hidden;
}

.r10 {
  border-radius: 10px;
  overflow: hidden;
}

.r11 {
  border-radius: 11px;
  overflow: hidden;
}

.r12 {
  border-radius: 12px;
  overflow: hidden;
}

.r13 {
  border-radius: 13px;
  overflow: hidden;
}

.r14 {
  border-radius: 14px;
  overflow: hidden;
}

.r15 {
  border-radius: 15px;
  overflow: hidden;
}

.r16 {
  border-radius: 16px;
  overflow: hidden;
}

.r17 {
  border-radius: 17px;
  overflow: hidden;
}

.r18 {
  border-radius: 18px;
  overflow: hidden;
}

.r19 {
  border-radius: 19px;
  overflow: hidden;
}

.r20 {
  border-radius: 20px;
  overflow: hidden;
}

.r21 {
  border-radius: 21px;
  overflow: hidden;
}

.r22 {
  border-radius: 22px;
  overflow: hidden;
}

.r23 {
  border-radius: 23px;
  overflow: hidden;
}

.r24 {
  border-radius: 24px;
  overflow: hidden;
}

.r25 {
  border-radius: 25px;
  overflow: hidden;
}

.r26 {
  border-radius: 26px;
  overflow: hidden;
}

.r27 {
  border-radius: 27px;
  overflow: hidden;
}

.r28 {
  border-radius: 28px;
  overflow: hidden;
}

.r29 {
  border-radius: 29px;
  overflow: hidden;
}

.r30 {
  border-radius: 30px;
  overflow: hidden;
}

.r31 {
  border-radius: 31px;
  overflow: hidden;
}

.r32 {
  border-radius: 32px;
  overflow: hidden;
}

.r33 {
  border-radius: 33px;
  overflow: hidden;
}

.r34 {
  border-radius: 34px;
  overflow: hidden;
}

.r35 {
  border-radius: 35px;
  overflow: hidden;
}

.r36 {
  border-radius: 36px;
  overflow: hidden;
}

.r37 {
  border-radius: 37px;
  overflow: hidden;
}

.r38 {
  border-radius: 38px;
  overflow: hidden;
}

.r39 {
  border-radius: 39px;
  overflow: hidden;
}

.r40 {
  border-radius: 40px;
  overflow: hidden;
}

.ta_center {
  text-align: center;
}

.ta_left {
  text-align: left;
}

.ta_right {
  text-align: right;
}

@media screen and (max-width: 834px) {
  .sp_ta_center {
    text-align: center;
  }
  .sp_ta_left {
    text-align: left;
  }
  .sp_ta_right {
    text-align: right;
  }
}

.color_bg-main {
  background-color: #2096D5 !important;
}

.color_bg-main-light {
  background-color: #D6D0C2 !important;
}

.color_bg-main-dark {
  background-color: #20254D !important;
}

.color_bg-sub {
  background-color: #F2604D !important;
}

.color_bg-sub2 {
  background-color: #EBDC3C !important;
}

.color_bg-gray-white {
  background-color: #F5F6F6 !important;
}

.color_bg-gray-light {
  background-color: #ADAFB5 !important;
}

.color_bg-gray {
  background-color: #EBEEF0 !important;
}

.color_bg-gray-dark {
  background-color: #626671 !important;
}

.color_bg-gray-black {
  background-color: #303030 !important;
}

.color_bg-white {
  background-color: #FFFFFF !important;
}

.color_bg-line {
  background-color: #2db530 !important;
}

.color_text-main {
  color: #2096D5 !important;
}

.color_text-main-light {
  color: #D6D0C2 !important;
}

.color_text-main-dark {
  color: #20254D !important;
}

.color_text-sub {
  color: #F2604D !important;
}

.color_text-sub2 {
  color: #EBDC3C !important;
}

.color_text-gray-white {
  color: #F5F6F6 !important;
}

.color_text-gray-light {
  color: #ADAFB5 !important;
}

.color_text-gray {
  color: #EBEEF0 !important;
}

.color_text-gray-dark {
  color: #626671 !important;
}

.color_text-gray-black {
  color: #303030 !important;
}

.color_text-white {
  color: #FFFFFF !important;
}

.color_text-link {
  color: #2DABF1 !important;
}

.color_text-error {
  color: #F25F5F !important;
}

.color_text-line {
  color: #2db530 !important;
}

.swiper {
  padding: 8px 0;
}

.anim-fadeIn-1 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  transition-delay: 0s;
}

.anim-fadeIn-1.in-view {
  opacity: 1;
}

.anim-slideIn-l-1 {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0s;
}

.anim-slideIn-l-1.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-r-1 {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0s;
}

.anim-slideIn-r-1.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-t-1 {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0s;
}

.anim-slideIn-t-1.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-b-1 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0s;
}

.anim-slideIn-b-1.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-scaleIn-1 {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0s;
}

.anim-scaleIn-1.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-fadeIn-2 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  transition-delay: 0.25s;
}

.anim-fadeIn-2.in-view {
  opacity: 1;
}

.anim-slideIn-l-2 {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.25s;
}

.anim-slideIn-l-2.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-r-2 {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.25s;
}

.anim-slideIn-r-2.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-t-2 {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.25s;
}

.anim-slideIn-t-2.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-b-2 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.25s;
}

.anim-slideIn-b-2.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-scaleIn-2 {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.25s;
}

.anim-scaleIn-2.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-fadeIn-3 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  transition-delay: 0.5s;
}

.anim-fadeIn-3.in-view {
  opacity: 1;
}

.anim-slideIn-l-3 {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.5s;
}

.anim-slideIn-l-3.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-r-3 {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.5s;
}

.anim-slideIn-r-3.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-t-3 {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.5s;
}

.anim-slideIn-t-3.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-b-3 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.5s;
}

.anim-slideIn-b-3.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-scaleIn-3 {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.5s;
}

.anim-scaleIn-3.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-fadeIn-4 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  transition-delay: 0.75s;
}

.anim-fadeIn-4.in-view {
  opacity: 1;
}

.anim-slideIn-l-4 {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.75s;
}

.anim-slideIn-l-4.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-r-4 {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.75s;
}

.anim-slideIn-r-4.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-t-4 {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.75s;
}

.anim-slideIn-t-4.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-b-4 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.75s;
}

.anim-slideIn-b-4.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-scaleIn-4 {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.75s;
}

.anim-scaleIn-4.in-view {
  opacity: 1;
  transform: scale(1);
}

.anim-fadeIn-5 {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  transition-delay: 1s;
}

.anim-fadeIn-5.in-view {
  opacity: 1;
}

.anim-slideIn-l-5 {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 1s;
}

.anim-slideIn-l-5.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-r-5 {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 1s;
}

.anim-slideIn-r-5.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-t-5 {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 1s;
}

.anim-slideIn-t-5.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-slideIn-b-5 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 1s;
}

.anim-slideIn-b-5.in-view {
  opacity: 1;
  transform: translate(0);
}

.anim-scaleIn-5 {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 1s;
}

.anim-scaleIn-5.in-view {
  opacity: 1;
  transform: scale(1);
}

@keyframes moveLeft {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

.com-topic_path {
  width: fit-content;
}

.com-topic_path ul {
  width: fit-content;
  display: flex;
  gap: 10px;
}

.com-topic_path ul li, .com-topic_path ul a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.4rem;
  color: #303030;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
}

.com-topic_path ul li {
  position: relative;
  gap: 10px;
}

.com-topic_path ul li .icon_arrow {
  width: 7px;
  height: 10px;
  fill: #2096D5;
}

.com-topic_path ul a {
  transition: opacity 0.3s;
}

.com-topic_path ul a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 834px) {
  .com-topic_path ul a:hover {
    opacity: 1;
  }
}

.com-topic_path ul a svg {
  width: 16px;
  height: 16px;
  fill: #2096D5;
}

.com-topic_path-wrap {
  width: fit-content;
  max-width: 100%;
  padding: 16px 20px;
  overflow-x: auto;
  background-color: #FFFFFF;
  border-radius: 100vh;
}

@media screen and (max-width: 834px) {
  .com-topic_path-wrap {
    padding: 10px 20px;
  }
}

.com-section {
  padding-bottom: 100px;
}

.com-section:first-child {
  padding-top: 120px;
}

.com-section:last-child {
  padding-bottom: 120px;
}

.com-section._next_different_bg_color {
  padding-bottom: 120px;
}

@media screen and (max-width: 834px) {
  .com-section._next_different_bg_color {
    padding-bottom: 40px;
  }
}

.com-section._previous_different_bg_color {
  padding-top: 120px;
}

@media screen and (max-width: 834px) {
  .com-section._previous_different_bg_color {
    padding-top: 40px;
  }
}

@media screen and (max-width: 834px) {
  .com-section {
    padding-bottom: 40px;
  }
  .com-section:first-child {
    padding-top: 40px;
  }
  .com-section:last-child {
    padding-bottom: 40px;
  }
}

.com-spacer-section {
  margin-bottom: 120px;
}

@media screen and (max-width: 834px) {
  .com-spacer-section {
    margin-bottom: 40px;
  }
}

.com-spacer-large {
  margin-bottom: 60px;
}

.com-spacer-medium {
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .com-spacer-medium {
    margin-bottom: 20px;
  }
}

.com-spacer-small {
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .com-spacer-small {
    margin-bottom: 10px;
  }
}

.com-spacer-xsmall {
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .com-spacer-xsmall {
    margin-bottom: 10px;
  }
}

.com-spacer-xxsmall {
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .com-spacer-xxsmall {
    margin-bottom: 5px;
  }
}

.com-contentWidth {
  width: 100%;
  max-width: 1300px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  .com-contentWidth {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.com-contentWidth._max {
  max-width: 100%;
}

.com-contentWidth._1400 {
  max-width: 1500px;
}

.com-bgc-white {
  background-color: #FFFFFF;
}

.com-bgc-main {
  background-color: #2096D5;
}

.com-bgc-main-light {
  background-color: #D6D0C2;
}

.com-bgc-sub {
  background-color: #F2604D;
}

.com-bgc-gray-light {
  background-color: #ADAFB5;
}

.com-bgc-gray-white {
  background-color: #F5F6F6;
}

.com-c-white {
  color: #FFFFFF;
}

.com-h1 {
  font-size: 3.5rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  font-family: "Murecho", sans-serif;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: solid 1px #000;
}

@media screen and (max-width: 834px) {
  .com-h1 {
    font-size: 2.5rem;
  }
}

.com-h1 span {
  color: #2096D5;
}

.com-h1-desc {
  font-size: 1.8rem;
  line-height: 1.45;
  font-weight: 400;
}

.com-h2 {
  display: block;
  width: 100%;
  padding: 25px;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 2.6rem;
  line-height: 1.45;
  text-align: center;
  color: #FFFFFF;
  background-color: #2096D5;
  border-radius: 5px;
  font-family: "Murecho", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .com-h2 {
    font-size: 2.4rem;
  }
}

.com-h2-top {
  font-size: 3.5rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  font-family: "Murecho", sans-serif;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: solid 1px #000;
}

@media screen and (max-width: 834px) {
  .com-h2-top {
    font-size: 2.5rem;
  }
}

.com-h2-top span {
  color: #2096D5;
}

.com-h2-top-desc {
  font-size: 1.8rem;
  line-height: 1.45;
  font-weight: 400;
}

.com-h3 {
  font-size: 2.4rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Murecho", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .com-h3 {
    font-size: 1.8rem;
  }
}

.com-h4 {
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
}

.com-h4-dot {
  position: relative;
  padding-left: 30px;
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
  color: #303030;
}

.com-h4-dot:before {
  content: '';
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #2096D5;
  border-radius: 50%;
}

.com-h4-icon {
  position: relative;
  padding-left: 40px;
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
  color: #303030;
}

@media screen and (max-width: 834px) {
  .com-h4-icon {
    font-size: 1.7rem;
  }
}

.com-h4-icon-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  fill: #2096D5;
}

@media screen and (max-width: 834px) {
  .com-h4-icon-img {
    top: -0.2em;
  }
}

.com-accent-jp {
  font-size: 4.0rem;
  line-height: 1.45;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .com-accent-jp {
    font-size: 2.0rem;
  }
}

.com-accent-jp-large {
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 834px) {
  .com-accent-jp-large {
    font-size: 2.4rem;
  }
}

.com-accent-jp-medium {
  font-size: 1.8rem;
  color: #2096D5;
}

@media screen and (max-width: 834px) {
  .com-accent-jp-medium {
    font-size: 1.6rem;
  }
}

.com-accent-jp-small {
  font-size: 1.4rem;
  color: #2096D5;
}

@media screen and (max-width: 834px) {
  .com-accent-jp-small {
    font-size: 1.2rem;
  }
}

.com-accent-en-large {
  font-family: "Lexend", sans-serif;
  font-size: 8.0rem;
  line-height: 1.45;
  font-weight: 300;
  color: #2096D5;
}

@media screen and (max-width: 834px) {
  .com-accent-en-large {
    font-size: 5.0rem;
  }
}

.com-accent-en-medium {
  font-family: "Lexend", sans-serif;
  font-size: 4.0rem;
  line-height: 1.45;
  font-weight: 300;
  color: #2096D5;
}

@media screen and (max-width: 834px) {
  .com-accent-en-medium {
    font-size: 3.5rem;
  }
}

.com-accent-en-small {
  font-family: "Lexend", sans-serif;
  font-size: 2.5rem;
  line-height: 1.45;
  font-weight: 300;
  color: #2096D5;
}

@media screen and (max-width: 834px) {
  .com-accent-en-small {
    font-size: 2.0rem;
  }
}

.com-index {
  padding: 30px;
  border-radius: 20px;
  background-color: #F5F6F6;
}

@media screen and (max-width: 834px) {
  .com-index {
    padding: 15px;
  }
}

.com-index-title {
  font-size: 1.8rem;
  line-height: 1.45;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 834px) {
  .com-index-title {
    font-size: 1.7rem;
  }
}

.com-index-title-icon {
  width: 35px;
  height: 35px;
  fill: #2096D5;
}

.com-index-list-item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #d1cdc7;
}

.com-index-list-item-link-icon {
  width: 25px;
  height: 25px;
  transition: transform 0.3s;
  fill: #2096D5;
}

.com-index-list-item-link:hover .com-index-list-item-link-icon {
  transform: translateX(10px);
}

@media screen and (max-width: 834px) {
  .com-index-list-item-link:hover .com-index-list-item-link-icon {
    transform: translateX(0);
  }
}

.com-img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}

.com-col2 {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
  .com-col2 {
    flex-direction: column;
    gap: 40px;
  }
}

.com-col2._gap_40 {
  gap: 40px;
}

@media screen and (max-width: 834px) {
  .com-col2._gap_40 {
    gap: 20px;
  }
}

.com-col2._gap_40 .com-col2-item {
  width: calc((100% - 40px) / 2);
}

@media screen and (max-width: 834px) {
  .com-col2._gap_40 .com-col2-item {
    width: 100%;
  }
}

.com-col2-item {
  width: calc((100% - 60px) / 2);
}

@media screen and (max-width: 834px) {
  .com-col2-item {
    width: 100%;
  }
}

.com-col3 {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
  .com-col3 {
    flex-direction: column;
    gap: 40px;
  }
}

.com-col3._gap_40 {
  gap: 30px;
}

@media screen and (max-width: 834px) {
  .com-col3._gap_40 {
    gap: 20px;
  }
}

.com-col3-item {
  width: calc((100% - 80px) / 3);
}

@media screen and (max-width: 834px) {
  .com-col3-item {
    width: 100%;
  }
}

.com-col-img_right {
  display: grid;
  grid-template-columns: 1fr calc(38% + 60px);
  grid-template-rows: auto 1fr;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .com-col-img_right {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}

.com-col-img_right-title {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 834px) {
  .com-col-img_right-title {
    grid-area: 1 / 1 / 2 / 2;
  }
}

.com-col-img_right-text {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 834px) {
  .com-col-img_right-text {
    grid-area: 3 / 1 / 4 / 2;
  }
}

.com-col-img_right-img {
  grid-area: 1 / 2 / 3 / 3;
  display: block;
  margin-left: auto;
  margin-right: 0;
  width: calc(100% - 60px);
  height: auto;
}

@media screen and (max-width: 834px) {
  .com-col-img_right-img {
    width: 100%;
    margin-bottom: 20px;
    grid-area: 2 / 1 / 3 / 2;
  }
}

.com-col-img_left {
  display: grid;
  grid-template-columns: calc(38% + 60px) 1fr;
  grid-template-rows: auto 1fr;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .com-col-img_left {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}

.com-col-img_left-title {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 834px) {
  .com-col-img_left-title {
    grid-area: 1 / 1 / 2 / 2;
  }
}

.com-col-img_left-text {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 834px) {
  .com-col-img_left-text {
    grid-area: 3 / 1 / 4 / 2;
  }
}

.com-col-img_left-img {
  grid-area: 1 / 1 / 3 / 2;
  display: block;
  margin-left: 0;
  margin-right: auto;
  width: calc(100% - 60px);
  flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .com-col-img_left-img {
    width: 100%;
    margin-bottom: 20px;
    grid-area: 2 / 1 / 3 / 2;
  }
}

.com-ul-note {
  margin-bottom: 30px;
}

.com-ul-note:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .com-ul-note {
    margin-bottom: 20px;
  }
}

.com-ul-note > li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 5px;
}

.com-ul-note > li:last-child {
  margin-bottom: 0;
}

.com-ul-note > li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.com-ul-dot {
  margin-bottom: 30px;
}

.com-ul-dot:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .com-ul-dot {
    margin-bottom: 20px;
  }
}

.com-ul-dot > li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 5px;
}

.com-ul-dot > li:last-child {
  margin-bottom: 0;
}

.com-ul-dot > li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #F5F6F6;
}

.com-ul-check {
  margin-bottom: 30px;
}

.com-ul-check:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .com-ul-check {
    margin-bottom: 20px;
  }
}

.com-ul-check > li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  margin-bottom: 10px;
}

.com-ul-check > li:last-child {
  margin-bottom: 0;
}

.com-ul-check-icon {
  padding-top: 0.1em;
  width: 24px;
  height: 24px;
  fill: #2096D5;
  flex-shrink: 0;
}

.com-ul-check_02 {
  margin-bottom: 30px;
}

.com-ul-check_02:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .com-ul-check_02 {
    margin-bottom: 20px;
  }
}

.com-ul-check_02 > li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  margin-bottom: 10px;
}

.com-ul-check_02 > li:last-child {
  margin-bottom: 0;
}

.com-ul-check_02-icon {
  position: relative;
  top: -0.1em;
  padding: 0.2em;
  width: 30px;
  height: 30px;
  background-color: #F5F6F6;
  border-radius: 5px;
  fill: #2096D5;
  flex-shrink: 0;
  z-index: 1;
}

.com-ul-num {
  margin-bottom: 30px;
}

.com-ul-num:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .com-ul-num {
    margin-bottom: 20px;
  }
}

.com-ul-num > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  counter-increment: li;
}

.com-ul-num > li:last-child {
  margin-bottom: 0;
}

.com-ul-num > li:before {
  content: counter(li);
  position: absolute;
  top: 0.2rem;
  left: 1.55rem;
  transform: translateX(-50%);
  font-size: 1.4rem;
  z-index: 10;
}

.com-ul-num > li:after {
  content: "";
  position: absolute;
  top: -0.1em;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #F5F6F6;
  border-radius: 5px;
  z-index: 1;
}

.com-timeline {
  width: 100%;
  border-collapse: collapse;
}

.com-timeline th, .com-timeline td {
  padding-bottom: 10px;
}

.com-timeline th {
  padding-right: 20px;
  text-align: left;
}

.com-info-icon {
  width: 50px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.com-info-icon + * {
  margin-top: 0;
}

.com-point {
  display: flex;
  align-items: flex-start;
  padding: 40px;
  gap: 50px;
}

@media screen and (max-width: 834px) {
  .com-point {
    flex-direction: column;
    padding: 15px;
    gap: 20px;
  }
}

.com-point-img {
  width: 150px;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .com-point-img {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
}

.com-point-text-head {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ADAFB5;
}

@media screen and (max-width: 834px) {
  .com-point-text-head {
    margin-bottom: 20px;
  }
}

.com-underline {
  padding-bottom: 20px;
  border-bottom: 1px dashed #EBEEF0;
}

.com-note {
  padding-left: 30px;
  border-left: 1px solid #626671;
}

.com-note .com-ul-note {
  color: #626671;
  font-size: 1.4rem;
}

.com-table01 {
  width: 100%;
  border-collapse: collapse;
}

.com-table01-wrap {
  width: 100%;
  border: 1px solid #ADAFB5;
  padding: 20px;
  border-radius: 20px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 834px) {
  .com-table01-wrap {
    padding: 0 15px;
  }
}

.com-table01 tr:last-child th, .com-table01 tr:last-child td {
  border-bottom: none;
}

.com-table01 th, .com-table01 td {
  border-bottom: 1px solid #ADAFB5;
  padding: 32px 28px;
}

@media screen and (max-width: 834px) {
  .com-table01 th, .com-table01 td {
    display: block;
    width: 100%;
  }
}

.com-table01 th {
  width: 200px;
  text-align: left;
  font-weight: 700;
  vertical-align: top;
}

@media screen and (max-width: 834px) {
  .com-table01 th {
    width: 100%;
    border-bottom: none;
    padding: 22px 18px 0 18px;
  }
}

.com-table01 td {
  width: calc(100% - 200px);
}

@media screen and (max-width: 834px) {
  .com-table01 td {
    width: 100%;
    padding: 22px 18px;
  }
}

.com-table02 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ADAFB5;
  border-left: 1px solid #ADAFB5;
}

@media screen and (max-width: 834px) {
  .com-table02 th, .com-table02 td {
    display: block;
    width: 100%;
  }
}

.com-table02-head {
  width: 26%;
  padding: 20px;
  background-color: #F5F6F6;
  text-align: left;
  font-weight: 700;
  border-bottom: 1px solid #ADAFB5;
}

@media screen and (max-width: 834px) {
  .com-table02-head {
    width: 100%;
    border-right: 1px solid #ADAFB5;
    border-bottom: none;
  }
}

.com-table02-text {
  width: 48%;
  padding: 20px;
  border-bottom: 1px solid #ADAFB5;
}

@media screen and (max-width: 834px) {
  .com-table02-text {
    width: 100%;
    border-bottom: none;
    border-right: 1px solid #ADAFB5;
    padding-bottom: 0px;
  }
}

.com-table02-text-price {
  text-align: right;
  line-height: 1.0;
}

.com-table02-text-price span {
  font-family: "Lexend", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  padding-right: 5px;
}

@media screen and (max-width: 834px) {
  .com-table02-text-price span {
    font-size: 2.0rem;
  }
}

.com-table02-img {
  width: 26%;
  padding: 20px;
  border-bottom: 1px solid #ADAFB5;
  border-right: 1px solid #ADAFB5;
}

.com-table02-img img {
  display: block;
  width: 100%;
  max-width: 160px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 160 / 107;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

@media screen and (max-width: 834px) {
  .com-table02-img img {
    max-width: none;
  }
}

.com-table03 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.com-table03-wrap {
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  background-color: #F5F6F6;
  margin-bottom: 25px;
}

.com-table03-wrap._white {
  background-color: #FFFFFF;
}

.com-table03-wrap._p30 {
  padding: 30px;
}

.com-table03 tr th, .com-table03 tr td {
  padding: 10px 20px 10px 0;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 834px) {
  .com-table03 tr th, .com-table03 tr td {
    display: block;
    width: 100%;
    padding-bottom: 0px;
  }
  .com-table03 tr th:last-child, .com-table03 tr td:last-child {
    padding-bottom: 10px;
  }
}

.com-table03 tr th {
  text-align: left;
  font-weight: 600;
  width: 120px;
}

.com-table03 tr td {
  padding-right: 0px;
}

.com-flow._white .com-flow-item {
  background-color: #FFFFFF;
}

.com-flow-item {
  position: relative;
  width: 100%;
  display: flex;
  gap: 50px;
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 20px;
  background-color: #F5F6F6;
}

@media screen and (max-width: 834px) {
  .com-flow-item {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
}

.com-flow-item:last-child {
  margin-bottom: 0;
}

.com-flow-item:last-child::after {
  display: none;
}

.com-flow-item::after {
  content: "";
  position: absolute;
  top: calc(100% - 20px);
  left: 50%;
  transform: translateX(-50%);
  display: block;
  height: 50px;
  border-left: 2px solid #20254D;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .com-flow-item::after {
    top: calc(100% - 10px);
    height: 30px;
  }
}

.com-flow-item-step {
  width: 24%;
  min-width: 180px;
}

@media screen and (max-width: 834px) {
  .com-flow-item-step {
    width: 100%;
    min-width: none;
  }
}

.com-flow-item-step p {
  font-family: "Lexend", sans-serif;
  font-size: 3.5rem;
  line-height: 1.0;
  font-weight: 400;
  color: #20254D;
}

@media screen and (max-width: 834px) {
  .com-flow-item-step p {
    font-size: 3.5rem;
  }
}

.com-flow-item-text {
  width: 51%;
}

@media screen and (max-width: 834px) {
  .com-flow-item-text {
    width: 100%;
  }
}

.com-flow-item-text h3 {
  font-size: 2.4rem;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .com-flow-item-text h3 {
    font-size: 1.8rem;
  }
}

.com-flow-item-img {
  width: 25%;
  min-width: 180px;
}

@media screen and (max-width: 834px) {
  .com-flow-item-img {
    width: 100%;
    min-width: none;
  }
}

.com-flow-item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

.com-flow-item:not(:has(.com-flow-item-img)) .com-flow-item-text {
  width: 76%;
}

@media screen and (max-width: 834px) {
  .com-flow-item:not(:has(.com-flow-item-img)) .com-flow-item-text {
    width: 100%;
  }
}

.com-faq-list-item {
  padding: 30px;
  border-bottom: solid 1px #EBEEF0;
}

@media screen and (max-width: 834px) {
  .com-faq-list-item {
    padding: 15px;
  }
}

.com-faq-list-item:first-child {
  padding-top: 0;
}

.com-faq-list-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.com-faq-list-item-q {
  position: relative;
  padding-top: 15px;
  padding-left: 70px;
}

@media screen and (max-width: 834px) {
  .com-faq-list-item-q {
    display: flex;
    align-items: center;
    padding-top: 0px;
    min-height: 60px;
  }
}

.com-faq-list-item-q::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #2096D5;
  font-size: 2.4rem;
  font-weight: 500;
  color: #FFFFFF;
  font-family: "Lexend", sans-serif;
}

.com-faq-list-item-a {
  position: relative;
  padding-left: 100px;
}

@media screen and (max-width: 834px) {
  .com-faq-list-item-a {
    padding-left: 70px;
  }
}

.com-faq-list-item-a::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 30px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #F5F6F6;
  font-size: 2.4rem;
  font-weight: 500;
  color: #20254D;
  font-family: "Lexend", sans-serif;
}

@media screen and (max-width: 834px) {
  .com-faq-list-item-a::before {
    left: 0;
  }
}

.com-box01 {
  padding: 60px 50px;
  border-radius: 30px;
  background-color: #F5F6F6;
}

@media screen and (max-width: 834px) {
  .com-box01 {
    padding: 30px 15px;
  }
}

.com-box01-head {
  border-bottom: dashed 1px #EBEEF0;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .com-box01-head {
    margin-bottom: 40px;
  }
}

.com-box01-head-icon {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}

.com-box01-head-icon-img {
  width: 50px;
  height: 50px;
  fill: #2096D5;
}

.com-box01-head-h2 {
  font-size: 2.6rem;
  line-height: 1.45;
  font-weight: 500;
  color: #20254D;
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .com-box01-head-h2 {
    font-size: 2.4rem;
  }
}

.com-box01-head-note {
  padding-bottom: 30px;
}

.com-box02 {
  border: 1px solid #EBEEF0;
}

.com-box02 .com-h2 {
  padding: 40px;
}

.com-box02-top {
  padding: 60px;
}

@media screen and (max-width: 834px) {
  .com-box02-top {
    padding: 40px 10px;
  }
}

@media screen and (max-width: 834px) {
  .com-box02-inner {
    padding: 30px 15px;
  }
}

.com-box03 {
  padding: 50px;
  background-color: #F5F6F6;
  border: 1px solid #ADAFB5;
  border-radius: 10px;
}

@media screen and (max-width: 834px) {
  .com-box03 {
    padding: 40px 20px;
  }
}

.com-box03-head {
  font-size: 2.6rem;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .com-box03-head {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}

.com-box03-head-en {
  margin-bottom: 10px;
  font-family: "Lexend", sans-serif;
  font-size: 4.0rem;
  line-height: 1.0;
  font-weight: 500;
  color: #20254D;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .com-box03-head-en {
    font-size: 3.5rem;
  }
}

.com-box03-img {
  margin-bottom: 50px;
  width: 100%;
  height: auto;
  aspect-ratio: 2.7 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}

@media screen and (max-width: 834px) {
  .com-box03-img {
    aspect-ratio: unset;
    margin-bottom: 30px;
  }
}

.com-box03-contact {
  width: 100%;
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .com-box03-contact {
    flex-direction: column;
  }
}

.com-box03-contact-item {
  position: relative;
  width: calc((100% - 45px) / 3);
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 5px;
}

@media screen and (max-width: 834px) {
  .com-box03-contact-item {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .com-box03-contact-item {
    padding: 20px 10px;
  }
}

.com-box03-contact-item._line .com-box03-contact-item-icon {
  background-color: #2db530;
}

.com-box03-contact-item._line .com-box03-contact-item-icon-img {
  width: 25px;
  height: 25px;
}

.com-box03-contact-item-icon {
  position: absolute;
  top: -11px;
  left: -9px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #20254D;
}

.com-box03-contact-item-icon-img {
  width: 30px;
  height: 30px;
}

.com-box03-contact-item-head {
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ADAFB5;
}

@media screen and (max-width: 834px) {
  .com-box03-contact-item-head {
    font-size: 1.7rem;
  }
}

.com-box03-contact-item-phone {
  font-family: "Lexend", sans-serif;
  font-size: 3.0rem;
  line-height: 1.45;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0em;
  color: #20254D;
  margin-bottom: 10px;
}

.com-box03-contact-item-time {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.com-box03-contact-item-time-num {
  font-family: "Lexend", sans-serif;
  font-size: 2.0rem;
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 0em;
}

.com-box03-contact-item-desc {
  text-align: center;
  margin-bottom: 20px;
}

.com-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.com-btn-wrap._center {
  justify-content: center;
}

.com-btn01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 10px 15px 10px 30px;
  width: fit-content;
  height: 85px;
  background-color: #20254D;
  border-radius: 100vh;
}

.com-btn01:hover .com-btn01-icon-inner {
  left: 10px;
}

.com-btn01._w390 {
  width: 100%;
  max-width: 390px;
}

@media screen and (max-width: 834px) {
  .com-btn01._w390 .com-btn01-text {
    font-size: 1.6rem;
  }
}

.com-btn01-wrap {
  display: flex;
  justify-content: center;
}

.com-btn01-text {
  font-size: 1.9rem;
  line-height: 2.3;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.com-btn01-icon {
  position: relative;
  width: 60px;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.com-btn01-icon-inner {
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  display: flex;
  gap: 10px;
  transition: left 0.2s cubic-bezier(0.45, 1.6, 0.13, 1);
}

.com-btn01-icon-current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: #FFFFFF;
  border-radius: 50%;
  flex-shrink: 0;
}

.com-btn01-icon-current-arrow {
  width: 28px;
  height: 28px;
  fill: #2096D5;
}

.com-btn01-icon-hover {
  position: relative;
  width: 45px;
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: #2096D5;
  border-radius: 50%;
  flex-shrink: 0;
}

.com-btn01-icon-hover-eyes {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 10px;
}

.com-btn01-icon-hover-eyes-eye {
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  border-radius: 50%;
}

.com-btn01-icon-hover-eyes-eye:nth-child(1) {
  left: 0;
}

.com-btn01-icon-hover-eyes-eye:nth-child(2) {
  right: 0;
}

.com-btn01-icon-hover-eyes-eye:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 50%;
  z-index: 1;
}

.com-btn02 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 3px 25px;
  width: 100%;
  max-width: 220px;
  height: 50px;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  border-radius: 100vh;
  overflow: hidden;
  z-index: 1;
}

.com-btn02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1 / 1;
  background: #20254D;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}

.com-btn02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2096D5;
  z-index: -10;
}

.com-btn02:hover::before {
  width: calc(105% + 30px);
}

@media screen and (max-width: 834px) {
  .com-btn02:hover::before {
    width: calc(0% + 30px);
  }
}

.com-btn02-text {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.com-btn02-arrow01 {
  width: 8px;
  height: 12px;
  fill: #FFFFFF;
  flex-shrink: 0;
}

.com-btn02-arrow02 {
  width: 23px;
  height: 6px;
  stroke: #FFFFFF;
  flex-shrink: 0;
}

.com-btn02._white {
  color: #20254D;
  border: none;
}

.com-btn02._white::before {
  background-color: #20254D;
}

.com-btn02._white::after {
  background-color: #FFFFFF;
}

.com-btn02._white .com-btn02-arrow01 {
  fill: #2096D5;
}

.com-btn02._white .com-btn02-arrow02 {
  stroke: #2096D5;
}

.com-btn02._white:hover .com-btn02-text {
  color: #FFFFFF;
}

@media screen and (max-width: 834px) {
  .com-btn02._white:hover .com-btn02-text {
    color: #626671;
  }
}

.com-btn02._border {
  border: 1px solid #20254D;
}

.com-btn02._fit {
  width: fit-content;
}

.com-btn03 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  padding: 13px 20px;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .com-btn03 {
    font-size: 1.4rem;
  }
}

.com-btn03::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1 / 1;
  background: #2096D5;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}

.com-btn03::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #20254D;
  z-index: -10;
}

.com-btn03:hover::before {
  width: calc(105% + 30px);
}

@media screen and (max-width: 834px) {
  .com-btn03:hover::before {
    width: calc(0% + 30px);
  }
}

.com-btn03 span {
  display: inline-block;
  width: 100%;
  padding-left: 35px;
  text-align: center;
}

.com-btn03 img {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.com-btn03._white {
  color: #20254D;
  border: 1px solid #D6D0C2;
}

.com-btn03._white::before {
  background-color: #ADAFB5;
}

.com-btn03._white::after {
  background-color: #FFFFFF;
}

.com-btn04 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
}

.com-btn05 {
  position: relative;
  display: block;
  width: fit-content;
  padding: 14px 74px 14px 20px;
  background-color: #20254D;
  border-radius: 100vh;
  transition: all .2s ease;
}

@media screen and (max-width: 834px) {
  .com-btn05 {
    padding: 17px 80px 17px 30px;
  }
}

.com-btn05._color_main {
  background-color: #2096D5;
  transition: background-color .2s ease;
}

.com-btn05._color_main .com-btn05-text {
  color: #FFFFFF;
}

.com-btn05._color_main .com-btn05-arrow-icon {
  fill: #20254D;
  transition: all .2s ease;
}

.com-btn05._color_main:hover {
  background-color: rgba(32, 150, 213, 0.8);
  transition: background-color .2s ease;
}

.com-btn05._large {
  padding: 18px 100px 18px 30px;
}

@media screen and (max-width: 834px) {
  .com-btn05._large {
    padding: 17px 120px 17px 30px;
  }
}

.com-btn05._large .com-btn05-text {
  font-size: 2.3rem;
}

.com-btn05._large .com-btn05-text span {
  font-size: 2.0rem;
}

.com-btn05._large .com-btn05-arrow {
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #FFFFFF;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
}

.com-btn05._large .com-btn05-arrow-icon {
  left: -13px;
  width: 48px;
  height: 38px;
}

@media screen and (max-width: 834px) {
  .com-btn05._large .com-btn05-arrow-icon {
    left: -3px;
  }
}

@media screen and (min-width: 835px) {
  .com-btn05._large:hover .com-btn05-arrow {
    width: 60px;
    height: 60px;
    right: 15px;
    transition: all 0.2s ease;
  }
  .com-btn05._large:hover .com-btn05-arrow-icon {
    left: -2px;
    transition: all 0.2s ease;
  }
}

.com-btn05-text {
  font-size: 1.8rem;
  line-height: calc(42 / 18);
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #FFFFFF;
}

@media screen and (max-width: 834px) {
  .com-btn05-text {
    font-size: 1.6rem;
  }
}

.com-btn05-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background-color: #FFFFFF;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
  transition: all .2s ease;
}

.com-btn05-arrow-icon {
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
  width: 41px;
  height: 32px;
  fill: #2096D5;
  transition: all 0.2s ease;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .com-btn05-arrow-icon {
    left: -3px;
  }
}

@media screen and (min-width: 835px) {
  .com-btn05:hover {
    background-color: rgba(32, 37, 77, 0.8);
    transition: background-color .2s ease;
  }
  .com-btn05:hover .com-btn05-arrow {
    width: 50px;
    height: 50px;
    right: 8px;
    transition: all 0.2s ease;
  }
  .com-btn05:hover .com-btn05-arrow-icon {
    left: -3px;
    transition: all 0.2s ease;
  }
}

.com-btn05-wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .com-btn05-wrap {
    flex-direction: column;
    align-items: center;
  }
}

.com-link01:hover .com-link01-text-inner {
  transform: translateY(0);
}

@media screen and (max-width: 834px) {
  .com-link01:hover .com-link01-text-inner {
    transform: translateY(-1.5em);
  }
}

.com-link01:hover .com-link01-text._lh21 .com-link01-text-inner {
  transform: translateY(0);
}

@media screen and (max-width: 834px) {
  .com-link01:hover .com-link01-text._lh21 .com-link01-text-inner {
    transform: translateY(-2.1em);
  }
}

.com-link01-text {
  display: block;
  overflow: hidden;
  height: 1.5em;
  line-height: 1.5;
}

.com-link01-text._lh21 {
  height: 2.1em;
  line-height: 2.1;
}

.com-link01-text._lh21 .com-link01-text-inner {
  transform: translateY(-2.1em);
}

.com-link01-text-inner {
  display: flex;
  flex-direction: column;
  transform: translateY(-1.5em);
  transition: transform 0.3s cubic-bezier(0.45, 1.63, 0.13, 1);
}

.com-link01-text-hover {
  color: #2096D5;
}

.com-link02 {
  width: fit-content;
}

.com-link02:hover .com-link02-en-text-inner {
  transform: translateY(0);
}

@media screen and (max-width: 834px) {
  .com-link02:hover .com-link02-en-text-inner {
    transform: translateY(-1.1em);
  }
}

.com-link02:hover .com-link02-jp-text-inner {
  transform: translateY(0);
}

@media screen and (max-width: 834px) {
  .com-link02:hover .com-link02-jp-text-inner {
    transform: translateY(-2.1em);
  }
}

.com-link02-en-text {
  overflow: hidden;
  height: 1.1em;
  line-height: 1.1;
}

.com-link02-en-text-inner {
  display: flex;
  flex-direction: column;
  transform: translateY(-1.1em);
  transition: transform 0.3s cubic-bezier(0.45, 1.63, 0.13, 1);
}

.com-link02-en-text-hover {
  color: #2096D5;
}

.com-link02-jp-text {
  overflow: hidden;
  height: 2.1em;
  line-height: 2.1;
}

.com-link02-jp-text-inner {
  display: flex;
  flex-direction: column;
  transform: translateY(-2.1em);
  transition: transform 0.3s cubic-bezier(0.45, 1.63, 0.13, 1);
}

.com-link02-jp-text-hover {
  color: #D6D0C2;
}

.com-link03 {
  transition: color 0.3s;
}

.com-link03:hover {
  color: #2096D5;
}

@media screen and (max-width: 834px) {
  .com-link03:hover {
    color: #303030;
  }
}

.com-link03._white {
  color: #FFFFFF;
}

.com-link03._white:hover {
  color: #2096D5;
}

@media screen and (max-width: 834px) {
  .com-link03._white:hover {
    color: #FFFFFF;
  }
}

.com-link04 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.com-link04:hover .com-link04-text {
  color: #2096D5;
}

@media screen and (max-width: 834px) {
  .com-link04:hover .com-link04-text {
    color: #303030;
  }
}

.com-link04:hover .com-link04-icon-inner {
  left: 10px;
}

@media screen and (max-width: 834px) {
  .com-link04:hover .com-link04-icon-inner {
    left: -35px;
  }
}

.com-link04._black .com-link04-text {
  color: #303030;
}

.com-link04._black .com-link04-icon-hover {
  background-color: #EBEEF0;
}

.com-link04._black .com-link04-icon-current {
  background-color: #303030;
}

.com-link04._black .com-link04-icon-current-arrow {
  fill: #FFFFFF;
}

.com-link04._black:hover .com-link04-text {
  color: #303030;
}

.com-link04._main .com-link04-text {
  color: #2096D5;
}

.com-link04._main .com-link04-icon-hover {
  background-color: #EBEEF0;
}

.com-link04._main .com-link04-icon-current {
  background-color: #D6D0C2;
}

.com-link04._main .com-link04-icon-current-arrow {
  fill: #2096D5;
}

.com-link04._main:hover .com-link04-text {
  color: #303030;
}

.com-link04._en .com-link04-text {
  font-family: "Lexend", sans-serif;
}

.com-link04-wrap {
  display: flex;
  justify-content: center;
}

.com-link04-text {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  transition: color 0.3s;
}

.com-link04-icon {
  position: relative;
  width: 45px;
  height: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.com-link04-icon-inner {
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  display: flex;
  gap: 5px;
  transition: left 0.2s cubic-bezier(0.45, 1.6, 0.13, 1);
}

.com-link04-icon-current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: #FFFFFF;
  border-radius: 50%;
  flex-shrink: 0;
}

.com-link04-icon-current-arrow {
  width: 20px;
  height: 20px;
  fill: #2096D5;
}

.com-link04-icon-hover {
  position: relative;
  width: 30px;
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: #2096D5;
  border-radius: 50%;
  flex-shrink: 0;
}

.com-link04-icon-hover-eyes {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 19px;
  height: 10px;
}

.com-link04-icon-hover-eyes-eye {
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  border-radius: 50%;
}

.com-link04-icon-hover-eyes-eye:nth-child(1) {
  left: 0;
}

.com-link04-icon-hover-eyes-eye:nth-child(2) {
  right: 0;
}

.com-link04-icon-hover-eyes-eye:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 50%;
  z-index: 1;
}

.com-link_box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.com-link_box-item {
  width: 290px;
  height: 90px;
}

.com-link_box-item-link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  background-color: #FFFFFF;
}

.com-link_box-item-link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 100%;
  background-color: #F2604D;
  z-index: 1;
  transition: all .2s ease;
}

.com-link_box-item-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 10px;
  height: 20px;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  z-index: 1;
  transition: all .2s ease;
}

.com-link_box-item-link._blue::before {
  background-color: #2096D5;
}

.com-link_box-item-link._blue .com-link_box-item-link-en {
  color: #2096D5;
}

@media screen and (min-width: 835px) {
  .com-link_box-item-link._blue:hover::before {
    background-color: #F2604D;
    transition: all .2s ease;
  }
  .com-link_box-item-link._blue:hover .com-link_box-item-link-en {
    color: #F2604D;
  }
}

.com-link_box-item-link-jp {
  font-size: 1.8rem;
  line-height: 2.3;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #20254D;
}

.com-link_box-item-link-en {
  font-family: "Lexend", sans-serif;
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #F2604D;
  transition: color 0.3s;
}

@media screen and (min-width: 835px) {
  .com-link_box-item-link:hover .com-link_box-item-link-en {
    color: #2096D5;
  }
  .com-link_box-item-link:hover::before {
    width: 23px;
    background-color: #2096D5;
    transition: all .2s ease;
  }
  .com-link_box-item-link:hover::after {
    width: 16px;
    height: 32px;
    transition: all .2s ease;
  }
}

.com-img_switch {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.com-img_switch-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  user-select: none;
  draggable: false;
}

.com-img_switch-item-overlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  height: 100%;
  width: 2px;
  background-color: #FFFFFF;
  z-index: 20;
}

.com-img_switch-item-overlay-thumb {
  position: absolute;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: solid 2px #FFFFFF;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: auto;
  cursor: pointer;
  z-index: 10;
}

.com-img_switch-item-overlay-thumb-arrow {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 10px;
  height: 18px;
  stroke: #FFFFFF;
  stroke-width: 2;
  z-index: 10;
}

.com-img_switch-item-overlay-thumb-arrow.__reverse {
  left: auto;
  right: 12px;
  transform: translateY(-50%) scaleX(-1);
}

.com-img_switch-item-overlay-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.com-img_switch-item-overlay-img::before {
  content: "BEFORE";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 85px;
  height: 40px;
  background-color: #303030;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  z-index: 1;
}

.com-img_switch-item-overlay-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  pointer-events: none;
  user-select: none;
  draggable: false;
}

.com-img_switch-item-base {
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
  draggable: false;
}

.com-img_switch-item-base::before {
  content: "AFTER";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 85px;
  height: 40px;
  background-color: #303030;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  z-index: 1;
}

.com-img_switch-item-base img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  pointer-events: none;
  user-select: none;
  draggable: false;
}

.com-schedule {
  margin-bottom: 20px;
}

.com-schedule-table {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.com-schedule-table-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 10px 30px;
  background-color: #2096D5;
}

.com-schedule-table-head-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  width: 154px;
  height: 40px;
}

.com-schedule-table-head-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  width: 45px;
  height: 40px;
}

.com-schedule-table-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 10px 30px;
  background-color: #FFFFFF;
}

.com-schedule-table-body-title {
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Lexend", sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #20254D;
  width: 154px;
  height: 40px;
}

.com-schedule-table-body-item {
  font-family: "Lexend", sans-serif;
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  width: 45px;
  height: 40px;
}

.com-schedule-table-body-item-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 14px;
  height: 14px;
  background-color: #20254D;
  border-radius: 50%;
  z-index: 1;
}

.com-schedule-table-body-item-slash {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 11px;
  height: 14px;
  z-index: 1;
}

.com-schedule-table-body-item-slash::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 17.8px;
  background-color: #20254D;
  transform: translate(-50%, -50%) rotate(38.16deg);
}

.com-schedule-holiday {
  display: flex;
  align-items: center;
  gap: 20px;
}

.com-schedule-holiday-tag {
  padding: 0 10px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  background-color: #20254D;
  border-radius: 5px;
}

.com-schedule-holiday-text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

.com-title-en {
  font-family: "Lexend", sans-serif;
  font-size: 8.0rem;
  font-weight: 400;
  line-height: 0.7;
  letter-spacing: 0.05em;
  color: #2096D5;
  margin-bottom: 25px;
}

@media screen and (max-width: 834px) {
  .com-title-en {
    font-size: 5.0rem;
  }
}

.com-title-jp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.com-title-jp-large {
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.com-title-jp-small {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #626671;
  font-weight: 400;
}

.com-entry-box {
  display: flex;
  align-items: stretch;
}

@media (max-width: 1024px) {
  .com-entry-box {
    flex-direction: column;
  }
}

.com-entry-box-img {
  width: 50%;
  height: auto;
  object-fit: cover;
  object-position: top right;
}

@media (max-width: 1024px) {
  .com-entry-box-img {
    width: 100%;
    height: 400px;
  }
}

@media screen and (max-width: 834px) {
  .com-entry-box-img {
    height: 220px;
  }
}

.com-entry-box-content {
  width: 50%;
  padding: 40px;
  background-color: #FFFFFF;
}

@media screen and (max-width: 834px) {
  .com-entry-box-content {
    width: 100%;
    height: auto;
    padding: 30px 20px;
  }
}

.com-entry-box-content-title {
  font-size: 3.4rem;
  line-height: calc(55 / 34);
  letter-spacing: 0.16em;
  font-weight: 700;
  color: #2096D5;
  margin-bottom: 25px;
}

@media screen and (max-width: 834px) {
  .com-entry-box-content-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}

.com-entry-box-content-text {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: #20254D;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .com-entry-box-content-text {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

.com-entry-box-content-flow {
  padding-left: 30px;
  border-left: solid 2px #20254D;
  margin-bottom: 25px;
}

@media screen and (max-width: 834px) {
  .com-entry-box-content-flow {
    margin-bottom: 20px;
    padding-left: 20px;
  }
}

.com-entry-box-content-flow-title {
  font-size: 1.8rem;
  line-height: calc(30 / 18);
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #20254D;
  margin-bottom: 15px;
}

.com-entry-box-content-flow-list-item {
  margin-bottom: 8px;
}

.com-entry-box-content-flow-list-item:last-child {
  margin-bottom: 0;
}

.com-entry-box-content-flow-list-item-text {
  display: flex;
  gap: 15px;
}

.com-entry-box-content-flow-list-item-text-number {
  font-family: "Lexend", sans-serif;
  font-size: 2.0rem;
  line-height: calc(30 / 20);
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #F2604D;
}

.com-entry-box-content-flow-list-item-text-text {
  font-size: 1.5rem;
  line-height: calc(30 / 15);
  letter-spacing: 0.08em;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .com-entry-box-content-flow-list-item-text-text {
    font-size: 1.4rem;
  }
}

.com-entry-box-content-link {
  position: relative;
  display: block;
  width: 100%;
  max-width: 520px;
  padding: 22px 100px 22px 30px;
  background-color: #20254D;
  border-radius: 100vh;
  transition: all .2s ease;
}

@media screen and (max-width: 834px) {
  .com-entry-box-content-link {
    padding: 21px 80px 17px 30px;
  }
}

.com-entry-box-content-link-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

@media screen and (max-width: 834px) {
  .com-entry-box-content-link-text {
    align-items: flex-start;
    gap: 2px;
  }
}

.com-entry-box-content-link-text-large {
  font-size: 3.0rem;
  line-height: calc(40 / 30);
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #FFFFFF;
}

@media screen and (max-width: 834px) {
  .com-entry-box-content-link-text-large {
    font-size: 2.0rem;
    line-height: 1;
  }
}

.com-entry-box-content-link-text-small {
  font-size: 1.5rem;
  line-height: calc(32 / 15);
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #2096D5;
  transition: color .2s ease;
}

@media screen and (max-width: 834px) {
  .com-entry-box-content-link-text-small {
    font-size: 1.4rem;
    line-height: calc(30 / 14);
  }
}

.com-entry-box-content-link-arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background-color: #2096D5;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
  transition: all .2s ease;
}

@media screen and (max-width: 834px) {
  .com-entry-box-content-link-arrow {
    right: 20px;
    width: 60px;
    height: 60px;
  }
}

.com-entry-box-content-link-arrow-icon {
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  width: 52px;
  height: 42px;
  fill: #20254D;
  transition: all 0.2s ease;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .com-entry-box-content-link-arrow-icon {
    width: 45px;
    height: 35px;
    left: -1px;
  }
}

@media screen and (min-width: 835px) {
  .com-entry-box-content-link:hover {
    background-color: #F2604D;
    transition: background-color .2s ease;
  }
  .com-entry-box-content-link:hover .com-entry-box-content-link-text-small {
    color: #20254D;
    transition: color .2s ease;
  }
  .com-entry-box-content-link:hover .com-entry-box-content-link-arrow {
    width: 80px;
    height: 80px;
    right: 25px;
    background-color: #FFFFFF;
    transition: all 0.2s ease;
  }
  .com-entry-box-content-link:hover .com-entry-box-content-link-arrow-icon {
    left: -1px;
    transition: all 0.2s ease;
  }
}

.com-arrow {
  position: relative;
  width: 42px;
  height: 42px;
  background-color: #FFFFFF;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
  transition: all .2s ease;
}

.com-arrow._bg_gray {
  background-color: #20254D;
}

.com-arrow._bg_gray .com-arrow-icon {
  fill: #EBEEF0;
}

.com-arrow-icon {
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
  width: 41px;
  height: 32px;
  fill: #20254D;
  transition: left 0.3s cubic-bezier(0.45, 1.6, 0.13, 1);
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .com-arrow-icon {
    left: -3px;
  }
}

.com-arrow:hover {
  background-color: rgba(32, 37, 77, 0.8);
  transition: background-color .2s ease;
}

.com-arrow:hover .com-arrow-icon {
  left: -3px;
}

.com-arrow-prev {
  transform: rotate(180deg);
}

.com-job_listing-item {
  display: block;
  width: 300px;
}

.com-job_listing-item-link {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  transition: all .2s ease;
}

.com-job_listing-item-link:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  transition: all .2s ease;
}

.com-job_listing-item-link:hover .com-job_listing-item-img-list-icon, .com-job_listing-item-link:hover .com-job_listing-item-img-level-logo {
  transform: scale(1.05);
  transition: transform .2s ease;
}

.com-job_listing-item-link:hover .com-job_listing-item-img::after {
  opacity: 1;
  transition: opacity .2s ease;
}

.com-job_listing-item-link:hover .com-job_listing-item-text {
  opacity: 0.9;
  transition: opacity .2s ease;
}

.com-job_listing-item-img {
  overflow: hidden;
  position: relative;
}

.com-job_listing-item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
  opacity: 0;
  transition: opacity .2s ease;
}

.com-job_listing-item-img-bg {
  width: 100%;
  height: auto;
}

.com-job_listing-item-img-list-icon {
  position: absolute;
  top: 15px;
  left: 20px;
  width: auto;
  max-width: 50px;
  height: 32%;
  object-fit: contain;
  object-position: top left;
  z-index: 2;
  transition: transform .2s ease;
}

.com-job_listing-item-img-list-icon._page {
  top: 10px;
  left: 10px;
}

.com-job_listing-item-img-text_jp {
  position: absolute;
  top: 12px;
  left: 80px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #FFFFFF;
  font-weight: 500;
}

.com-job_listing-item-img-text_jp._page {
  top: 10px;
  left: 70px;
}

@media screen and (max-width: 834px) {
  .com-job_listing-item-img-text_jp._page {
    left: 70px;
    font-size: 1.4rem;
  }
}

.com-job_listing-item-img-text_en {
  position: absolute;
  bottom: 10px;
  left: 20px;
  font-family: "Lexend", sans-serif;
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.1em;
  z-index: 2;
}

.com-job_listing-item-img-text_en._page {
  bottom: 10px;
  left: 10px;
  margin-bottom: 0;
}

.com-job_listing-item-img-level-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: auto;
  height: 25%;
  z-index: 2;
}

.com-job_listing-item-img-level-icon._page {
  top: 10px;
  right: 10px;
}

.com-job_listing-item-img-level-icon._specialist {
  height: 20%;
}

.com-job_listing-item-img-level-logo {
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: auto;
  height: 30%;
  z-index: 2;
  transition: transform .2s ease;
}

.com-job_listing-item-img-level-logo._page {
  bottom: 10px;
  right: 10px;
}

.com-job_listing-item-text {
  background-color: #FFFFFF;
  padding: 15px 20px;
}

.com-job_listing-item-text-list-inner {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #EBEEF0;
}

.com-job_listing-item-text-list-title {
  width: 70px;
  position: relative;
  font-size: 1.5rem;
  line-height: calc(27/15);
  display: block;
  padding-left: 20px;
  color: #2096D5;
  font-weight: 600;
}

.com-job_listing-item-text-list-title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.com-job_listing-item-text-list-title--area:after {
  width: 15px;
  height: 17px;
  background: url("./assets/img/ico_joblist01.png") no-repeat;
  background-size: contain;
}

.com-job_listing-item-text-list-title--job_type:after {
  width: 15px;
  height: 19px;
  background: url("./assets/img/ico_joblist02.png") no-repeat;
  background-size: contain;
}

.com-job_listing-item-text-list-title--salary:after {
  width: 15px;
  height: 13px;
  background: url("./assets/img/ico_joblist03.png") no-repeat;
  background-size: contain;
}

.com-job_listing-item-text-list-desc {
  width: calc(100% - 70px);
  padding-left: 5px;
  display: block;
  font-style: normal;
  font-size: 1.5rem;
  line-height: calc(27/15);
}

.com-job_listing-item-text-no_exp {
  display: block;
  font-size: 1.5rem;
  line-height: calc(27/15);
  position: relative;
  color: #F2604D;
  font-weight: 600;
  padding-left: 20px;
}

.com-job_listing-item-text-no_exp:after {
  content: "";
  width: 15px;
  height: 17px;
  background: url("./assets/img/ico_joblist04.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.com-job_listing-item-text-freshman {
  display: block;
  font-size: 1.5rem;
  line-height: calc(27/15);
  position: relative;
  color: #52c954;
  font-weight: 600;
  padding-left: 20px;
}

.com-job_listing-item-text-freshman:after {
  content: "";
  width: 15px;
  height: 17px;
  background: url("./assets/img/ico_joblist05.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.lower-template-content {
  display: flex;
  gap: 60px;
}

@media screen and (max-width: 834px) {
  .lower-template-content {
    flex-direction: column;
  }
}

.lower-template-content-main {
  width: calc(100% - 280px);
}

@media screen and (max-width: 834px) {
  .lower-template-content-main {
    width: 100%;
  }
}

.lower-template-content-main-icon {
  width: 30px;
  height: auto;
  margin: 0 auto 20px;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-icon {
    width: 25px;
    margin-bottom: 5px;
  }
}

.lower-template-content-main-title {
  font-size: 3.0rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: #2096D5;
  border-bottom: 1px solid #ADAFB5;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-title {
    font-size: 2.5rem;
  }
}

.lower-template-content-main-about {
  margin-bottom: 40px;
}

.lower-template-content-main-list {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.lower-template-content-main-list:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-list {
    flex-direction: column;
    gap: 20px;
  }
}

.lower-template-content-main-list-item {
  width: calc((100% - 60px) / 3);
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-list-item {
    width: 100%;
  }
}

.lower-template-content-main-list-item-link {
  display: block;
  border: 2px solid #ADAFB5;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 8px 1px #00000040;
  transition: box-shadow 0.3s;
}

.lower-template-content-main-list-item-link:hover {
  box-shadow: 0 0 4px 1px #00000040;
}

.lower-template-content-main-list-item-link-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 280/ 126;
  object-fit: cover;
  object-position: center;
}

.lower-template-content-main-list-item-link-txt {
  padding: 15px;
}

.lower-template-content-main-list-item-link-txt-title {
  font-size: 1.9rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #2096D5;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-list-item-link-txt-title {
    font-size: 1.7rem;
  }
}

.lower-template-content-main-list-item-link-txt-excerpt {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-list-item-link-txt-excerpt {
    -webkit-line-clamp: 2;
  }
}

.lower-template-content-main-list-item-link-txt-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #ADAFB5;
}

.lower-template-content-main-list-item-link-txt-bottom-date {
  font-size: 1.4rem;
  color: #EBEEF0;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-list-item-link-txt-bottom-date {
    font-size: 1.3rem;
  }
}

.lower-template-content-main-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.lower-template-content-main-pagination .page-numbers {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ADAFB5;
  color: #ADAFB5;
  font-size: 1.4rem;
  font-family: "Lexend", sans-serif;
}

.lower-template-content-main-pagination .page-numbers.current {
  color: #FFFFFF;
  pointer-events: none;
}

.lower-template-content-main-pagination .page-numbers.current::before {
  background: #20254D;
  width: calc(105% + 30px);
}

.lower-template-content-main-pagination .page-numbers.prev, .lower-template-content-main-pagination .page-numbers.next {
  background-color: #ADAFB5;
}

.lower-template-content-main-pagination .page-numbers.prev .pagination-prev,
.lower-template-content-main-pagination .page-numbers.prev .pagination-next, .lower-template-content-main-pagination .page-numbers.next .pagination-prev,
.lower-template-content-main-pagination .page-numbers.next .pagination-next {
  width: 9px;
  height: auto;
}

.lower-template-content-main-pagination .page-numbers.prev .pagination-prev, .lower-template-content-main-pagination .page-numbers.next .pagination-prev {
  transform: rotate(180deg);
}

.lower-template-content-main-pagination .page-numbers.prev:after, .lower-template-content-main-pagination .page-numbers.next:after {
  background: #ADAFB5;
}

.lower-template-content-main-pagination .page-numbers::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1 / 1;
  background: #2096D5;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}

.lower-template-content-main-pagination .page-numbers::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: -10;
}

.lower-template-content-main-pagination .page-numbers:hover::before {
  width: calc(105% + 30px);
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-pagination .page-numbers:hover::before {
    width: calc(0% + 30px);
  }
}

.lower-template-content-main-author {
  font-size: 1.4rem;
  color: #EBEEF0;
  text-align: right;
  margin-bottom: 20px;
}

.lower-template-content-main-head {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ADAFB5;
}

.lower-template-content-main-head-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 5px;
}

.lower-template-content-main-head-top-category {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.4rem;
  color: #2096D5;
}

.lower-template-content-main-head-top-category-icon {
  width: 25px;
  height: auto;
}

.lower-template-content-main-head-top-date {
  font-size: 1.4rem;
  color: #303030;
}

.lower-template-content-main-head-title {
  margin-top: 20px;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
}

.lower-template-content-main-head-title span {
  color: #2096D5;
}

.lower-template-content-main-body .wp-post-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95 / 1;
  object-fit: cover;
  object-position: center;
  margin-bottom: 40px;
}

.lower-template-content-main-body-desc {
  margin-bottom: 40px;
}

.lower-template-content-main-body h2 {
  display: block;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 25px;
  font-size: 2.6rem;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  background-color: #2096D5;
  border-radius: 5px;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-body h2 {
    font-size: 2.4rem;
  }
}

.lower-template-content-main-body h3 {
  font-size: 2.4rem;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 40px;
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-body h3 {
    font-size: 1.8rem;
  }
}

.lower-template-content-main-body h4 {
  position: relative;
  padding-left: 30px;
  font-size: 1.9rem;
  line-height: 1.45;
  font-weight: 700;
  color: #303030;
  margin-top: 40px;
  margin-bottom: 15px;
}

.lower-template-content-main-body h4:before {
  content: '';
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #2096D5;
  border-radius: 50%;
}

.lower-template-content-main-body p {
  margin-bottom: 15px;
}

.lower-template-content-main-body-case-img {
  position: relative;
  display: flex;
  gap: 70px;
  margin-bottom: 40px;
}

.lower-template-content-main-body-case-img-item {
  width: 50%;
}

.lower-template-content-main-body-case-img-item h4 {
  margin-top: 0px;
}

.lower-template-content-main-body-case-img-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.lower-template-content-main-body-case-img::before {
  content: "";
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-image: url(assets/img/icon_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.lower-template-content-main-bottom {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #ADAFB5;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-bottom-relevance {
    overflow: hidden;
  }
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 30px 20px 70px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-bottom-relevance .single-relevance-swiper {
    margin-left: 50%;
    padding: 30px 0px 70px;
    transform: translateX(-50%);
    width: 112%;
  }
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide {
  border: 1px solid #ADAFB5;
  border-radius: 20px;
  box-shadow: 0 0 8px 1px #00000040;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide:hover {
  box-shadow: 0 0 4px 1px #00000040;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide:hover {
    box-shadow: 0 0 8px 1px #00000040;
  }
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next,
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ADAFB5;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next-icon,
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev-icon {
  width: 15px;
  height: 15px;
  object-fit: contain;
  object-position: center;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next::before,
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1 / 1;
  background: #ADAFB5;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next::after,
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ADAFB5;
  z-index: -10;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next:hover::before,
.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev:hover::before {
  width: calc(105% + 30px);
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next:hover::before,
  .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev:hover::before {
    width: calc(0% + 30px);
  }
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next {
  right: auto;
  left: 80px;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next {
    left: calc(5.5% + 60px);
  }
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev {
  left: 20px;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev {
    left: 5.5%;
  }
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev-icon {
  transform: rotate(180deg);
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper .com-link01 {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 10;
}

@media screen and (max-width: 834px) {
  .lower-template-content-main-bottom-relevance .single-relevance-swiper .com-link01 {
    right: 5.5%;
  }
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 2.22 / 1;
  object-fit: cover;
  object-position: center;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content {
  padding: 15px;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-title {
  font-size: 1.9rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #2096D5;
  margin-bottom: 10px;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-excerpt {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #ADAFB5;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-date {
  font-size: 1.4rem;
  color: #EBEEF0;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-category {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #2096D5;
}

.lower-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-category-icon {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

.lower-template-content-side {
  width: 220px;
  flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .lower-template-content-side {
    width: 100%;
  }
}

.lower-template-content-side-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.lower-template-content-side-title-icon {
  width: 20px;
  height: auto;
}

.lower-template-content-side-title-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #2096D5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lower-template-content-side-category-list {
  margin-bottom: 30px;
}

.lower-template-content-side-category-list-item-link {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #ADAFB5;
  transition: opacity 0.3s;
}

.lower-template-content-side-category-list-item-link:hover {
  opacity: 0.5;
}

@media screen and (max-width: 834px) {
  .lower-template-content-side-category-list-item-link:hover {
    opacity: 1;
  }
}

.lower-template-content-side-about-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95 / 1;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
  border-radius: 5px;
}

.lower-template-content-side-about-txt {
  color: #626671;
  margin-bottom: 30px;
}

.lower-template-content-side-contact {
  background-color: #F5F6F6;
  padding: 20px;
}

.lower-template-content-side-contact-title {
  text-align: center;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #ADAFB5;
}

.lower-template-content-side-contact-tel {
  display: block;
  font-family: "Lexend", sans-serif;
  text-align: center;
  font-size: 2.2rem;
  color: #20254D;
  pointer-events: none;
}

@media screen and (max-width: 834px) {
  .lower-template-content-side-contact-tel {
    pointer-events: auto;
  }
}

.lower-template-content-side-contact-open {
  text-align: center;
  color: #303030;
  line-height: 1.3;
  margin-bottom: 10px;
}

.lower-template-content-side-contact-open span {
  font-family: "Lexend", sans-serif;
  font-size: 2.0rem;
  margin-left: 5px;
}

.lower-template-content-side-contact-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 1.3rem;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 1;
}

.lower-template-content-side-contact-link:last-child {
  margin-bottom: 0;
}

.lower-template-content-side-contact-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #2096D5;
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: width 0.3s;
}

.lower-template-content-side-contact-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #20254D;
  width: 100%;
  height: 100%;
  z-index: -10;
}

.lower-template-content-side-contact-link:hover:before {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .lower-template-content-side-contact-link:hover:before {
    width: 0%;
  }
}

.lower-template-content-side-contact-link span {
  font-size: 2.4rem;
  color: #ADAFB5;
  transform: translateY(-2px);
}

.lower-template-content-side-contact-link._line::after {
  background-color: #2db530;
}

.lower-template-content-test {
  width: 100%;
  height: 500px;
  background-color: #2096D5;
}

.lower-template-related-pages {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px dashed #ADAFB5;
  border-bottom: 1px dashed #ADAFB5;
}

.lower-template-related-pages-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .lower-template-related-pages-list {
    gap: 10px;
  }
}

.lower-template-related-pages-list-item {
  width: calc((100% - 60px) / 4);
}

@media (max-width: 1024px) {
  .lower-template-related-pages-list-item {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 834px) {
  .lower-template-related-pages-list-item {
    width: calc((100% - 20px) / 2);
  }
}

.nav-menu {
  padding-top: 170px;
  align-self: start;
  display: flex;
  margin-left: 39px;
  align-items: center;
  gap: 30px;
  justify-content: start;
  flex-wrap: wrap;
  height: 210px;
}

@media screen and (max-width: 834px) {
  .nav-menu {
    display: none;
  }
}

.nav-item {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto 0;
  transition: opacity 0.3s;
}

.nav-item:hover {
  opacity: 0.6;
}

@media screen and (max-width: 834px) {
  .nav-item:hover {
    opacity: 1;
  }
}

.nav-link-primary {
  color: #000000;
  line-height: 22.5px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.65px;
}

.nav-link-secondary {
  color: #2096D5;
  line-height: 20px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 1.04px;
}

@media screen and (max-width: 834px) {
  .staff-box-member {
    gap: 15px;
  }
}

.staff-box-member-image {
  height: 453.191px;
  object-fit: cover;
}

.staff-box-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.staff-box-ctg {
  border-bottom: 1px solid #EBDC3C;
  display: flex;
  padding: 5px 10px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.staff-box-ctg h3 {
  color: #EBDC3C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 1.2px;
}

.staff-box-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}

.staff-box-name-jp {
  color: #000000;
  font-family: "Murecho", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 1.1px;
}

.staff-box-name-en {
  color: #EBEEF0;
  font-family: "Lexend", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: 1.7px;
}

.staff-box-cta {
  position: relative;
  display: flex;
  height: 52px;
  padding: 10px 0px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border: 1px solid #000000;
  z-index: 1;
}

.staff-box-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #2096D5;
  transition: width 0.3s;
  z-index: -1;
}

.staff-box-cta::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ADAFB5;
  transition: width 0.3s;
  z-index: -10;
}

.staff-box-cta:hover::before {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .staff-box-cta:hover::before {
    width: 0%;
  }
}

.staff-box-cta-btn {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.2px;
}

.home-hero {
  display: flex;
  padding-top: 130px;
  width: 100%;
  height: 100svh;
  background-color: #EBEEF0;
}

@media screen and (max-width: 834px) {
  .home-hero {
    position: relative;
    padding-top: 100px;
    padding-bottom: 22px;
    height: auto;
    aspect-ratio: 390 / 530;
  }
}

.home-hero .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-hero .swiper-slide {
  width: 100%;
  height: 100%;
}

.home-hero .swiper-slide img {
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.home-hero-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.home-hero-left {
  width: 49%;
}

@media screen and (max-width: 834px) {
  .home-hero-left {
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 153px;
    height: 160px;
    z-index: 200;
  }
}

.home-hero-left-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #20254D;
  background-image: url(./assets/img/home_hero_left_bg.png);
  background-size: 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  border-radius: 180px;
}

@media screen and (max-width: 834px) {
  .home-hero-left-content {
    border-radius: 30px;
  }
}

.home-hero-left-content-title-img {
  width: 300px;
  height: auto;
  margin-bottom: 35px;
}

@media screen and (max-width: 834px) {
  .home-hero-left-content-title-img {
    width: 105px;
    margin-bottom: 0;
  }
}

.home-hero-left-content-description {
  position: relative;
  padding: 0 13px;
  font-size: 1.7rem;
  font-weight: 900;
  line-height: calc(20 / 17);
  letter-spacing: 0.09em;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.home-hero-left-content-description::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  transform-origin: top left;
  transform: rotate(65deg);
  width: 18px;
  border-bottom: solid 2px #2096D5;
}

.home-hero-left-content-description::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  transform-origin: top right;
  transform: rotate(-65deg);
  width: 18px;
  border-bottom: solid 2px #2096D5;
}

.home-hero-left .anim-fadeIn-5 {
  transition-delay: 2s !important;
}

.home-hero-left .anim-scaleIn-5 {
  transition: opacity 0.5s ease-out, transform 0.5s ease-out !important;
  transition-delay: 1.3s !important;
}

.home-hero-right {
  position: relative;
  width: 51%;
}

@media screen and (max-width: 834px) {
  .home-hero-right {
    width: 100%;
  }
}

.home-hero-right-bg-slide {
  position: relative;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .home-hero-right-bg-slide {
    overflow: visible !important;
  }
}

.home-hero-right-bg-slide-dot {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 40px !important;
  height: 80px;
  z-index: 100;
}

@media screen and (max-width: 834px) {
  .home-hero-right-bg-slide-dot {
    flex-direction: row;
    top: 100% !important;
    right: 11px;
    bottom: auto !important;
    left: auto !important;
    width: 66px !important;
    height: 22px;
  }
}

.home-hero-right-bg-slide-dot-item {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.home-hero-right-bg-slide-dot-item:nth-child(1) {
  background-color: #F2604D;
}

.home-hero-right-bg-slide-dot-item:nth-child(2) {
  background-color: #D6D0C2;
}

.home-hero-right-bg-slide-dot-item:nth-child(3) {
  background-color: #2096D5;
}

.home-hero-right-bg-slide-dot-item:nth-child(4) {
  background-color: #20254D;
}

.home-hero-right-bg-slide-dot-item.active {
  transform: scale(1.5);
}

.home-hero-right-bg-slide-item {
  padding-left: 40px;
  height: 100%;
}

.home-hero-right-bg-slide-item-mask {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 41px;
  height: 27%;
  z-index: 1;
  clip-path: polygon(57% 0, 100% 0, 100% 100%, 0 100%);
}

.home-hero-right-bg-slide-item-mask._01 {
  background-color: #F2604D;
}

.home-hero-right-bg-slide-item-mask._02 {
  background-color: #D6D0C2;
}

.home-hero-right-bg-slide-item-mask._03 {
  background-color: #2096D5;
}

.home-hero-right-bg-slide-item-mask._04 {
  background-color: #20254D;
}

.home-hero-right-bg-slide-item-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-hero-right-bg-slide-item-inner._01 {
  background-color: #F2604D;
}

.home-hero-right-bg-slide-item-inner._02 {
  background-color: #D6D0C2;
}

.home-hero-right-bg-slide-item-inner._03 {
  background-color: #2096D5;
}

.home-hero-right-bg-slide-item-inner._04 {
  background-color: #20254D;
}

.home-hero-right-bg-slide-item-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: auto !important;
}

.home-hero-right-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.home-hero-right-mask-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 3%;
  height: 27%;
  background-color: #EBEEF0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 1;
}

.home-hero-right-slide {
  position: absolute;
  top: 0;
  right: 0;
  max-width: calc(100% - 40px);
  height: 100%;
  z-index: 100;
}

@media screen and (max-width: 834px) {
  .home-hero-right-slide {
    overflow: hidden;
  }
}

.home-hero-right-slide-item {
  height: 100%;
}

.home-hero-right-slide-item-inner {
  padding-top: 20px;
  height: 100%;
}

.home-hero-right-slide-item-img {
  max-width: 100%;
  object-fit: contain;
  object-position: top center;
}

.home-hero-right-text {
  position: absolute;
  top: 40px;
  left: calc(50% + 20px);
  transform: translateX(-50%);
  width: 82%;
  height: fit-content;
  z-index: 50;
}

.home-hero-right-text-img {
  width: 100%;
  height: auto;
}

.home-message {
  position: relative;
  padding-top: 185px;
  padding-bottom: 80px;
  background-color: #EBEEF0;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .home-message {
    padding-top: 70px;
    padding-bottom: 45px;
  }
}

.home-message-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 55px);
  background-color: #F5F6F6;
  border-radius: 50px 50px 0 0;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .home-message-bg {
    height: calc(100% - 30px);
    border-radius: 40px 40px 0 0;
  }
}

.home-message-bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 623px;
  height: auto;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .home-message-bg-img {
    width: 250px;
  }
}

.home-message-content {
  padding-left: 20px;
}

@media screen and (max-width: 834px) {
  .home-message-content {
    margin-bottom: 10px;
  }
}

.home-message-content-inner {
  position: relative;
  padding-left: 70px;
  border-left: 3px solid #20254D;
}

@media screen and (max-width: 834px) {
  .home-message-content-inner {
    padding-left: 25px;
  }
}

.home-message-content-title {
  font-family: "Murecho", sans-serif;
  font-size: 5.0rem;
  font-weight: 700;
  line-height: calc(55 / 50);
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .home-message-content-title {
    margin-bottom: 20px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
}

.home-message-content-title-accent {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 10px;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: calc(30 / 20);
  letter-spacing: 0.05em;
  color: #2096D5;
  background-color: #F5F6F6;
  transform-origin: top left;
  transform: rotate(90deg) translateY(calc(-50% + 1px));
}

@media screen and (max-width: 834px) {
  .home-message-content-title-accent {
    font-size: 1.3rem;
  }
}

.home-message-content-description {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: calc(42 / 18);
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .home-message-content-description {
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: calc(32 / 16);
  }
}

.home-message-content.com-btn05 {
  margin-top: 40px;
}

@media screen and (max-width: 834px) {
  .home-message-content.com-btn05 {
    margin-top: 20px;
  }
}

.home-message-content .anim-scaleIn-3 {
  transition: opacity 0.5s ease-out;
  transition-delay: 0.5s;
}

.home-slider {
  display: block;
  overflow: hidden;
  width: 100%;
  background-color: #F5F6F6;
}

.home-slider-item {
  display: flex;
  margin-bottom: 10px;
}

.home-slider-item:nth-child(even) .home-slider-item-inner {
  animation: slider-scroll-right 30s linear infinite;
}

.home-slider-item:last-child {
  margin-bottom: 0;
}

.home-slider-item-inner {
  display: flex;
  gap: 10px;
  padding-right: 10px;
  flex-shrink: 0;
  animation: slider-scroll-left 30s linear infinite;
  will-change: transform;
}

.home-slider-item-inner img {
  width: auto;
  height: 260px;
  flex-shrink: 0;
  border-radius: 30px;
}

@media screen and (max-width: 834px) {
  .home-slider-item-inner img {
    height: 150px;
  }
}

.home-project {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #20254D;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .home-project {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}

.home-project-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F6F6;
  border-radius: 0 0 50px 50px;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .home-project-bg {
    border-radius: 0 0 40px 40px;
  }
}

.home-project-content {
  padding-left: 20px;
}

@media screen and (max-width: 834px) {
  .home-project-content {
    margin-bottom: 10px;
  }
}

.home-project-content-inner {
  position: relative;
  padding-left: 70px;
  border-left: 3px solid #20254D;
}

@media screen and (max-width: 834px) {
  .home-project-content-inner {
    padding-left: 25px;
  }
}

.home-project-content-title {
  font-family: "Murecho", sans-serif;
  font-size: 5.0rem;
  font-weight: 700;
  line-height: calc(55 / 50);
  letter-spacing: 0.1em;
  color: #20254D;
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .home-project-content-title {
    margin-bottom: 20px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}

.home-project-content-title-accent {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 10px;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: calc(30 / 20);
  letter-spacing: 0.05em;
  color: #2096D5;
  background-color: #F5F6F6;
  transform-origin: top left;
  transform: rotate(90deg) translateY(calc(-50% + 1px));
}

@media screen and (max-width: 834px) {
  .home-project-content-title-accent {
    font-size: 1.3rem;
  }
}

.home-project-content-description {
  max-width: 500px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: calc(32 / 15);
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .home-project-content-description {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: calc(30 / 14);
    letter-spacing: 0.06em;
  }
}

.home-project-bottom {
  margin-top: -70px;
}

@media (max-width: 1024px) {
  .home-project-bottom {
    margin-top: 30px;
  }
}

.home-project-bottom-img {
  width: calc(700 / 1300 * 100vw);
  max-width: 700px;
  height: auto;
  aspect-ratio: 700 / 286;
  object-fit: cover;
  object-position: center;
  border-radius: 50px;
}

@media screen and (max-width: 834px) {
  .home-project-bottom-img {
    width: calc(273 / 390 * 100vw);
    border-radius: 20px;
  }
}

.home-project-bottom-img-warp {
  display: block;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  width: fit-content;
  height: fit-content;
}

.home-project-bottom-accent_01 {
  position: absolute;
  top: max(calc(-42 / 1300 * 100vw), -42px);
  right: max(calc(-36 / 1300 * 100vw), -36px);
  width: calc(84 / 1300 * 100vw);
  max-width: 84px;
  height: auto;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .home-project-bottom-accent_01 {
    top: max(calc(-16 / 390 * 100vw), -16px);
    right: max(calc(-14 / 390 * 100vw), -14px);
    width: calc(33 / 390 * 100vw);
  }
}

.home-project-bottom-accent_02 {
  position: absolute;
  bottom: max(calc(-61 / 1300 * 100vw), -61px);
  right: max(calc(-38 / 1300 * 100vw), -38px);
  width: calc(336 / 1300 * 100vw);
  max-width: 336px;
  height: auto;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .home-project-bottom-accent_02 {
    bottom: max(calc(-24 / 390 * 100vw), -24px);
    right: max(calc(-15 / 390 * 100vw), -15px);
    width: calc(131 / 390 * 100vw);
  }
}

.home-project-img {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

@media screen and (max-width: 834px) {
  .home-project-img {
    margin-top: 10px;
  }
}

.home-project-img-item {
  position: relative;
  width: fit-content;
  height: fit-content;
}

.home-project-img-item-img {
  width: calc(700 / 1300 * 100vw);
  max-width: 700px;
  height: auto;
  aspect-ratio: 700 / 286;
  object-fit: cover;
  object-position: center;
  border-radius: 50px;
}

@media screen and (max-width: 834px) {
  .home-project-img-item-img {
    width: calc(273 / 390 * 100vw);
    border-radius: 20px;
  }
}

.home-project-img-item-accent {
  position: absolute;
  bottom: max(calc(-34 / 1300 * 100vw), -34px);
  left: max(calc(-26 / 1300 * 100vw), -26px);
  width: calc(183 / 1300 * 100vw);
  max-width: 183px;
  height: auto;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .home-project-img-item-accent {
    bottom: max(calc(-13 / 390 * 100vw), -13px);
    left: max(calc(-10 / 390 * 100vw), -10px);
    width: calc(71 / 390 * 100vw);
  }
}

.home-project-img-img {
  margin-top: 64px;
  width: calc(310 / 1300 * 100vw);
  max-width: 310px;
  height: auto;
  aspect-ratio: 310 / 286;
  object-fit: cover;
  object-position: center;
  border-radius: 50px;
}

.home-recruit {
  padding-top: 140px;
  padding-bottom: 150px;
  position: relative;
  background-color: #2096D5;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .home-recruit {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.home-recruit-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #20254D;
  background-image: url(./assets/img/home_recruit_bg.svg);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  border-radius: 0 0 50px 50px;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .home-recruit-bg {
    border-radius: 0 0 40px 40px;
    background-size: cover;
    background-position: center;
    background-image: url(./assets/img/home_recruit_bg_sp.svg);
  }
}

.home-recruit-content {
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 834px) {
  .home-recruit-content {
    padding-bottom: 30px;
  }
}

.home-recruit-content-title {
  position: relative;
  width: fit-content;
  margin-bottom: 50px;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .home-recruit-content-title {
    margin-bottom: 30px;
  }
}

.home-recruit-content-title-img {
  height: 140px;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .home-recruit-content-title-img {
    height: 54px;
  }
}

.home-recruit-content-title-bg {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  max-width: none;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .home-recruit-content-title-bg {
    top: 14px;
  }
}

.home-recruit-content-description {
  font-size: 3.0rem;
  font-weight: 500;
  line-height: calc(40 / 30);
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .home-recruit-content-description {
    font-size: 2.0rem;
    line-height: calc(30 / 20);
    margin-bottom: 15px;
  }
}

.home-how_to {
  position: relative;
  padding-top: 180px;
  padding-bottom: 150px;
  background-color: #2096D5;
  z-index: 30;
}

@media screen and (max-width: 834px) {
  .home-how_to {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}

.home-how_to-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./assets/img/home_how_to_bg.png);
  background-size: 1723px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.home-how_to-how {
  position: relative;
  width: 100%;
  margin-bottom: 150px;
  z-index: 10;
}

@media screen and (max-width: 834px) {
  .home-how_to-how {
    margin-bottom: 40px;
  }
}

.home-how_to-how-inner {
  width: 100%;
  display: flex;
  gap: 10px;
  overflow: hidden;
}

.home-how_to-how-inner-slider {
  display: flex;
  gap: 10px;
  padding-right: 10px;
  flex-shrink: 0;
  animation: slider-scroll-left 40s linear infinite;
  will-change: transform;
}

.home-how_to-how-inner-slider img {
  width: auto;
  height: 140px;
  flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .home-how_to-how-inner-slider img {
    height: 84px;
  }
}

.home-how_to-how-img {
  width: auto;
  height: 140px;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .home-how_to-how-img {
    height: 84px;
  }
}

.home-how_to-how-title {
  display: none;
  margin-top: 20px;
  font-size: 2.0rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  text-align: center;
}

.home-how_to-content {
  position: relative;
  display: flex;
  gap: 70px;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .home-how_to-content {
    flex-direction: column;
    gap: 30px;
  }
}

.home-how_to-content-left {
  position: sticky;
  top: 150px;
  height: calc(100svh - 130px - 40px - 25px);
  width: calc((100% - 80px) / 2);
  max-width: 500px;
  flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .home-how_to-content-left {
    display: none;
  }
}

.home-how_to-content-left-slider {
  width: 100%;
  height: 100%;
}

.home-how_to-content-left-slider._01 .home-how_to-content-left-slider-dot:nth-child(1)::after {
  width: 12px;
  height: 12px;
  background-color: #20254D;
}

.home-how_to-content-left-slider._02 .home-how_to-content-left-slider-dot:nth-child(2)::after {
  width: 12px;
  height: 12px;
  background-color: #20254D;
}

.home-how_to-content-left-slider._02 .home-how_to-content-left-slider-img._02 {
  opacity: 1;
}

.home-how_to-content-left-slider._03 .home-how_to-content-left-slider-dot:nth-child(3)::after {
  width: 12px;
  height: 12px;
  background-color: #20254D;
}

.home-how_to-content-left-slider._03 .home-how_to-content-left-slider-img._02 {
  opacity: 1;
}

.home-how_to-content-left-slider._03 .home-how_to-content-left-slider-img._03 {
  opacity: 1;
}

.home-how_to-content-left-slider._04 .home-how_to-content-left-slider-dot:nth-child(4)::after {
  width: 12px;
  height: 12px;
  background-color: #20254D;
}

.home-how_to-content-left-slider._04 .home-how_to-content-left-slider-img._03 {
  opacity: 1;
}

.home-how_to-content-left-slider._04 .home-how_to-content-left-slider-img._04 {
  opacity: 1;
}

.home-how_to-content-left-slider-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-how_to-content-left-slider-img._01 {
  z-index: 10;
}

.home-how_to-content-left-slider-img._02 {
  z-index: 20;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.home-how_to-content-left-slider-img._03 {
  z-index: 30;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.home-how_to-content-left-slider-img._04 {
  z-index: 40;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.home-how_to-content-left-slider-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
}

.home-how_to-content-left-slider-dot {
  position: relative;
  width: 12px;
  height: 12px;
  z-index: 1;
  transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out, height 0.2s ease-in-out;
}

.home-how_to-content-left-slider-dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #ADAFB5;
  border-radius: 50%;
}

.home-how_to-content-left-slider-dot-wrap {
  padding-top: 15px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.home-how_to-content-right {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .home-how_to-content-right {
    width: 100%;
  }
}

.home-how_to-content-right-item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 100px;
}

@media screen and (max-width: 834px) {
  .home-how_to-content-right-item {
    padding-left: 22px;
    margin-bottom: 30px;
  }
}

.home-how_to-content-right-item:last-child {
  margin-bottom: 0;
}

.home-how_to-content-right-item-inner {
  padding-left: 40px;
  border-left: 1px solid #20254D;
}

@media screen and (max-width: 834px) {
  .home-how_to-content-right-item-inner {
    padding-left: 15px;
  }
}

.home-how_to-content-right-item-num {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Lexend", sans-serif;
  font-size: 2.0rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #D6D0C2;
}

@media screen and (max-width: 834px) {
  .home-how_to-content-right-item-num {
    font-size: 1.3rem;
  }
}

.home-how_to-content-right-item-img {
  display: none;
}

@media screen and (max-width: 834px) {
  .home-how_to-content-right-item-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
  }
}

.home-how_to-content-right-item-title {
  font-family: "Murecho", sans-serif;
  font-size: 3.0rem;
  line-height: calc(40 / 30);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .home-how_to-content-right-item-title {
    font-size: 2.0rem;
    line-height: calc(30 / 20);
  }
}

.home-how_to-content-right-item-text {
  font-size: 1.8rem;
  line-height: calc(42 / 18);
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.home-how_to-content-right-item-text:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .home-how_to-content-right-item-text {
    font-size: 1.4rem;
    line-height: calc(30 / 14);
  }
}

.home-about_us {
  position: relative;
  padding-top: 40px;
  background-color: #EBEEF0;
}

@media screen and (max-width: 834px) {
  .home-about_us {
    padding-top: 20px;
  }
}

.home-about_us-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #2096D5;
  z-index: 1;
  border-radius: 0 0 50px 50px;
}

@media screen and (max-width: 834px) {
  .home-about_us-bg {
    border-radius: 0 0 20px 20px;
  }
}

.home-about_us-content {
  position: relative;
  display: flex;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .home-about_us-content {
    flex-direction: column-reverse;
  }
}

.home-about_us-content-accent_01 {
  position: absolute;
  top: -40px;
  left: -40px;
  width: auto;
  height: 184px;
  z-index: -1;
}

.home-about_us-content-accent_01 img {
  height: 100%;
}

@media screen and (max-width: 834px) {
  .home-about_us-content-accent_01 {
    top: -20px;
    left: -20px;
    height: 130px;
  }
}

.home-about_us-content-accent_02 {
  position: absolute;
  bottom: -50px;
  right: -25px;
  width: auto;
  height: 184px;
  z-index: 1;
}

.home-about_us-content-accent_02 img {
  height: 100%;
}

@media screen and (max-width: 834px) {
  .home-about_us-content-accent_02 {
    bottom: -30px;
    right: -8px;
    height: 130px;
  }
}

.home-about_us-content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  width: 50%;
  background-color: #F5F6F6;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

@media screen and (max-width: 834px) {
  .home-about_us-content-left {
    width: 100%;
    padding: 30px 20px;
    border-radius: 0 0 20px 20px;
  }
}

.home-about_us-content-left-title {
  display: flex;
  gap: 20px;
  width: 100%;
}

.home-about_us-content-left-title-en {
  display: flex;
  gap: 20px;
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .home-about_us-content-left-title-en {
    gap: 15px;
    margin-bottom: 10px;
  }
}

.home-about_us-content-left-title-en-text {
  font-family: "pillalt", sans-serif;
  font-size: 2.0rem;
  line-height: calc(30 / 20);
  font-weight: 500;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  color: #2096D5;
}

@media screen and (max-width: 834px) {
  .home-about_us-content-left-title-en-text {
    font-size: 1.3rem;
    line-height: calc(25 / 13);
    letter-spacing: 0.07em;
  }
}

.home-about_us-content-left-title-en-bar {
  width: 100%;
  border-bottom: 1px solid #20254D;
}

.home-about_us-content-left-title-jp {
  font-family: "Murecho", sans-serif;
  font-size: 3.0rem;
  line-height: calc(40 / 30);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #20254D;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .home-about_us-content-left-title-jp {
    font-size: 2.0rem;
    line-height: calc(30 / 20);
  }
}

.home-about_us-content-left-description {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: calc(32 / 15);
  letter-spacing: 0.08em;
  color: #20254D;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .home-about_us-content-left-description {
    font-size: 1.4rem;
    line-height: calc(30 / 14);
    letter-spacing: 0.06em;
  }
}

.home-about_us-content-right {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .home-about_us-content-right {
    position: relative;
    width: 100%;
    height: 180px;
  }
}

.home-about_us-content-right-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

@media screen and (max-width: 834px) {
  .home-about_us-content-right-img {
    border-radius: 20px 20px 0 0;
  }
}

.home-media {
  padding: 320px 0 180px;
  background-color: #EBEEF0;
}

@media screen and (max-width: 834px) {
  .home-media {
    padding: 140px 0 80px;
  }
}

.home-media-title {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 70px;
  margin-bottom: 50px;
  z-index: 10;
}

@media screen and (max-width: 834px) {
  .home-media-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
  }
}

.home-media-title-left {
  position: relative;
  width: calc((100% - 70px) / 2);
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .home-media-title-left {
    width: 100%;
  }
}

.home-media-title-left-title {
  position: relative;
  width: fit-content;
}

@media screen and (max-width: 834px) {
  .home-media-title-left-title {
    width: 100%;
  }
}

.home-media-title-left-title-img {
  position: absolute;
  top: 50%;
  left: -64px;
  transform: translateY(-50%);
  width: 540px;
  max-width: 540px;
  height: auto;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .home-media-title-left-title-img {
    left: 0;
    width: 100%;
    max-width: 360px;
  }
}

.home-media-title-left-title-text {
  display: block;
  width: fit-content;
  font-family: "Murecho", sans-serif;
  font-size: 5.0rem;
  line-height: calc(55 / 50);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #20254D;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .home-media-title-left-title-text {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}

.home-media-title-left-description {
  font-size: 1.8rem;
  line-height: calc(42 / 18);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #20254D;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .home-media-title-left-description {
    font-size: 1.4rem;
    line-height: calc(30 / 14);
  }
}

.home-media-title-right {
  width: calc((100% - 70px) / 2);
}

@media screen and (max-width: 834px) {
  .home-media-title-right {
    width: 100%;
  }
}

.home-media-title-right-text {
  font-size: 1.5rem;
  line-height: calc(32 / 15);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #20254D;
}

@media screen and (max-width: 834px) {
  .home-media-title-right-text {
    font-size: 1.4rem;
    line-height: calc(30 / 14);
    letter-spacing: 0.06em;
  }
}

.home-media-content-wrap {
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 834px) {
  .home-media-content-wrap {
    flex-direction: column;
  }
}

.home-media-content {
  width: calc(50% - 15px);
  background-color: #F5F6F6;
  border-radius: 50px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 834px) {
  .home-media-content {
    width: 100%;
    border-radius: 35px;
    padding: 0 20px;
  }
}

.home-media-content-title_logo {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  object-fit: contain;
  display: flex;
  align-items: center;
}

.home-media-content-title_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-media-content-title_logo._note {
  width: auto;
}

.home-media-content-title_logo._note img {
  height: 80px;
}

@media screen and (max-width: 834px) {
  .home-media-content-title_logo._note img {
    height: 60px;
  }
}

.home-media-content-title_logo._zenn {
  width: auto;
}

.home-media-content-title_logo._zenn img {
  width: auto;
  height: 50px;
}

@media screen and (max-width: 834px) {
  .home-media-content-title_logo._zenn img {
    height: 40px;
  }
}

.home-media-content-description {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
  color: #303030;
  margin: 5px 0 35px;
}

@media screen and (max-width: 834px) {
  .home-media-content-description {
    margin: 0 0 25px;
  }
}

.home-media-content .header-nav-list-item-link {
  margin: 30px 10px 30px auto;
  justify-content: flex-end;
}

.home-media-content .note-article {
  width: 100%;
  min-height: 150px;
  border-bottom: 1px solid #EBEEF0;
  display: flex;
  align-items: stretch;
}

@media screen and (max-width: 834px) {
  .home-media-content .note-article {
    min-height: 40px;
  }
}

.home-media-content .note-article:first-child {
  border-top: 1px solid #EBEEF0;
}

.home-media-content .note-article._no-article {
  border: none;
}

.home-media-content .note-article-link {
  display: flex;
  align-items: stretch;
  width: 100%;
  gap: 20px;
  opacity: 1;
  padding: 15px;
}

@media screen and (max-width: 834px) {
  .home-media-content .note-article-link {
    padding: 10px 0;
  }
}

@media screen and (min-width: 835px) {
  .home-media-content .note-article-link:hover {
    opacity: 0.8;
    transition: opacity ease .3s;
  }
  .home-media-content .note-article-link:hover .note-article-link-img img {
    opacity: 0.8;
    transition: opacity ease .3s;
  }
  .home-media-content .note-article-link:hover .note-article-link-body-text-title {
    color: #2096D5;
    transition: color ease .3s;
  }
}

.home-media-content .note-article-link-img {
  width: 240px;
  height: 120px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .home-media-content .note-article-link-img {
    min-width: 80px;
    width: 140px;
    height: 70px;
  }
}

.home-media-content .note-article-link-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 1;
  transition: opacity ease .3s;
}

.home-media-content .note-article-link-body {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 260px);
  gap: 30px;
}

.home-media-content .note-article-link-body._no-article {
  padding-top: 0;
}

@media screen and (max-width: 834px) {
  .home-media-content .note-article-link-body {
    width: calc(100% - 160px);
  }
}

.home-media-content .note-article-link-body-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.home-media-content .note-article-link-body-text-title {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #303030;
  transition: color ease .3s;
}

@media screen and (max-width: 834px) {
  .home-media-content .note-article-link-body-text-title {
    font-size: 1.4rem;
  }
}

.home-media-content .note-article-link-body-text-title._no-article {
  font-weight: 400;
}

.home-media-content .note-article-link-body-text-date {
  font-family: "Lexend", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #ADAFB5;
}

@media screen and (max-width: 834px) {
  .home-media-content .note-article-link-body-text-date {
    font-size: 1.2rem;
  }
}

.home-media-content .note-article-link-body-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: #F5F6F6;
  border-radius: 50%;
}

.home-media-content .zenn-article {
  width: 100%;
  min-height: 112px;
  border-bottom: 1px solid #EBEEF0;
  display: flex;
  align-items: stretch;
}

@media screen and (max-width: 834px) {
  .home-media-content .zenn-article {
    min-height: 40px;
  }
}

.home-media-content .zenn-article:first-child {
  border-top: 1px solid #EBEEF0;
}

.home-media-content .zenn-article._no-article {
  border: none;
}

.home-media-content .zenn-article-link {
  display: flex;
  align-items: stretch;
  width: 100%;
  opacity: 1;
  padding: 15px 20px;
}

@media screen and (max-width: 834px) {
  .home-media-content .zenn-article-link {
    padding: 10px 0;
  }
}

@media screen and (min-width: 835px) {
  .home-media-content .zenn-article-link:hover {
    opacity: 0.8;
    transition: opacity ease .3s;
  }
  .home-media-content .zenn-article-link:hover .zenn-article-link-img img {
    opacity: 0.8;
    transition: opacity ease .3s;
  }
  .home-media-content .zenn-article-link:hover .zenn-article-link-body-text-title {
    color: #2096D5;
    transition: color ease .3s;
  }
}

.home-media-content .zenn-article-link-img {
  min-width: 160px;
  height: 100%;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .home-media-content .zenn-article-link-img {
    min-width: 80px;
    width: 100px;
  }
}

.home-media-content .zenn-article-link-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 1;
  transition: opacity ease .3s;
}

.home-media-content .zenn-article-link-body {
  display: flex;
  align-items: center;
  width: 100%;
}

.home-media-content .zenn-article-link-body._no-article {
  padding-top: 0;
}

.home-media-content .zenn-article-link-body-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .home-media-content .zenn-article-link-body-text {
    gap: 5px;
  }
}

.home-media-content .zenn-article-link-body-text-title {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #303030;
  transition: color ease .3s;
}

.home-media-content .zenn-article-link-body-text-title._no-article {
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .home-media-content .zenn-article-link-body-text-title {
    font-size: 1.4rem;
  }
}

.home-media-content .zenn-article-link-body-text-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  line-height: normal;
}

.home-media-content .zenn-article-link-body-text-meta-author {
  font-size: 1.4rem;
  color: #ADAFB5;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .home-media-content .zenn-article-link-body-text-meta-author {
    font-size: 1.2rem;
  }
}

.home-media-content .zenn-article-link-body-text-meta-date {
  font-family: "Lexend", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #ADAFB5;
}

@media screen and (max-width: 834px) {
  .home-media-content .zenn-article-link-body-text-meta-date {
    font-size: 1.2rem;
  }
}

.home-media-content .com-link04 {
  margin: 20px 0 20px auto;
}

.home-voice {
  position: relative;
  padding-top: 160px;
  padding-bottom: 120px;
  background-color: #F5F6F6;
}

@media screen and (max-width: 834px) {
  .home-voice {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}

.home-voice-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #EBEEF0;
  z-index: 1;
  border-radius: 0 0 50px 50px;
}

@media screen and (max-width: 834px) {
  .home-voice-bg {
    border-radius: 0 0 40px 40px;
  }
}

.home-voice-content {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 70px;
  margin-bottom: 50px;
  z-index: 10;
}

@media screen and (max-width: 834px) {
  .home-voice-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.home-voice-content-left {
  position: relative;
  width: calc((100% - 70px) / 2);
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .home-voice-content-left {
    width: 100%;
  }
}

.home-voice-content-left-title {
  position: relative;
  width: fit-content;
}

@media screen and (max-width: 834px) {
  .home-voice-content-left-title {
    width: 100%;
  }
}

.home-voice-content-left-title-img {
  position: absolute;
  top: 50%;
  left: -64px;
  transform: translateY(-50%);
  width: 540px;
  max-width: 540px;
  height: auto;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .home-voice-content-left-title-img {
    left: 0;
    width: 100%;
    max-width: 360px;
  }
}

.home-voice-content-left-title-text {
  display: block;
  width: fit-content;
  font-family: "Murecho", sans-serif;
  font-size: 5.0rem;
  line-height: calc(55 / 50);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #20254D;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .home-voice-content-left-title-text {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}

.home-voice-content-left-description {
  font-size: 1.8rem;
  line-height: calc(42 / 18);
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #20254D;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .home-voice-content-left-description {
    font-size: 1.4rem;
    line-height: calc(30 / 14);
  }
}

.home-voice-content-right {
  width: calc((100% - 70px) / 2);
}

@media screen and (max-width: 834px) {
  .home-voice-content-right {
    width: 100%;
  }
}

.home-voice-content-right-text {
  font-size: 1.5rem;
  line-height: calc(32 / 15);
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #20254D;
}

@media screen and (max-width: 834px) {
  .home-voice-content-right-text {
    font-size: 1.4rem;
    line-height: calc(30 / 14);
    letter-spacing: 0.06em;
  }
}

.home-voice-item {
  display: block;
  width: fit-content;
  margin: 0 5px;
  padding: 15px 15px 15px 30px;
}

@media screen and (max-width: 834px) {
  .home-voice-item {
    padding: 10px 10px 120px 30px;
  }
}

.home-voice-item:nth-child(3n + 1) .home-voice-item-text {
  background-color: #D6D0C2;
  transition: background-color .2s ease;
}

.home-voice-item:nth-child(3n + 2) .home-voice-item-text {
  background-color: #2096D5;
  transition: background-color .2s ease;
}

.home-voice-item-link {
  display: block;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.home-voice-item-img {
  position: relative;
  width: 570px;
  aspect-ratio: 1 / 1;
  z-index: 10;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .home-voice-item-img {
    width: 300px;
  }
}

.home-voice-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .2s ease;
}

.home-voice-item-img::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.0rem;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 11;
  opacity: 0;
  transition: opacity .2s ease;
}

.home-voice-item-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 570px;
  aspect-ratio: 1 / 1;
  background-color: #EBEEF0;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .home-voice-item-bg {
    width: 300px;
  }
}

.home-voice-item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-voice-item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: fit-content;
  padding: 20px;
  z-index: 20;
  background-color: #F2604D;
}

.home-voice-item-text-title {
  font-family: "Murecho", sans-serif;
  font-size: 3.0rem;
  line-height: calc(40 / 30);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 8px;
}

@media screen and (max-width: 834px) {
  .home-voice-item-text-title {
    font-size: 2.0rem;
    line-height: calc(30 / 20);
  }
}

.home-voice-item-text-position {
  font-family: "pillalt", sans-serif;
  font-size: 1.4rem;
  line-height: calc(20 / 14);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #20254D;
  transition: color .2s ease;
}

.home-voice-item-text-name {
  font-family: "Murecho", sans-serif;
  font-size: 1.8rem;
  line-height: calc(30 / 18);
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #20254D;
  transition: color .2s ease;
}

@media screen and (max-width: 834px) {
  .home-voice-item-text-name {
    font-size: 1.6rem;
    line-height: calc(30 / 16);
  }
}

@media screen and (min-width: 835px) {
  .home-voice-item:hover .home-voice-item-img img {
    transform: scale(1.05);
  }
  .home-voice-item:hover .home-voice-item-img::before {
    opacity: 1;
  }
  .home-voice-item:hover .home-voice-item-text {
    background-color: #20254D;
    transition: background-color .2s ease;
  }
  .home-voice-item:hover .home-voice-item-text-name,
  .home-voice-item:hover .home-voice-item-text-position {
    color: #FFFFFF;
    transition: color .2s ease;
  }
}

.home-voice-slide-arrow {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.home-culture {
  padding-top: 150px;
  position: relative;
  background-color: #F5F6F6;
}

@media screen and (max-width: 834px) {
  .home-culture {
    padding-top: 60px;
    display: flex;
    flex-direction: column-reverse;
    background-color: #20254D;
  }
}

.home-culture-bg {
  display: none;
}

@media screen and (max-width: 834px) {
  .home-culture-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F5F6F6;
    z-index: 1;
    border-radius: 0 0 40px 40px;
  }
}

.home-culture-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .home-culture-content {
    position: relative;
    padding-bottom: 30px;
    z-index: 10;
  }
}

.home-culture-content-title {
  position: relative;
  height: 140px;
  margin-bottom: 40px;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .home-culture-content-title {
    width: 350px;
    height: auto;
  }
}

.home-culture-content-title-bg {
  display: block;
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  width: 103%;
  max-width: none;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .home-culture-content-title-bg {
    top: 30px;
  }
}

.home-culture-content-description {
  margin-bottom: 20px;
  font-family: "Murecho", sans-serif;
  font-size: 3.0rem;
  line-height: calc(40 / 30);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #20254D;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .home-culture-content-description {
    font-size: 2.0rem;
    line-height: calc(30 / 20);
  }
}

.home-culture-content-text {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  max-width: 600px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: calc(32 / 15);
  letter-spacing: 0.08em;
  color: #20254D;
}

@media screen and (max-width: 834px) {
  .home-culture-content-text {
    font-size: 1.4rem;
    line-height: calc(30 / 14);
  }
}

.home-culture-img {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  background-color: #20254D;
}

@media screen and (max-width: 834px) {
  .home-culture-img {
    background-color: #F5F6F6;
    width: 100%;
    height: 100%;
    padding: 0 5%;
    margin-bottom: 30px;
  }
}

.home-culture-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #F5F6F6;
  border-radius: 0 0 50px 50px;
  z-index: 1;
}

.home-culture-img-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1252px;
  margin: 0 auto;
  padding: 13px 26px 53px;
}

@media screen and (max-width: 834px) {
  .home-culture-img-inner {
    width: 100%;
    padding: 1% calc(4 / 351 * 100%) 3%;
  }
}

.home-culture-img-img {
  width: 100%;
  height: auto;
  border-radius: 50px;
}

@media screen and (max-width: 834px) {
  .home-culture-img-img {
    border-radius: 20px;
  }
}

.home-culture-img-accent {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  z-index: 10;
}

@keyframes slider-scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100%));
  }
}

@keyframes slider-scroll-right {
  0% {
    transform: translateX(calc(-100%));
  }
  100% {
    transform: translateX(0);
  }
}

.page {
  padding-top: 130px;
}

@media screen and (max-width: 834px) {
  .page {
    padding-top: 60px;
  }
}

.page p:not([class]) {
  margin-bottom: 20px;
}

.page p:not([class]):last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .page p:not([class]) {
    margin-bottom: 10px;
  }
}

.page-hero {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 80px;
  margin-bottom: 100px;
}

@media screen and (max-width: 834px) {
  .page-hero {
    height: auto;
    margin-top: 55px;
    margin-bottom: 60px;
  }
}

.page-hero-content-photo01 {
  min-height: 439px;
  display: flex;
  align-items: flex-start;
  position: relative;
  text-align: left;
  background-color: #F5F6F6;
  padding: 0 20px;
  z-index: 1;
}

.page-hero-content-photo01:before {
  content: "";
  width: 302px;
  height: 234px;
  background: url("./assets/img/txt_zero_mv.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo01:before {
    width: 174px;
    height: 135px;
  }
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo01 {
    display: block;
    min-height: auto;
    padding: 0;
  }
}

.page-hero-content-photo01-inner {
  padding-top: 113px;
  padding-left: calc((100% - 1272px) / 2);
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo01-inner {
    padding: 18px 15px;
  }
}

.page-hero-content-photo01 .page-hero-content-nav {
  margin: 0 auto 50px;
  padding: 10px;
  width: fit-content;
}

.page-hero-content-photo01 .page-hero-content-nav-list {
  display: flex;
}

.page-hero-content-photo01 .page-hero-content-nav-list-item:first-child .page-hero-content-nav-list-item-link {
  border-left: none;
}

.page-hero-content-photo01 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 20px;
  color: #20254D;
  border-left: 1px solid #e6e3df;
  transition: color 0.3s;
}

.page-hero-content-photo01 .page-hero-content-nav-list-item-link:hover {
  color: #2096D5;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo01 .page-hero-content-nav-list-item-link:hover {
    color: #20254D;
  }
}

.page-hero-content-photo01-title {
  font-size: 5rem;
  letter-spacing: 0.1em;
  line-height: calc(55/50);
  font-family: "Murecho", sans-serif;
  margin-bottom: 21px;
}

@media screen and (max-width: 1024px) {
  .page-hero-content-photo01-title {
    font-size: 4rem;
  }
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo01-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
  }
}

.page-hero-content-photo01-sub {
  font-family: "pillalt", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: calc(30/20);
  color: #2096D5;
  margin-bottom: 23px;
  position: relative;
  padding-right: 17px;
  display: inline-block;
}

.page-hero-content-photo01-sub:after {
  content: "";
  width: 250px;
  height: 3px;
  background-color: #20254D;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo01-sub {
    font-size: 1.3rem;
    line-height: calc(25/13);
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 834px) and (max-width: 834px) {
  .page-hero-content-photo01-sub:after {
    width: 276px;
  }
}

.page-hero-content-photo01 .com-topic_path-wrap {
  border-radius: 0;
  padding: 13px 20px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo01 .com-topic_path-wrap {
    padding: 5px 10px;
  }
}

.page-hero-content-photo01-img {
  height: auto;
  width: calc((700 / 1514) * 100%);
  position: absolute;
  top: 20px;
  right: 20px;
}

.page-hero-content-photo01-img:after {
  content: "";
  width: 380px;
  height: 266px;
  background: url("./assets/img/deco_kv.png") right no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -36px;
  right: 0;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo01-img {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
  }
  .page-hero-content-photo01-img:after {
    width: 234px;
    height: 148px;
    right: 0;
    bottom: -22px;
  }
}

.page-hero-content-photo01-img-bg {
  width: 100%;
  height: 486px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1920 / 560;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo01-img-bg {
    aspect-ratio: 390 / 220;
    height: 220px;
  }
}

.page-hero-content-photo01._no_img {
  padding: 50px 50px 0px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo01._no_img {
    padding: 60px 5% 0px;
  }
}

.page-hero-content-photo02-inner {
  padding: 0px 0px 0px 50px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo02-inner {
    padding: 20px 0px 0px;
  }
}

.page-hero-content-photo02-top {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo02-top {
    flex-direction: column;
  }
}

.page-hero-content-photo02-top-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  width: 50%;
  padding-right: 100px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo02-top-left {
    gap: 20px;
    width: 100%;
    padding: 0px 5% 20px;
  }
}

.page-hero-content-photo02-top-right {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo02-top-right {
    width: 100%;
  }
}

.page-hero-content-photo02-top-right img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo02-top-right img {
    height: auto;
    aspect-ratio: 390 / 200;
  }
}

.page-hero-content-photo02 .page-hero-content-nav {
  margin: 30px auto 50px;
  padding: 0 50px;
  width: fit-content;
}

.page-hero-content-photo02 .page-hero-content-nav-list {
  display: flex;
}

.page-hero-content-photo02 .page-hero-content-nav-list-item {
  position: relative;
  padding-right: 13px;
}

.page-hero-content-photo02 .page-hero-content-nav-list-item::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 0.2rem);
  right: calc(13px * 0.5);
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
  width: 0;
  height: calc(13px * 1.414);
  border-left: 1px solid #ADAFB5;
}

.page-hero-content-photo02 .page-hero-content-nav-list-item:last-child {
  padding-right: 0px;
}

.page-hero-content-photo02 .page-hero-content-nav-list-item:last-child::after {
  display: none;
}

.page-hero-content-photo02 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 8px 0;
  color: #20254D;
  transition: color 0.3s;
}

.page-hero-content-photo02 .page-hero-content-nav-list-item-link:hover {
  color: #2096D5;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo02 .page-hero-content-nav-list-item-link:hover {
    color: #20254D;
  }
}

.page-hero-content-photo02-title {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo02-title {
    font-size: 2.6rem;
  }
}

.page-hero-content-photo02-title-wrap {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 2px solid #2096D5;
}

.page-hero-content-photo02-sub {
  font-family: "Lexend", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #2096D5;
}

.page-hero-content-photo02 .com-topic_path-wrap {
  padding: 0px;
}

.page-hero-content-photo02 .com-topic_path ul {
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo02 .com-topic_path ul {
    flex-direction: row;
  }
}

.page-hero-content-photo02 .com-topic_path ul li,
.page-hero-content-photo02 .com-topic_path ul a {
  color: #20254D;
}

.page-hero-content-photo02 .com-topic_path ul li .icon_arrow {
  fill: #20254D;
  margin-left: 5px;
}

.page-hero-content-photo02 .com-topic_path ul a svg {
  fill: #20254D;
}

.page-hero-content-photo02._no_img .page-hero-content-photo02-top {
  padding: 60px 50px 50px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo02._no_img .page-hero-content-photo02-top {
    padding: 60px 5% 30px;
  }
}

.page-hero-content-photo02._no_img .page-hero-content-photo02-top-left {
  width: 78.5%;
  height: auto;
  padding: 0;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo02._no_img .page-hero-content-photo02-top-left {
    width: 100%;
  }
}

.page-hero-content-photo02._no_img .com-topic_path-wrap {
  padding: 0px;
}

.page-hero-content-photo02._no_img .com-topic_path ul {
  flex-direction: row;
  gap: 8px;
}

.page-hero-content-photo02._no_img .com-topic_path ul li,
.page-hero-content-photo02._no_img .com-topic_path ul a {
  color: #20254D;
}

.page-hero-content-photo02._no_img .com-topic_path ul li .icon_arrow {
  fill: #20254D;
  margin-left: 5px;
}

.page-hero-content-photo02._no_img .com-topic_path ul a svg {
  fill: #20254D;
}

.page-hero-content-photo02._no_img .page-hero-content-photo02-nav {
  width: 100%;
  background-color: #F5F6F6;
  padding: 20px 50px;
  margin: 0 0 50px;
}

.page-hero-content-photo03-top {
  position: relative;
  width: 100%;
  height: 390px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo03-top {
    height: auto;
  }
}

.page-hero-content-photo03-top-left {
  width: 73%;
  height: 350px;
  padding: 50px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #F5F6F6;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo03-top-left {
    width: 100%;
    height: auto;
    padding: 30px 5% 40px;
    border-radius: 0;
  }
}

.page-hero-content-photo03-top-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
  height: 350px;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo03-top-right {
    position: static;
    width: 100%;
    height: auto;
    padding-left: 5%;
    background: linear-gradient(to bottom, #F5F6F6 62%, #FFFFFF 62%);
  }
}

.page-hero-content-photo03-top-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo03-top-right img {
    height: auto;
    aspect-ratio: 390 / 200;
  }
}

.page-hero-content-photo03 .page-hero-content-nav {
  margin: 30px auto 50px;
  padding: 0 50px 20px;
  width: fit-content;
  border-bottom: 1px solid #ADAFB5;
}

.page-hero-content-photo03 .page-hero-content-nav-list {
  display: flex;
}

.page-hero-content-photo03 .page-hero-content-nav-list-item {
  position: relative;
  padding-right: 13px;
}

.page-hero-content-photo03 .page-hero-content-nav-list-item::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% + 0.2rem);
  right: calc(13px * 0.5);
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center;
  width: 0;
  height: calc(13px * 1.414);
  border-left: 1px solid #ADAFB5;
}

.page-hero-content-photo03 .page-hero-content-nav-list-item:last-child {
  padding-right: 0px;
}

.page-hero-content-photo03 .page-hero-content-nav-list-item:last-child::after {
  display: none;
}

.page-hero-content-photo03 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 8px 0;
  color: #20254D;
  transition: color 0.3s;
}

.page-hero-content-photo03 .page-hero-content-nav-list-item-link:hover {
  color: #2096D5;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo03 .page-hero-content-nav-list-item-link:hover {
    color: #20254D;
  }
}

.page-hero-content-photo03-title {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo03-title {
    font-size: 2.6rem;
  }
}

.page-hero-content-photo03-sub {
  margin-bottom: 30px;
  font-family: "Lexend", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #2096D5;
}

.page-hero-content-photo03 .com-topic_path-wrap {
  padding: 0px;
}

.page-hero-content-photo03 .com-topic_path {
  background-color: #F5F6F6;
}

.page-hero-content-photo03 .com-topic_path ul {
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo03 .com-topic_path ul {
    flex-direction: row;
  }
}

.page-hero-content-photo03 .com-topic_path ul li,
.page-hero-content-photo03 .com-topic_path ul a {
  color: #20254D;
}

.page-hero-content-photo03 .com-topic_path ul li .icon_arrow {
  fill: #20254D;
  margin-left: 5px;
}

.page-hero-content-photo03 .com-topic_path ul a svg {
  fill: #20254D;
}

.page-hero-content-photo03._no_img .page-hero-content-photo03-top {
  height: auto;
  padding: 60px 50px 50px;
  background-color: #F5F6F6;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo03._no_img .page-hero-content-photo03-top {
    padding: 60px 5% 30px;
  }
}

.page-hero-content-photo03._no_img .page-hero-content-photo03-top-left {
  width: 100%;
  height: auto;
  padding: 0;
}

@media screen and (max-width: 834px) {
  .page-hero-content-photo03._no_img .page-hero-content-photo03-top-left {
    width: 100%;
  }
}

.page-hero-content-photo03._no_img .com-topic_path-wrap {
  background-color: #F5F6F6;
  padding: 0px;
}

.page-hero-content-photo03._no_img .com-topic_path ul {
  flex-direction: row;
  gap: 8px;
}

.page-hero-content-photo03._no_img .com-topic_path ul li,
.page-hero-content-photo03._no_img .com-topic_path ul a {
  color: #20254D;
}

.page-hero-content-photo03._no_img .com-topic_path ul li .icon_arrow {
  fill: #20254D;
  margin-left: 5px;
}

.page-hero-content-photo03._no_img .com-topic_path ul a svg {
  fill: #20254D;
}

.page-hero-content-photo03._no_img .page-hero-content-photo03-nav {
  width: 100%;
  background-color: #FFFFFF;
  padding: 20px 50px;
  margin: 0 0 50px;
}

.page-hero-content-photo03._no_img .page-hero-content-photo03-nav-list {
  justify-content: center;
}

.page-hero-content-smart01-top {
  position: relative;
  width: 100%;
  height: 250px;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart01-top {
    height: auto;
  }
}

.page-hero-content-smart01-top-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.page-hero-content-smart01-top .com-topic_path-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart01-top .com-topic_path-wrap {
    position: static;
  }
}

.page-hero-content-smart01-top .com-topic_path ul li,
.page-hero-content-smart01-top .com-topic_path ul a {
  color: #20254D;
}

.page-hero-content-smart01-top .com-topic_path ul li .icon_arrow {
  fill: #20254D;
  margin-left: 5px;
}

.page-hero-content-smart01-top .com-topic_path ul a svg {
  fill: #20254D;
}

.page-hero-content-smart01-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #FFFFFF;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart01-title {
    font-size: 3rem;
  }
}

.page-hero-content-smart01-title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart01-title-wrap {
    height: 180px;
  }
}

.page-hero-content-smart01-sub {
  font-family: "Lexend", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #2096D5;
  text-align: center;
}

.page-hero-content-smart01 .page-hero-content-nav {
  margin: 30px auto 50px;
  padding: 0 50px;
  width: fit-content;
}

.page-hero-content-smart01 .page-hero-content-nav-list {
  display: flex;
}

.page-hero-content-smart01 .page-hero-content-nav-list-item:first-child .page-hero-content-nav-list-item-link {
  border-left: none;
}

.page-hero-content-smart01 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 20px;
  color: #20254D;
  border-left: 1px solid #e6e3df;
  transition: color 0.3s;
}

.page-hero-content-smart01 .page-hero-content-nav-list-item-link:hover {
  color: #2096D5;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart01 .page-hero-content-nav-list-item-link:hover {
    color: #20254D;
  }
}

.page-hero-content-smart01._no_img .page-hero-content-smart01-top {
  background-color: #F5F6F6;
}

.page-hero-content-smart01._no_img .page-hero-content-smart01-title {
  color: #20254D;
}

.page-hero-content-smart02 {
  position: relative;
  width: 100%;
  height: 330px;
  padding-bottom: 70px;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart02 {
    height: 250px;
    padding-bottom: 0;
  }
}

.page-hero-content-smart02-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 30px);
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart02-img {
    height: 100%;
  }
}

.page-hero-content-smart02 .com-topic_path-wrap {
  background-color: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart02 .com-topic_path-wrap {
    padding: 25px 0;
  }
}

.page-hero-content-smart02 .com-topic_path ul li,
.page-hero-content-smart02 .com-topic_path ul a {
  color: #FFFFFF;
}

.page-hero-content-smart02 .com-topic_path ul li .icon_arrow {
  fill: #FFFFFF;
  margin-left: 5px;
}

.page-hero-content-smart02 .com-topic_path ul a svg {
  fill: #FFFFFF;
}

.page-hero-content-smart02-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 15px;
}

.page-hero-content-smart02-title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart02-title-wrap {
    padding: 0 5%;
  }
}

.page-hero-content-smart02-sub {
  font-family: "Lexend", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart02-sub {
    font-size: 3.5rem;
  }
}

.page-hero-content-smart02-bar {
  width: 500px;
  border-bottom: 2px solid #FFFFFF;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart02-bar {
    width: 100%;
  }
}

.page-hero-content-smart02 .page-hero-content-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 15px;
  width: fit-content;
  height: 70px;
  background-color: #FFFFFF;
  border: 1px solid #F5F6F6;
  border-radius: 100vh;
}

.page-hero-content-smart02 .page-hero-content-nav-list {
  display: flex;
  align-items: center;
  height: 100%;
}

.page-hero-content-smart02 .page-hero-content-nav-list-item:first-child .page-hero-content-nav-list-item-link {
  border-left: none;
}

.page-hero-content-smart02 .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 20px;
  color: #20254D;
  border-left: 1px solid #e6e3df;
  transition: color 0.3s;
  text-wrap: nowrap;
}

.page-hero-content-smart02 .page-hero-content-nav-list-item-link:hover {
  color: #2096D5;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart02 .page-hero-content-nav-list-item-link:hover {
    color: #20254D;
  }
}

.page-hero-content-smart02._no_img {
  position: relative;
  width: 100%;
  height: 330px;
  padding-bottom: 70px;
  background: linear-gradient(to bottom, #20254D calc(100% - 30px), #FFFFFF calc(100% - 30px));
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart02._no_img {
    height: 250px;
    padding-bottom: 0;
    background: #20254D;
  }
}

.page-hero-content-smart02._no_img .com-topic_path-wrap {
  background-color: rgba(255, 255, 255, 0);
}

@media screen and (max-width: 834px) {
  .page-hero-content-smart02._no_img .com-topic_path-wrap {
    padding: 25px 0;
  }
}

.page-hero-content-smart02._no_img .com-topic_path ul li,
.page-hero-content-smart02._no_img .com-topic_path ul a {
  color: #FFFFFF;
}

.page-hero-content-smart02._no_img .com-topic_path ul li .icon_arrow {
  fill: #FFFFFF;
  margin-left: 5px;
}

.page-hero-content-smart02._no_img .com-topic_path ul a svg {
  fill: #FFFFFF;
}

.page-hero-content-smart02._no_img .page-hero-content-smart01-top {
  background-color: #F5F6F6;
}

.page-hero-content-smart02._no_img .page-hero-content-smart01-title {
  color: #20254D;
}

.page-hero-content-simple01 {
  position: relative;
  width: 100%;
  height: 210px;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .page-hero-content-simple01 {
    height: auto;
  }
}

.page-hero-content-simple01-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.page-hero-content-simple01-text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 30px 50px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-simple01-text {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 5%;
  }
}

.page-hero-content-simple01 .com-topic_path-wrap {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  overflow: visible;
}

@media screen and (max-width: 834px) {
  .page-hero-content-simple01 .com-topic_path-wrap {
    overflow-x: scroll;
  }
}

.page-hero-content-simple01 .com-topic_path ul {
  flex-direction: column;
}

@media screen and (max-width: 834px) {
  .page-hero-content-simple01 .com-topic_path ul {
    flex-direction: row;
  }
}

.page-hero-content-simple01 .com-topic_path ul li,
.page-hero-content-simple01 .com-topic_path ul a {
  color: #20254D;
}

.page-hero-content-simple01 .com-topic_path ul li .icon_arrow {
  fill: #20254D;
  margin-left: 5px;
}

.page-hero-content-simple01 .com-topic_path ul a svg {
  fill: #20254D;
}

.page-hero-content-simple01-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #20254D;
}

@media screen and (max-width: 834px) {
  .page-hero-content-simple01-title {
    margin-bottom: 20px;
  }
}

.page-hero-content-simple01-title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.page-hero-content-simple01-sub {
  font-family: "Lexend", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  color: #20254D;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .page-hero-content-simple01-sub {
    font-size: 3.5rem;
  }
}

.page-hero-content-simple01._no_img {
  position: relative;
  width: 100%;
  height: 210px;
  z-index: 1;
  background-color: #F5F6F6;
}

@media screen and (max-width: 834px) {
  .page-hero-content-simple01._no_img {
    height: auto;
  }
}

.page-hero-content-simple01._no_img .com-topic_path-wrap {
  background-color: rgba(255, 255, 255, 0);
  padding: 0;
  overflow: visible;
}

@media screen and (max-width: 834px) {
  .page-hero-content-simple01._no_img .com-topic_path-wrap {
    overflow-x: scroll;
  }
}

.page-hero-content-simple01._no_img .com-topic_path ul {
  flex-direction: column;
}

@media screen and (max-width: 834px) {
  .page-hero-content-simple01._no_img .com-topic_path ul {
    flex-direction: row;
  }
}

.page-hero-content-simple01._no_img .com-topic_path ul li,
.page-hero-content-simple01._no_img .com-topic_path ul a {
  color: #20254D;
}

.page-hero-content-simple01._no_img .com-topic_path ul li .icon_arrow {
  fill: #20254D;
  margin-left: 5px;
}

.page-hero-content-simple01._no_img .com-topic_path ul a svg {
  fill: #20254D;
}

.page-contact-contentWidth {
  width: 100%;
  max-width: 900px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  .page-contact-contentWidth {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.page-contact-contentWidth .com-h2-small {
  text-align: center;
  margin-bottom: 40px;
}

.page-contact-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
  font-family: "Lexend", sans-serif;
  font-size: 4rem;
  line-height: 1;
}

.page-contact-tel-img {
  width: 32px;
  height: auto;
}

.page-contact-tel-link {
  pointer-events: none;
}

@media screen and (max-width: 834px) {
  .page-contact-tel-link {
    pointer-events: auto;
  }
}

.page-contact-txt {
  padding-bottom: 50px;
  margin-bottom: 60px;
  border-bottom: 1px solid #c1c9cf;
}

@media screen and (max-width: 834px) {
  .page-contact-txt {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}

.page-contact-table {
  width: 100%;
}

.page-contact-table-required {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #F25F5F;
}

@media screen and (max-width: 834px) {
  .page-contact-table-required {
    margin-left: 10px;
  }
}

.page-contact-table-required:first-child {
  margin-left: 10px;
}

@media screen and (max-width: 834px) {
  .page-contact-table tr th,
  .page-contact-table tr td {
    display: block;
    width: 100%;
  }
}

.page-contact-table tr th {
  width: 200px;
  padding-bottom: 20px;
  text-align: left;
  vertical-align: top;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 834px) {
  .page-contact-table tr th {
    width: 100%;
    padding-bottom: 10px;
  }
}

.page-contact-table tr td {
  padding-bottom: 20px;
  vertical-align: top;
}

@media screen and (max-width: 834px) {
  .page-contact-table tr td .wpcf7-list-item {
    margin-bottom: 10px;
  }
}

.page-contact-table tr td .wpcf7-radio {
  display: flex;
  flex-direction: column;
}

.page-contact-table tr td .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}

.page-contact-table tr td .wpcf7-radio .wpcf7-list-item input {
  display: none;
}

.page-contact-table tr td .wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
  padding-left: 38px;
  position: relative;
}

.page-contact-table tr td .wpcf7-radio .wpcf7-list-item label::before,
.page-contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.page-contact-table tr td .wpcf7-radio .wpcf7-list-item label::before {
  background-color: #FFFFFF;
  border: 2px solid #2096D5;
  height: 22px;
  width: 22px;
  top: 12px;
  left: 0px;
}

.page-contact-table tr td .wpcf7-radio .wpcf7-list-item label::after {
  background-color: #2096D5;
  opacity: 0;
  height: 14px;
  width: 14px;
  top: 12px;
  left: 6px;
}

.page-contact-table tr td .wpcf7-radio .wpcf7-list-item label:has(input:checked)::after {
  opacity: 1;
}

.page-contact-table tr td .wpcf7-text,
.page-contact-table tr td .wpcf7-select,
.page-contact-table tr td .wpcf7-textarea {
  width: 100%;
  padding: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  border: 2px solid #2096D5;
  outline: none;
}

.page-contact-table tr td .wpcf7-text::placeholder,
.page-contact-table tr td .wpcf7-select::placeholder,
.page-contact-table tr td .wpcf7-textarea::placeholder {
  color: #EBEEF0;
}

.page-contact-table tr td .wpcf7-select {
  margin-bottom: 10px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='12' viewBox='0 0 21 12' fill='none'%3E%3Cpath d='M1.5 1L10.5 10L19.5 1' stroke='%23303030' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
  padding-right: 30px;
}

.page-contact-table tr td .wpcf7-list-item-label {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.1;
  letter-spacing: 0.06em;
}

.page-contact-form {
  display: flex;
  justify-content: center;
}

.page-contact-form-inner {
  position: relative;
  width: 250px;
  height: 60px;
  border: solid 1px #2096D5;
  z-index: 1;
}

.page-contact-form-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #2096D5;
  z-index: -1;
  transition: width 0.3s;
}

.page-contact-form-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: -10;
}

.page-contact-form-inner:hover .page-contact-form-inner-txt {
  color: #FFFFFF;
}

.page-contact-form-inner:hover:before {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .page-contact-form-inner:hover .page-contact-form-inner-txt {
    color: #000000;
  }
  .page-contact-form-inner:hover:before {
    width: 0%;
  }
}

.page-contact-form-inner > p:not(.page-contact-form-inner-txt) {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.page-contact-form-inner > p.page-contact-form-inner-txt {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  z-index: 10;
  pointer-events: none;
}

.page-contact-form .wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  z-index: 1;
  transition: color 0.3s;
  background-color: transparent;
  border: none;
}

.page-contact-link {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.page-contact-link a {
  padding-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #2096D5;
  transition: border-color 0.3s;
}

.page-contact-link a:hover {
  border-color: rgba(32, 150, 213, 0);
}

@media screen and (max-width: 834px) {
  .page-contact-link a:hover {
    border-color: #2096D5;
  }
}

@media screen and (max-width: 834px) {
  .page-template {
    overflow: hidden;
  }
}

.page-template-content {
  display: flex;
  gap: 60px;
}

@media screen and (max-width: 834px) {
  .page-template-content {
    flex-direction: column;
  }
}

.page-template-content-main {
  width: 100%;
}

.page-template-content-main-icon {
  width: 30px;
  height: auto;
  margin: 0 auto 20px;
}

@media screen and (max-width: 834px) {
  .page-template-content-main-icon {
    width: 25px;
    margin-bottom: 5px;
  }
}

.page-template-content-main-title {
  font-size: 3rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  padding-bottom: 40px;
  margin-bottom: 40px;
  color: #EBDC3C;
  border-bottom: 1px solid #D6D0C2;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .page-template-content-main-title {
    font-size: 2.5rem;
  }
}

.page-template-content-main-about {
  margin-bottom: 40px;
}

.page-template-content-main-list {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.page-template-content-main-list:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .page-template-content-main-list {
    flex-direction: column;
    gap: 20px;
  }
}

.page-template-content-main-list-item {
  width: calc((100% - 60px) / 3);
}

@media screen and (max-width: 834px) {
  .page-template-content-main-list-item {
    width: 100%;
  }
}

.page-template-content-main-list-item-link {
  display: block;
  border: 2px solid #F2604D;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 8px 1px #00000040;
  transition: box-shadow 0.3s;
}

.page-template-content-main-list-item-link:hover {
  box-shadow: 0 0 4px 1px #00000040;
}

.page-template-content-main-list-item-link-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 280/ 126;
  object-fit: cover;
  object-position: center;
}

.page-template-content-main-list-item-link-txt {
  padding: 15px;
}

.page-template-content-main-list-item-link-txt-title {
  font-size: 1.9rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #EBDC3C;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .page-template-content-main-list-item-link-txt-title {
    font-size: 1.7rem;
  }
}

.page-template-content-main-list-item-link-txt-excerpt {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .page-template-content-main-list-item-link-txt-excerpt {
    -webkit-line-clamp: 2;
  }
}

.page-template-content-main-list-item-link-txt-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #D6D0C2;
}

.page-template-content-main-list-item-link-txt-bottom-date {
  font-size: 1.4rem;
  color: #EBEEF0;
}

@media screen and (max-width: 834px) {
  .page-template-content-main-list-item-link-txt-bottom-date {
    font-size: 1.3rem;
  }
}

.page-template-content-main-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.page-template-content-main-pagination .page-numbers {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #D6D0C2;
  color: #F2604D;
  font-size: 1.4rem;
  font-family: "Lexend", sans-serif;
}

.page-template-content-main-pagination .page-numbers.current {
  color: #FFFFFF;
  pointer-events: none;
}

.page-template-content-main-pagination .page-numbers.current::before {
  background: #20254D;
  width: calc(105% + 30px);
}

.page-template-content-main-pagination .page-numbers.prev, .page-template-content-main-pagination .page-numbers.next {
  background-color: #F2604D;
}

.page-template-content-main-pagination .page-numbers.prev .pagination-prev,
.page-template-content-main-pagination .page-numbers.prev .pagination-next, .page-template-content-main-pagination .page-numbers.next .pagination-prev,
.page-template-content-main-pagination .page-numbers.next .pagination-next {
  width: 9px;
  height: auto;
}

.page-template-content-main-pagination .page-numbers.prev .pagination-prev, .page-template-content-main-pagination .page-numbers.next .pagination-prev {
  transform: rotate(180deg);
}

.page-template-content-main-pagination .page-numbers.prev:after, .page-template-content-main-pagination .page-numbers.next:after {
  background: #F2604D;
}

.page-template-content-main-pagination .page-numbers::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1 / 1;
  background: #2096D5;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}

.page-template-content-main-pagination .page-numbers::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: -10;
}

.page-template-content-main-pagination .page-numbers:hover::before {
  width: calc(105% + 30px);
}

@media screen and (max-width: 834px) {
  .page-template-content-main-pagination .page-numbers:hover::before {
    width: calc(0% + 30px);
  }
}

.page-template-content-main-author {
  font-size: 1.4rem;
  color: #EBEEF0;
  text-align: right;
  margin-bottom: 20px;
}

.page-template-content-main-head {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #D6D0C2;
}

.page-template-content-main-head-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 5px;
}

.page-template-content-main-head-top-category {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.4rem;
  color: #2096D5;
}

.page-template-content-main-head-top-category-icon {
  width: 25px;
  height: auto;
}

.page-template-content-main-head-top-date {
  font-size: 1.4rem;
  color: #303030;
}

.page-template-content-main-head-title {
  margin-top: 20px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.05em;
}

.page-template-content-main-head-title span {
  color: #2096D5;
}

.page-template-content-main-body {
  background: #EBEEF0 url(./assets/img/bg_page.png) repeat-y calc(50% + 120px) -550px/1700px;
  background-size: auto;
}

.page-template-content-main-body p {
  margin-bottom: 15px;
}

.page-template-content-main-body p:last-child {
  margin-bottom: 0;
}

.page-template-content-main-body .wp-post-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95 / 1;
  object-fit: cover;
  object-position: center;
  margin-bottom: 40px;
}

.page-template-content-main-body-desc {
  margin-bottom: 40px;
}

.page-template-content-main-body-case-img {
  position: relative;
  display: flex;
  gap: 70px;
  margin-bottom: 40px;
}

.page-template-content-main-body-case-img-item {
  width: 50%;
}

.page-template-content-main-body-case-img-item h4 {
  margin-top: 0px;
}

.page-template-content-main-body-case-img-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.page-template-content-main-body-case-img::before {
  content: "";
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  background-image: url(assets/img/icon_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.page-template-content-main-bottom {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #D6D0C2;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper {
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 30px 20px 70px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .page-template-content-main-bottom-relevance .single-relevance-swiper {
    overflow: visible;
  }
}

.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide {
  border: 1px solid #D6D0C2;
  border-radius: 20px;
  box-shadow: 0 0 8px 1px #00000040;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide:hover {
  box-shadow: 0 0 4px 1px #00000040;
}

@media screen and (max-width: 834px) {
  .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-slide:hover {
    box-shadow: 0 0 8px 1px #00000040;
  }
}

.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next,
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ADAFB5;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next-icon,
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev-icon {
  width: 15px;
  height: 15px;
  object-fit: contain;
  object-position: center;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next::before,
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: calc(0% + 30px);
  height: auto;
  aspect-ratio: 1 / 1;
  background: #D6D0C2;
  transition: width 0.3s;
  border-radius: 100vh;
  z-index: -1;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next::after,
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ADAFB5;
  z-index: -10;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next:hover::before,
.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev:hover::before {
  width: calc(105% + 30px);
}

@media screen and (max-width: 834px) {
  .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next:hover::before,
  .page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev:hover::before {
    width: calc(0% + 30px);
  }
}

.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-next {
  right: auto;
  left: 80px;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev {
  left: 20px;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper .swiper-button-prev-icon {
  transform: rotate(180deg);
}

.page-template-content-main-bottom-relevance .single-relevance-swiper .com-link01 {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 10;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper-link-thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 2.22 / 1;
  object-fit: cover;
  object-position: center;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content {
  padding: 15px;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-title {
  font-size: 1.9rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: #2096D5;
  margin-bottom: 10px;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-excerpt {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #D6D0C2;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-date {
  font-size: 1.4rem;
  color: #EBEEF0;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-category {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #EBDC3C;
}

.page-template-content-main-bottom-relevance .single-relevance-swiper-link-content-bottom-category-icon {
  width: 20px;
  height: auto;
  margin-right: 5px;
}

.page-template-content-side {
  width: 220px;
  flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .page-template-content-side {
    width: 100%;
  }
}

.page-template-content-side-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-template-content-side-title-icon {
  width: 20px;
  height: auto;
}

.page-template-content-side-title-icon-wrap {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #2096D5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-content-side-category-list {
  margin-bottom: 30px;
}

.page-template-content-side-category-list-item-link {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #D6D0C2;
  transition: opacity 0.3s;
}

.page-template-content-side-category-list-item-link:hover {
  opacity: 0.5;
}

@media screen and (max-width: 834px) {
  .page-template-content-side-category-list-item-link:hover {
    opacity: 1;
  }
}

.page-template-content-side-about-img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.95 / 1;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
  border-radius: 5px;
}

.page-template-content-side-about-txt {
  color: #626671;
  margin-bottom: 30px;
}

.page-template-content-side-contact {
  background-color: #D6D0C2;
  padding: 20px;
}

.page-template-content-side-contact-title {
  text-align: center;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #D6D0C2;
}

.page-template-content-side-contact-tel {
  display: block;
  font-family: "Lexend", sans-serif;
  text-align: center;
  font-size: 2.2rem;
  color: #20254D;
  pointer-events: none;
}

@media screen and (max-width: 834px) {
  .page-template-content-side-contact-tel {
    pointer-events: auto;
  }
}

.page-template-content-side-contact-open {
  text-align: center;
  color: #303030;
  line-height: 1.3;
  margin-bottom: 10px;
}

.page-template-content-side-contact-open span {
  font-family: "Lexend", sans-serif;
  font-size: 2rem;
  margin-left: 5px;
}

.page-template-content-side-contact-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 1.3rem;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 1;
}

.page-template-content-side-contact-link:last-child {
  margin-bottom: 0;
}

.page-template-content-side-contact-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #2096D5;
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: width 0.3s;
}

.page-template-content-side-contact-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #20254D;
  width: 100%;
  height: 100%;
  z-index: -10;
}

.page-template-content-side-contact-link:hover:before {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .page-template-content-side-contact-link:hover:before {
    width: 0%;
  }
}

.page-template-content-side-contact-link span {
  font-size: 2.4rem;
  color: #F2604D;
  transform: translateY(-2px);
}

.page-template-content-side-contact-link._line::after {
  background-color: #2db530;
}

.page-template-related-pages {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 90px;
  border-top: 1px dashed #ADAFB5;
  border-bottom: 1px dashed #ADAFB5;
}

@media screen and (max-width: 834px) {
  .page-template-related-pages {
    margin-bottom: 50px;
  }
}

.page-template-related-pages-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .page-template-related-pages-list {
    gap: 10px;
  }
}

.page-template-related-pages-list-item {
  width: calc((100% - 60px) / 4);
}

@media (max-width: 1024px) {
  .page-template-related-pages-list-item {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 834px) {
  .page-template-related-pages-list-item {
    width: calc((100% - 20px) / 2);
  }
}

.page-com-h2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .page-com-h2 {
    margin-bottom: 20px;
  }
}

.page-com-h2-en {
  background-color: #2096D5;
  color: #FFFFFF;
  font-size: 6rem;
  line-height: 1;
  padding: 5px 10px;
  display: inline-block;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
}

.page-com-h2-en:after {
  content: "";
  width: 70px;
  height: 100%;
  background: url("./assets/img/deco_title.jpg") left repeat;
  background-size: auto;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media screen and (min-width: 835px) {
  .page-com-h2-en:after {
    right: -60px;
  }
}

@media screen and (max-width: 1024px) {
  .page-com-h2-en {
    font-size: 4rem;
  }
}

.page-com-h2-en--white {
  background-color: #FFFFFF;
  color: #2096D5;
}

.page-com-h2-en--white:after {
  background: url("./assets/img/deco_ttl_white.png") left repeat;
  background-size: auto;
}

@media screen and (max-width: 834px) {
  .page-com-h2-en {
    font-size: 4rem;
    padding: 15px 10px;
    display: block;
  }
  .page-com-h2-en:after {
    right: 0;
  }
  .page-com-h2-en--white {
    width: calc(100% - 60px);
  }
  .page-com-h2-en--white:after {
    right: -60px;
  }
}

.page-com-h2-jp {
  color: #2096D5;
  font-size: 3rem;
  line-height: 1.33;
  font-family: "Murecho", sans-serif;
  font-weight: 500;
  display: block;
  margin-top: 15px;
}

@media screen and (max-width: 834px) {
  .page-com-h2-jp {
    font-size: 2rem;
  }
}

.page-com-h2-small {
  color: #2096D5;
  font-size: 2.2rem;
  line-height: calc(34 / 22);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-top: 15px;
  display: block;
}

.page-com-h3 {
  font-size: 3rem;
  line-height: 1.33;
  font-weight: 500;
  font-family: "Murecho", sans-serif;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .page-com-h3 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 17px;
  }
}

.page-com-head {
  font-size: 3.4rem;
  line-height: 1.6;
  font-weight: bold;
  color: #2096D5;
  margin-bottom: 25px;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 834px) {
  .page-com-head {
    font-size: 2.5rem;
    line-height: 1.34;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}

.page-com-accent-box {
  background-color: #FFFFFF;
  position: relative;
  display: flex;
}

@media screen and (max-width: 834px) {
  .page-com-accent-box {
    display: block;
  }
}

.page-com-accent-box-title_sub {
  font-size: 2rem;
  line-height: calc(30 / 20);
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  color: #F2604D;
  text-align: right;
  letter-spacing: 0;
  display: block;
  position: absolute;
  top: -32px;
  right: -22px;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .page-com-accent-box-title_sub {
    font-size: 1.6rem;
    line-height: calc(28 / 16);
    top: auto;
    top: 190px;
    right: 14px;
  }
}

.page-com-accent-box-img_area {
  width: 300px;
}

.page-com-accent-box-img_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 834px) {
  .page-com-accent-box-img_area img {
    aspect-ratio: 360 / 220;
    height: 220px;
  }
}

@media screen and (max-width: 834px) {
  .page-com-accent-box-img_area {
    width: 100%;
    position: relative;
  }
}

.page-com-accent-box-text {
  width: calc(100% - 300px);
  padding: 40px;
}

@media screen and (max-width: 834px) {
  .page-com-accent-box-text {
    width: 100%;
    padding: 30px 20px;
  }
}

.page-com-accent-box-text p {
  font-size: 1.8rem;
  line-height: calc(42 / 18);
  color: #20254D;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .page-com-accent-box-text p {
    font-size: 1.6rem;
    line-height: calc(32 / 16);
  }
}

.page-com-accent-font-small {
  display: block;
  font-size: 2rem;
  line-height: calc(30 / 20);
  font-family: "pillalt", sans-serif;
  font-weight: 500;
  color: #F2604D;
  margin-bottom: 8px;
}

.page-title_sub {
  font-size: 2rem;
  line-height: calc(30 / 20);
  font-weight: 400;
  font-family: "Lexend", sans-serif;
  color: #F2604D;
  text-align: right;
  letter-spacing: 0;
  display: block;
}

@media screen and (max-width: 834px) {
  .page-title_sub {
    font-size: 1.6rem;
    line-height: calc(28 / 16);
  }
}

.page-message-content {
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 834px) {
  .page-message-content {
    display: block;
  }
}

.page-message-content-text {
  width: 50%;
  padding-right: 2%;
}

@media screen and (max-width: 834px) {
  .page-message-content-text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.page-message-content-text p {
  font-weight: 600;
}

@media screen and (max-width: 834px) {
  .page-message-content-text-representative {
    margin-top: 21px;
  }
}

.page-message-content-text-representative span {
  display: block;
  font-size: 15px;
  line-height: calc(32 / 15);
  font-weight: 600;
}

.page-message-content-text-representative span.page-message-content-text-representative-name {
  font-size: 18px;
  line-height: calc(30 / 18);
  font-family: "Murecho", sans-serif;
}

.page-message-content-img_area {
  width: 50%;
  padding-left: 2.8%;
}

@media screen and (max-width: 834px) {
  .page-message-content-img_area {
    width: 100%;
    padding-left: 0;
  }
}

.page-message-content-img_area img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.page-message .page-com-h3 {
  margin-bottom: 60px;
  line-height: 1.6;
}

@media screen and (max-width: 834px) {
  .page-message .page-com-h3 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 835px) {
  .page-project-project .page-com-h2 {
    margin-bottom: 60px;
  }
}

.page-project-project-item {
  border-left: 2px solid #20254D;
  padding-left: 27px;
}

@media screen and (max-width: 834px) {
  .page-project-project-item {
    padding-left: 13px;
  }
}

.page-project-project-item:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .page-project-project-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.page-project-project-item .number {
  display: block;
  font-size: 2rem;
  line-height: calc(30 / 20);
  font-family: "pillalt", sans-serif;
  color: #20254D;
  font-weight: 500;
}

.page-project-project-item .page-com-h3 {
  color: #20254D;
  margin-bottom: 25px;
}

@media screen and (max-width: 834px) {
  .page-project-project-item .page-com-h3 {
    margin-bottom: 15px;
  }
}

.page-project-project-item p {
  font-size: 1.5rem;
  line-height: calc(32 / 15);
}

@media screen and (max-width: 834px) {
  .page-project-project-item p {
    line-height: calc(30 / 15);
  }
}

.page-project-project_check {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 20px;
}

.page-project-project-list_check li {
  font-weight: 600;
  position: relative;
  padding-left: 28px;
}

.page-project-project-list_check li:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("./assets/img/ico_check01.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}

.page-project-project-list_check li + li {
  margin-top: 8px;
}

@media screen and (min-width: 835px) {
  .page-project-other_project .page-com-h2 {
    margin-bottom: 60px;
  }
}

.page-project-other_project-wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
  margin-right: -30px;
}

@media screen and (max-width: 834px) {
  .page-project-other_project-wrap {
    display: block;
    margin-right: 0;
  }
}

.page-project-other_project-item {
  background-color: #FFFFFF;
  padding: 20px;
  border-top: 2px solid #20254D;
  width: calc(50% - 30px);
}

@media screen and (max-width: 834px) {
  .page-project-other_project-item {
    width: 100%;
  }
  .page-project-other_project-item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.page-project-other_project-item .page-com-h3 {
  color: #20254D;
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .page-project-other_project-item .page-com-h3 {
    line-height: 1.4;
  }
}

.page-project-other_project-list_dot {
  margin-top: 15px;
}

.page-project-other_project-list_dot li {
  font-weight: 600;
  position: relative;
  padding-left: 18px;
  font-size: 1.5rem;
  line-height: calc(32 / 15);
}

.page-project-other_project-list_dot li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #F2604D;
  position: absolute;
  top: 1.1em;
  transform: translateY(-50%);
  left: 0;
}

.page-project-other_project-list_dot li + li {
  margin-top: 8px;
}

.page-project-zero_grow_go {
  position: relative;
}

.page-project-zero_grow_go:after {
  content: "";
  width: 623px;
  height: 482px;
  background: url("./assets/img/txt_zero_section.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 834px) {
  .page-project-zero_grow_go:after {
    width: 312px;
    height: 241px;
  }
}

.page-project-zero_grow_go .com-contentWidth {
  overflow: hidden;
}

@media screen and (min-width: 835px) {
  .page-project-zero_grow_go .page-com-h2 {
    margin-bottom: 30px;
  }
}

.page-project-zero_grow_go-ab .page-com-head {
  color: #FFFFFF;
}

@media screen and (min-width: 835px) {
  .page-project-zero_grow_go-ab .page-com-head {
    margin-bottom: 30px;
  }
}

.page-project-zero_grow_go-ab p {
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: calc(42 / 18);
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .page-project-zero_grow_go-ab p {
    font-size: 1.5rem;
    line-height: calc(32 / 15);
  }
}

.page-project-zero_grow_go-ab-img_area {
  margin: 60px 0;
}

@media screen and (max-width: 834px) {
  .page-project-zero_grow_go-ab-img_area {
    margin: 30px 0;
  }
}

.page-project-zero_grow_go-ab-img_area img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.page-project-zero_grow_go-wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 60px;
  margin-right: -40px;
}

@media screen and (max-width: 834px) {
  .page-project-zero_grow_go-wrap {
    display: block;
    margin-right: 0;
  }
}

.page-project-zero_grow_go-item {
  width: calc(50% - 60px);
}

@media screen and (max-width: 834px) {
  .page-project-zero_grow_go-item {
    width: 100%;
  }
  .page-project-zero_grow_go-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.page-project-zero_grow_go-item .page-com-h2 {
  margin-bottom: 15px;
}

.page-project-zero_grow_go-item .page-com-h2-small {
  color: #FFFFFF;
}

.page-project-zero_grow_go-item p {
  color: #FFFFFF;
  font-weight: 600;
}

@media screen and (min-width: 835px) {
  .page-training-curriculum .page-com-h2 {
    margin-bottom: 60px;
  }
}

.page-training-curriculum-wrap {
  background-color: #FFFFFF;
  padding: 50px;
}

@media screen and (max-width: 834px) {
  .page-training-curriculum-wrap {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

.page-training-curriculum-wrap .page-training-curriculum-item li .red-number {
  color: #F2604D;
  padding-left: 0;
  margin-right: 8px;
}

.page-training-curriculum-wrap .page-training-curriculum-item li .red-number:before {
  display: none;
}

.page-training-curriculum-wrap._01 .page-training-curriculum-item li .no-dot {
  padding-left: 125px;
}

.page-training-curriculum-wrap._01 .page-training-curriculum-item li .no-dot:before {
  display: none;
}

@media screen and (max-width: 834px) {
  .page-training-curriculum-wrap._01 .page-training-curriculum-item li .no-dot {
    padding-left: 0;
  }
}

.page-training-curriculum-wrap._02 {
  background: none;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.page-training-curriculum-wrap._02 .page-training-curriculum-item {
  flex-direction: column;
  align-items: flex-start;
  background: #FFFFFF;
  border-left: 2px solid #20254D;
  padding: 15px 30px 40px 27px;
  gap: 25px;
}

@media screen and (max-width: 834px) {
  .page-training-curriculum-wrap._02 .page-training-curriculum-item {
    padding: 17px 20px 20px 18px;
  }
}

.page-training-curriculum-wrap._02 .page-training-curriculum-item .no-dot {
  padding-left: 40px;
}

.page-training-curriculum-wrap._02 .page-training-curriculum-item .no-dot:before {
  display: none;
}

@media screen and (max-width: 834px) {
  .page-training-curriculum-wrap._02 .page-training-curriculum-item .no-dot {
    padding-left: 0;
  }
}

.page-training-curriculum-wrap._02 .page-training-curriculum-item .page-training-curriculum-item-description {
  text-align: left;
}

.page-training-curriculum-wrap._02 .page-training-curriculum-item .page-training-curriculum-item-description p {
  color: #303030;
  font-size: 1.6rem;
  line-height: calc(28 / 16);
  font-weight: 400;
}

.page-training-curriculum-wrap._02 .page-training-curriculum-item .page-training-curriculum-item-description-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .page-training-curriculum-wrap._02 .page-training-curriculum-item .page-training-curriculum-item-description-wrap {
    gap: 35px;
  }
}

.page-training-curriculum-wrap._02 .page-training-curriculum-item .page-training-curriculum-item-description-wrap .page-training-curriculum-item-description-wrap-item {
  display: flex;
  gap: 25px;
}

@media screen and (max-width: 834px) {
  .page-training-curriculum-wrap._02 .page-training-curriculum-item .page-training-curriculum-item-description-wrap .page-training-curriculum-item-description-wrap-item {
    flex-direction: column;
    gap: 10px;
  }
}

.page-training-curriculum-wrap._02 .number {
  display: block;
  font-size: 6rem;
  line-height: 1;
  font-family: "pillalt", sans-serif;
  font-weight: 500;
  color: #F2604D;
  letter-spacing: 0;
  margin-bottom: 5px;
}

@media screen and (max-width: 834px) {
  .page-training-curriculum-wrap._02 .number {
    font-size: 4rem;
    margin-bottom: 2px;
    letter-spacing: 0.07em;
  }
}

.page-training-curriculum-wrap._02 .page-com-h3 {
  color: #20254D;
  margin-bottom: 15px;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .page-training-curriculum-wrap._02 .page-com-h3 {
    margin-bottom: 10px;
  }
}

.page-training-curriculum-item {
  display: flex;
  gap: 25px;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .page-training-curriculum-item {
    flex-direction: column;
    gap: 10px;
  }
}

.page-training-curriculum-item .page-com-h3 {
  color: #FFFFFF;
  margin-bottom: 15px;
  font-size: 2.6rem;
  line-height: calc(40 / 26);
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .page-training-curriculum-item .page-com-h3 {
    font-size: 2.2rem;
    margin-bottom: 0;
  }
}

.page-training-curriculum-item-description {
  min-width: 250px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 834px) {
  .page-training-curriculum-item-description {
    padding: 5px;
  }
}

.page-training-curriculum-item-description._01 {
  background-color: #2096D5;
}

.page-training-curriculum-item-description._02 {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), #2096D5;
}

.page-training-curriculum-item-description._02::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 250px;
  height: 36px;
  background: url("./assets/img/training_flow01.svg") no-repeat center center;
}

@media screen and (max-width: 834px) {
  .page-training-curriculum-item-description._02::before {
    display: none;
  }
}

.page-training-curriculum-item-description._03 {
  background: #20254D;
}

.page-training-curriculum-item-description._03::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 250px;
  height: 36px;
  background: url("./assets/img/training_flow02.svg") no-repeat center center;
}

@media screen and (max-width: 834px) {
  .page-training-curriculum-item-description._03::before {
    display: none;
  }
}

.page-training-curriculum-item-description._03::after {
  content: "";
  position: absolute;
  bottom: -36px;
  display: block;
  width: 250px;
  height: 36px;
  background: url("./assets/img/training_flow03.svg") no-repeat center center;
}

@media screen and (max-width: 834px) {
  .page-training-curriculum-item-description._03::after {
    display: none;
  }
}

.page-training-curriculum-item-subtitle {
  position: relative;
  color: #303030;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-bottom: 0 !important;
  min-width: 250px;
  width: 250px;
  font-size: 2.6rem;
  line-height: calc(40 / 26);
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .page-training-curriculum-item-subtitle {
    font-size: 2rem;
    line-height: calc(34 / 22);
    width: 100%;
    padding: 5px;
  }
}

.page-training-curriculum-item-subtitle._01 {
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), #D6D0C2;
}

.page-training-curriculum-item-subtitle._02 {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #D6D0C2;
}

.page-training-curriculum-item-subtitle._02::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 250px;
  height: 36px;
  background: url("./assets/img/training_flow04.svg") no-repeat center center;
}

@media screen and (max-width: 834px) {
  .page-training-curriculum-item-subtitle._02::before {
    display: none;
  }
}

.page-training-curriculum-item-subtitle._02::after {
  content: "";
  position: absolute;
  bottom: -36px;
  display: block;
  width: 250px;
  height: 36px;
  background: url("./assets/img/training_flow05.svg") no-repeat center center;
}

@media screen and (max-width: 834px) {
  .page-training-curriculum-item-subtitle._02::after {
    display: none;
  }
}

.page-training-curriculum-item-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 0;
}

@media screen and (max-width: 834px) {
  .page-training-curriculum-item-list {
    flex-direction: column;
    gap: 5px;
    padding: 0;
    margin-right: 0;
  }
}

.page-training-curriculum-item-list li {
  width: 100%;
  font-size: 1.8rem;
  line-height: calc(42 / 18);
  font-weight: bold;
  padding: 10px 20px;
  border-bottom: 1px dotted #626671;
}

@media screen and (max-width: 834px) {
  .page-training-curriculum-item-list li {
    width: 100%;
    padding: 5px;
    font-size: 1.4rem;
    line-height: calc(30 / 14);
  }
}

.page-training-curriculum-item-list span {
  position: relative;
  padding-left: 3.6em;
}

.page-training-curriculum-item-list span:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 2.2em;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #2096D5;
}

@media screen and (max-width: 834px) {
  .page-training-curriculum-item-list span {
    display: inline-block;
    text-indent: 0;
    padding-left: 1.5em;
  }
  .page-training-curriculum-item-list span:before {
    width: 9px;
    height: 9px;
    top: 0.85em;
    left: 0.3em;
  }
}

.page-training-reason {
  position: relative;
}

.page-training-reason:after {
  content: "";
  width: 623px;
  height: 482px;
  background: url("./assets/img/txt_zero_section.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 834px) {
  .page-training-reason:after {
    width: 312px;
    height: 241px;
  }
}

@media screen and (min-width: 835px) {
  .page-training-reason .page-com-h2 {
    margin-bottom: 30px;
  }
}

.page-training-reason .page-com-head {
  color: #FFFFFF;
}

@media screen and (min-width: 835px) {
  .page-training-reason .page-com-head {
    margin-bottom: 30px;
  }
}

.page-training-reason p {
  color: #FFFFFF;
  font-size: 1.8rem;
  line-height: calc(42 / 18);
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .page-training-reason p {
    font-size: 1.5rem;
    line-height: calc(32 / 15);
  }
}

.page-training-reason-content {
  display: flex;
  align-items: flex-start;
  margin-top: 60px;
}

@media screen and (max-width: 834px) {
  .page-training-reason-content {
    display: block;
    margin-top: 30px;
  }
}

.page-training-reason-content-text {
  width: calc(100% - 47.5%);
  padding-right: 60px;
}

@media screen and (max-width: 834px) {
  .page-training-reason-content-text {
    width: 100%;
    padding-right: 0;
  }
}

.page-training-reason-content-text-box {
  padding-left: 27px;
  border-left: 2px solid #FFFFFF;
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .page-training-reason-content-text-box {
    padding-left: 18px;
    margin-bottom: 30px;
  }
}

.page-training-reason-content-text-box .number {
  display: block;
  font-size: 2rem;
  line-height: calc(30 / 20);
  color: #FFFFFF;
  font-family: "pillalt", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .page-training-reason-content-text-box .number {
    margin-bottom: 5px;
  }
}

.page-training-reason-content-text-title {
  font-size: 2.6rem;
  line-height: calc(34 / 26);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .page-training-reason-content-text-title {
    margin-bottom: 10px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}

.page-training-reason-content-text p {
  font-size: 1.5rem;
  line-height: calc(32 / 15);
  font-weight: 600;
}

.page-training-reason-content-img_area {
  width: 47.5%;
}

@media screen and (max-width: 834px) {
  .page-training-reason-content-img_area {
    width: 100%;
    margin-bottom: 30px;
  }
}

.page-training-reason-content-img_area img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.page-training-reason-engineers {
  background-color: #1188c7;
  border-radius: 20px;
  padding: 30px;
}

@media screen and (max-width: 834px) {
  .page-training-reason-engineers {
    padding: 20px;
  }
}

.page-training-reason-engineers .page-com-head {
  color: #FFFFFF;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .page-training-reason-engineers .page-com-head {
    margin-bottom: 20px;
  }
}

.page-career-introduction .page-com-accent-box-text p {
  font-size: 15px;
  line-height: calc(32/15);
  font-weight: 400;
}

.page-career-introduction-training {
  background-color: #FFFFFF;
  padding: 40px;
  position: relative;
  margin-top: 100px;
}

@media screen and (max-width: 834px) {
  .page-career-introduction-training {
    margin-top: 50px;
    padding: 40px 20px 20px;
  }
}

.page-career-introduction-training .page-com-accent-box-title_sub {
  position: absolute;
  top: -30px;
  right: -14px;
}

@media screen and (max-width: 834px) {
  .page-career-introduction-training .page-com-accent-box-title_sub {
    top: -28px;
    right: 14px;
  }
}

.page-career-introduction-training-item {
  background-color: #F5F6F6;
  border-radius: 20px;
  padding: 20px;
}

.page-career-introduction-training-item:not(:last-child) {
  margin-bottom: 25px;
}

.page-career-introduction-training-item .page-com-h3 {
  color: #20254D;
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .page-career-introduction-training-item .page-com-h3 {
    margin-bottom: 10px;
  }
}

.page-career-career {
  overflow: hidden;
}

@media screen and (min-width: 835px) {
  .page-career-career .page-com-h2 {
    margin-bottom: 15px;
  }
}

.page-career-career .page-com-head {
  margin-bottom: 15px;
}

.page-career-career-text_top {
  color: #20254D;
}

.page-career-career-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 60px;
  margin-right: -60px;
}

@media screen and (max-width: 834px) {
  .page-career-career-wrap {
    display: block;
    gap: 0;
    margin-top: 30px;
    margin-right: 0;
  }
}

.page-career-career-item {
  width: calc(50% - 60px);
  border-left: 2px solid #20254D;
  padding-left: 27px;
}

@media screen and (max-width: 834px) {
  .page-career-career-item {
    width: 100%;
    padding-left: 20px;
  }
  .page-career-career-item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.page-career-career-item.f-flex {
  width: 100%;
  display: flex;
  padding-right: 60px;
}

@media screen and (max-width: 834px) {
  .page-career-career-item.f-flex {
    display: block;
    padding-right: 0;
  }
}

.page-career-career-item-content {
  width: calc(100% - 37.5%);
  padding-right: 20px;
}

@media screen and (max-width: 834px) {
  .page-career-career-item-content {
    width: 100%;
    padding-right: 0;
  }
}

.page-career-career-item-img_area {
  width: 37.5%;
}

.page-career-career-item-img_area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 834px) {
  .page-career-career-item-img_area img {
    height: 329px;
    object-position: center -35px;
  }
}

@media screen and (max-width: 834px) {
  .page-career-career-item-img_area {
    width: 100%;
    margin-top: 20px;
  }
}

.page-career-career-item .ico {
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .page-career-career-item .ico img {
    width: auto;
    height: 50px;
  }
}

.page-career-career-item .page-com-h3 {
  color: #20254D;
  margin-bottom: 10px;
}

.page-career-career-item_sub {
  display: block;
  font-size: 1.8rem;
  line-height: calc(30/18);
  color: #20254D;
  font-weight: 600;
  font-family: "Murecho", sans-serif;
}

@media screen and (max-width: 834px) {
  .page-career-career-item_sub {
    font-size: 1.4rem;
    line-height: 1;
  }
}

.page-career-career-item-box {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-top: 25px;
}

@media screen and (max-width: 834px) {
  .page-career-career-item-box {
    margin-top: 20px;
  }
}

.page-career-career-item-box p:not([class]) {
  margin-bottom: 0;
}

.page-career-career-item-box-list {
  margin-top: 9px;
}

.page-career-career-item-box-list li {
  font-weight: 600;
  position: relative;
  padding-left: 28px;
}

.page-career-career-item-box-list li:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("./assets/img/ico_check02.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}

.page-career-career-item-box-list li + li {
  margin-top: 8px;
}

@media screen and (min-width: 835px) {
  .page-career-flow .page-com-h2 {
    margin-bottom: 60px;
  }
}

.page-career-flow-step-item {
  background-color: #fff;
  border-left: 2px solid #20254D;
  padding: 20px 27px;
}

@media screen and (max-width: 834px) {
  .page-career-flow-step-item {
    padding: 20px;
  }
}

.page-career-flow-step-item:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .page-career-flow-step-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.page-career-flow-step-item .page-com-accent-font-small {
  margin-bottom: 0;
}

.page-career-flow-step-item .page-com-h3 {
  color: #20254D;
  margin-bottom: 25px;
}

@media screen and (max-width: 834px) {
  .page-career-flow-step-item .page-com-h3 {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 835px) {
  .page-career-work_environment .page-com-h2 {
    margin-bottom: 60px;
  }
}

.page-career-work_environment-list_img {
  display: flex;
  flex-flow: row wrap;
  margin-right: -20px;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .page-career-work_environment-list_img {
    gap: 10px;
    margin-right: -10px;
  }
}

.page-career-work_environment-list_img li {
  width: calc(25% - 20px);
}

@media screen and (max-width: 834px) {
  .page-career-work_environment-list_img li {
    width: calc(50% - 10px);
  }
}

.page-career-work_environment-list_img li img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.page-career-work_environment-list_text {
  margin: 60px -30px 0 0;
  display: flex;
  flex-flow: row wrap;
  gap: 30px;
}

@media screen and (max-width: 834px) {
  .page-career-work_environment-list_text {
    flex-direction: column;
    gap: 20px;
    margin: 30px 0 0;
  }
}

.page-career-work_environment-list_text-item {
  width: calc(50% - 30px);
  background-color: #FFFFFF;
  padding: 20px;
  border-top: 2px solid #20254D;
}

@media screen and (max-width: 834px) {
  .page-career-work_environment-list_text-item {
    width: 100%;
  }
}

.page-career-work_environment-list_text-item .page-com-h3 {
  margin-bottom: 15px;
  color: #20254D;
}

.page-career-work_environment-list_text-item .com-btn05 {
  margin: 0 auto;
}

.page-interview-item:not(:last-child) {
  margin-bottom: 100px;
}

@media screen and (max-width: 834px) {
  .page-interview-item:not(:last-child) {
    margin-bottom: 50px;
  }
}

.page-interview-item-avt {
  position: relative;
}

.page-interview-item-avt img {
  width: 100%;
  height: auto;
}

.page-interview-item-title {
  font-size: 15rem;
  line-height: 1;
  color: #FFFFFF;
  font-family: "pillalt", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

@media screen and (max-width: 834px) {
  .page-interview-item-title {
    font-size: 4.5rem;
    bottom: -8px;
  }
}

.page-interview-item-content {
  background-color: #FFFFFF;
  padding: 40px;
}

@media screen and (max-width: 834px) {
  .page-interview-item-content {
    padding: 20px;
  }
}

.page-interview-item-infor {
  border-bottom: 1px dashed #2096D5;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .page-interview-item-infor {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.page-interview-item-infor-list li {
  display: flex;
  align-items: start;
}

.page-interview-item-infor-list li:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width: 834px) {
  .page-interview-item-infor-list li:last-child {
    flex-direction: column;
    align-items: start;
  }
  .page-interview-item-infor-list li:last-child em {
    margin-left: 20px;
  }
}

.page-interview-item-infor-list li span {
  display: block;
  font-weight: 600;
  position: relative;
  padding-left: 18px;
  margin-right: 15px;
}

.page-interview-item-infor-list li span:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #F2604D;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.page-interview-item-infor-list li em {
  display: block;
  color: #20254D;
  font-style: normal;
}

.page-interview-item-detail-box:not(:last-child) {
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .page-interview-item-detail-box:not(:last-child) {
    margin-bottom: 20px;
  }
}

.page-interview-item-detail-box .page-com-h3 {
  margin-bottom: 27px;
  color: #20254D;
}

@media screen and (max-width: 834px) {
  .page-interview-item-detail-box .page-com-h3 {
    margin-bottom: 10px;
  }
}

.page-interview-item-detail-box p {
  color: #20254D;
}

.page-interview-item-detail-box-pic {
  margin: 40px 0;
}

@media screen and (max-width: 834px) {
  .page-interview-item-detail-box-pic {
    margin: 20px 0;
  }
}

.page-interview-item-detail-box-pic img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.page-interview-bottom {
  margin-top: 100px;
  width: 100%;
  height: 510px;
  display: flex;
  justify-content: center;
  gap: 100px;
}

@media screen and (max-width: 834px) {
  .page-interview-bottom {
    margin-top: 50px;
    height: 300px;
    gap: 0px;
  }
}

.page-interview-bottom:after {
  content: "";
  position: absolute;
  max-width: 1300px;
  width: 92%;
  height: 100%;
  object-fit: contain;
  background: url("./assets/img/home_culture_accent.png") no-repeat center center;
  background-size: contain;
  transform: translateY(-20%);
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .page-interview-bottom:after {
    height: 30%;
    transform: translateY(70%);
  }
}

.page-interview-bottom-inner_left {
  position: relative;
  width: 420px;
  height: 400px;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .page-interview-bottom-inner_left {
    position: absolute;
    left: 25px;
    width: 180px;
    height: 150px;
  }
}

.page-interview-bottom-inner_left img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-interview-bottom-inner_right {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 834px) {
  .page-interview-bottom-inner_right {
    transform: translateX(50px);
  }
}

.page-interview-bottom-inner_right-inner {
  position: relative;
  width: 480px;
  height: 400px;
  object-position: center;
  align-items: flex-end;
}

@media screen and (max-width: 834px) {
  .page-interview-bottom-inner_right-inner {
    width: 200px;
    height: 170px;
  }
}

.page-interview-bottom-inner_right-inner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.page-culture-title {
  font-size: 7rem;
  line-height: calc(80 / 70);
  font-weight: bold;
  color: #2096D5;
  margin-bottom: 25px;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 834px) {
  .page-culture-title {
    font-size: 3.5rem;
    line-height: calc(45 / 35);
    margin-bottom: 20px;
    letter-spacing: 0.05em;
  }
}

.page-culture .page-title_sub {
  margin-bottom: 25px;
  text-align: left;
}

@media screen and (max-width: 834px) {
  .page-culture .page-title_sub {
    margin-bottom: 15px;
  }
}

.page-culture p {
  font-size: 1.8rem;
  line-height: calc(42 / 18);
  font-weight: bold;
  color: #20254D;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 834px) {
  .page-culture p {
    font-size: 1.5rem;
    line-height: calc(32 / 15);
  }
}

.page-culture-list {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  margin-top: 100px;
}

@media screen and (max-width: 834px) {
  .page-culture-list {
    gap: 5px;
    margin-top: 50px;
  }
}

.page-culture-list_img-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}

@media screen and (max-width: 834px) {
  .page-culture-list_img-img {
    height: 170px;
    border-radius: 15px;
  }
}

.page-culture-list_img:nth-child(7n+1) {
  width: calc((100% - (10px * 2))/3);
}

.page-culture-list_img:nth-child(7n+2) {
  width: calc((100% - (10px * 2))/3);
}

.page-culture-list_img:nth-child(7n+3) {
  width: calc((100% - (10px * 2))/3);
}

.page-culture-list_img:nth-child(7n+4) {
  width: calc((100% - (10px * 3))/4);
}

.page-culture-list_img:nth-child(7n+5) {
  width: calc((100% - (10px * 3))/4);
}

.page-culture-list_img:nth-child(7n+6) {
  width: calc((100% - (10px * 3))/4);
}

.page-culture-list_img:nth-child(7n+7) {
  width: calc((100% - (10px * 3))/4);
}

@media screen and (max-width: 834px) {
  .page-culture-list_img:nth-child(3n+1) {
    width: 100%;
  }
  .page-culture-list_img:nth-child(3n+2) {
    width: calc((100% - (10px * 1))/2);
  }
  .page-culture-list_img:nth-child(3n+3) {
    width: calc((100% - (10px * 1))/2);
  }
}

@media screen and (min-width: 835px) {
  .page-joblist .page-com-h2 {
    margin-bottom: 60px;
  }
}

.page-joblist-wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
  margin-right: -20px;
}

@media screen and (max-width: 834px) {
  .page-joblist-wrap {
    flex-direction: column;
    margin-right: 0;
    gap: 10px;
  }
}

.page-joblist-item {
  width: calc(25% - 20px);
  border: 1px solid #2096D5;
  background-color: #FFFFFF;
  transition: all 0.2s ease;
}

@media screen and (min-width: 835px) {
  .page-joblist-item:hover {
    background-color: rgba(255, 255, 255, 0.8);
    transition: background-color 0.2s ease;
  }
  .page-joblist-item:hover .com-job_listing-item-img::after {
    opacity: 1;
    transition: opacity 0.2s ease;
  }
  .page-joblist-item:hover .com-job_listing-item-img-list-icon, .page-joblist-item:hover .com-job_listing-item-img-level-logo {
    transform: scale(1.05);
    transition: transform 0.2s ease;
  }
  .page-joblist-item:hover .page-joblist-item-text {
    opacity: 0.8;
    transition: opacity 0.2s ease;
  }
}

@media screen and (max-width: 834px) {
  .page-joblist-item {
    width: 100%;
  }
}

.page-joblist-item-img {
  position: relative;
  overflow: hidden;
}

.page-joblist-item-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 145px;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: 1;
}

.page-joblist-item-img .wp-post-image {
  width: 100%;
  height: auto;
  min-height: 145px;
  margin-bottom: 0;
  object-fit: cover;
  object-position: center;
  transition: transform 0.2s ease;
}

.page-joblist-item-img-text_en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Lexend", sans-serif;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #FFFFFF;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 1;
}

.page-joblist-item-text {
  background-color: #FFFFFF;
  padding: 15px 20px;
  transition: opacity 0.2s ease;
}

.page-joblist-item-text-list-inner {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #EBEEF0;
}

.page-joblist-item-text-list-title {
  width: 70px;
  position: relative;
  font-size: 1.5rem;
  line-height: calc(27/15);
  display: block;
  padding-left: 20px;
  color: #2096D5;
  font-weight: 600;
}

.page-joblist-item-text-list-title:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.page-joblist-item-text-list-title--area:after {
  width: 15px;
  height: 17px;
  background: url("./assets/img/ico_joblist01.png") no-repeat;
  background-size: contain;
}

.page-joblist-item-text-list-title--job_type:after {
  width: 15px;
  height: 19px;
  background: url("./assets/img/ico_joblist02.png") no-repeat;
  background-size: contain;
}

.page-joblist-item-text-list-title--salary:after {
  width: 15px;
  height: 13px;
  background: url("./assets/img/ico_joblist03.png") no-repeat;
  background-size: contain;
}

.page-joblist-item-text-list-desc {
  width: calc(100% - 70px);
  padding-left: 5px;
  display: block;
  font-style: normal;
  font-size: 1.5rem;
  line-height: calc(27/15);
}

.page-joblist-item-text-no_exp {
  display: block;
  font-size: 1.5rem;
  line-height: calc(27/15);
  position: relative;
  color: #F2604D;
  font-weight: 600;
  padding-left: 20px;
}

.page-joblist-item-text-no_exp:after {
  content: "";
  width: 15px;
  height: 17px;
  background: url("./assets/img/ico_joblist04.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.page-joblist-item-text-freshman {
  display: block;
  font-size: 1.5rem;
  line-height: calc(27/15);
  position: relative;
  color: #52c954;
  font-weight: 600;
  padding-left: 20px;
}

.page-joblist-item-text-freshman:after {
  content: "";
  width: 15px;
  height: 17px;
  background: url("./assets/img/ico_joblist05.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.page-incentive-title {
  font-size: 7rem;
  line-height: calc(80 / 70);
  font-weight: bold;
  color: #2096D5;
  margin-bottom: 25px;
  font-family: "Murecho", sans-serif;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 834px) {
  .page-incentive-title {
    font-size: 3.5rem;
    line-height: calc(45 / 35);
    margin-bottom: 20px;
    letter-spacing: 0.05em;
  }
}

.page-incentive-list {
  margin-top: 100px;
}

.page-incentive-list-title {
  font-size: 2rem;
  color: #2096D5;
  line-height: calc(27/18);
  font-weight: 600;
  letter-spacing: 0.05em;
}

.page-incentive-list-table {
  width: 100%;
  border-collapse: collapse;
}

.page-incentive-list-table thead th {
  background-color: #ADAFB5;
  color: #20254D;
  font-size: 1.8rem;
  line-height: calc(27/18);
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 10px;
  border: 1px solid #ADAFB5;
}

.page-incentive-list-table tbody tr td {
  background-color: #FFFFFF;
  border: 1px solid #ADAFB5;
  font-size: 1.8rem;
  line-height: calc(27/18);
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 15px;
}

@media screen and (max-width: 834px) {
  .page-incentive-list-table tbody tr td {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

.page-incentive-list-table tbody tr td.page-incentive-list-table-td-1 {
  text-align: center;
  width: 160px;
}

@media screen and (max-width: 834px) {
  .page-incentive-list-table tbody tr td.page-incentive-list-table-td-1 {
    width: 100%;
    border-bottom: none;
    background-color: #ADAFB5;
  }
}

@media screen and (max-width: 834px) {
  .page-incentive-list-table tbody tr td:last-child {
    border-top: none;
    padding-bottom: 30px;
  }
}

.page-incentive-list-table tbody ul {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
}

.page-incentive-list-table tbody ul li {
  background-color: #F5F6F6;
  list-style: none;
  width: fit-content;
  padding: 10px;
}

@media screen and (max-width: 834px) {
  .page-incentive .page-com-accent-box-title_sub {
    top: -30px;
  }
}

.code {
  font-size: 1.8rem;
}

.code-wrap {
  position: relative;
  padding: 40px 20px 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  border: 1px solid #000000;
}

.code-wrap pre {
  overflow-y: auto;
}

div:has(> .code-wrap) {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  div:has(> .code-wrap) {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.code-copy {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 300px;
  padding: 10px 20px;
  border-bottom-left-radius: 10px;
  background-color: #2096D5;
  color: #fff;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: .3s;
}

.code-copy:hover {
  opacity: .5;
}

@media screen and (max-width: 834px) {
  .code-copy:hover {
    opacity: 1;
  }
}

.shortcode-copy {
  position: absolute;
  top: 1px;
  right: 1px;
  display: block;
  width: 300px;
  padding: 10px 20px;
  border-bottom-left-radius: 10px;
  background-color: #2096D5;
  color: #fff;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: .3s;
}

.shortcode-copy:hover {
  opacity: .5;
}

@media screen and (max-width: 834px) {
  .shortcode-copy:hover {
    opacity: 1;
  }
}

.po-relative {
  position: relative;
}

.parts {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  .parts {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.parts-page {
  position: relative;
  background-color: #FFFFFF;
}

.parts-side {
  position: fixed;
  top: 120px;
  right: 0;
  width: 240px;
  padding: 40px;
  height: calc(100vh - 150px);
  overflow-y: auto;
  flex-shrink: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 834px) {
  .parts-side {
    position: static;
    top: 60px;
    left: 0;
    width: 100%;
    height: auto;
    overflow-x: auto;
  }
}

.parts-side ul {
  line-height: 1.4;
}

.parts-side ul li {
  margin-bottom: 10px;
  transition: color .3s;
}

.parts-side ul li:hover {
  color: #2096D5;
}

@media screen and (max-width: 834px) {
  .parts-side ul li:hover {
    color: #303030;
  }
}

.parts-side ul li:not([class]) {
  margin-top: 20px;
  font-weight: 700;
}

.parts-side ul li.pl10 a {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}

.parts-side ul li.pl10 a::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.parts-main {
  width: 100%;
}

.parts-head {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 834px) {
  .parts-head {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
}

.parts-head02 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 40px;
}

.parts-head03 {
  font-size: 2.0rem;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}

.parts-p {
  margin-bottom: 10px;
}

.parts-color {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.parts-color-item {
  width: calc((100% - 80px) / 5);
  height: auto;
}

.parts-color-item-btn {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #2096D5;
  padding: 5px 10px;
  transition: .3s;
  color: #303030;
}

.parts-color-item-btn:hover {
  opacity: .5;
}

.parts-color-item-btn.color_text-white {
  background-color: #2096D5;
}

.parts-color-item-btn.color_bg-main-dark {
  color: #FFFFFF;
}

.parts-color-item-btn.color_bg-gray-dark {
  color: #FFFFFF;
}

.parts-color-item-btn.color_bg-gray-black {
  color: #FFFFFF;
}

.single {
  padding-top: 130px;
}

@media screen and (max-width: 834px) {
  .single {
    padding-top: 60px;
  }
}

.single-hero-title {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: "Murecho", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.45;
  border-bottom: 1px solid #000000;
}

.single .page-hero-content-photo01-img {
  display: none;
}

.single .page-hero-content-photo01._beginner {
  background: url(./assets/img/joblisting/be_wide.png) no-repeat center center/cover;
}

.single .page-hero-content-photo01._specialist {
  background: url(./assets/img/joblisting/be_wide2.png) no-repeat center center/cover;
}

.single .page-hero-content-photo01:before {
  display: none;
}

.single .page-hero-content-photo01-inner {
  padding-top: 63px;
}

@media screen and (max-width: 834px) {
  .single .page-hero-content-photo01-inner {
    overflow: hidden;
  }
}

.single .page-hero-content-photo01-title {
  color: #FFFFFF;
  margin-top: 80px;
}

@media screen and (max-width: 834px) {
  .single .page-hero-content-photo01-title {
    margin-top: 20px;
  }
}

.single .page-hero-content-photo01-sub {
  color: #FFFFFF;
}

.single .page-hero-content-photo01-sub::after {
  width: 100%;
}

.single .page-hero-content-photo01._specialist .page-hero-content-photo01-sub::after {
  background-color: #2096D5;
}

.single .page-hero-content-photo01-job_icon {
  position: absolute;
  top: 63px;
  left: calc(50% - 636px);
  width: 90px;
  height: auto;
}

@media screen and (max-width: 834px) {
  .single .page-hero-content-photo01-job_icon {
    top: 18px;
    left: 15px;
    width: 60px;
  }
}

.archive-hero {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 80px;
  margin-bottom: 120px;
}

@media screen and (max-width: 834px) {
  .archive-hero {
    height: auto;
    margin-top: 55px;
    margin-bottom: 50px;
  }
}

.archive-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.archive-hero-content {
  padding: 50px 50px 0px;
}

@media screen and (max-width: 834px) {
  .archive-hero-content {
    padding: 60px 5% 0px;
  }
}

.archive-hero-content .page-hero-content-nav {
  margin: 0 auto 50px;
  padding: 10px;
  width: fit-content;
  background-color: #FFFFFF;
  border-radius: 100vh;
}

.archive-hero-content .page-hero-content-nav-list {
  display: flex;
}

.archive-hero-content .page-hero-content-nav-list-item-link {
  display: block;
  padding: 0 20px;
  transition: opacity 0.3s;
}

.archive-hero-content .page-hero-content-nav-list-item-link:hover {
  opacity: 0.5;
}

@media screen and (max-width: 834px) {
  .archive-hero-content .page-hero-content-nav-list-item-link:hover {
    opacity: 1;
  }
}

.archive-hero-content-title {
  font-size: 4.0rem;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .archive-hero-content-title {
    font-size: 3.0rem;
  }
}

.archive-hero-content-sub {
  font-family: "Lexend", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .archive-hero-content-sub {
    margin-bottom: 30px;
  }
}

.archive-contentWidth {
  width: 100%;
  max-width: 900px;
  padding: 0 50px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .archive-contentWidth {
    padding: 0 5%;
  }
}

.archive-contentWidth .com-h3 {
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .archive-contentWidth .com-h3 {
    margin-bottom: 40px;
  }
}

.archive-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.archive-list-item-link {
  display: flex;
  box-shadow: 1px 3px 12px 1px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  overflow: hidden;
  transition: box-shadow .3s;
}

.archive-list-item-link:hover {
  box-shadow: 1px 3px 6px 1px rgba(0, 0, 0, 0.4);
}

.archive-list-item-link-date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 200px;
  padding: 20px;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  background-color: #ADAFB5;
  flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .archive-list-item-link-date {
    width: 110px;
    padding: 15px;
    font-size: 1.2rem;
  }
}

.archive-list-item-link-txt {
  padding: 20px;
}

.archive-list-item-link-txt-title {
  font-size: 1.6rem;
  line-height: 2.1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.archive-list-item-link-txt-deac {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .archive-list-item-link-txt-deac {
    -webkit-line-clamp: 5;
  }
}

.archive-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
}

@media screen and (max-width: 834px) {
  .archive-pagination {
    margin-top: 40px;
  }
}

.archive-pagination .page-numbers {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000000;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .archive-pagination .page-numbers {
    padding: 5px 10px;
    font-size: 1.2rem;
  }
}

.archive-pagination .page-numbers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #2096D5;
  transition: width 0.3s;
  z-index: -1;
}

.archive-pagination .page-numbers::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ADAFB5;
  z-index: -10;
}

.archive-pagination .page-numbers:hover::before {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .archive-pagination .page-numbers:hover::before {
    width: 0%;
  }
}

.archive-pagination .page-numbers.current {
  pointer-events: none;
}

.archive-pagination .page-numbers.current::before {
  width: 100%;
}

.archive-pagination .page-numbers.dots {
  pointer-events: none;
}

.archive-pagination .page-numbers.dots::before {
  width: 0%;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: 900;
  pointer-events: none;
}

.header-inner {
  position: relative;
  top: 0;
  left: 0;
}

.header-inner.__scroll {
  top: 0;
}

@media screen and (max-width: 834px) {
  .header-inner {
    top: 0;
  }
}

.header-inner.active {
  background-color: rgba(255, 255, 255, 0);
}

@media screen and (min-width: 835px) {
  .header-inner.active .header-logo {
    opacity: 0;
    pointer-events: none;
  }
}

.header-inner.active .header-nav {
  opacity: 0;
  pointer-events: none;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 0 0 25px;
  pointer-events: auto;
  transition: background-color 0.3s, top 0.3s, opacity 0.5s ease-out;
  background-color: #F5F6F6;
}

@media screen and (max-width: 834px) {
  .header-top {
    height: 60px;
    padding: 0 0 0 5%;
  }
}

.header-top-left {
  display: flex;
  height: 100%;
}

.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  padding: 0 30px;
  pointer-events: auto;
  background-color: #EBEEF0;
}

@media screen and (max-width: 834px) {
  .header-bottom {
    height: 40px;
    padding: 0 5%;
  }
}

.header-bottom-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-bottom-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-bottom: 1px solid #2096D5;
  z-index: 1;
}

.header-bottom-title {
  position: relative;
  padding-right: 20px;
  font-family: "pillalt", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: 0.05em;
  color: #2096D5;
  background-color: #EBEEF0;
  z-index: 10;
}

.header-bottom-title span {
  text-wrap: nowrap;
}

@media screen and (max-width: 834px) {
  .header-bottom-title {
    padding-right: 10px;
  }
}

.header-bottom-nav {
  position: relative;
  width: 100%;
  max-width: fit-content;
  padding-left: 20px;
  background-color: #EBEEF0;
  overflow: hidden;
  z-index: 10;
}

@media screen and (max-width: 834px) {
  .header-bottom-nav {
    padding-left: 0;
  }
  .header-bottom-nav:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to right, rgba(235, 238, 240, 0), #EBEEF0);
    z-index: 1;
    pointer-events: none;
  }
}

.header-bottom-nav-list {
  display: flex;
  align-items: center;
  gap: 5px;
  overflow-x: auto;
}

@media screen and (max-width: 834px) {
  .header-bottom-nav-list {
    padding-right: 40px;
  }
}

.header-bottom-nav-list-item {
  position: relative;
  padding-right: 22px;
}

.header-bottom-nav-list-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%) rotate(-45deg);
  width: 24px;
  border-bottom: 1px solid #2096D5;
  z-index: 1;
}

.header-bottom-nav-list-item:last-child {
  padding-right: 0;
}

.header-bottom-nav-list-item:last-child:after {
  display: none;
}

.header-bottom-nav-list-item-link {
  font-size: 1.5rem;
  line-height: 2.1;
  letter-spacing: 0.08em;
  font-weight: 600;
  text-wrap: nowrap;
}

@media screen and (max-width: 834px) {
  .header-bottom-nav-list-item-link {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
}

.header-bottom-nav-list-item-link-text-hover {
  color: #2096D5;
}

.header-bottom-nav-list-item-link-text-current {
  color: #20254D;
}

.header-logo {
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
}

.header-logo img {
  width: 220px;
  height: auto;
}

@media screen and (max-width: 834px) {
  .header-logo img {
    width: 180px;
  }
}

.header-logo-text {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #2096D5;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: 0.05em;
  color: #2096D5;
}

.header-hum {
  cursor: pointer;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  aspect-ratio: 1 / 1;
  background-color: #20254D;
}

@media screen and (max-width: 834px) {
  .header-hum {
    display: flex;
  }
}

.header-hum-icon {
  position: relative;
  width: 24px;
  height: 16px;
}

.header-hum-icon span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  border-top: 2px solid #FFFFFF;
  transition: top 0.3s, transform 0.3s, opacity 0.3s;
}

.header-hum-icon span:nth-child(1) {
  top: 0;
}

.header-hum-icon span:nth-child(2) {
  top: 100%;
}

.header-hum-text {
  position: relative;
  margin-top: 10px;
  font-family: "Lexend", sans-serif;
  font-size: 1.2rem;
  line-height: 1.0;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .header-hum-text {
    margin-top: 8px;
    font-size: 1.0rem;
  }
}

.header-hum-text-close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.header-hum.active .header-hum-icon span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.header-hum.active .header-hum-icon span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header-hum.active .header-hum-icon span:nth-child(3) {
  opacity: 0;
}

.header-hum.active .header-hum-text-menu {
  opacity: 0;
}

.header-hum.active .header-hum-text-close {
  opacity: 1;
}

.header-nav {
  display: flex;
  align-items: center;
  height: 100%;
  transition: opacity 0.3s;
}

@media screen and (max-width: 1000px) {
  .header-nav {
    display: none;
  }
}

.header-nav-list {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 100%;
}

.header-nav-list-item-link {
  display: block;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lexend", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #20254D;
}

.header-nav-list-item-link ._joblisting {
  color: #F2604D;
}

.header-nav-list-item-link-arrow {
  width: 17px;
  height: 17px;
  margin-left: 5px;
}

.header-nav-link {
  display: flex;
  align-items: center;
  margin-left: 25px;
  padding: 0 15px;
  height: 100%;
  width: 190px;
  font-family: "Lexend", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  background-color: #20254D;
}

.header-nav-link:hover .header-nav-link-arrow {
  width: 38px;
  height: 38px;
  margin-left: 5px;
  background-color: #FFFFFF;
  transition: all 0.2s ease;
}

.header-nav-link:hover .header-nav-link-arrow-icon {
  left: -1px;
}

.header-nav-link-arrow {
  position: relative;
  width: 34px;
  height: 34px;
  margin-left: 7px;
  border-radius: 50%;
  background-color: #2096D5;
  z-index: 1;
  transition: all 0.2s ease;
}

.header-nav-link-arrow-icon {
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  width: 29px;
  height: 23px;
  fill: #20254D;
  transition: left 0.2s ease;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .header-nav-link-arrow-icon {
    width: 45px;
    height: 35px;
    left: -1px;
  }
}

.header-bottom_entry {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 60px;
  border-radius: 10px;
  z-index: 1000;
  pointer-events: auto;
  background-color: #1A1C2C;
}

.header-bottom_entry-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
}

.header-bottom_entry-link-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #F2604D;
}

.header-bottom_entry-link-sub_text {
  font-size: 1.8rem;
  color: #FFFFFF;
}

.header-bottom_entry-link-arrow {
  position: relative;
  top: 0;
  right: 0;
  transform: none;
  width: 36px;
  height: 36px;
}

.header-bottom_entry-link-arrow-icon {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(-10%, 15%);
  width: 31px;
  height: 28px;
}

.header-bottom_sp {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #20254D 50%, #20254D 100%);
  gap: 5px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 70px;
  z-index: 1000;
  pointer-events: auto;
}

.header-bottom_sp-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.header-bottom_sp-link-text {
  font-family: "Lexend", sans-serif;
  font-size: 1.4rem;
  line-height: 2.0;
}

.header-bottom_sp-link._01 {
  background-color: #FFFFFF;
}

.header-bottom_sp-link._01 .header-bottom_sp-link-text {
  color: #20254D;
  font-weight: 600;
}

.header-bottom_sp-link._02 {
  background-color: #F2604D;
}

.header-bottom_sp-link._02 .header-bottom_sp-link-text {
  color: #20254D;
  font-weight: 600;
}

.header-bottom_sp-link._03 {
  background-color: #2096D5;
}

.header-bottom_sp-link._03 .header-bottom_sp-link-text {
  color: #FFFFFF;
  font-weight: 500;
}

.header-bottom_sp-link-arrow {
  position: relative;
  top: 0;
  right: 0;
  transform: none;
  width: 20px;
  height: 20px;
}

.header-bottom_sp-link-arrow-icon {
  width: 20px;
  height: 20px;
}

.header-drawerMenu {
  position: absolute;
  top: 60px;
  right: -600px;
  width: 580px;
  height: calc(100svh - 60px);
  z-index: 900;
  pointer-events: none;
  transition: right 0.4s cubic-bezier(0.3, 1.3, 0.13, 1);
}

@media screen and (max-width: 834px) {
  .header-drawerMenu {
    right: -101%;
    width: 100%;
  }
}

.header-drawerMenu.active {
  right: 0px;
}

.header-drawerMenu.active .header-drawerMenu-contents-inner {
  opacity: 1;
}

.header-drawerMenu.active .header-drawerMenu-bg {
  pointer-events: auto;
  background-color: rgba(98, 102, 113, 0.8);
}

.header-drawerMenu-bg {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100svh - 60px);
  pointer-events: none;
  background-color: rgba(98, 102, 113, 0);
  z-index: 1;
}

.header-drawerMenu-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  z-index: 10;
}

@media screen and (max-width: 834px) {
  .header-drawerMenu-contents {
    max-height: 100%;
    padding-top: 0;
  }
}

.header-drawerMenu-contents:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 825px;
  height: 165%;
  min-height: 1825px;
  background-color: #F5F6F6;
  border-radius: 50%;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .header-drawerMenu-contents:after {
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: 0;
  }
}

.header-drawerMenu-contents-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-drawerMenu-contents-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: 1000px;
  padding: 0 100px 50px 140px;
  opacity: 0;
  transition: opacity 0.3s 0.2s;
  overflow-y: auto;
  pointer-events: auto;
}

@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-inner {
    padding: 40px 5% 100px;
  }
}

.header-drawerMenu-contents-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.header-drawerMenu-contents-list-item-link {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.header-drawerMenu-contents-list-item-link-en {
  font-family: "Lexend", sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #303030;
}

.header-drawerMenu-contents-list-item-link-jp {
  font-size: 1.5rem;
  line-height: 2.1;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #ADAFB5;
}

.header-drawerMenu-contents-list-item-sub {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ADAFB5;
}

.header-drawerMenu-contents-list-item-sub-title {
  display: flex;
  align-items: center;
  gap: 24px;
}

.header-drawerMenu-contents-list-item-sub-title-text {
  font-family: "Lexend", sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #303030;
}

.header-drawerMenu-contents-list-item-sub-title-bar {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ADAFB5;
}

.header-drawerMenu-contents-list-item-sub-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.header-drawerMenu-contents-list-item-sub-list-item-link {
  font-size: 1.5rem;
  line-height: 2.1;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #303030;
}

.header-drawerMenu-contents-bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.header-drawerMenu-contents-bottom-instagram {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  z-index: 1;
}

.header-drawerMenu-contents-bottom-instagram:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #2096D5;
  transition: transform 0.3s cubic-bezier(0.34, 2.88, 0.01, 0.44);
  z-index: -1;
}

.header-drawerMenu-contents-bottom-instagram:hover:after {
  transform: scale(1.1);
}

@media screen and (max-width: 834px) {
  .header-drawerMenu-contents-bottom-instagram:hover:after {
    transform: scale(1);
  }
}

.header-drawerMenu-contents-bottom-instagram-icon {
  width: 22px;
  height: 22px;
}

.header-drawerMenu-contents-bottom-instagram._white:after {
  background-color: #FFFFFF;
}

.header-drawerMenu-contents-bottom-link {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #303030;
}

.footer {
  background: #20254D;
  padding: 100px 0 150px;
}

@media screen and (max-width: 834px) {
  .footer {
    padding: 40px 0 80px;
  }
}

.footer-wrapper {
  padding: 0 50px;
  max-width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .footer-wrapper {
    padding: 0 5%;
  }
}

.footer-title {
  color: #FFFFFF;
  font-size: 6.0rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 834px) {
  .footer-title {
    font-size: 4.0rem;
    margin-bottom: 40px;
  }
}

.footer-title-img {
  display: block;
  width: 274px;
  margin: 0 auto 70px;
}

@media screen and (max-width: 834px) {
  .footer-title-img {
    width: 140px;
    margin-bottom: 40px;
  }
}

.footer-content {
  display: flex;
  gap: 80px;
}

@media screen and (max-width: 1000px) {
  .footer-content {
    flex-direction: column-reverse;
    gap: 60px;
  }
}

.footer-content-left {
  width: fit-content;
  flex-shrink: 0;
}

@media screen and (max-width: 1000px) {
  .footer-content-left {
    width: 100%;
  }
}

.footer-content-left-logo {
  display: block;
  width: 128px;
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .footer-content-left-logo {
    width: 110px;
    margin: 0 0 20px;
  }
}

.footer-content-left-title {
  color: #FFFFFF;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.09em;
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .footer-content-left-title {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

.footer-content-right {
  width: 100%;
}

.footer-content-right-links {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .footer-content-right-links {
    margin-bottom: 20px;
  }
}

.footer-content-right-links:last-child {
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .footer-content-right-links:last-child {
    margin-bottom: 20px;
  }
}

.footer-content-right-links-title {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 160px;
  flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .footer-content-right-links-title {
    width: 120px;
  }
}

.footer-content-right-links-title-text {
  font-family: "Lexend", sans-serif;
  color: #FFFFFF;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  flex-shrink: 0;
}

@media screen and (max-width: 834px) {
  .footer-content-right-links-title-text {
    font-size: 1.3rem;
    line-height: 2;
  }
}

.footer-content-right-links-title-line {
  width: 100%;
  height: 0;
  border-top: 1px solid #FFFFFF;
}

.footer-content-right-links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  padding-top: 4px;
  align-items: center;
}

@media screen and (max-width: 834px) {
  .footer-content-right-links-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.footer-content-right-links-list-item-link-text {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 834px) {
  .footer-content-right-links-list-item-link-text {
    font-size: 1.4rem;
  }
}

.footer-content-right-links-list-item-link-text-hover {
  color: #2096D5;
}

.footer-content-right-links-list-item-link-text-current {
  color: #FFFFFF;
}

.footer-content-right-links-list-item._small .footer-content-right-links-list-item-link-text {
  font-size: 1.3rem;
  line-height: 1.5;
  height: 1.3em;
}

.footer-content-right-links-list-item._small .footer-content-right-links-list-item-link-text-hover {
  height: 1.3em;
}

.footer-content-right-links-list-item._small .footer-content-right-links-list-item-link-text-current {
  height: 1.3em;
}

.footer-content-right-links-list-item._small .com-link01-text-inner {
  transform: translateY(-1.3em);
}

.footer-content-right-links-list-item._small .com-link01:hover .com-link01-text-inner {
  transform: translateY(0);
}

@media screen and (max-width: 834px) {
  .footer-content-right-links .com-link_box-item {
    width: 100%;
  }
}

.footer-content-right-bottom {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width: 834px) {
  .footer-content-right-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.footer-copyright {
  font-family: "Lexend", sans-serif;
  color: #FFFFFF;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.footer-infomation {
  background-color: #F5F6F6;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 834px) {
  .footer-infomation {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.footer-infomation-logo {
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 60px;
}

.footer-infomation-content {
  display: flex;
  gap: 80px;
}

@media screen and (max-width: 834px) {
  .footer-infomation-content {
    flex-direction: column;
    gap: 30px;
  }
}

.footer-infomation-content-left {
  width: calc((100% - 80px) / 2);
}

@media screen and (max-width: 834px) {
  .footer-infomation-content-left {
    width: 100%;
  }
}

.footer-infomation-content-right {
  width: calc((100% - 80px) / 2);
}

@media screen and (max-width: 834px) {
  .footer-infomation-content-right {
    width: 100%;
  }
}

.footer-infomation-content-right-contact {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

@media screen and (max-width: 834px) {
  .footer-infomation-content-right-contact {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }
}

.footer-infomation-content-right-contact-tel {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 834px) {
  .footer-infomation-content-right-contact-tel {
    width: 100%;
  }
}

.footer-infomation-content-right-contact-tel-detail {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #20254D;
}

@media screen and (max-width: 834px) {
  .footer-infomation-content-right-contact-tel-detail {
    font-size: 1.6rem;
    line-height: 2;
    /* 200% */
    margin-bottom: 10px;
  }
}

.footer-infomation-content-right-contact-tel-number {
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer-infomation-content-right-contact-tel-number-icon {
  width: 32px;
  height: 32px;
  fill: #2096D5;
}

.footer-infomation-content-right-contact-tel-number p {
  color: #20254D;
  font-family: "Lexend", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.footer-infomation-content-right-contact-sp_tel {
  display: flex;
  padding: 15px;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #2096D5;
  background: #FFFFFF;
  position: relative;
  cursor: pointer;
}

.footer-infomation-content-right-contact-sp_tel-number {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.footer-infomation-content-right-contact-sp_tel-number-text {
  color: #2096D5;
  font-family: "Lexend", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.footer-infomation-content-right-contact-sp_tel-number-icon {
  width: 26px;
  height: 26px;
  fill: #2096D5;
}

.footer-infomation-content-right-contact-sp_tel-icon {
  position: absolute;
  top: -8.28px;
  right: -6px;
  width: 26px;
  height: 26px;
  background-color: #20254D;
  border-radius: 50%;
  transition: transform 0.3s;
}

.footer-infomation-content-right-contact-sp_tel-icon-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
}

.footer-infomation-content-right-contact-web {
  display: flex;
  padding: 15px;
  flex-direction: column;
  gap: 4px;
  max-width: 200px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #2096D5;
  background: #FFFFFF;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

@media screen and (max-width: 834px) {
  .footer-infomation-content-right-contact-web {
    max-width: 100%;
  }
}

.footer-infomation-content-right-contact-web:hover {
  background: #D6D0C2;
}

@media screen and (max-width: 834px) {
  .footer-infomation-content-right-contact-web:hover {
    background: #FFFFFF;
  }
}

.footer-infomation-content-right-contact-web:hover .footer-infomation-content-right-contact-web-icon {
  transform: translate(5px, -5px);
  /* Di chuyển mũi tên chéo lên trên phải */
}

@media screen and (max-width: 834px) {
  .footer-infomation-content-right-contact-web:hover .footer-infomation-content-right-contact-web-icon {
    transform: translate(0, 0);
  }
}

.footer-infomation-content-right-contact-web-detail {
  text-align: center;
  color: #20254D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  /* 135% */
  letter-spacing: 0.08em;
}

.footer-infomation-content-right-contact-web-info {
  text-align: center;
  padding-top: 5px;
  border-top: 1px solid #2096D5;
  color: #20254D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33333;
  /* 133.333% */
  letter-spacing: 0.08em;
}

.footer-infomation-content-right-contact-web-icon {
  position: absolute;
  top: -8.28px;
  right: -6px;
  width: 26px;
  height: 26px;
  background-color: #20254D;
  border-radius: 50%;
  transition: transform 0.3s;
}

.footer-infomation-content-right-contact-web-icon-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
}

.footer-related {
  padding-bottom: 120px;
  background-color: #F5F6F6;
}

@media screen and (max-width: 834px) {
  .footer-related {
    padding-bottom: 60px;
  }
}

.footer-related-title {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: calc(55 / 34);
  letter-spacing: 0.16em;
  text-align: center;
  color: #20254D;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .footer-related-title {
    font-size: 3.0rem;
    line-height: calc(40 / 30);
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
}

.footer-related-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 834px) {
  .footer-related-list {
    flex-direction: column;
    gap: 5px;
  }
}

.footer-related-list .com-link_box-item {
  width: calc((100% - 60px) / 4);
}

@media screen and (max-width: 834px) {
  .footer-related-list .com-link_box-item {
    width: 100%;
  }
}

.footer-entry {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F5F6F6;
}

@media screen and (max-width: 834px) {
  .footer-entry {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.footer-job_listing {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #2096D5;
}

@media screen and (max-width: 834px) {
  .footer-job_listing {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.footer-job_listing-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto 30px;
  padding: 0 50px;
}

@media screen and (max-width: 834px) {
  .footer-job_listing-top {
    flex-direction: column;
    align-items: flex-start;
    padding: 0 5%;
  }
}

.footer-job_listing-top-title {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: calc(55 / 34);
  letter-spacing: 0.16em;
  color: #FFFFFF;
}

@media screen and (max-width: 834px) {
  .footer-job_listing-top-title {
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
}

.mySwiper {
  width: 100%;
  margin-top: 150px;
}

@media screen and (max-width: 834px) {
  .mySwiper {
    margin-top: 31px;
    overflow: visible !important;
  }
}

.mySwiper .swiper-slide {
  width: 300px !important;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

@media screen and (max-width: 834px) {
  .mySwiper .swiper-slide {
    width: 200px !important;
  }
}

.mySwiper .swiper-pagination-bullet {
  display: none !important;
}

.mySwiper .swiper-button-next {
  display: none;
}

@media screen and (max-width: 834px) {
  .mySwiper .swiper-button-next {
    display: block;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px;
    border: 1px solid #2096D5;
    background: #FFFFFF;
    left: calc(50%) !important;
    top: calc(100% + 52px) !important;
  }
}

.mySwiper .swiper-button-prev {
  display: none;
}

@media screen and (max-width: 834px) {
  .mySwiper .swiper-button-prev {
    display: block;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50px;
    border: 1px solid #2096D5;
    background: #FFFFFF;
    left: calc(50% - 50px) !important;
    top: calc(100% + 52px) !important;
  }
}

.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
  content: "" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 7.25px;
  height: 14.5px;
  display: block;
}

.mySwiper .swiper-button-next::after {
  background-image: url(assets/img/swiper-button-next-r.svg) !important;
}

.mySwiper .swiper-button-prev::after {
  background-image: url(assets/img/swiper-button-next-l.svg) !important;
}
/*# sourceMappingURL=style.css.map */