@charset "UTF-8";
/* ボックスレイアウト
=========================================== */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,700;1,700&family=Noto+Sans+JP:wght@500;700&family=Roboto:wght@500;700&display=swap");
.flex.col_1 > div {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .flex.col_1 > div {
    width: 100%;
  }
}

.flex.flex-between.col_1 > div {
  width: 98.5%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_1 > div {
    width: 100%;
  }
}

.flex.col_2 > div {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .flex.col_2 > div {
    width: 100%;
  }
}

.flex.flex-between.col_2 > div {
  width: 48.5%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_2 > div {
    width: 100%;
  }
}

.flex.col_3 > div {
  width: 33.3333333333%;
}
@media only screen and (max-width: 767px) {
  .flex.col_3 > div {
    width: 100%;
  }
}

.flex.flex-between.col_3 > div {
  width: 31.8333333333%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_3 > div {
    width: 100%;
  }
}

.flex.col_4 > div {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .flex.col_4 > div {
    width: 100%;
  }
}

.flex.flex-between.col_4 > div {
  width: 23.5%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_4 > div {
    width: 100%;
  }
}

.flex.col_5 > div {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .flex.col_5 > div {
    width: 100%;
  }
}

.flex.flex-between.col_5 > div {
  width: 18.5%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_5 > div {
    width: 100%;
  }
}

.flex.col_6 > div {
  width: 16.6666666667%;
}
@media only screen and (max-width: 767px) {
  .flex.col_6 > div {
    width: 100%;
  }
}

.flex.flex-between.col_6 > div {
  width: 15.1666666667%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_6 > div {
    width: 100%;
  }
}

.flex.col_7 > div {
  width: 14.2857142857%;
}
@media only screen and (max-width: 767px) {
  .flex.col_7 > div {
    width: 100%;
  }
}

.flex.flex-between.col_7 > div {
  width: 12.7857142857%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_7 > div {
    width: 100%;
  }
}

.flex.col_8 > div {
  width: 12.5%;
}
@media only screen and (max-width: 767px) {
  .flex.col_8 > div {
    width: 100%;
  }
}

.flex.flex-between.col_8 > div {
  width: 11%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_8 > div {
    width: 100%;
  }
}

.flex.col_9 > div {
  width: 11.1111111111%;
}
@media only screen and (max-width: 767px) {
  .flex.col_9 > div {
    width: 100%;
  }
}

.flex.flex-between.col_9 > div {
  width: 9.6111111111%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_9 > div {
    width: 100%;
  }
}

.flex.col_10 > div {
  width: 10%;
}
@media only screen and (max-width: 767px) {
  .flex.col_10 > div {
    width: 100%;
  }
}

.flex.flex-between.col_10 > div {
  width: 8.5%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_10 > div {
    width: 100%;
  }
}

.flex.col_11 > div {
  width: 9.0909090909%;
}
@media only screen and (max-width: 767px) {
  .flex.col_11 > div {
    width: 100%;
  }
}

.flex.flex-between.col_11 > div {
  width: 7.5909090909%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_11 > div {
    width: 100%;
  }
}

.flex.col_12 > div {
  width: 8.3333333333%;
}
@media only screen and (max-width: 767px) {
  .flex.col_12 > div {
    width: 100%;
  }
}

.flex.flex-between.col_12 > div {
  width: 6.8333333333%;
}
@media only screen and (max-width: 767px) {
  .flex.flex-between.col_12 > div {
    width: 100%;
  }
}

/* margin
=========================================== */
.mt1 {
  margin-top: 1px;
}

.mr1 {
  margin-right: 1px;
}

.mb1 {
  margin-bottom: 1px;
}

.ml1 {
  margin-left: 1px;
}

.mt2 {
  margin-top: 2px;
}

.mr2 {
  margin-right: 2px;
}

.mb2 {
  margin-bottom: 2px;
}

.ml2 {
  margin-left: 2px;
}

.mt3 {
  margin-top: 3px;
}

.mr3 {
  margin-right: 3px;
}

.mb3 {
  margin-bottom: 3px;
}

.ml3 {
  margin-left: 3px;
}

.mt4 {
  margin-top: 4px;
}

.mr4 {
  margin-right: 4px;
}

.mb4 {
  margin-bottom: 4px;
}

.ml4 {
  margin-left: 4px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mt6 {
  margin-top: 6px;
}

.mr6 {
  margin-right: 6px;
}

.mb6 {
  margin-bottom: 6px;
}

.ml6 {
  margin-left: 6px;
}

.mt7 {
  margin-top: 7px;
}

.mr7 {
  margin-right: 7px;
}

.mb7 {
  margin-bottom: 7px;
}

.ml7 {
  margin-left: 7px;
}

.mt8 {
  margin-top: 8px;
}

.mr8 {
  margin-right: 8px;
}

.mb8 {
  margin-bottom: 8px;
}

.ml8 {
  margin-left: 8px;
}

.mt9 {
  margin-top: 9px;
}

.mr9 {
  margin-right: 9px;
}

.mb9 {
  margin-bottom: 9px;
}

.ml9 {
  margin-left: 9px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mt11 {
  margin-top: 11px;
}

.mr11 {
  margin-right: 11px;
}

.mb11 {
  margin-bottom: 11px;
}

.ml11 {
  margin-left: 11px;
}

.mt12 {
  margin-top: 12px;
}

.mr12 {
  margin-right: 12px;
}

.mb12 {
  margin-bottom: 12px;
}

.ml12 {
  margin-left: 12px;
}

.mt13 {
  margin-top: 13px;
}

.mr13 {
  margin-right: 13px;
}

.mb13 {
  margin-bottom: 13px;
}

.ml13 {
  margin-left: 13px;
}

.mt14 {
  margin-top: 14px;
}

.mr14 {
  margin-right: 14px;
}

.mb14 {
  margin-bottom: 14px;
}

.ml14 {
  margin-left: 14px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mt16 {
  margin-top: 16px;
}

.mr16 {
  margin-right: 16px;
}

.mb16 {
  margin-bottom: 16px;
}

.ml16 {
  margin-left: 16px;
}

.mt17 {
  margin-top: 17px;
}

.mr17 {
  margin-right: 17px;
}

.mb17 {
  margin-bottom: 17px;
}

.ml17 {
  margin-left: 17px;
}

.mt18 {
  margin-top: 18px;
}

.mr18 {
  margin-right: 18px;
}

.mb18 {
  margin-bottom: 18px;
}

.ml18 {
  margin-left: 18px;
}

.mt19 {
  margin-top: 19px;
}

.mr19 {
  margin-right: 19px;
}

.mb19 {
  margin-bottom: 19px;
}

.ml19 {
  margin-left: 19px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mt21 {
  margin-top: 21px;
}

.mr21 {
  margin-right: 21px;
}

.mb21 {
  margin-bottom: 21px;
}

.ml21 {
  margin-left: 21px;
}

.mt22 {
  margin-top: 22px;
}

.mr22 {
  margin-right: 22px;
}

.mb22 {
  margin-bottom: 22px;
}

.ml22 {
  margin-left: 22px;
}

.mt23 {
  margin-top: 23px;
}

.mr23 {
  margin-right: 23px;
}

.mb23 {
  margin-bottom: 23px;
}

.ml23 {
  margin-left: 23px;
}

.mt24 {
  margin-top: 24px;
}

.mr24 {
  margin-right: 24px;
}

.mb24 {
  margin-bottom: 24px;
}

.ml24 {
  margin-left: 24px;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mt26 {
  margin-top: 26px;
}

.mr26 {
  margin-right: 26px;
}

.mb26 {
  margin-bottom: 26px;
}

.ml26 {
  margin-left: 26px;
}

.mt27 {
  margin-top: 27px;
}

.mr27 {
  margin-right: 27px;
}

.mb27 {
  margin-bottom: 27px;
}

.ml27 {
  margin-left: 27px;
}

.mt28 {
  margin-top: 28px;
}

.mr28 {
  margin-right: 28px;
}

.mb28 {
  margin-bottom: 28px;
}

.ml28 {
  margin-left: 28px;
}

.mt29 {
  margin-top: 29px;
}

.mr29 {
  margin-right: 29px;
}

.mb29 {
  margin-bottom: 29px;
}

.ml29 {
  margin-left: 29px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mt31 {
  margin-top: 31px;
}

.mr31 {
  margin-right: 31px;
}

.mb31 {
  margin-bottom: 31px;
}

.ml31 {
  margin-left: 31px;
}

.mt32 {
  margin-top: 32px;
}

.mr32 {
  margin-right: 32px;
}

.mb32 {
  margin-bottom: 32px;
}

.ml32 {
  margin-left: 32px;
}

.mt33 {
  margin-top: 33px;
}

.mr33 {
  margin-right: 33px;
}

.mb33 {
  margin-bottom: 33px;
}

.ml33 {
  margin-left: 33px;
}

.mt34 {
  margin-top: 34px;
}

.mr34 {
  margin-right: 34px;
}

.mb34 {
  margin-bottom: 34px;
}

.ml34 {
  margin-left: 34px;
}

.mt35 {
  margin-top: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mt36 {
  margin-top: 36px;
}

.mr36 {
  margin-right: 36px;
}

.mb36 {
  margin-bottom: 36px;
}

.ml36 {
  margin-left: 36px;
}

.mt37 {
  margin-top: 37px;
}

.mr37 {
  margin-right: 37px;
}

.mb37 {
  margin-bottom: 37px;
}

.ml37 {
  margin-left: 37px;
}

.mt38 {
  margin-top: 38px;
}

.mr38 {
  margin-right: 38px;
}

.mb38 {
  margin-bottom: 38px;
}

.ml38 {
  margin-left: 38px;
}

.mt39 {
  margin-top: 39px;
}

.mr39 {
  margin-right: 39px;
}

.mb39 {
  margin-bottom: 39px;
}

.ml39 {
  margin-left: 39px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mt41 {
  margin-top: 41px;
}

.mr41 {
  margin-right: 41px;
}

.mb41 {
  margin-bottom: 41px;
}

.ml41 {
  margin-left: 41px;
}

.mt42 {
  margin-top: 42px;
}

.mr42 {
  margin-right: 42px;
}

.mb42 {
  margin-bottom: 42px;
}

.ml42 {
  margin-left: 42px;
}

.mt43 {
  margin-top: 43px;
}

.mr43 {
  margin-right: 43px;
}

.mb43 {
  margin-bottom: 43px;
}

.ml43 {
  margin-left: 43px;
}

.mt44 {
  margin-top: 44px;
}

.mr44 {
  margin-right: 44px;
}

.mb44 {
  margin-bottom: 44px;
}

.ml44 {
  margin-left: 44px;
}

.mt45 {
  margin-top: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mt46 {
  margin-top: 46px;
}

.mr46 {
  margin-right: 46px;
}

.mb46 {
  margin-bottom: 46px;
}

.ml46 {
  margin-left: 46px;
}

.mt47 {
  margin-top: 47px;
}

.mr47 {
  margin-right: 47px;
}

.mb47 {
  margin-bottom: 47px;
}

.ml47 {
  margin-left: 47px;
}

.mt48 {
  margin-top: 48px;
}

.mr48 {
  margin-right: 48px;
}

.mb48 {
  margin-bottom: 48px;
}

.ml48 {
  margin-left: 48px;
}

.mt49 {
  margin-top: 49px;
}

.mr49 {
  margin-right: 49px;
}

.mb49 {
  margin-bottom: 49px;
}

.ml49 {
  margin-left: 49px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mt51 {
  margin-top: 51px;
}

.mr51 {
  margin-right: 51px;
}

.mb51 {
  margin-bottom: 51px;
}

.ml51 {
  margin-left: 51px;
}

.mt52 {
  margin-top: 52px;
}

.mr52 {
  margin-right: 52px;
}

.mb52 {
  margin-bottom: 52px;
}

.ml52 {
  margin-left: 52px;
}

.mt53 {
  margin-top: 53px;
}

.mr53 {
  margin-right: 53px;
}

.mb53 {
  margin-bottom: 53px;
}

.ml53 {
  margin-left: 53px;
}

.mt54 {
  margin-top: 54px;
}

.mr54 {
  margin-right: 54px;
}

.mb54 {
  margin-bottom: 54px;
}

.ml54 {
  margin-left: 54px;
}

.mt55 {
  margin-top: 55px;
}

.mr55 {
  margin-right: 55px;
}

.mb55 {
  margin-bottom: 55px;
}

.ml55 {
  margin-left: 55px;
}

.mt56 {
  margin-top: 56px;
}

.mr56 {
  margin-right: 56px;
}

.mb56 {
  margin-bottom: 56px;
}

.ml56 {
  margin-left: 56px;
}

.mt57 {
  margin-top: 57px;
}

.mr57 {
  margin-right: 57px;
}

.mb57 {
  margin-bottom: 57px;
}

.ml57 {
  margin-left: 57px;
}

.mt58 {
  margin-top: 58px;
}

.mr58 {
  margin-right: 58px;
}

.mb58 {
  margin-bottom: 58px;
}

.ml58 {
  margin-left: 58px;
}

.mt59 {
  margin-top: 59px;
}

.mr59 {
  margin-right: 59px;
}

.mb59 {
  margin-bottom: 59px;
}

.ml59 {
  margin-left: 59px;
}

.mt60 {
  margin-top: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mt61 {
  margin-top: 61px;
}

.mr61 {
  margin-right: 61px;
}

.mb61 {
  margin-bottom: 61px;
}

.ml61 {
  margin-left: 61px;
}

.mt62 {
  margin-top: 62px;
}

.mr62 {
  margin-right: 62px;
}

.mb62 {
  margin-bottom: 62px;
}

.ml62 {
  margin-left: 62px;
}

.mt63 {
  margin-top: 63px;
}

.mr63 {
  margin-right: 63px;
}

.mb63 {
  margin-bottom: 63px;
}

.ml63 {
  margin-left: 63px;
}

.mt64 {
  margin-top: 64px;
}

.mr64 {
  margin-right: 64px;
}

.mb64 {
  margin-bottom: 64px;
}

.ml64 {
  margin-left: 64px;
}

.mt65 {
  margin-top: 65px;
}

.mr65 {
  margin-right: 65px;
}

.mb65 {
  margin-bottom: 65px;
}

.ml65 {
  margin-left: 65px;
}

.mt66 {
  margin-top: 66px;
}

.mr66 {
  margin-right: 66px;
}

.mb66 {
  margin-bottom: 66px;
}

.ml66 {
  margin-left: 66px;
}

.mt67 {
  margin-top: 67px;
}

.mr67 {
  margin-right: 67px;
}

.mb67 {
  margin-bottom: 67px;
}

.ml67 {
  margin-left: 67px;
}

.mt68 {
  margin-top: 68px;
}

.mr68 {
  margin-right: 68px;
}

.mb68 {
  margin-bottom: 68px;
}

.ml68 {
  margin-left: 68px;
}

.mt69 {
  margin-top: 69px;
}

.mr69 {
  margin-right: 69px;
}

.mb69 {
  margin-bottom: 69px;
}

.ml69 {
  margin-left: 69px;
}

.mt70 {
  margin-top: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mt71 {
  margin-top: 71px;
}

.mr71 {
  margin-right: 71px;
}

.mb71 {
  margin-bottom: 71px;
}

.ml71 {
  margin-left: 71px;
}

.mt72 {
  margin-top: 72px;
}

.mr72 {
  margin-right: 72px;
}

.mb72 {
  margin-bottom: 72px;
}

.ml72 {
  margin-left: 72px;
}

.mt73 {
  margin-top: 73px;
}

.mr73 {
  margin-right: 73px;
}

.mb73 {
  margin-bottom: 73px;
}

.ml73 {
  margin-left: 73px;
}

.mt74 {
  margin-top: 74px;
}

.mr74 {
  margin-right: 74px;
}

.mb74 {
  margin-bottom: 74px;
}

.ml74 {
  margin-left: 74px;
}

.mt75 {
  margin-top: 75px;
}

.mr75 {
  margin-right: 75px;
}

.mb75 {
  margin-bottom: 75px;
}

.ml75 {
  margin-left: 75px;
}

.mt76 {
  margin-top: 76px;
}

.mr76 {
  margin-right: 76px;
}

.mb76 {
  margin-bottom: 76px;
}

.ml76 {
  margin-left: 76px;
}

.mt77 {
  margin-top: 77px;
}

.mr77 {
  margin-right: 77px;
}

.mb77 {
  margin-bottom: 77px;
}

.ml77 {
  margin-left: 77px;
}

.mt78 {
  margin-top: 78px;
}

.mr78 {
  margin-right: 78px;
}

.mb78 {
  margin-bottom: 78px;
}

.ml78 {
  margin-left: 78px;
}

.mt79 {
  margin-top: 79px;
}

.mr79 {
  margin-right: 79px;
}

.mb79 {
  margin-bottom: 79px;
}

.ml79 {
  margin-left: 79px;
}

.mt80 {
  margin-top: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mt81 {
  margin-top: 81px;
}

.mr81 {
  margin-right: 81px;
}

.mb81 {
  margin-bottom: 81px;
}

.ml81 {
  margin-left: 81px;
}

.mt82 {
  margin-top: 82px;
}

.mr82 {
  margin-right: 82px;
}

.mb82 {
  margin-bottom: 82px;
}

.ml82 {
  margin-left: 82px;
}

.mt83 {
  margin-top: 83px;
}

.mr83 {
  margin-right: 83px;
}

.mb83 {
  margin-bottom: 83px;
}

.ml83 {
  margin-left: 83px;
}

.mt84 {
  margin-top: 84px;
}

.mr84 {
  margin-right: 84px;
}

.mb84 {
  margin-bottom: 84px;
}

.ml84 {
  margin-left: 84px;
}

.mt85 {
  margin-top: 85px;
}

.mr85 {
  margin-right: 85px;
}

.mb85 {
  margin-bottom: 85px;
}

.ml85 {
  margin-left: 85px;
}

.mt86 {
  margin-top: 86px;
}

.mr86 {
  margin-right: 86px;
}

.mb86 {
  margin-bottom: 86px;
}

.ml86 {
  margin-left: 86px;
}

.mt87 {
  margin-top: 87px;
}

.mr87 {
  margin-right: 87px;
}

.mb87 {
  margin-bottom: 87px;
}

.ml87 {
  margin-left: 87px;
}

.mt88 {
  margin-top: 88px;
}

.mr88 {
  margin-right: 88px;
}

.mb88 {
  margin-bottom: 88px;
}

.ml88 {
  margin-left: 88px;
}

.mt89 {
  margin-top: 89px;
}

.mr89 {
  margin-right: 89px;
}

.mb89 {
  margin-bottom: 89px;
}

.ml89 {
  margin-left: 89px;
}

.mt90 {
  margin-top: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mt91 {
  margin-top: 91px;
}

.mr91 {
  margin-right: 91px;
}

.mb91 {
  margin-bottom: 91px;
}

.ml91 {
  margin-left: 91px;
}

.mt92 {
  margin-top: 92px;
}

.mr92 {
  margin-right: 92px;
}

.mb92 {
  margin-bottom: 92px;
}

.ml92 {
  margin-left: 92px;
}

.mt93 {
  margin-top: 93px;
}

.mr93 {
  margin-right: 93px;
}

.mb93 {
  margin-bottom: 93px;
}

.ml93 {
  margin-left: 93px;
}

.mt94 {
  margin-top: 94px;
}

.mr94 {
  margin-right: 94px;
}

.mb94 {
  margin-bottom: 94px;
}

.ml94 {
  margin-left: 94px;
}

.mt95 {
  margin-top: 95px;
}

.mr95 {
  margin-right: 95px;
}

.mb95 {
  margin-bottom: 95px;
}

.ml95 {
  margin-left: 95px;
}

.mt96 {
  margin-top: 96px;
}

.mr96 {
  margin-right: 96px;
}

.mb96 {
  margin-bottom: 96px;
}

.ml96 {
  margin-left: 96px;
}

.mt97 {
  margin-top: 97px;
}

.mr97 {
  margin-right: 97px;
}

.mb97 {
  margin-bottom: 97px;
}

.ml97 {
  margin-left: 97px;
}

.mt98 {
  margin-top: 98px;
}

.mr98 {
  margin-right: 98px;
}

.mb98 {
  margin-bottom: 98px;
}

.ml98 {
  margin-left: 98px;
}

.mt99 {
  margin-top: 99px;
}

.mr99 {
  margin-right: 99px;
}

.mb99 {
  margin-bottom: 99px;
}

.ml99 {
  margin-left: 99px;
}

.mt100 {
  margin-top: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

/* padding
=========================================== */
.pt1 {
  padding-top: 1px;
}

.pr1 {
  padding-right: 1px;
}

.pb1 {
  padding-bottom: 1px;
}

.pl1 {
  padding-left: 1px;
}

.pt2 {
  padding-top: 2px;
}

.pr2 {
  padding-right: 2px;
}

.pb2 {
  padding-bottom: 2px;
}

.pl2 {
  padding-left: 2px;
}

.pt3 {
  padding-top: 3px;
}

.pr3 {
  padding-right: 3px;
}

.pb3 {
  padding-bottom: 3px;
}

.pl3 {
  padding-left: 3px;
}

.pt4 {
  padding-top: 4px;
}

.pr4 {
  padding-right: 4px;
}

.pb4 {
  padding-bottom: 4px;
}

.pl4 {
  padding-left: 4px;
}

.pt5 {
  padding-top: 5px;
}

.pr5 {
  padding-right: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pl5 {
  padding-left: 5px;
}

.pt6 {
  padding-top: 6px;
}

.pr6 {
  padding-right: 6px;
}

.pb6 {
  padding-bottom: 6px;
}

.pl6 {
  padding-left: 6px;
}

.pt7 {
  padding-top: 7px;
}

.pr7 {
  padding-right: 7px;
}

.pb7 {
  padding-bottom: 7px;
}

.pl7 {
  padding-left: 7px;
}

.pt8 {
  padding-top: 8px;
}

.pr8 {
  padding-right: 8px;
}

.pb8 {
  padding-bottom: 8px;
}

.pl8 {
  padding-left: 8px;
}

.pt9 {
  padding-top: 9px;
}

.pr9 {
  padding-right: 9px;
}

.pb9 {
  padding-bottom: 9px;
}

.pl9 {
  padding-left: 9px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pt11 {
  padding-top: 11px;
}

.pr11 {
  padding-right: 11px;
}

.pb11 {
  padding-bottom: 11px;
}

.pl11 {
  padding-left: 11px;
}

.pt12 {
  padding-top: 12px;
}

.pr12 {
  padding-right: 12px;
}

.pb12 {
  padding-bottom: 12px;
}

.pl12 {
  padding-left: 12px;
}

.pt13 {
  padding-top: 13px;
}

.pr13 {
  padding-right: 13px;
}

.pb13 {
  padding-bottom: 13px;
}

.pl13 {
  padding-left: 13px;
}

.pt14 {
  padding-top: 14px;
}

.pr14 {
  padding-right: 14px;
}

.pb14 {
  padding-bottom: 14px;
}

.pl14 {
  padding-left: 14px;
}

.pt15 {
  padding-top: 15px;
}

.pr15 {
  padding-right: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pl15 {
  padding-left: 15px;
}

.pt16 {
  padding-top: 16px;
}

.pr16 {
  padding-right: 16px;
}

.pb16 {
  padding-bottom: 16px;
}

.pl16 {
  padding-left: 16px;
}

.pt17 {
  padding-top: 17px;
}

.pr17 {
  padding-right: 17px;
}

.pb17 {
  padding-bottom: 17px;
}

.pl17 {
  padding-left: 17px;
}

.pt18 {
  padding-top: 18px;
}

.pr18 {
  padding-right: 18px;
}

.pb18 {
  padding-bottom: 18px;
}

.pl18 {
  padding-left: 18px;
}

.pt19 {
  padding-top: 19px;
}

.pr19 {
  padding-right: 19px;
}

.pb19 {
  padding-bottom: 19px;
}

.pl19 {
  padding-left: 19px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.pt21 {
  padding-top: 21px;
}

.pr21 {
  padding-right: 21px;
}

.pb21 {
  padding-bottom: 21px;
}

.pl21 {
  padding-left: 21px;
}

.pt22 {
  padding-top: 22px;
}

.pr22 {
  padding-right: 22px;
}

.pb22 {
  padding-bottom: 22px;
}

.pl22 {
  padding-left: 22px;
}

.pt23 {
  padding-top: 23px;
}

.pr23 {
  padding-right: 23px;
}

.pb23 {
  padding-bottom: 23px;
}

.pl23 {
  padding-left: 23px;
}

.pt24 {
  padding-top: 24px;
}

.pr24 {
  padding-right: 24px;
}

.pb24 {
  padding-bottom: 24px;
}

.pl24 {
  padding-left: 24px;
}

.pt25 {
  padding-top: 25px;
}

.pr25 {
  padding-right: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.pl25 {
  padding-left: 25px;
}

.pt26 {
  padding-top: 26px;
}

.pr26 {
  padding-right: 26px;
}

.pb26 {
  padding-bottom: 26px;
}

.pl26 {
  padding-left: 26px;
}

.pt27 {
  padding-top: 27px;
}

.pr27 {
  padding-right: 27px;
}

.pb27 {
  padding-bottom: 27px;
}

.pl27 {
  padding-left: 27px;
}

.pt28 {
  padding-top: 28px;
}

.pr28 {
  padding-right: 28px;
}

.pb28 {
  padding-bottom: 28px;
}

.pl28 {
  padding-left: 28px;
}

.pt29 {
  padding-top: 29px;
}

.pr29 {
  padding-right: 29px;
}

.pb29 {
  padding-bottom: 29px;
}

.pl29 {
  padding-left: 29px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.pt31 {
  padding-top: 31px;
}

.pr31 {
  padding-right: 31px;
}

.pb31 {
  padding-bottom: 31px;
}

.pl31 {
  padding-left: 31px;
}

.pt32 {
  padding-top: 32px;
}

.pr32 {
  padding-right: 32px;
}

.pb32 {
  padding-bottom: 32px;
}

.pl32 {
  padding-left: 32px;
}

.pt33 {
  padding-top: 33px;
}

.pr33 {
  padding-right: 33px;
}

.pb33 {
  padding-bottom: 33px;
}

.pl33 {
  padding-left: 33px;
}

.pt34 {
  padding-top: 34px;
}

.pr34 {
  padding-right: 34px;
}

.pb34 {
  padding-bottom: 34px;
}

.pl34 {
  padding-left: 34px;
}

.pt35 {
  padding-top: 35px;
}

.pr35 {
  padding-right: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.pl35 {
  padding-left: 35px;
}

.pt36 {
  padding-top: 36px;
}

.pr36 {
  padding-right: 36px;
}

.pb36 {
  padding-bottom: 36px;
}

.pl36 {
  padding-left: 36px;
}

.pt37 {
  padding-top: 37px;
}

.pr37 {
  padding-right: 37px;
}

.pb37 {
  padding-bottom: 37px;
}

.pl37 {
  padding-left: 37px;
}

.pt38 {
  padding-top: 38px;
}

.pr38 {
  padding-right: 38px;
}

.pb38 {
  padding-bottom: 38px;
}

.pl38 {
  padding-left: 38px;
}

.pt39 {
  padding-top: 39px;
}

.pr39 {
  padding-right: 39px;
}

.pb39 {
  padding-bottom: 39px;
}

.pl39 {
  padding-left: 39px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pt41 {
  padding-top: 41px;
}

.pr41 {
  padding-right: 41px;
}

.pb41 {
  padding-bottom: 41px;
}

.pl41 {
  padding-left: 41px;
}

.pt42 {
  padding-top: 42px;
}

.pr42 {
  padding-right: 42px;
}

.pb42 {
  padding-bottom: 42px;
}

.pl42 {
  padding-left: 42px;
}

.pt43 {
  padding-top: 43px;
}

.pr43 {
  padding-right: 43px;
}

.pb43 {
  padding-bottom: 43px;
}

.pl43 {
  padding-left: 43px;
}

.pt44 {
  padding-top: 44px;
}

.pr44 {
  padding-right: 44px;
}

.pb44 {
  padding-bottom: 44px;
}

.pl44 {
  padding-left: 44px;
}

.pt45 {
  padding-top: 45px;
}

.pr45 {
  padding-right: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.pl45 {
  padding-left: 45px;
}

.pt46 {
  padding-top: 46px;
}

.pr46 {
  padding-right: 46px;
}

.pb46 {
  padding-bottom: 46px;
}

.pl46 {
  padding-left: 46px;
}

.pt47 {
  padding-top: 47px;
}

.pr47 {
  padding-right: 47px;
}

.pb47 {
  padding-bottom: 47px;
}

.pl47 {
  padding-left: 47px;
}

.pt48 {
  padding-top: 48px;
}

.pr48 {
  padding-right: 48px;
}

.pb48 {
  padding-bottom: 48px;
}

.pl48 {
  padding-left: 48px;
}

.pt49 {
  padding-top: 49px;
}

.pr49 {
  padding-right: 49px;
}

.pb49 {
  padding-bottom: 49px;
}

.pl49 {
  padding-left: 49px;
}

.pt50 {
  padding-top: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.pt51 {
  padding-top: 51px;
}

.pr51 {
  padding-right: 51px;
}

.pb51 {
  padding-bottom: 51px;
}

.pl51 {
  padding-left: 51px;
}

.pt52 {
  padding-top: 52px;
}

.pr52 {
  padding-right: 52px;
}

.pb52 {
  padding-bottom: 52px;
}

.pl52 {
  padding-left: 52px;
}

.pt53 {
  padding-top: 53px;
}

.pr53 {
  padding-right: 53px;
}

.pb53 {
  padding-bottom: 53px;
}

.pl53 {
  padding-left: 53px;
}

.pt54 {
  padding-top: 54px;
}

.pr54 {
  padding-right: 54px;
}

.pb54 {
  padding-bottom: 54px;
}

.pl54 {
  padding-left: 54px;
}

.pt55 {
  padding-top: 55px;
}

.pr55 {
  padding-right: 55px;
}

.pb55 {
  padding-bottom: 55px;
}

.pl55 {
  padding-left: 55px;
}

.pt56 {
  padding-top: 56px;
}

.pr56 {
  padding-right: 56px;
}

.pb56 {
  padding-bottom: 56px;
}

.pl56 {
  padding-left: 56px;
}

.pt57 {
  padding-top: 57px;
}

.pr57 {
  padding-right: 57px;
}

.pb57 {
  padding-bottom: 57px;
}

.pl57 {
  padding-left: 57px;
}

.pt58 {
  padding-top: 58px;
}

.pr58 {
  padding-right: 58px;
}

.pb58 {
  padding-bottom: 58px;
}

.pl58 {
  padding-left: 58px;
}

.pt59 {
  padding-top: 59px;
}

.pr59 {
  padding-right: 59px;
}

.pb59 {
  padding-bottom: 59px;
}

.pl59 {
  padding-left: 59px;
}

.pt60 {
  padding-top: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl60 {
  padding-left: 60px;
}

.pt61 {
  padding-top: 61px;
}

.pr61 {
  padding-right: 61px;
}

.pb61 {
  padding-bottom: 61px;
}

.pl61 {
  padding-left: 61px;
}

.pt62 {
  padding-top: 62px;
}

.pr62 {
  padding-right: 62px;
}

.pb62 {
  padding-bottom: 62px;
}

.pl62 {
  padding-left: 62px;
}

.pt63 {
  padding-top: 63px;
}

.pr63 {
  padding-right: 63px;
}

.pb63 {
  padding-bottom: 63px;
}

.pl63 {
  padding-left: 63px;
}

.pt64 {
  padding-top: 64px;
}

.pr64 {
  padding-right: 64px;
}

.pb64 {
  padding-bottom: 64px;
}

.pl64 {
  padding-left: 64px;
}

.pt65 {
  padding-top: 65px;
}

.pr65 {
  padding-right: 65px;
}

.pb65 {
  padding-bottom: 65px;
}

.pl65 {
  padding-left: 65px;
}

.pt66 {
  padding-top: 66px;
}

.pr66 {
  padding-right: 66px;
}

.pb66 {
  padding-bottom: 66px;
}

.pl66 {
  padding-left: 66px;
}

.pt67 {
  padding-top: 67px;
}

.pr67 {
  padding-right: 67px;
}

.pb67 {
  padding-bottom: 67px;
}

.pl67 {
  padding-left: 67px;
}

.pt68 {
  padding-top: 68px;
}

.pr68 {
  padding-right: 68px;
}

.pb68 {
  padding-bottom: 68px;
}

.pl68 {
  padding-left: 68px;
}

.pt69 {
  padding-top: 69px;
}

.pr69 {
  padding-right: 69px;
}

.pb69 {
  padding-bottom: 69px;
}

.pl69 {
  padding-left: 69px;
}

.pt70 {
  padding-top: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pt71 {
  padding-top: 71px;
}

.pr71 {
  padding-right: 71px;
}

.pb71 {
  padding-bottom: 71px;
}

.pl71 {
  padding-left: 71px;
}

.pt72 {
  padding-top: 72px;
}

.pr72 {
  padding-right: 72px;
}

.pb72 {
  padding-bottom: 72px;
}

.pl72 {
  padding-left: 72px;
}

.pt73 {
  padding-top: 73px;
}

.pr73 {
  padding-right: 73px;
}

.pb73 {
  padding-bottom: 73px;
}

.pl73 {
  padding-left: 73px;
}

.pt74 {
  padding-top: 74px;
}

.pr74 {
  padding-right: 74px;
}

.pb74 {
  padding-bottom: 74px;
}

.pl74 {
  padding-left: 74px;
}

.pt75 {
  padding-top: 75px;
}

.pr75 {
  padding-right: 75px;
}

.pb75 {
  padding-bottom: 75px;
}

.pl75 {
  padding-left: 75px;
}

.pt76 {
  padding-top: 76px;
}

.pr76 {
  padding-right: 76px;
}

.pb76 {
  padding-bottom: 76px;
}

.pl76 {
  padding-left: 76px;
}

.pt77 {
  padding-top: 77px;
}

.pr77 {
  padding-right: 77px;
}

.pb77 {
  padding-bottom: 77px;
}

.pl77 {
  padding-left: 77px;
}

.pt78 {
  padding-top: 78px;
}

.pr78 {
  padding-right: 78px;
}

.pb78 {
  padding-bottom: 78px;
}

.pl78 {
  padding-left: 78px;
}

.pt79 {
  padding-top: 79px;
}

.pr79 {
  padding-right: 79px;
}

.pb79 {
  padding-bottom: 79px;
}

.pl79 {
  padding-left: 79px;
}

.pt80 {
  padding-top: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pl80 {
  padding-left: 80px;
}

.pt81 {
  padding-top: 81px;
}

.pr81 {
  padding-right: 81px;
}

.pb81 {
  padding-bottom: 81px;
}

.pl81 {
  padding-left: 81px;
}

.pt82 {
  padding-top: 82px;
}

.pr82 {
  padding-right: 82px;
}

.pb82 {
  padding-bottom: 82px;
}

.pl82 {
  padding-left: 82px;
}

.pt83 {
  padding-top: 83px;
}

.pr83 {
  padding-right: 83px;
}

.pb83 {
  padding-bottom: 83px;
}

.pl83 {
  padding-left: 83px;
}

.pt84 {
  padding-top: 84px;
}

.pr84 {
  padding-right: 84px;
}

.pb84 {
  padding-bottom: 84px;
}

.pl84 {
  padding-left: 84px;
}

.pt85 {
  padding-top: 85px;
}

.pr85 {
  padding-right: 85px;
}

.pb85 {
  padding-bottom: 85px;
}

.pl85 {
  padding-left: 85px;
}

.pt86 {
  padding-top: 86px;
}

.pr86 {
  padding-right: 86px;
}

.pb86 {
  padding-bottom: 86px;
}

.pl86 {
  padding-left: 86px;
}

.pt87 {
  padding-top: 87px;
}

.pr87 {
  padding-right: 87px;
}

.pb87 {
  padding-bottom: 87px;
}

.pl87 {
  padding-left: 87px;
}

.pt88 {
  padding-top: 88px;
}

.pr88 {
  padding-right: 88px;
}

.pb88 {
  padding-bottom: 88px;
}

.pl88 {
  padding-left: 88px;
}

.pt89 {
  padding-top: 89px;
}

.pr89 {
  padding-right: 89px;
}

.pb89 {
  padding-bottom: 89px;
}

.pl89 {
  padding-left: 89px;
}

.pt90 {
  padding-top: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.pl90 {
  padding-left: 90px;
}

.pt91 {
  padding-top: 91px;
}

.pr91 {
  padding-right: 91px;
}

.pb91 {
  padding-bottom: 91px;
}

.pl91 {
  padding-left: 91px;
}

.pt92 {
  padding-top: 92px;
}

.pr92 {
  padding-right: 92px;
}

.pb92 {
  padding-bottom: 92px;
}

.pl92 {
  padding-left: 92px;
}

.pt93 {
  padding-top: 93px;
}

.pr93 {
  padding-right: 93px;
}

.pb93 {
  padding-bottom: 93px;
}

.pl93 {
  padding-left: 93px;
}

.pt94 {
  padding-top: 94px;
}

.pr94 {
  padding-right: 94px;
}

.pb94 {
  padding-bottom: 94px;
}

.pl94 {
  padding-left: 94px;
}

.pt95 {
  padding-top: 95px;
}

.pr95 {
  padding-right: 95px;
}

.pb95 {
  padding-bottom: 95px;
}

.pl95 {
  padding-left: 95px;
}

.pt96 {
  padding-top: 96px;
}

.pr96 {
  padding-right: 96px;
}

.pb96 {
  padding-bottom: 96px;
}

.pl96 {
  padding-left: 96px;
}

.pt97 {
  padding-top: 97px;
}

.pr97 {
  padding-right: 97px;
}

.pb97 {
  padding-bottom: 97px;
}

.pl97 {
  padding-left: 97px;
}

.pt98 {
  padding-top: 98px;
}

.pr98 {
  padding-right: 98px;
}

.pb98 {
  padding-bottom: 98px;
}

.pl98 {
  padding-left: 98px;
}

.pt99 {
  padding-top: 99px;
}

.pr99 {
  padding-right: 99px;
}

.pb99 {
  padding-bottom: 99px;
}

.pl99 {
  padding-left: 99px;
}

.pt100 {
  padding-top: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl100 {
  padding-left: 100px;
}

/* animation delay
=========================================== */
.animation-delay1 {
  animation-delay: 0.1s !important;
}

.animation-delay2 {
  animation-delay: 0.2s !important;
}

.animation-delay3 {
  animation-delay: 0.3s !important;
}

.animation-delay4 {
  animation-delay: 0.4s !important;
}

.animation-delay5 {
  animation-delay: 0.5s !important;
}

.animation-delay6 {
  animation-delay: 0.6s !important;
}

.animation-delay7 {
  animation-delay: 0.7s !important;
}

.animation-delay8 {
  animation-delay: 0.8s !important;
}

.animation-delay9 {
  animation-delay: 0.9s !important;
}

.animation-delay10 {
  animation-delay: 1s !important;
}

.animation-delay11 {
  animation-delay: 1.1s !important;
}

.animation-delay12 {
  animation-delay: 1.2s !important;
}

.animation-delay13 {
  animation-delay: 1.3s !important;
}

.animation-delay14 {
  animation-delay: 1.4s !important;
}

.animation-delay15 {
  animation-delay: 1.5s !important;
}

.animation-delay16 {
  animation-delay: 1.6s !important;
}

.animation-delay17 {
  animation-delay: 1.7s !important;
}

.animation-delay18 {
  animation-delay: 1.8s !important;
}

.animation-delay19 {
  animation-delay: 1.9s !important;
}

.animation-delay20 {
  animation-delay: 2s !important;
}

.animation-delay21 {
  animation-delay: 2.1s !important;
}

.animation-delay22 {
  animation-delay: 2.2s !important;
}

.animation-delay23 {
  animation-delay: 2.3s !important;
}

.animation-delay24 {
  animation-delay: 2.4s !important;
}

.animation-delay25 {
  animation-delay: 2.5s !important;
}

.animation-delay26 {
  animation-delay: 2.6s !important;
}

.animation-delay27 {
  animation-delay: 2.7s !important;
}

.animation-delay28 {
  animation-delay: 2.8s !important;
}

.animation-delay29 {
  animation-delay: 2.9s !important;
}

.animation-delay30 {
  animation-delay: 3s !important;
}

/* 游ゴシック
=========================================== */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/* 矢印
=========================================== */
/* 角丸
=========================================== */
/* ページ設定
=========================================== */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  color: #364552;
}

html, body {
  overflow-x: hidden;
  overflow-y: scroll;
}

.linkBox {
  cursor: pointer;
}
.linkBox:hover {
  opacity: 0.8;
}

figure img {
  max-width: 100%;
}

.container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1080px) {
  .container {
    max-width: 94%;
  }
}

/* font size
=========================================== */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem; /* 16px*/
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem; /* 16px*/
  }
}

/* iOSでのデフォルトスタイルをリセット
=========================================== */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]:-webkit-search-decoration,
input[type=button]:-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

/* clearfix
=========================================== */
.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* リスト
=========================================== */
ul {
  list-style: none;
}

/* リンク
=========================================== */
a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

/* flexbox
=========================================== */
.flex {
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}

.flex.flex-between {
  justify-content: space-between;
}

.flex.reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .flex.reverse {
    flex-direction: row;
  }
}

@media only screen and (max-width: 767px) {
  .spFlexRow {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.pc_only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

.pc_only2 {
  display: block;
}
@media screen and (max-width: 540px) {
  .pc_only2 {
    display: none;
  }
}

.sp_only2 {
  display: none;
}
@media screen and (max-width: 540px) {
  .sp_only2 {
    display: block;
  }
}

.gradient {
  background: linear-gradient(to right, #449BFF, #52E5E5);
}

.roboto {
  font-family: "Roboto", sans-serif;
}

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

/* title
=========================================== */
.section_title {
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section_title {
    margin-bottom: 40px;
  }
}
.section_title .en {
  display: inline-block;
  font-weight: bold;
  font-size: 8rem;
  background: linear-gradient(to right, #449BFF, #52E5E5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  font-style: italic;
  padding: 0.5rem;
}
@media screen and (max-width: 767px) {
  .section_title .en {
    font-size: 5rem;
    margin-bottom: 10px;
  }
}
.section_title h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .section_title h2 {
    font-size: 1.8rem;
  }
}

/* header
=========================================== */
header {
  height: 80px;
  position: relative;
}
header .logo {
  position: absolute;
  left: 2em;
  top: 1em;
  max-width: 280px;
}
@media only screen and (max-width: 960px) {
  header .logo {
    left: 1em;
  }
}
header .logo img {
  width: 100%;
  vertical-align: middle;
}
header .header_btn_area {
  z-index: 100;
  max-width: 280px;
  width: 100%;
  position: fixed;
  right: 2em;
  top: 1em;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  header .header_btn_area {
    max-width: 58px;
    display: block;
    right: 0.5em;
    top: 0.5em;
  }
}
header .header_btn_area_open {
  max-width: 58px;
  display: block;
}
header a.to_mynavi {
  display: block;
  background-color: #00abeb;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 100%;
  width: 200px;
  text-align: center;
  height: 58px;
  line-height: 58px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 960px) {
  header a.to_mynavi {
    display: none;
  }
}
header .to_mynavi_open {
  display: none !important;
}
header #spMenu {
  width: 58px;
  height: 62px;
  position: relative;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}
header #spMenu:before {
  content: "MENU";
  color: #449BFF;
  font-size: 16px;
  position: absolute;
  font-weight: bold;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
header #spMenu span {
  display: block;
  width: 90%;
  height: 4px;
  background-color: #449BFF;
  border-radius: 2px;
  margin: auto;
  margin-top: 10px;
  transition: all 0.4s;
}
header #spMenu span:nth-child(1) {
  margin-top: 2px;
}
header #spMenu span:nth-child(2), header #spMenu span:nth-child(3) {
  margin-top: 10px;
}
header #spMenu.open {
  z-index: 100;
}
header #spMenu.open span:nth-child(1) {
  transform: translateY(14px) rotate(-315deg);
}
header #spMenu.open span:nth-child(2) {
  opacity: 0;
}
header #spMenu.open span:nth-child(3) {
  transform: translateY(-16px) rotate(315deg);
}
header #spMenu.open:before {
  content: "CLOSE";
}

#dropMenu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  transition: 0.5s;
  transform: translateX(-100%);
  overflow: auto;
}
#dropMenu.open {
  transform: translateX(0%);
}
#dropMenu .leftBlock,
#dropMenu .rightBlock {
  width: 50%;
  height: 100vh;
}
@media screen and (max-width: 1000px) {
  #dropMenu .leftBlock,
  #dropMenu .rightBlock {
    width: 100%;
  }
}
#dropMenu .leftBlock {
  background: linear-gradient(to bottom, #449BFF, #52E5E5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  #dropMenu .leftBlock {
    display: none;
  }
}
#dropMenu .leftBlock .mynaviLink {
  text-align: center;
  margin-top: 3em;
}
#dropMenu .leftBlock a.to_mynavi {
  font-size: 2rem;
  display: block;
  background: linear-gradient(to right, #FF7B37, #F6E365);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 0;
  line-height: 100%;
  min-width: 240px;
  text-align: center;
  margin: auto;
}
@media only screen and (max-width: 960px) {
  #dropMenu .leftBlock a.to_mynavi {
    display: none;
  }
}
#dropMenu .rightBlock {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 640px) {
  #dropMenu .rightBlock {
    padding: 40px 20px;
    height: 100%;
    justify-content: left;
    align-items: flex-start;
  }
}
#dropMenu .rightBlock ul {
  -moz-column-count: 2;
       column-count: 2;
}
@media only screen and (max-width: 640px) {
  #dropMenu .rightBlock ul {
    -moz-column-count: 1;
         column-count: 1;
  }
}
#dropMenu .rightBlock ul li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  #dropMenu .rightBlock ul li {
    margin-bottom: 16px;
  }
}
#dropMenu .rightBlock ul li a {
  line-height: 1;
  color: #364552;
  text-decoration: none;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  #dropMenu .rightBlock ul li a {
    font-size: 1.6rem;
  }
}
#dropMenu .rightBlock ul li a:before {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: #4ED2EC;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}
#dropMenu .rightBlock ul li a:hover:before {
  width: 100%;
}
#dropMenu .rightBlock ul li a span {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  display: block;
  font-size: 1.6rem;
  color: #4ED2EC;
  margin-bottom: 8px;
  font-weight: bold;
}
@media only screen and (max-width: 500px) {
  #dropMenu .rightBlock ul li a span {
    font-size: 18px;
    letter-spacing: 0;
  }
}

/* mv
=========================================== */
#mv {
  position: relative;
  background: url(../img/mv_bg_text.png);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: top 2% left;
  overflow: hidden;
}
#mv .mv_catch {
  width: 100%;
  padding: 110px 0 80px;
  background-color: #205891;
  margin-top: -100px;
}
@media only screen and (max-width: 480px) {
  #mv .mv_catch {
    padding: 260px 0 80px;
    margin-top: -240px;
  }
}
#mv .mv_catch .mv_catch_inner {
  display: flex;
  justify-content: space-around;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 880px) {
  #mv .mv_catch .mv_catch_inner {
    flex-direction: column;
    width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  #mv .mv_catch .mv_catch_inner {
    width: 90%;
  }
}
#mv .mv_catch .mv_catch_main {
  width: 390px;
}
@media only screen and (max-width: 880px) {
  #mv .mv_catch .mv_catch_main {
    width: 90%;
  }
}
#mv .mv_catch .mv_catch_main p {
  white-space: nowrap;
  font-family: YakuHanJP, "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 4.4rem;
  display: inline-block;
  background: #fff;
  color: #205891;
  font-weight: bold;
  padding: 0 12px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  #mv .mv_catch .mv_catch_main p {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 480px) {
  #mv .mv_catch .mv_catch_main p {
    font-size: 2.8rem;
  }
}
#mv .mv_catch .mv_catch_main p:first-child {
  margin-bottom: 12px;
}
#mv .mv_catch .mv_catch_main p span {
  padding-left: 0.5rem;
}
#mv .mv_catch .mv_catch_sub p {
  color: #fff;
  margin-bottom: 16px;
}
#mv .mv_catch .mv_catch_sub p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1500px) and (max-width: 1920px) {
  #mv .mv_slider {
    padding-top: 6vh;
  }
}
#mv .mv_slider .swiper-wrapper {
  transition-timing-function: none;
}
#mv .mv_slider .swiper-wrapper .swiper-slide:nth-child(even) {
  margin-top: 30px;
}
#mv .mv_slider .swiper-wrapper .swiper-slide {
  transition-timing-function: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #mv .mv_slider .swiper-wrapper .swiper-slide {
    max-width: 210px;
    width: 100%;
  }
}
#mv .mv_slider .swiper-wrapper .swiper-slide img {
  width: 200px;
  margin: 0 auto;
}
@media only screen and (min-width: 1500px) {
  #mv .mv_slider .swiper-wrapper .swiper-slide img {
    width: 230px;
  }
}
@media only screen and (max-width: 500px) {
  #mv .mv_slider .swiper-wrapper .swiper-slide img {
    width: 180px;
  }
}
#mv .mv_deco {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mv .mv_deco img {
  position: absolute;
}
#mv .mv_deco .mv_deco_img01 {
  top: auto;
  left: 3%;
  bottom: 10%;
}
@media only screen and (max-width: 880px) {
  #mv .mv_deco .mv_deco_img01 {
    top: 42%;
    left: 3%;
    bottom: auto;
    width: 160px;
  }
}
#mv .mv_deco .mv_deco_img02 {
  left: auto;
  right: -8%;
  bottom: -1%;
}
@media only screen and (max-width: 880px) {
  #mv .mv_deco .mv_deco_img02 {
    width: 160px;
    right: -1%;
  }
}

/* NEWS
=========================================== */
#news {
  padding: 80px 0;
}
#news .news_bg {
  position: relative;
  padding: 60px 0 60px 100px;
  transform: translate(60px, 0);
}
@media screen and (max-width: 767px) {
  #news .news_bg {
    padding: 80px 0 60px 24px;
    transform: translate(20px, 0);
  }
}
#news .news_bg:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 200vw;
  height: 100%;
  background-color: #F6F6F6;
  margin-right: calc(50% - 50vw);
}
#news .section_title {
  position: absolute;
  top: -30px;
  left: -60px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #news .section_title {
    top: -30px;
    left: -20px;
  }
}
#news .section_title h2 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #news .section_title h2 {
    font-size: 1.8rem;
  }
}
#news .section_title .en {
  font-size: 6.4rem;
}
@media screen and (max-width: 767px) {
  #news .section_title .en {
    font-size: 5rem;
    margin-bottom: 10px;
  }
}
#news .news_list {
  max-width: calc(100% - 60px);
  height: 180px;
  overflow-y: scroll;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  #news .news_list {
    max-width: calc(100% - 20px);
  }
}
#news .news_list .news_list_item:first-child dl {
  padding: 0 0 16px;
}
#news .news_list .news_list_item dl {
  padding: 16px 0;
  display: flex;
  border-bottom: solid 1px #ccc;
}
@media screen and (max-width: 767px) {
  #news .news_list .news_list_item dl {
    flex-direction: column;
  }
}
#news .news_list .news_list_item dl dt {
  color: #a5a5a5;
  width: 16%;
}
@media screen and (max-width: 767px) {
  #news .news_list .news_list_item dl dt {
    width: 100%;
  }
}
#news .news_list .news_list_item dl dd {
  width: 84%;
}
@media screen and (max-width: 767px) {
  #news .news_list .news_list_item dl dd {
    width: 100%;
  }
}
#news .news_list .news_list_item dl dd a {
  color: #364552;
}
#news .news_list .news_list_item dl dd a:hover {
  text-decoration: none;
}
#news .news_list::-webkit-scrollbar {
  width: 8px;
}
#news .news_list::-webkit-scrollbar-track {
  background: #DEDEDE;
  border: none;
  border-radius: 8px;
  box-shadow: inset 0 0 2px #DEDEDE;
}
#news .news_list::-webkit-scrollbar-thumb {
  background: #449BFF;
  border-radius: 8px;
  box-shadow: none;
}

main .block {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  main .block {
    padding: 60px 0;
  }
}

/* intro
=========================================== */
#intro {
  text-align: center;
  background: #205891;
  padding: 160px 0;
}
@media screen and (max-width: 767px) {
  #intro {
    padding: 80px 0;
  }
}
#intro p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 540px) {
  #intro p {
    text-align: left;
  }
}
#intro .recruit_concept {
  max-width: 332px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  #intro .recruit_concept {
    max-width: 240px;
  }
}
#intro .recruit_concept img {
  width: 100%;
}

/* about
=========================================== */
#about {
  position: relative;
  padding-bottom: 130px;
}
#about .section_title {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  #about .section_title {
    text-align: center;
    margin-bottom: 45px;
  }
}
#about .about_list li {
  position: relative;
  width: 74%;
  background: #fff;
  border: solid 2px #EEEEEE;
  padding: 40px 40px 30px;
  box-shadow: 10px 10px 0px #EEEEEE;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #about .about_list li {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 20px 20px;
  }
}
#about .about_list li:last-child {
  margin-bottom: 0;
}
#about .about_list li:nth-child(2) {
  margin-left: 100px;
}
@media screen and (max-width: 767px) {
  #about .about_list li:nth-child(2) {
    margin-left: auto;
  }
}
#about .about_list h3 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -50%);
  display: inline-block;
  font-size: 2.2rem;
  color: #fff;
  background: linear-gradient(to right, #449BFF, #52E5E5);
  line-height: 1.2;
  padding: 4px 10px;
}
@media screen and (max-width: 767px) {
  #about .about_list h3 {
    font-size: 1.8rem;
  }
}
#about .about_list h3 .strong {
  font-size: 3.2rem;
  margin: 0 0.5rem;
}
@media screen and (max-width: 767px) {
  #about .about_list h3 .strong {
    font-size: 2.2rem;
  }
}
#about .about_list .about_list_content {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 540px) {
  #about .about_list .about_list_content {
    flex-direction: column;
  }
}
#about .about_list .about_list_content figure {
  width: 123px;
  height: 123px;
}
#about .about_list .about_list_content p {
  width: 80%;
}
#about .about_list .about_list_content p .small {
  font-size: 1.2rem;
  display: block;
  text-align: right;
}
#about .about_bg {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
  background: url(../img/about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30%;
}
@media screen and (max-width: 767px) {
  #about .about_bg {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
  }
}

/* department
=========================================== */
#department {
  background: #F6F6F6;
  position: relative;
}
#department .section_title {
  text-align: center;
}
#department ul.pager {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 960px) {
  #department ul.pager {
    justify-content: space-around;
  }
}
#department ul.pager li {
  max-width: 211px;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  #department ul.pager li {
    max-width: 48%;
  }
}
#department ul.pager li a {
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #449BFF;
  border: 2px solid #449BFF;
  background: #F6F6F6;
  font-size: 1.6rem;
  text-decoration: none;
  transition: 1s;
  padding: 12px 0;
}
@media screen and (max-width: 960px) {
  #department ul.pager li a {
    font-size: 1.3rem;
  }
}
#department ul.pager li a:hover {
  opacity: 1;
}
#department ul.pager .btn_all a.active, #department ul.pager .btn_water a.active {
  background: linear-gradient(to right, #449BFF, #52E5E5);
  border: 2px solid linear-gradient(to right, #449BFF, #52E5E5);
  color: #fff;
  font-weight: bold;
  border: 2px solid linear-gradient(to right, #449BFF, #52E5E5);
  -o-border-image: linear-gradient(to right, #449BFF, #52E5E5);
     border-image: linear-gradient(to right, #449BFF, #52E5E5);
  border-image-slice: 1;
}
#department ul.pager .btn_ots a.active {
  background: linear-gradient(to right, #FF7B37, #F6E365);
  border: 2px solid linear-gradient(to right, #FF7B37, #F6E365);
  color: #fff;
  font-weight: bold;
  border: 2px solid linear-gradient(to right, #FF7B37, #F6E365);
  -o-border-image: linear-gradient(to right, #FF7B37, #F6E365);
     border-image: linear-gradient(to right, #FF7B37, #F6E365);
  border-image-slice: 1;
}
#department ul.pager .btn_solution a.active {
  background: linear-gradient(to right, #A270F9, #F8CEF2);
  border: 2px solid linear-gradient(to right, #A270F9, #F8CEF2);
  color: #fff;
  font-weight: bold;
  border: 2px solid linear-gradient(to right, #A270F9, #F8CEF2);
  -o-border-image: linear-gradient(to right, #A270F9, #F8CEF2);
     border-image: linear-gradient(to right, #A270F9, #F8CEF2);
  border-image-slice: 1;
}
#department .slick-slide {
  background-color: #fff;
  padding: 60px;
  border: 5px solid;
  -o-border-image: linear-gradient(to right, #449BFF, #52E5E5);
     border-image: linear-gradient(to right, #449BFF, #52E5E5);
  border-image-slice: 1;
  min-height: 785px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #department .slick-slide {
    padding: 1.5em;
  }
}
#department .slide_item01 .slide_item01_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52%;
}
@media screen and (max-width: 960px) {
  #department .slide_item01 .slide_item01_content {
    width: 72%;
  }
}
#department .slide_item01 h3 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 50px;
  background: linear-gradient(to right, #449BFF, #52E5E5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  #department .slide_item01 h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
#department .slide_item01 .slide_item01_flex {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 540px) {
  #department .slide_item01 .slide_item01_flex {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
#department .slide_item01 .slide_item01_flex > div.slide01 {
  width: 40%;
  cursor: pointer;
  transition: 1s;
}
@media screen and (max-width: 540px) {
  #department .slide_item01 .slide_item01_flex > div.slide01 {
    width: 50%;
  }
}
#department .slide_item01 .slide_item01_flex > div.slide01:hover {
  opacity: 0.7;
}
#department .pattern h3.pattern_title {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 10px;
}
@media screen and (max-width: 960px) {
  #department .pattern h3.pattern_title {
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #department .pattern h3.pattern_title {
    top: auto;
    bottom: 0;
  }
}
#department .pattern h3.pattern_title .title_bg {
  display: inline-block;
  font-size: 2.8rem;
  color: #fff;
  padding: 4px 16px;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 1080px) {
  #department .pattern h3.pattern_title .title_bg {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 860px) {
  #department .pattern h3.pattern_title .title_bg {
    font-size: 1.8rem;
  }
}
#department .pattern .mb {
  margin-bottom: 20px;
}
#department .pattern .flex_item p {
  margin-bottom: 30px;
}
#department .pattern .flex_item p:last-child {
  margin-bottom: 0;
}
#department .pattern .flex_item_inner {
  position: relative;
  height: 100%;
}
#department .pattern .pattern_flex01 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #department .pattern .pattern_flex01 {
    flex-direction: column;
  }
}
#department .pattern .pattern_flex01 .flex_item {
  width: 48.5%;
}
@media screen and (max-width: 767px) {
  #department .pattern .pattern_flex01 .flex_item {
    width: 100%;
  }
}
#department .pattern .pattern_flex01 .flex_item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #department .pattern .pattern_flex01 .flex_item img {
    width: 100%;
    height: 240px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 540px) {
  #department .pattern .pattern_flex01 .flex_item img {
    height: 160px;
  }
}
#department .pattern .pattern_flex02 {
  display: flex;
  justify-content: space-between;
}
#department .pattern .pattern_flex02 > div {
  width: 48.5%;
}
#department .pattern .pattern_flex02 figure {
  width: 48.5%;
}
#department .pattern .pattern_flex02 figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 540px) {
  #department .pattern .pattern_flex02 figure img {
    height: 160px;
  }
}
#department .slide_item02 h3.pattern_title .title_bg {
  background: linear-gradient(to right, #FF7B37, #F6E365);
}
@media screen and (max-width: 540px) {
  #department .slide_item02 .pattern_flex02 figure img {
    -o-object-position: top 0 left 20%;
       object-position: top 0 left 20%;
  }
}
#department .slide_item03 h3.pattern_title .title_bg {
  background: linear-gradient(to right, #A270F9, #F8CEF2);
}
@media screen and (max-width: 540px) {
  #department .slide_item03 .pattern_flex02 figure img {
    -o-object-position: top 0 right 20%;
       object-position: top 0 right 20%;
  }
}
#department .slide_item04 h3.pattern_title .title_bg {
  background: linear-gradient(to right, #449BFF, #52E5E5);
}
#department .slide_item04 .title_image {
  -o-object-position: top;
     object-position: top;
}
#department .bg {
  z-index: 1;
  position: relative;
}
#department .department_deco {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 960px) {
  #department .department_deco {
    display: none;
  }
}
#department .department_deco img {
  position: absolute;
}
#department .department_deco .department_deco_img01 {
  top: 100px;
  left: -20px;
}
#department .department_deco .department_deco_img02 {
  right: 20px;
  bottom: 60px;
}

/* voice
=========================================== */
#voice .section_title {
  text-align: center;
}
#voice .voice_bg {
  position: relative;
}
#voice .voice_bg:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 40px;
  left: 0;
  display: block;
  width: 50vw;
  height: 80%;
  background-color: #ECF9FF;
  margin-left: calc(50% - 50vw);
}
#voice .voice_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1080px) {
  #voice .voice_list {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 540px) {
  #voice .voice_list {
    gap: 40px;
    width: 80%;
    margin: 0 auto;
  }
}
#voice .voice_list li {
  width: 24%;
}
@media only screen and (max-width: 1080px) {
  #voice .voice_list li {
    width: 40%;
  }
}
@media only screen and (max-width: 540px) {
  #voice .voice_list li {
    width: 100%;
  }
}
#voice .voice_list li:nth-child(even) {
  margin-top: 80px;
}
@media only screen and (max-width: 540px) {
  #voice .voice_list li:nth-child(even) {
    margin-top: 0;
  }
}
#voice .voice_list li a {
  display: block;
  width: 100%;
}
#voice .voice_list li a img {
  width: 100%;
}

/* education
=========================================== */
#education {
  padding-top: 0;
}
#education .section_title {
  text-align: center;
}
#education .education_bg {
  padding-top: 80px;
  position: relative;
}
#education .education_bg:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 32.8%;
  background-color: #ECF9FF;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
#education .education_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #education .education_list {
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  #education .education_list {
    justify-content: space-between;
    gap: unset;
  }
}
#education .education_list li {
  width: 23%;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  #education .education_list li {
    width: 40%;
  }
}
@media only screen and (max-width: 540px) {
  #education .education_list li {
    width: 49%;
  }
}
#education .education_list li figure {
  height: 180px;
}
@media only screen and (max-width: 540px) {
  #education .education_list li figure {
    height: 140px;
  }
}
#education .education_list li figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  #education .education_list li figure img {
    width: 100%;
  }
}
#education .education_list li .text {
  flex-grow: 1;
  background: #F6F6F6;
  text-align: center;
  padding: 16px 10px 24px;
}
#education .education_list li .text h3 {
  margin-bottom: 12px;
}
#education .education_list li .text p {
  font-size: 1.4rem;
}
#education .education_career img {
  max-width: 100%;
  width: 100%;
}

/* gettoknow
=========================================== */
#gettoknow {
  background-color: #F6F6F6;
}
#gettoknow .section_title {
  z-index: 1;
  text-align: center;
  background: linear-gradient(to right, #449BFF, #52E5E5);
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 100px 0;
  position: relative;
  margin-bottom: 0;
}
@media only screen and (max-width: 540px) {
  #gettoknow .section_title {
    padding: 40px 0;
  }
}
#gettoknow .section_title:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40px;
  border-top: 40px solid #4BC1F2;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}
@media only screen and (max-width: 540px) {
  #gettoknow .section_title:before {
    bottom: -20px;
    border-top: 20px solid #4BC1F2;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
}
#gettoknow .section_title .en {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 540px) {
  #gettoknow .section_title .en {
    font-size: 3.8rem;
  }
}
#gettoknow .section_title h2 {
  color: #fff;
}
#gettoknow .zadankai h3 {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #gettoknow .zadankai h3 {
    margin-bottom: 40px;
  }
}
#gettoknow .zadankai h3 img {
  width: 100%;
}
#gettoknow .zadankai .zadankai_list {
  margin-bottom: 80px;
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item {
  position: relative;
  background: #fff;
  margin-bottom: 60px;
  cursor: pointer;
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item:last-child {
  margin-bottom: 0;
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dt.accordion-title {
  text-align: center;
  padding: 40px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #gettoknow .zadankai .zadankai_list li.zadankai_list_item dt.accordion-title {
    padding: 30px 0;
  }
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dt.accordion-title h4 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #gettoknow .zadankai .zadankai_list li.zadankai_list_item dt.accordion-title h4 {
    font-size: 1.8rem;
  }
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dt.accordion-title span.en {
  margin-bottom: 8px;
  display: inline-block;
  font-size: 3rem;
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  position: relative;
  line-height: 1;
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dt.accordion-title span.en:before {
  position: absolute;
  left: -20px;
  top: 0;
  content: "";
  width: 4px;
  height: 30px;
  border-radius: 2px;
  transform: rotate(-25deg);
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dt.accordion-title span.en:after {
  position: absolute;
  content: "";
  right: -20px;
  top: 0;
  width: 4px;
  height: 30px;
  border-radius: 2px;
  transform: rotate(25deg);
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dt.accordion-title .question01 {
  background: linear-gradient(to right, #449BFF, #52E5E5);
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dt.accordion-title .question01:before {
  background: #449BFF;
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dt.accordion-title .question01:after {
  background: #52E5E5;
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dt.accordion-title .question02 {
  background: linear-gradient(to right, #FF7B37, #F6E365);
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dt.accordion-title .question02:before {
  background: #FF7B37;
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dt.accordion-title .question02:after {
  background: #F6E365;
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dt.accordion-title .question03 {
  background: linear-gradient(to right, #A270F9, #F8CEF2);
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dt.accordion-title .question03:before {
  background: #A270F9;
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dt.accordion-title .question03:after {
  background: #FFBBF5;
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dt.accordion-title .question04 {
  background: linear-gradient(to right, #449BFF, #52E5E5);
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dt.accordion-title .question04:before {
  background: #449BFF;
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dt.accordion-title .question04:after {
  background: #52E5E5;
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content {
  padding: 0 60px 80px;
}
@media only screen and (max-width: 767px) {
  #gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content {
    padding: 0 20px 40px;
  }
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .rotate {
  transform: scale(-1, 1);
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_list {
  margin-bottom: 80px;
}
@media only screen and (max-width: 540px) {
  #gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_list {
    margin-bottom: 40px;
  }
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_list .answer_list_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}
@media only screen and (max-width: 540px) {
  #gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_list .answer_list_item {
    margin-bottom: 20px;
  }
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_list .answer_list_item .answer_content {
  width: 83%;
  background: #FFF7EC;
  position: relative;
  padding: 30px;
}
@media only screen and (max-width: 540px) {
  #gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_list .answer_list_item .answer_content {
    padding: 16px;
    width: 72%;
  }
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_list .answer_list_item .answer_content:before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 40px;
  margin: auto;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}
@media only screen and (max-width: 540px) {
  #gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_list .answer_list_item .answer_content:before {
    top: 30px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_list .answer_list_item:nth-child(even) figure {
  order: 2;
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_list .answer_list_item:nth-child(even) .answer_content {
  order: 1;
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_list .answer_list_item:nth-child(even) .answer_content:before {
  right: -30px;
  border-left: 30px solid #FFF7EC;
}
@media only screen and (max-width: 540px) {
  #gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_list .answer_list_item:nth-child(even) .answer_content:before {
    right: -20px;
    border-left: 20px solid #FFF7EC;
  }
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_list .answer_list_item:nth-child(odd) .answer_content:before {
  left: -30px;
  border-right: 30px solid #FFF7EC;
}
@media only screen and (max-width: 540px) {
  #gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_list .answer_list_item:nth-child(odd) .answer_content:before {
    left: -20px;
    border-right: 20px solid #FFF7EC;
  }
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_list .answer_list_item:last-child {
  margin-bottom: 0;
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_list figure {
  width: 110px;
}
@media only screen and (max-width: 540px) {
  #gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_list figure {
    width: 64px;
  }
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_list figure img {
  width: 100%;
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_images {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 540px) {
  #gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_images {
    flex-direction: column;
  }
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_images figure {
  width: 47.9%;
}
@media only screen and (max-width: 540px) {
  #gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_images figure {
    width: 100%;
  }
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_images figure.full {
  width: 100%;
}
#gettoknow .zadankai .zadankai_list li.zadankai_list_item dd.accordion-content .answer_images figure.full img {
  width: 100%;
  max-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
#gettoknow .zadankai .js-accoridion-arrow {
  position: absolute;
  width: 64px;
  height: 64px;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: auto;
  background-size: contain;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #gettoknow .zadankai .js-accoridion-arrow {
    width: 48px;
    height: 48px;
    background-size: contain;
    bottom: -24px;
  }
}
#gettoknow .zadankai .arrow_blue {
  background-image: url(/recruit/img/question_arrow_blue.png);
}
#gettoknow .zadankai .arrow_orange {
  background-image: url(/recruit/img/question_arrow_orange.png);
}
#gettoknow .zadankai .arrow_purple {
  background-image: url(/recruit/img/question_arrow_purple.png);
}
#gettoknow .zadankai .accordion-content {
  display: none;
}
#gettoknow .zadankai .arrow_rotate {
  transform: rotate(180deg);
}
#gettoknow .enquate {
  padding-bottom: 4em;
}
@media screen and (max-width: 1220px) {
  #gettoknow .enquate {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#gettoknow .enquate h3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1220px) {
  #gettoknow .enquate h3 {
    margin-bottom: 40px;
  }
}
#gettoknow .enquate h3 img {
  width: 100%;
}
#gettoknow .enquate ul li {
  width: 48%;
}
@media screen and (max-width: 1130px) {
  #gettoknow .enquate ul li {
    width: 49.5%;
  }
}
@media screen and (max-width: 960px) {
  #gettoknow .enquate ul li {
    width: 100%;
  }
}
#gettoknow .enquate .blocks {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 3.5em 2.5em 3.5em 2.5em;
  margin-bottom: 4em;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  #gettoknow .enquate .blocks {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  #gettoknow .enquate .blocks {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
#gettoknow .enquate .blocks.num01 {
  padding-bottom: 0;
}
#gettoknow .enquate .blocks.num01 figure img {
  max-width: 430px;
}
@media screen and (max-width: 640px) {
  #gettoknow .enquate .blocks.num01 figure img {
    max-width: 100%;
  }
}
#gettoknow .enquate .blocks.num02 figure img {
  max-width: 342px;
}
@media screen and (max-width: 640px) {
  #gettoknow .enquate .blocks.num02 figure img {
    max-width: 100%;
  }
}
#gettoknow .enquate .blocks.num03 figure img {
  max-width: 402px;
}
@media screen and (max-width: 640px) {
  #gettoknow .enquate .blocks.num03 figure img {
    max-width: 100%;
  }
}
#gettoknow .enquate .blocks.num05 {
  background-image: url(../img/enq_img05_02.jpg);
  background-repeat: no-repeat;
  background-position: top 43% left 2.5%;
}
@media screen and (max-width: 640px) {
  #gettoknow .enquate .blocks.num05 {
    background-size: 50px auto;
  }
}
#gettoknow .enquate .blocks.num05 .enq05 {
  border-bottom: 4px #449BFF solid;
}
#gettoknow .enquate .blocks.num05 h4 {
  margin-bottom: 1em;
}
#gettoknow .enquate .blocks.num05 .red,
#gettoknow .enquate .blocks.num05 .blue {
  padding: 15px 10px;
}
#gettoknow .enquate .blocks.num05 .red p,
#gettoknow .enquate .blocks.num05 .blue p {
  font-size: 14px;
  color: #449BFF;
  text-align: left;
  line-height: 1.7;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
}
#gettoknow .enquate .blocks.num05 .red p strong,
#gettoknow .enquate .blocks.num05 .blue p strong {
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  #gettoknow .enquate .blocks.num05 .red h4,
  #gettoknow .enquate .blocks.num05 .blue h4 {
    line-height: 1.4;
  }
}
#gettoknow .enquate .blocks.num05 .blue {
  border-top: 4px #449BFF solid;
}
#gettoknow .enquate .blocks.num05 .blue h5 {
  color: #449BFF;
}
#gettoknow .enquate .blocks.num05 .blue.noborder {
  border-top: none;
}
#gettoknow .enquate .blocks.num05 .red {
  border-top: 4px #FF7B38 solid;
  border-bottom: 4px #FF7B38 solid;
}
#gettoknow .enquate .blocks.num05 .red h5 {
  color: #FF7B38;
}
#gettoknow .enquate .blocks.num05 .enq_box01 {
  position: relative;
}
#gettoknow .enquate .blocks.num05 .enq_box01:before {
  content: "";
  display: block;
  width: 108px;
  height: 92px;
  background: url(../img/enq_img05_01.jpg);
  position: absolute;
  right: 0;
  top: -48px;
}
@media screen and (max-width: 1130px) {
  #gettoknow .enquate .blocks.num05 .enq_box01:before {
    width: 54px;
    height: 46px;
    background-size: 100% auto;
    top: -24px;
  }
}
@media screen and (max-width: 640px) {
  #gettoknow .enquate .blocks.num05 .enq_box01:before {
    top: -34px;
  }
}
#gettoknow .enquate .blocks.num05 .enq_box05 {
  position: relative;
}
#gettoknow .enquate .blocks.num05 .enq_box05:before {
  content: "";
  display: block;
  width: 97px;
  height: 74px;
  background: url(../img/enq_img05_03.jpg);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 1130px) {
  #gettoknow .enquate .blocks.num05 .enq_box05:before {
    width: 48px;
    height: 37px;
    background-size: 48px auto;
  }
}
#gettoknow .enquate .blocks.num05 .enq_box05 p {
  padding-right: 5em;
}
#gettoknow .enquate .blocks.num05 h5 {
  font-size: 24px;
  text-align: left;
}
#gettoknow .enquate .blocks.num05 h5 span {
  font-size: 70%;
}
#gettoknow .enquate .blocks.num06 {
  background-image: url(../img/enq_img06.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media screen and (max-width: 1000px) {
  #gettoknow .enquate .blocks.num06 {
    background-size: 90% auto;
  }
}
@media screen and (max-width: 960px) {
  #gettoknow .enquate .blocks.num06 {
    background-size: auto;
  }
}
@media screen and (max-width: 500px) {
  #gettoknow .enquate .blocks.num06 {
    background-size: 97% auto;
  }
}
#gettoknow .enquate .blocks .number {
  width: 100px;
  height: 90px;
  background: linear-gradient(to right, #449BFF, #52E5E5);
  color: #fff;
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  left: 0;
  top: 0;
  line-height: 2.2;
}
@media screen and (max-width: 1000px) {
  #gettoknow .enquate .blocks .number {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}
#gettoknow .enquate .blocks h4 {
  color: #449BFF;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
}
#gettoknow .enquate .blocks h4 span {
  display: block;
  font-size: 16px;
}
#gettoknow .enquate .blocks p.now {
  font-size: 12px;
  color: #449BFF;
}
#gettoknow .enquate .blocks figure {
  text-align: center;
  margin-top: 2em;
}
#gettoknow .enquate .blocks figure img {
  vertical-align: bottom;
}
#gettoknow .enquate .blocks .ranking {
  margin-top: 4em;
}
#gettoknow .enquate .blocks .ranking .no1 {
  background-color: #FF7B38;
  border-radius: 10px;
  padding: 1em;
  color: #fff;
  position: relative;
}
#gettoknow .enquate .blocks .ranking .no1:before {
  content: "";
  display: block;
  width: 53px;
  height: 42px;
  background: url(../img/icon_crown.png);
  background-size: 100% auto;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -50px;
}
#gettoknow .enquate .blocks .ranking .no1 h5 {
  font-size: 24px;
  color: #fff;
}
#gettoknow .enquate .blocks .ranking .no1 p {
  font-size: 13px;
  line-height: 1.54;
}
@media screen and (max-width: 1050px) {
  #gettoknow .enquate .blocks .ranking .no1 p br {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #gettoknow .enquate .blocks .ranking .no1 p br {
    display: block;
  }
}
#gettoknow .enquate .blocks .ranking .no {
  background-color: #F6F6F6;
  border-radius: 10px;
  padding: 1em;
  text-align: left;
  color: #449BFF;
  font-weight: bold;
  font-size: 18px;
  margin-top: 8px;
  position: relative;
  padding-left: 80px;
}
#gettoknow .enquate .blocks .ranking .no span.rank {
  position: absolute;
  background: url(../img/icon_ranking.png);
  background-size: 100% auto;
  width: 39px;
  height: 45px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: "roboto";
  top: 15px;
  left: 24px;
  line-height: 2;
}
#gettoknow .enquate .blocks .ranking .no5 {
  font-size: 16px;
  line-height: 1.4;
}
#gettoknow .enquate .blocks .ranking .no4 span.rank,
#gettoknow .enquate .blocks .ranking .no5 span.rank {
  background-image: url(../img/icon_ranking2.png);
  background-size: 100% auto;
  width: 35px;
  height: 35px;
  line-height: 2.2;
  top: 20px;
}
#gettoknow .enquate .blocks .ranking span.doritu {
  font-size: 12px;
  display: inline-block;
  margin-left: 8px;
}

/* company
=========================================== */
#company .section_title {
  text-align: center;
}
@media screen and (max-width: 1220px) {
  #company {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#company .outline > div {
  background-color: #ECF9FF;
  padding: 2.5em;
  width: 49%;
}
@media only screen and (max-width: 960px) {
  #company .outline > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
#company .outline > div p.ttl {
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  border-bottom: solid 2px #dfdfdf;
}
#company .outline > div p.ttl:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 18%;
  height: 2px;
  z-index: 1;
  background: linear-gradient(to right, #449BFF, #52E5E5);
}
#company .outline > div p.addr {
  margin-bottom: 1.4em;
}
#company .outline > div p.addr.last {
  margin-bottom: 0;
}
#company .outline > div.table_div {
  padding: 0;
}
#company .outline > div.table_div table {
  width: 100%;
}
#company .outline > div.table_div table th {
  text-align: left;
}
#company .outline > div.table_div table th span {
  font-size: 12px;
  display: block;
}
#company .outline > div.table_div table th,
#company .outline > div.table_div table td {
  padding: 1em 2em;
  line-height: 1.63;
}
@media screen and (max-width: 640px) {
  #company .outline > div.table_div table th,
  #company .outline > div.table_div table td {
    padding: 1em;
  }
}
#company .outline > div.table_div table th {
  padding-right: 0;
}
#company .outline > div.table_div table tr:nth-child(even) {
  background-color: #fff;
}
#company .torikumi {
  background-color: #ECF9FF;
  padding: 40px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  #company .torikumi {
    padding: 20px;
  }
}
#company .torikumi h3 {
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: solid 2px #dfdfdf;
}
#company .torikumi h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 18%;
  height: 2px;
  z-index: 1;
  background: linear-gradient(to right, #449BFF, #52E5E5);
}
#company .torikumi .blocks > div {
  width: 48.4%;
}
@media only screen and (max-width: 767px) {
  #company .torikumi .blocks > div {
    width: 100%;
  }
}
#company .torikumi .text h4 {
  font-size: 1.6rem;
  border-bottom: 1px #ccc solid;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
#company .torikumi .text p {
  font-size: 1.4rem;
  line-height: 1.71;
  margin-bottom: 16px;
}
#company .torikumi .text p:last-child {
  margin-bottom: 0;
}
#company .torikumi .text ol {
  margin-bottom: 10px;
}
#company .torikumi .box01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #company .torikumi .box01 .flex {
    flex-direction: column;
    align-items: center;
  }
}
#company .torikumi .box01 .flex .image {
  width: 16%;
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  #company .torikumi .box01 .flex .image {
    width: 100%;
  }
}
#company .torikumi .box01 .flex .image img {
  width: 100%;
}
#company .torikumi .box01 .flex .text {
  width: 81%;
}
@media screen and (max-width: 767px) {
  #company .torikumi .box01 .flex .text {
    width: 100%;
  }
}
#company .torikumi .box01 li {
  margin-left: 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 769px) {
  #company .torikumi .box01 h4 {
    text-align: center;
  }
}
#company .torikumi .box02 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #company .torikumi .box02 .flex {
    flex-direction: column;
    align-items: center;
  }
}
#company .torikumi .box02 .flex .image {
  width: 16%;
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  #company .torikumi .box02 .flex .image {
    width: 100%;
  }
}
#company .torikumi .box02 .flex .image img {
  width: 100%;
}
#company .torikumi .box02 .flex .text {
  width: 81%;
}
@media screen and (max-width: 767px) {
  #company .torikumi .box02 .flex .text {
    width: 100%;
  }
}
#company .torikumi .box02 h4 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #company .torikumi .box02 h4 {
    text-align: center;
  }
}
#company .torikumi .box02 img {
  max-width: 25.5rem;
  width: 100%;
}
#company .torikumi .box02 p {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #company .torikumi .box02 p {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  #company .torikumi .box03 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #company .torikumi .box03 .flex {
    flex-direction: column;
    align-items: center;
  }
}
#company .torikumi .box03 .flex .image {
  width: 33%;
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  #company .torikumi .box03 .flex .image {
    width: 100%;
  }
}
#company .torikumi .box03 .flex .image img {
  width: 100%;
}
#company .torikumi .box03 .flex .text {
  width: 64%;
}
@media screen and (max-width: 767px) {
  #company .torikumi .box03 .flex .text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #company .torikumi .box03 h4 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #company .torikumi .box04 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  #company .torikumi .box04 .flex {
    flex-direction: column;
    align-items: center;
  }
}
#company .torikumi .box04 .flex .image {
  width: 33%;
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  #company .torikumi .box04 .flex .image {
    width: 100%;
  }
}
#company .torikumi .box04 .flex .image img {
  width: 100%;
}
#company .torikumi .box04 .flex .text {
  width: 64%;
}
@media screen and (max-width: 767px) {
  #company .torikumi .box04 .flex .text {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  #company .torikumi .box04 h4 {
    text-align: center;
  }
}

/* message
=========================================== */
#message {
  position: relative;
  padding-bottom: 100px;
  margin: 100px 0;
}
@media only screen and (max-width: 767px) {
  #message {
    padding-bottom: 60px;
  }
}
#message:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  display: block;
  width: 50vw;
  height: 100%;
  background-color: #ECF9FF;
  margin-right: calc(50% - 50vw);
}
@media only screen and (max-width: 767px) {
  #message:before {
    width: 80vw;
  }
}
#message .message_content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #message .message_content {
    flex-direction: column;
  }
}
#message .message_content .flex_image {
  width: 35.2%;
}
@media only screen and (max-width: 767px) {
  #message .message_content .flex_image {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
  }
}
#message .message_content .flex_image img {
  width: 100%;
  vertical-align: bottom;
}
#message .message_content .flex_text {
  width: 61.1%;
}
@media only screen and (max-width: 767px) {
  #message .message_content .flex_text {
    width: 100%;
  }
}
#message .message_content .flex_text p span {
  font-weight: bold;
}
#message .message_content .flex_text .message_title p {
  padding: 0 12px;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1em;
  color: #fff;
  background: linear-gradient(to right, #449BFF, #52E5E5);
}
@media only screen and (max-width: 960px) {
  #message .message_content .flex_text .message_title p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  #message .message_content .flex_text .message_title p {
    font-size: 1.8rem;
  }
}
#message .message_content .flex_text ul.massage_list {
  padding-left: 1.9em;
  list-style-type: cjk-ideographic;
  margin: 1.3em 0;
}
#message .message_content .flex_text ul.massage_list li {
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
#message .message_content .flex_text p.name {
  font-size: 12px;
  margin-top: 2em;
  margin-right: 2em;
  text-align: right;
}
#message .message_content .flex_text p.name span {
  margin-right: 0.7em;
  vertical-align: super;
}
#message .message_content .flex_text p.name img {
  max-width: 195px;
  height: 43px;
}
@media screen and (max-width: 800px) {
  #message .message_content .flex_text p.name {
    margin-right: 0;
  }
}
#message .message_bnr {
  margin-top: 80px;
  display: block;
}
@media screen and (max-width: 767px) {
  #message .message_bnr {
    margin-top: 40px;
  }
}

/* description
=========================================== */
#description {
  padding: 80px 0;
}
#description .section_title {
  text-align: center;
}
#description .tab_contents {
  width: 100%;
  /*チェックボックスとボックス非表示*/
  /*タブにチェック入ったとき*/
  /*タブボタンとボックス連動*/
}
#description .tab_contents input[name=check] {
  display: none;
}
#description .tab_contents .panel {
  padding: 80px 0;
  display: none;
  clear: both;
}
@media screen and (max-width: 767px) {
  #description .tab_contents .panel {
    padding: 40px 20px;
  }
}
#description .tab_contents #area2 {
  padding: 80px 60px;
}
@media screen and (max-width: 767px) {
  #description .tab_contents #area2 {
    padding: 40px 20px;
  }
}
#description .tab_contents label {
  float: left;
  width: 50%;
  font-size: 2rem;
  display: inline-block;
  background: #eee;
  text-align: center;
  padding: 24px 0;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #description .tab_contents label {
    padding: 12px 0;
    font-size: 1.6rem;
  }
}
#description .tab_contents #tab1:checked ~ .tab_lab1 {
  background: linear-gradient(to right, #449BFF, #52E5E5);
  color: #fff;
}
#description .tab_contents #tab2:checked ~ .tab_lab2 {
  background: linear-gradient(to right, #449BFF, #52E5E5);
  color: #fff;
}
#description .tab_contents #tab1:checked ~ .panels #area1 {
  display: block;
  background: #F6F6F6;
}
#description .tab_contents #tab2:checked ~ .panels #area2 {
  display: block;
  background: #ECF9FF;
}
#description table {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px #dfdfdf solid;
}
@media screen and (max-width: 800px) {
  #description table {
    width: 100%;
  }
}
#description table td {
  line-height: 1.7;
}
#description table th, #description table td {
  padding: 14px 10px 14px 0;
  border-top: 1px #dfdfdf solid;
  line-height: 1.8;
}
#description table th ol, #description table td ol {
  list-style: none;
}
#description table th ol li, #description table td ol li {
  font-size: 14px;
}
#description table th ol li p, #description table td ol li p {
  padding-left: 20px;
}
#description table th p.indent, #description table td p.indent {
  font-size: 14px;
  line-height: 1.7;
  padding-left: 16px;
}
#description table th span, #description table td span {
  font-size: 14px;
  line-height: 1.7;
}
#description table th {
  width: 25%;
  text-align: left;
  padding-left: 30px;
}
@media screen and (max-width: 960px) {
  #description table th {
    padding-left: 10px;
  }
}
#description .flow {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
#description .flow .flow_item {
  background-color: #fff;
  position: relative;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 40px;
}
#description .flow .flow_item:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
  border-top: 18px solid #449BFF;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
}
#description .flow .flow_item:last-child {
  margin-bottom: 0;
}
#description .flow .flow_item:last-child:after {
  display: none;
}
#description .flow .flow_item p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #description .flow .flow_item p {
    font-size: 1.6rem;
  }
}
#description .flow .flow_item .sub {
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #description .flow .flow_item .sub {
    font-size: 1.4rem;
  }
}

/* entry
=========================================== */
#entry {
  background: linear-gradient(to right, #449BFF, #52E5E5);
  color: #fff;
  text-align: center;
}
#entry .section_title .en {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#entry .section_title .en h2 {
  color: #fff;
}
#entry .banner {
  text-align: center;
  margin-top: 40px;
}
#entry .banner a {
  display: inline-block;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 420px) {
  #entry .banner a {
    width: 100%;
  }
}
#entry .banner a img {
  vertical-align: middle;
  width: 100%;
}

/* footer
=========================================== */
footer {
  background: #F6F6F6;
}
footer p.copyright {
  padding: 1.5em 0;
  text-align: center;
  font-size: 12px;
  font-family: "roboto";
  line-height: 1;
}

@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.animation-fadeInUp {
  animation: animation-fadeInUp 1s ease 0s both 1 normal;
  visibility: visible !important;
}
@keyframes animation-fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.animation-fadeIn {
  animation: animation-fadeIn 1s ease 0s both 1 normal;
  visibility: visible !important;
}
@keyframes animation-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 767px) {
  .ofi {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* voice_mv
=========================================== */
.grad_blue {
  background: linear-gradient(to right, #449BFF, #52E5E5);
}

.grad_orange {
  background: linear-gradient(to right, #FF7B37, #F6E365);
}

.grad_purple {
  background: linear-gradient(to right, #A270F9, #F8CEF2);
}

#voice_mv {
  position: relative;
  height: 688px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #voice_mv {
    padding-top: 20px;
    height: 420px;
  }
}
@media screen and (max-width: 540px) {
  #voice_mv {
    height: 370px;
  }
}
#voice_mv .voice_mv_bg {
  height: 100%;
  position: relative;
}
#voice_mv .voice_mv_bg:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: block;
  width: 50vw;
  height: 80%;
  background-color: #ECF9FF;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  #voice_mv .voice_mv_bg:before {
    width: 80vw;
  }
}
#voice_mv .voice_mv_title {
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #voice_mv .voice_mv_title {
    margin-bottom: 80px;
  }
}
#voice_mv .voice_mv_title .en {
  display: inline-block;
  font-weight: bold;
  font-size: 8rem;
  background: linear-gradient(to right, #449BFF, #52E5E5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
  font-style: italic;
  padding: 0.5rem 0.5rem 0.5rem 0;
}
@media screen and (max-width: 767px) {
  #voice_mv .voice_mv_title .en {
    font-size: 5rem;
    margin-bottom: 10px;
  }
}
#voice_mv .voice_mv_title h1 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #voice_mv .voice_mv_title h1 {
    font-size: 1.8rem;
  }
}
#voice_mv .voice_mv_text .catch {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #voice_mv .voice_mv_text .catch {
    margin-bottom: 0;
  }
}
#voice_mv .voice_mv_text .catch p {
  display: inline-block;
}
#voice_mv .voice_mv_text .catch p span {
  font-size: 3.2rem;
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #voice_mv .voice_mv_text .catch p span {
    font-size: 1.8rem;
    padding: 4px 8px;
    margin-bottom: 10px;
  }
}
#voice_mv .voice_mv_text .info {
  line-height: 1.6;
}
#voice_mv .voice_mv_text .info p {
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#voice_mv .voice_mv_text .info .initial {
  font-size: 1.6rem;
  font-weight: bold;
}
#voice_mv .voice_mv_text .info .initial .en {
  display: inline-block;
  font-size: 3.6rem;
  font-style: italic;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  #voice_mv .voice_mv_text .info .initial .en {
    font-size: 2rem;
  }
}
#voice_mv .voice_mv_text .info .department {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #voice_mv .voice_mv_text .info .department {
    font-size: 1.4rem;
  }
}
#voice_mv .voice_mv_image {
  position: absolute;
  z-index: -1;
  width: 66.9%;
  height: 603px;
  top: 0;
  right: 0;
  margin-right: calc(50% - 50vw);
  outline: 5px solid #FFFFFF;
  outline-offset: -10px;
}
@media screen and (max-width: 767px) {
  #voice_mv .voice_mv_image {
    outline: 2px solid #FFFFFF;
    outline-offset: -4px;
    width: 84%;
    height: 360px;
  }
}
@media screen and (max-width: 540px) {
  #voice_mv .voice_mv_image {
    height: 240px;
  }
}
#voice_mv .voice_mv_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#voice_question {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  #voice_question {
    padding: 60px 0;
  }
}
#voice_question .question_list_item {
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #voice_question .question_list_item {
    margin-bottom: 40px;
  }
}
#voice_question .question_list_item:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  background: #F6F6F6;
  width: 80%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #voice_question .question_list_item:before {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: auto;
  }
}
#voice_question .question_list_item:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 80px;
}
@media only screen and (max-width: 767px) {
  #voice_question .question_list_item:after {
    display: none;
  }
}
#voice_question .question_list_item .question_content {
  width: 72%;
  padding: 60px;
}
@media only screen and (max-width: 960px) {
  #voice_question .question_list_item .question_content {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #voice_question .question_list_item .question_content {
    padding: 16px;
    width: 100%;
  }
}
#voice_question .question_list_item .question_content h2 {
  font-size: 2.6rem;
  position: relative;
  padding-left: 120px;
  margin-bottom: 60px;
  line-height: 1.6;
}
@media only screen and (max-width: 960px) {
  #voice_question .question_list_item .question_content h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  #voice_question .question_list_item .question_content h2 {
    font-size: 1.6rem;
    padding-left: 70px;
    margin-bottom: 30px;
  }
}
#voice_question .question_list_item .question_content h2:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -10px;
  left: 0;
  margin: auto;
  width: 90px;
  height: 84px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  #voice_question .question_list_item .question_content h2:before {
    width: 60px;
    height: 54px;
    bottom: 0;
  }
}
#voice_question .question_list_item .question_content h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #449BFF, #52E5E5);
}
@media only screen and (max-width: 767px) {
  #voice_question .question_list_item .question_content h2:after {
    bottom: -15px;
  }
}
#voice_question .question_list_item .question_img {
  max-width: 29.6%;
  width: 100%;
  position: absolute;
  top: 36%;
  right: 0;
}
@media only screen and (max-width: 767px) {
  #voice_question .question_list_item .question_img {
    position: relative;
    max-width: 80%;
    margin-left: auto;
    margin-right: 20px;
    margin-top: -10px;
    transform: translate(-10px, 20px);
  }
}
@media only screen and (max-width: 540px) {
  #voice_question .question_list_item .question_img {
    margin-right: 0;
  }
}
#voice_question .question_list_item .question_img img {
  width: 100%;
}
#voice_question .question_list_item .question_img:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 131px;
  height: 152px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  #voice_question .question_list_item .question_img:before {
    width: 90px;
    height: 98px;
  }
}
@media only screen and (max-width: 767px) {
  #voice_question .question_item01 {
    margin-bottom: 60px;
  }
}
#voice_question .question_item01 .question_content h2:before {
  background-image: url(/recruit/voice/img/question_num01.png);
}
#voice_question .question_item01 .question_img:before {
  top: -50px;
  right: -30px;
  background-image: url(/recruit/voice/img/voice_deco01.svg);
}
@media only screen and (max-width: 767px) {
  #voice_question .question_item01 .question_img:before {
    top: -20px;
    right: -10px;
  }
}
#voice_question .question_item02:before {
  width: 100%;
}
#voice_question .question_item02 .question_content {
  width: 100%;
}
#voice_question .question_item02 .question_content h2:before {
  background-image: url(/recruit/voice/img/question_num02.png);
}
#voice_question .question_item03 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  #voice_question .question_item03 {
    margin-bottom: 40px;
  }
}
#voice_question .question_item03 .question_content h2:before {
  background-image: url(/recruit/voice/img/question_num03.png);
}
#voice_question .question_item03 .question_img:before {
  bottom: -40px;
  left: -24px;
  background-image: url(/recruit/voice/img/voice_deco02.svg);
}
@media only screen and (max-width: 767px) {
  #voice_question .question_item03 .question_img:before {
    bottom: 0;
    left: -24px;
  }
}
#voice_question .question_item04:before {
  width: 100%;
}
#voice_question .question_item04 .question_content {
  width: 100%;
}
#voice_question .question_item04 .question_content h2:before {
  background-image: url(/recruit/voice/img/question_num04.png);
}

#schedule .section_title {
  text-align: center;
}
#schedule .section_title h2 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #schedule .section_title h2 {
    font-size: 1.8rem;
  }
}
#schedule .section_title .en {
  font-size: 6.4rem;
}
@media screen and (max-width: 767px) {
  #schedule .section_title .en {
    font-size: 5rem;
    margin-bottom: 10px;
  }
}
#schedule .schedule_box {
  padding: 60px 80px;
  border: 4px solid #449BFF;
  -o-border-image: linear-gradient(to right, #449BFF, #52E5E5);
     border-image: linear-gradient(to right, #449BFF, #52E5E5);
  border-image-slice: 1;
}
@media screen and (max-width: 960px) {
  #schedule .schedule_box {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  #schedule .schedule_box {
    padding: 40px 20px;
  }
}
#schedule .schedule_content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 767px) {
  #schedule .schedule_content {
    flex-direction: column;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #schedule .schedule_content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #52E5E5, #449BFF);
  }
}
#schedule .schedule_list01, #schedule .schedule_list02 {
  width: 49%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #schedule .schedule_list01, #schedule .schedule_list02 {
    width: 100%;
  }
}
#schedule .schedule_list01:before, #schedule .schedule_list02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to top, #449BFF, #52E5E5);
}
@media screen and (max-width: 767px) {
  #schedule .schedule_list01:before, #schedule .schedule_list02:before {
    display: none;
  }
}
#schedule .schedule_list01 dl, #schedule .schedule_list02 dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
#schedule .schedule_list01 dl:last-child, #schedule .schedule_list02 dl:last-child {
  margin-bottom: 0;
}
#schedule .schedule_list01 dl dt, #schedule .schedule_list02 dl dt {
  width: 30%;
  position: relative;
  padding-left: 24px;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  font-style: italic;
  font-weight: bold;
  color: #449BFF;
}
@media screen and (max-width: 960px) {
  #schedule .schedule_list01 dl dt, #schedule .schedule_list02 dl dt {
    font-size: 2rem;
    line-height: 1.8;
  }
}
#schedule .schedule_list01 dl dt:before, #schedule .schedule_list02 dl dt:before {
  content: "";
  position: absolute;
  background: #449BFF;
  width: 14px;
  height: 14px;
  top: 10px;
  left: -6px;
  border-radius: 50%;
}
#schedule .schedule_list01 dl dd, #schedule .schedule_list02 dl dd {
  width: 70%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
}
#schedule .schedule_list01 dl dd span, #schedule .schedule_list02 dl dd span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #schedule .schedule_list01 dl:last-child {
    margin-bottom: 24px;
  }
}

/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
/*----------------------------------------
2025.03.04追記
----------------------------------------*/
#department .slide_item01 .slide_item01_content {
  width: 75%;
}
#department .slide_item01 .slide_item01_flex {
  flex-direction: column;
  row-gap: 20px;
}
#department .slide_item01 .slide_item01_flex > div.slide01 {
  width: 100%;
}

#entry .banner img {
  border: 1px solid #449BFF;
}

@media (min-width: 961px) {
  header .header_btn_area {
    max-width: 240px;
    gap: 15px;
    align-items: baseline;
  }
}
header .header_btn_area > a.to_mynavi {
  width: 100%;
  max-width: 160px;
}
header .header_btn_area > a.to_mynavi img {
  width: 100%;
  border: 1px solid #449BFF;
}/*# sourceMappingURL=common.css.map */