@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
p,
q,
samp,
small,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  font-size: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 400;
  width: 100%;
  height: 100%;
  line-height: 1;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: bottom;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
nav {
  display: block;
}

ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a:focus {
  outline: none;
}

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

th {
  font-weight: normal;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

svg {
  width: 100%;
  height: 100%;
}

address {
  font-style: normal;
}

:root {
  --text-color: black;
  --a-color: black;
  --main-color: #194372;
  --bg-color: #f8f8f8;
  --line-color: #e3e3e3;
  --transition: cubic-bezier(0.165, 0.84, 0.44, 1);
}

body {
  position: relative;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  color: black;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 896px) {
  body {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 414px) {
  body {
    font-size: 14px;
  }
}

main {
  position: relative;
  z-index: 10;
}

.t_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.t_center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.t_floater {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.t_txt {
  line-height: 1.8;
}

.t_mg1px {
  margin-bottom: 1px;
}

.t_mg2px {
  margin-bottom: 2px;
}

.t_mg3px {
  margin-bottom: 3px;
}

.t_mg4px {
  margin-bottom: 4px;
}

.t_mg5px {
  margin-bottom: 5px;
}

.t_mg6px {
  margin-bottom: 6px;
}

.t_mg7px {
  margin-bottom: 7px;
}

.t_mg8px {
  margin-bottom: 8px;
}

.t_mg9px {
  margin-bottom: 9px;
}

.t_mg10px {
  margin-bottom: 10px;
}

.t_mg11px {
  margin-bottom: 11px;
}

.t_mg12px {
  margin-bottom: 12px;
}

.t_mg13px {
  margin-bottom: 13px;
}

.t_mg14px {
  margin-bottom: 14px;
}

.t_mg15px {
  margin-bottom: 15px;
}

.t_mg16px {
  margin-bottom: 16px;
}

.t_mg17px {
  margin-bottom: 17px;
}

.t_mg18px {
  margin-bottom: 18px;
}

.t_mg19px {
  margin-bottom: 19px;
}

.t_mg20px {
  margin-bottom: 20px;
}

.t_mg21px {
  margin-bottom: 21px;
}

.t_mg22px {
  margin-bottom: 22px;
}

.t_mg23px {
  margin-bottom: 23px;
}

.t_mg24px {
  margin-bottom: 24px;
}

.t_mg25px {
  margin-bottom: 25px;
}

.t_mg26px {
  margin-bottom: 26px;
}

.t_mg27px {
  margin-bottom: 27px;
}

.t_mg28px {
  margin-bottom: 28px;
}

.t_mg29px {
  margin-bottom: 29px;
}

.t_mg30px {
  margin-bottom: 30px;
}

.t_mg31px {
  margin-bottom: 31px;
}

.t_mg32px {
  margin-bottom: 32px;
}

.t_mg33px {
  margin-bottom: 33px;
}

.t_mg34px {
  margin-bottom: 34px;
}

.t_mg35px {
  margin-bottom: 35px;
}

.t_mg36px {
  margin-bottom: 36px;
}

.t_mg37px {
  margin-bottom: 37px;
}

.t_mg38px {
  margin-bottom: 38px;
}

.t_mg39px {
  margin-bottom: 39px;
}

.t_mg40px {
  margin-bottom: 40px;
}

.t_mg41px {
  margin-bottom: 41px;
}

.t_mg42px {
  margin-bottom: 42px;
}

.t_mg43px {
  margin-bottom: 43px;
}

.t_mg44px {
  margin-bottom: 44px;
}

.t_mg45px {
  margin-bottom: 45px;
}

.t_mg46px {
  margin-bottom: 46px;
}

.t_mg47px {
  margin-bottom: 47px;
}

.t_mg48px {
  margin-bottom: 48px;
}

.t_mg49px {
  margin-bottom: 49px;
}

.t_mg50px {
  margin-bottom: 50px;
}

.t_mg51px {
  margin-bottom: 51px;
}

.t_mg52px {
  margin-bottom: 52px;
}

.t_mg53px {
  margin-bottom: 53px;
}

.t_mg54px {
  margin-bottom: 54px;
}

.t_mg55px {
  margin-bottom: 55px;
}

.t_mg56px {
  margin-bottom: 56px;
}

.t_mg57px {
  margin-bottom: 57px;
}

.t_mg58px {
  margin-bottom: 58px;
}

.t_mg59px {
  margin-bottom: 59px;
}

.t_mg60px {
  margin-bottom: 60px;
}

.t_mg61px {
  margin-bottom: 61px;
}

.t_mg62px {
  margin-bottom: 62px;
}

.t_mg63px {
  margin-bottom: 63px;
}

.t_mg64px {
  margin-bottom: 64px;
}

.t_mg65px {
  margin-bottom: 65px;
}

.t_mg66px {
  margin-bottom: 66px;
}

.t_mg67px {
  margin-bottom: 67px;
}

.t_mg68px {
  margin-bottom: 68px;
}

.t_mg69px {
  margin-bottom: 69px;
}

.t_mg70px {
  margin-bottom: 70px;
}

.t_mg71px {
  margin-bottom: 71px;
}

.t_mg72px {
  margin-bottom: 72px;
}

.t_mg73px {
  margin-bottom: 73px;
}

.t_mg74px {
  margin-bottom: 74px;
}

.t_mg75px {
  margin-bottom: 75px;
}

.t_mg76px {
  margin-bottom: 76px;
}

.t_mg77px {
  margin-bottom: 77px;
}

.t_mg78px {
  margin-bottom: 78px;
}

.t_mg79px {
  margin-bottom: 79px;
}

.t_mg80px {
  margin-bottom: 80px;
}

.t_mg81px {
  margin-bottom: 81px;
}

.t_mg82px {
  margin-bottom: 82px;
}

.t_mg83px {
  margin-bottom: 83px;
}

.t_mg84px {
  margin-bottom: 84px;
}

.t_mg85px {
  margin-bottom: 85px;
}

.t_mg86px {
  margin-bottom: 86px;
}

.t_mg87px {
  margin-bottom: 87px;
}

.t_mg88px {
  margin-bottom: 88px;
}

.t_mg89px {
  margin-bottom: 89px;
}

.t_mg90px {
  margin-bottom: 90px;
}

.t_mg91px {
  margin-bottom: 91px;
}

.t_mg92px {
  margin-bottom: 92px;
}

.t_mg93px {
  margin-bottom: 93px;
}

.t_mg94px {
  margin-bottom: 94px;
}

.t_mg95px {
  margin-bottom: 95px;
}

.t_mg96px {
  margin-bottom: 96px;
}

.t_mg97px {
  margin-bottom: 97px;
}

.t_mg98px {
  margin-bottom: 98px;
}

.t_mg99px {
  margin-bottom: 99px;
}

.t_mg100px {
  margin-bottom: 100px;
}

.t_mg101px {
  margin-bottom: 101px;
}

.t_mg102px {
  margin-bottom: 102px;
}

.t_mg103px {
  margin-bottom: 103px;
}

.t_mg104px {
  margin-bottom: 104px;
}

.t_mg105px {
  margin-bottom: 105px;
}

.t_mg106px {
  margin-bottom: 106px;
}

.t_mg107px {
  margin-bottom: 107px;
}

.t_mg108px {
  margin-bottom: 108px;
}

.t_mg109px {
  margin-bottom: 109px;
}

.t_mg110px {
  margin-bottom: 110px;
}

.t_mg111px {
  margin-bottom: 111px;
}

.t_mg112px {
  margin-bottom: 112px;
}

.t_mg113px {
  margin-bottom: 113px;
}

.t_mg114px {
  margin-bottom: 114px;
}

.t_mg115px {
  margin-bottom: 115px;
}

.t_mg116px {
  margin-bottom: 116px;
}

.t_mg117px {
  margin-bottom: 117px;
}

.t_mg118px {
  margin-bottom: 118px;
}

.t_mg119px {
  margin-bottom: 119px;
}

.t_mg120px {
  margin-bottom: 120px;
}

.t_mg121px {
  margin-bottom: 121px;
}

.t_mg122px {
  margin-bottom: 122px;
}

.t_mg123px {
  margin-bottom: 123px;
}

.t_mg124px {
  margin-bottom: 124px;
}

.t_mg125px {
  margin-bottom: 125px;
}

.t_mg126px {
  margin-bottom: 126px;
}

.t_mg127px {
  margin-bottom: 127px;
}

.t_mg128px {
  margin-bottom: 128px;
}

.t_mg129px {
  margin-bottom: 129px;
}

.t_mg130px {
  margin-bottom: 130px;
}

.t_mg131px {
  margin-bottom: 131px;
}

.t_mg132px {
  margin-bottom: 132px;
}

.t_mg133px {
  margin-bottom: 133px;
}

.t_mg134px {
  margin-bottom: 134px;
}

.t_mg135px {
  margin-bottom: 135px;
}

.t_mg136px {
  margin-bottom: 136px;
}

.t_mg137px {
  margin-bottom: 137px;
}

.t_mg138px {
  margin-bottom: 138px;
}

.t_mg139px {
  margin-bottom: 139px;
}

.t_mg140px {
  margin-bottom: 140px;
}

.t_mg141px {
  margin-bottom: 141px;
}

.t_mg142px {
  margin-bottom: 142px;
}

.t_mg143px {
  margin-bottom: 143px;
}

.t_mg144px {
  margin-bottom: 144px;
}

.t_mg145px {
  margin-bottom: 145px;
}

.t_mg146px {
  margin-bottom: 146px;
}

.t_mg147px {
  margin-bottom: 147px;
}

.t_mg148px {
  margin-bottom: 148px;
}

.t_mg149px {
  margin-bottom: 149px;
}

.t_mg150px {
  margin-bottom: 150px;
}

.t_mg151px {
  margin-bottom: 151px;
}

.t_mg152px {
  margin-bottom: 152px;
}

.t_mg153px {
  margin-bottom: 153px;
}

.t_mg154px {
  margin-bottom: 154px;
}

.t_mg155px {
  margin-bottom: 155px;
}

.t_mg156px {
  margin-bottom: 156px;
}

.t_mg157px {
  margin-bottom: 157px;
}

.t_mg158px {
  margin-bottom: 158px;
}

.t_mg159px {
  margin-bottom: 159px;
}

.t_mg160px {
  margin-bottom: 160px;
}

.t_mg161px {
  margin-bottom: 161px;
}

.t_mg162px {
  margin-bottom: 162px;
}

.t_mg163px {
  margin-bottom: 163px;
}

.t_mg164px {
  margin-bottom: 164px;
}

.t_mg165px {
  margin-bottom: 165px;
}

.t_mg166px {
  margin-bottom: 166px;
}

.t_mg167px {
  margin-bottom: 167px;
}

.t_mg168px {
  margin-bottom: 168px;
}

.t_mg169px {
  margin-bottom: 169px;
}

.t_mg170px {
  margin-bottom: 170px;
}

.t_mg171px {
  margin-bottom: 171px;
}

.t_mg172px {
  margin-bottom: 172px;
}

.t_mg173px {
  margin-bottom: 173px;
}

.t_mg174px {
  margin-bottom: 174px;
}

.t_mg175px {
  margin-bottom: 175px;
}

.t_mg176px {
  margin-bottom: 176px;
}

.t_mg177px {
  margin-bottom: 177px;
}

.t_mg178px {
  margin-bottom: 178px;
}

.t_mg179px {
  margin-bottom: 179px;
}

.t_mg180px {
  margin-bottom: 180px;
}

.t_mg181px {
  margin-bottom: 181px;
}

.t_mg182px {
  margin-bottom: 182px;
}

.t_mg183px {
  margin-bottom: 183px;
}

.t_mg184px {
  margin-bottom: 184px;
}

.t_mg185px {
  margin-bottom: 185px;
}

.t_mg186px {
  margin-bottom: 186px;
}

.t_mg187px {
  margin-bottom: 187px;
}

.t_mg188px {
  margin-bottom: 188px;
}

.t_mg189px {
  margin-bottom: 189px;
}

.t_mg190px {
  margin-bottom: 190px;
}

.t_mg191px {
  margin-bottom: 191px;
}

.t_mg192px {
  margin-bottom: 192px;
}

.t_mg193px {
  margin-bottom: 193px;
}

.t_mg194px {
  margin-bottom: 194px;
}

.t_mg195px {
  margin-bottom: 195px;
}

.t_mg196px {
  margin-bottom: 196px;
}

.t_mg197px {
  margin-bottom: 197px;
}

.t_mg198px {
  margin-bottom: 198px;
}

.t_mg199px {
  margin-bottom: 199px;
}

.t_mg200px {
  margin-bottom: 200px;
}

@media screen and (max-width: 1440px) {
  .t_mg__xxl1px {
    margin-bottom: 1px;
  }
  .t_mg__xxl1vw {
    margin-bottom: 0.0694444444vw;
  }
  .t_mg__xxl2px {
    margin-bottom: 2px;
  }
  .t_mg__xxl2vw {
    margin-bottom: 0.1388888889vw;
  }
  .t_mg__xxl3px {
    margin-bottom: 3px;
  }
  .t_mg__xxl3vw {
    margin-bottom: 0.2083333333vw;
  }
  .t_mg__xxl4px {
    margin-bottom: 4px;
  }
  .t_mg__xxl4vw {
    margin-bottom: 0.2777777778vw;
  }
  .t_mg__xxl5px {
    margin-bottom: 5px;
  }
  .t_mg__xxl5vw {
    margin-bottom: 0.3472222222vw;
  }
  .t_mg__xxl6px {
    margin-bottom: 6px;
  }
  .t_mg__xxl6vw {
    margin-bottom: 0.4166666667vw;
  }
  .t_mg__xxl7px {
    margin-bottom: 7px;
  }
  .t_mg__xxl7vw {
    margin-bottom: 0.4861111111vw;
  }
  .t_mg__xxl8px {
    margin-bottom: 8px;
  }
  .t_mg__xxl8vw {
    margin-bottom: 0.5555555556vw;
  }
  .t_mg__xxl9px {
    margin-bottom: 9px;
  }
  .t_mg__xxl9vw {
    margin-bottom: 0.625vw;
  }
  .t_mg__xxl10px {
    margin-bottom: 10px;
  }
  .t_mg__xxl10vw {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 1280px) {
  .t_mg__xl1px {
    margin-bottom: 1px;
  }
  .t_mg__xl1vw {
    margin-bottom: 0.078125vw;
  }
  .t_mg__xl2px {
    margin-bottom: 2px;
  }
  .t_mg__xl2vw {
    margin-bottom: 0.15625vw;
  }
  .t_mg__xl3px {
    margin-bottom: 3px;
  }
  .t_mg__xl3vw {
    margin-bottom: 0.234375vw;
  }
  .t_mg__xl4px {
    margin-bottom: 4px;
  }
  .t_mg__xl4vw {
    margin-bottom: 0.3125vw;
  }
  .t_mg__xl5px {
    margin-bottom: 5px;
  }
  .t_mg__xl5vw {
    margin-bottom: 0.390625vw;
  }
  .t_mg__xl6px {
    margin-bottom: 6px;
  }
  .t_mg__xl6vw {
    margin-bottom: 0.46875vw;
  }
  .t_mg__xl7px {
    margin-bottom: 7px;
  }
  .t_mg__xl7vw {
    margin-bottom: 0.546875vw;
  }
  .t_mg__xl8px {
    margin-bottom: 8px;
  }
  .t_mg__xl8vw {
    margin-bottom: 0.625vw;
  }
  .t_mg__xl9px {
    margin-bottom: 9px;
  }
  .t_mg__xl9vw {
    margin-bottom: 0.703125vw;
  }
  .t_mg__xl10px {
    margin-bottom: 10px;
  }
  .t_mg__xl10vw {
    margin-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 1024px) {
  .t_mg__l1px {
    margin-bottom: 1px;
  }
  .t_mg__l1vw {
    margin-bottom: 0.09765625vw;
  }
  .t_mg__l2px {
    margin-bottom: 2px;
  }
  .t_mg__l2vw {
    margin-bottom: 0.1953125vw;
  }
  .t_mg__l3px {
    margin-bottom: 3px;
  }
  .t_mg__l3vw {
    margin-bottom: 0.29296875vw;
  }
  .t_mg__l4px {
    margin-bottom: 4px;
  }
  .t_mg__l4vw {
    margin-bottom: 0.390625vw;
  }
  .t_mg__l5px {
    margin-bottom: 5px;
  }
  .t_mg__l5vw {
    margin-bottom: 0.48828125vw;
  }
  .t_mg__l6px {
    margin-bottom: 6px;
  }
  .t_mg__l6vw {
    margin-bottom: 0.5859375vw;
  }
  .t_mg__l7px {
    margin-bottom: 7px;
  }
  .t_mg__l7vw {
    margin-bottom: 0.68359375vw;
  }
  .t_mg__l8px {
    margin-bottom: 8px;
  }
  .t_mg__l8vw {
    margin-bottom: 0.78125vw;
  }
  .t_mg__l9px {
    margin-bottom: 9px;
  }
  .t_mg__l9vw {
    margin-bottom: 0.87890625vw;
  }
  .t_mg__l10px {
    margin-bottom: 10px;
  }
  .t_mg__l10vw {
    margin-bottom: 0.9765625vw;
  }
}
@media screen and (max-width: 896px) {
  .t_mg__m1px {
    margin-bottom: 1px;
  }
  .t_mg__m1vw {
    margin-bottom: 0.1116071429vw;
  }
  .t_mg__m2px {
    margin-bottom: 2px;
  }
  .t_mg__m2vw {
    margin-bottom: 0.2232142857vw;
  }
  .t_mg__m3px {
    margin-bottom: 3px;
  }
  .t_mg__m3vw {
    margin-bottom: 0.3348214286vw;
  }
  .t_mg__m4px {
    margin-bottom: 4px;
  }
  .t_mg__m4vw {
    margin-bottom: 0.4464285714vw;
  }
  .t_mg__m5px {
    margin-bottom: 5px;
  }
  .t_mg__m5vw {
    margin-bottom: 0.5580357143vw;
  }
  .t_mg__m6px {
    margin-bottom: 6px;
  }
  .t_mg__m6vw {
    margin-bottom: 0.6696428571vw;
  }
  .t_mg__m7px {
    margin-bottom: 7px;
  }
  .t_mg__m7vw {
    margin-bottom: 0.78125vw;
  }
  .t_mg__m8px {
    margin-bottom: 8px;
  }
  .t_mg__m8vw {
    margin-bottom: 0.8928571429vw;
  }
  .t_mg__m9px {
    margin-bottom: 9px;
  }
  .t_mg__m9vw {
    margin-bottom: 1.0044642857vw;
  }
  .t_mg__m10px {
    margin-bottom: 10px;
  }
  .t_mg__m10vw {
    margin-bottom: 1.1160714286vw;
  }
}
@media screen and (max-width: 414px) {
  .t_mg__s1px {
    margin-bottom: 1px;
  }
  .t_mg__s1vw {
    margin-bottom: 0.2415458937vw;
  }
  .t_mg__s2px {
    margin-bottom: 2px;
  }
  .t_mg__s2vw {
    margin-bottom: 0.4830917874vw;
  }
  .t_mg__s3px {
    margin-bottom: 3px;
  }
  .t_mg__s3vw {
    margin-bottom: 0.7246376812vw;
  }
  .t_mg__s4px {
    margin-bottom: 4px;
  }
  .t_mg__s4vw {
    margin-bottom: 0.9661835749vw;
  }
  .t_mg__s5px {
    margin-bottom: 5px;
  }
  .t_mg__s5vw {
    margin-bottom: 1.2077294686vw;
  }
  .t_mg__s6px {
    margin-bottom: 6px;
  }
  .t_mg__s6vw {
    margin-bottom: 1.4492753623vw;
  }
  .t_mg__s7px {
    margin-bottom: 7px;
  }
  .t_mg__s7vw {
    margin-bottom: 1.690821256vw;
  }
  .t_mg__s8px {
    margin-bottom: 8px;
  }
  .t_mg__s8vw {
    margin-bottom: 1.9323671498vw;
  }
  .t_mg__s9px {
    margin-bottom: 9px;
  }
  .t_mg__s9vw {
    margin-bottom: 2.1739130435vw;
  }
  .t_mg__s10px {
    margin-bottom: 10px;
  }
  .t_mg__s10vw {
    margin-bottom: 2.4154589372vw;
  }
}
.t_webfont {
  font-family: Bebas Neue, cursive;
}

.t_wrapper {
  width: 69.4444444444vw;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .t_wrapper {
    width: 86.6071428571vw;
  }
}

.p_button {
  color: blue;
}

.p_bgLine {
  position: fixed;
  border-right: 1px solid var(--line-color);
  border-left: 1px solid var(--line-color);
  z-index: 1;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.p_bgLine:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: var(--line-color);
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.c_header {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 129px;
  -webkit-transition: background 0.3s var(--transition);
  -o-transition: background 0.3s var(--transition);
  transition: background 0.3s var(--transition);
}
@media screen and (max-width: 1280px) {
  .c_header {
    height: 10.078125vw;
  }
}
@media screen and (max-width: 896px) {
  .c_header {
    height: 19.7544642857vw;
  }
}
@media screen and (max-width: 896px) {
  .c_header {
    display: block;
  }
}
.c_header-logo {
  height: 100%;
  pointer-events: auto;
  background: white;
  width: 290px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .c_header-logo {
    width: 22.65625vw;
  }
}
@media screen and (max-width: 896px) {
  .c_header-logo {
    width: 44.4196428571vw;
  }
}
.c_header-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 179px;
}
@media screen and (max-width: 1280px) {
  .c_header-logo img {
    width: 13.984375vw;
  }
}
@media screen and (max-width: 896px) {
  .c_header-logo img {
    width: 31.5848214286vw;
  }
}
.c_header.__animeStart {
  background: white;
}
.c_header-nav {
  pointer-events: auto;
  width: 400px;
  padding: 0 40px;
}
@media screen and (max-width: 896px) {
  .c_header-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    background: var(--main-color);
    width: 100%;
    padding: 0;
    height: 15.625vw;
  }
}
.c_header-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  height: 100%;
}
@media screen and (max-width: 896px) {
  .c_header-nav-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.c_header-nav-list li {
  padding-top: 52px;
}
@media screen and (max-width: 1280px) {
  .c_header-nav-list li {
    padding-top: 4.0625vw;
  }
}
@media screen and (max-width: 896px) {
  .c_header-nav-list li {
    padding-top: 0vw;
  }
}
@media screen and (max-width: 896px) {
  .c_header-nav-list li {
    width: 25%;
    position: relative;
  }
  .c_header-nav-list li:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 57%;
    background: white;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .c_header-nav-list li:last-child:before {
    display: none;
  }
}
.c_header-nav-list li.__isActive {
  border-top: 2px solid var(--main-color);
  padding-top: 50px;
}
@media screen and (max-width: 1280px) {
  .c_header-nav-list li.__isActive {
    padding-top: 3.90625vw;
  }
}
@media screen and (max-width: 896px) {
  .c_header-nav-list li.__isActive {
    padding-top: 0vw;
  }
}
@media screen and (max-width: 896px) {
  .c_header-nav-list li.__isActive {
    border-top: none;
  }
  .c_header-nav-list li.__isActive a > span {
    border-bottom: 1px solid white;
  }
}
.c_header-nav-list li a {
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s var(--transition);
  -o-transition: all 0.3s var(--transition);
  transition: all 0.3s var(--transition);
}
@media screen and (max-width: 1024px) {
  .c_header-nav-list li a {
    font-size: 1.3671875vw;
  }
}
@media screen and (max-width: 896px) {
  .c_header-nav-list li a {
    font-size: 2.2321428571vw;
  }
}
.c_header-nav-list li a:hover {
  color: var(--main-color);
}
@media screen and (max-width: 896px) {
  .c_header-nav-list li a:hover {
    color: white;
    opacity: 0.6;
  }
}
@media screen and (max-width: 896px) {
  .c_header-nav-list li a {
    color: white;
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
  }
  .c_header-nav-list li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    padding: 0.8928571429vw 0;
  }
}

.c_footer {
  position: relative;
  z-index: 10;
  background: var(--bg-color);
  padding-top: 140px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1280px) {
  .c_footer {
    padding-top: 10.9375vw;
  }
}
@media screen and (max-width: 896px) {
  .c_footer {
    padding-top: 13.9508928571vw;
  }
}
@media screen and (max-width: 1280px) {
  .c_footer {
    padding-bottom: 10.9375vw;
  }
}
@media screen and (max-width: 896px) {
  .c_footer {
    padding-bottom: 29.0178571429vw;
  }
}
.c_footer--box {
  position: relative;
}
.c_footer-logo {
  width: 180px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1280px) {
  .c_footer-logo {
    width: 14.0625vw;
  }
}
@media screen and (max-width: 896px) {
  .c_footer-logo {
    width: 46.2053571429vw;
  }
}
@media screen and (max-width: 1280px) {
  .c_footer-logo {
    margin-bottom: 1.953125vw;
  }
}
@media screen and (max-width: 896px) {
  .c_footer-logo {
    margin-bottom: 3.90625vw;
  }
}
.c_footer-ttl {
  margin-bottom: 35px;
  font-size: 14px;
}
@media screen and (max-width: 1280px) {
  .c_footer-ttl {
    margin-bottom: 2.734375vw;
  }
}
@media screen and (max-width: 896px) {
  .c_footer-ttl {
    margin-bottom: 4.4642857143vw;
  }
}
@media screen and (max-width: 1024px) {
  .c_footer-ttl {
    font-size: 1.3671875vw;
  }
}
@media screen and (max-width: 896px) {
  .c_footer-ttl {
    font-size: 2.6785714286vw;
  }
}
.c_footer-address {
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .c_footer-address {
    margin-bottom: 6.1383928571vw;
  }
}
.c_footer-copy {
  position: absolute;
  right: 0;
  bottom: 0;
}
.c_footer-copy small {
  font-size: 18px;
  font-family: Bebas Neue, cursive;
}
@media screen and (max-width: 1024px) {
  .c_footer-copy small {
    font-size: 1.7578125vw;
  }
}
@media screen and (max-width: 896px) {
  .c_footer-copy small {
    font-size: 3.5714285714vw;
  }
}
@media screen and (max-width: 896px) {
  .c_footer-copy {
    position: static;
  }
}

.home_p_ttl {
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .home_p_ttl {
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_p_ttl {
    font-size: 4.4642857143vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_p_ttl {
    margin-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 896px) {
  .home_p_ttl {
    margin-bottom: 6.6964285714vw;
  }
}
.home_p_ttl__recruit {
  padding-top: 60px;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .home_p_ttl__recruit {
    padding-top: 4.6875vw;
  }
}
@media screen and (max-width: 896px) {
  .home_p_ttl__recruit {
    padding-top: 6.6964285714vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_p_ttl__recruit {
    margin-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 896px) {
  .home_p_ttl__recruit {
    margin-bottom: 7.8125vw;
  }
}
.home_p_ttl__recruit:before {
  content: "";
  height: 2px;
  width: 3.94%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main-color);
}
.home_p_table {
  width: 100%;
  border-top: 1px solid var(--line-color);
}
.home_p_table tr {
  border-bottom: 1px solid var(--line-color);
}
.home_p_table th,
.home_p_table td {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .home_p_table th,
.home_p_table td {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_p_table th,
.home_p_table td {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_p_table th,
.home_p_table td {
    padding-top: 1.5625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_p_table th,
.home_p_table td {
    padding-top: 3.3482142857vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_p_table th,
.home_p_table td {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_p_table th,
.home_p_table td {
    padding-bottom: 3.3482142857vw;
  }
}
.home_p_table th {
  width: 22%;
  text-align: left;
  line-height: 1.8;
}
.home_p_table th span {
  display: inline-block;
}
@media screen and (max-width: 896px) {
  .home_p_table th {
    width: 30.9%;
  }
}
.home_p_table td {
  width: 78%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  line-height: 1.8;
}
@media screen and (max-width: 1280px) {
  .home_p_table td {
    padding-left: 1.171875vw;
  }
}
@media screen and (max-width: 896px) {
  .home_p_table td {
    padding-left: 2.2321428571vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_p_table td {
    padding-right: 1.171875vw;
  }
}
@media screen and (max-width: 896px) {
  .home_p_table td {
    padding-right: 0vw;
  }
}
.home_p_table td span {
  display: inline-block;
}
.home_p_table td:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 66%;
  background: var(--line-color);
}
@media screen and (max-width: 896px) {
  .home_p_table td {
    width: 69.1%;
  }
}
.home_mv {
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
  margin-bottom: 80px;
  border-bottom: 1px solid var(--line-color);
  background: var(--bg-color);
}
@media screen and (max-width: 1280px) {
  .home_mv {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 896px) {
  .home_mv {
    margin-bottom: 0vw;
  }
}
.home_mv-slider {
  position: absolute;
  height: 100%;
  width: 47.22%;
  top: 0;
  left: 15%;
}
@media screen and (max-width: 896px) {
  .home_mv-slider {
    width: 100%;
    left: 0;
  }
}
.home_mv-slider .swiper {
  width: 100%;
  height: 100%;
}
.home_mv-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_mv-sliderThumb {
  width: 34%;
  height: 48%;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .home_mv-sliderThumb {
    width: 89.28%;
    height: 35%;
  }
}
.home_mv-sliderThumb .swiper {
  width: 66.5%;
  height: 100%;
  overflow: visible;
  margin-left: 0;
}
@media screen and (max-width: 896px) {
  .home_mv-sliderThumb .swiper {
    width: 40.5%;
  }
}
.home_mv-sliderThumb .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_mv-scrollNav {
  position: absolute;
  left: 3.47%;
  bottom: 0;
  -webkit-transform: rotate(90deg) translate(-100%, 0);
      -ms-transform: rotate(90deg) translate(-100%, 0);
          transform: rotate(90deg) translate(-100%, 0);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}
@media screen and (max-width: 896px) {
  .home_mv-scrollNav {
    display: none;
  }
}
.home_mv-scrollNav-txt {
  font-family: Bebas Neue, cursive;
  vertical-align: middle;
  color: var(--main-color);
  margin-right: 15px;
}
@media screen and (max-width: 1280px) {
  .home_mv-scrollNav-txt {
    margin-right: 1.171875vw;
  }
}
.home_mv-scrollNav-border {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 2px;
  background: #6692c4;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .home_mv-scrollNav-border {
    width: 5.46875vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_mv-scrollNav-border {
    height: 0.15625vw;
  }
}
.home_mv-scrollNav-border:after {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--main-color);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  border-radius: 9999px;
  -webkit-animation: scrollNavDot 2s var(--transition) 2s infinite normal backwards;
          animation: scrollNavDot 2s var(--transition) 2s infinite normal backwards;
}
@media screen and (max-width: 1280px) {
  .home_mv-scrollNav-border:after {
    width: 0.625vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_mv-scrollNav-border:after {
    height: 0.625vw;
  }
}
@-webkit-keyframes scrollNavDot {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes scrollNavDot {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.home_works {
  margin-bottom: 70px;
}
@media screen and (max-width: 1280px) {
  .home_works {
    margin-bottom: 5.46875vw;
  }
}
@media screen and (max-width: 896px) {
  .home_works {
    margin-bottom: 0vw;
  }
}
.home_works-nav {
  border-top: 1px solid var(--line-color);
  border-bottom: 1px solid var(--line-color);
}
.home_works-nav--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 90px;
  border-left: 1px solid var(--line-color);
  border-right: 1px solid var(--line-color);
  background: white;
}
@media screen and (max-width: 1280px) {
  .home_works-nav--inner {
    min-height: 7.03125vw;
  }
}
@media screen and (max-width: 896px) {
  .home_works-nav--inner {
    min-height: 17.8571428571vw;
  }
}
@media screen and (max-width: 896px) {
  .home_works-nav--inner {
    width: 100%;
    border-right: none;
    border-left: none;
  }
}
.home_works-nav-header {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-right: 1px solid var(--line-color);
  background: var(--bg-color);
  width: 164px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .home_works-nav-header {
    width: 12.8125vw;
  }
}
@media screen and (max-width: 896px) {
  .home_works-nav-header {
    width: 20.0892857143vw;
  }
}
.home_works-nav-header span {
  font-family: Bebas Neue, cursive;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .home_works-nav-header span {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 896px) {
  .home_works-nav-header span {
    font-size: 3.5714285714vw;
  }
}
.home_works-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1280px) {
  .home_works-nav-list {
    padding-top: 0.78125vw;
  }
}
@media screen and (max-width: 896px) {
  .home_works-nav-list {
    padding-top: 3.3482142857vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_works-nav-list {
    padding-bottom: 0.78125vw;
  }
}
@media screen and (max-width: 896px) {
  .home_works-nav-list {
    padding-bottom: 3.3482142857vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_works-nav-list {
    padding-left: 3.125vw;
  }
}
@media screen and (max-width: 896px) {
  .home_works-nav-list {
    padding-left: 3.3482142857vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_works-nav-list {
    padding-right: 3.125vw;
  }
}
@media screen and (max-width: 896px) {
  .home_works-nav-list {
    padding-right: 6.6964285714vw;
  }
}
.home_works-nav-list li {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1280px) {
  .home_works-nav-list li {
    margin-right: 1.5625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_works-nav-list li {
    margin-right: 2.7901785714vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_works-nav-list li {
    padding-top: 0.390625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_works-nav-list li {
    padding-top: 1.1160714286vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_works-nav-list li {
    padding-bottom: 0.390625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_works-nav-list li {
    padding-bottom: 1.1160714286vw;
  }
}
.home_works-nav-list li button {
  font-size: 14px;
  position: relative;
  font-weight: 500;
  color: #7e7e7e;
  -webkit-transition: color 0.3s var(--transition);
  -o-transition: color 0.3s var(--transition);
  transition: color 0.3s var(--transition);
}
@media screen and (max-width: 1024px) {
  .home_works-nav-list li button {
    font-size: 1.3671875vw;
  }
}
@media screen and (max-width: 896px) {
  .home_works-nav-list li button {
    font-size: 2.6785714286vw;
  }
}
.home_works-nav-list li button:hover {
  color: var(--main-color);
}
.home_works-nav-list li.__isActive button {
  color: var(--text-color);
}
.home_works-nav-list li.__isActive button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -6px;
  background: var(--text-color);
}
@media screen and (max-width: 1280px) {
  .home_works-nav-list li.__isActive button:after {
    bottom: -0.46875vw;
  }
}
@media screen and (max-width: 896px) {
  .home_works-nav-list li.__isActive button:after {
    bottom: -0.6696428571vw;
  }
}
.home_works--tabarea {
  background: white;
}
.home_works-items {
  overflow: hidden;
}
.home_works-items li {
  float: left;
  width: 33.3%;
  border-bottom: 1px solid var(--line-color);
  border-right: 1px solid var(--line-color);
  padding: 3.4%;
}
@media screen and (max-width: 896px) {
  .home_works-items li {
    width: 50%;
  }
}
.home_works-items li:nth-child(3n) {
  border-right: none;
}
.home_works-items li.__borderBottomPcNone {
  border-bottom: none;
}
@media screen and (max-width: 896px) {
  .home_works-items li:nth-child(3n) {
    border-right: 1px solid var(--line-color);
  }
  .home_works-items li:nth-child(2n) {
    border-right: none;
  }
  .home_works-items li.__borderBottomPcNone {
    border-bottom: 1px solid var(--line-color);
  }
  .home_works-items li.__borderBottomSpNone {
    border-bottom: none;
  }
}
.home_works-items-img {
  margin-bottom: 7.8%;
}
.home_works-items-type {
  font-size: 14px;
  margin-bottom: 3.9%;
}
@media screen and (max-width: 1024px) {
  .home_works-items-type {
    font-size: 1.3671875vw;
  }
}
@media screen and (max-width: 896px) {
  .home_works-items-type {
    font-size: 2.2321428571vw;
  }
}
.home_works-items-title {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .home_works-items-title {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 896px) {
  .home_works-items-title {
    font-size: 2.6785714286vw;
  }
}
.home_works-items-title small {
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 1280px) {
  .home_works-items-title small {
    margin-left: 0.78125vw;
  }
}
@media screen and (max-width: 896px) {
  .home_works-items-title small {
    margin-left: 0vw;
  }
}
@media screen and (max-width: 1440px) {
  .home_works-items-title small {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 896px) {
  .home_works-items-title small {
    display: block;
    font-size: 2.2321428571vw;
    margin-top: 1.6741071429vw;
  }
}
.home_company {
  margin-bottom: 120px;
  border-top: 1px soild var(--line-color);
  background: var(--bg-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .home_company {
    margin-bottom: 9.375vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company {
    margin-bottom: 13.3928571429vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company {
    display: block;
  }
}
.home_company-side {
  width: 23%;
  padding-bottom: 110px;
}
@media screen and (max-width: 1280px) {
  .home_company-side {
    padding-bottom: 8.59375vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-side {
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-side {
    width: 86.6071428571vw;
    margin: 0 auto;
  }
}
.home_company-side--inner {
  position: -webkit-sticky;
  position: sticky;
  top: 129px;
  left: 0;
}
@media screen and (max-width: 1280px) {
  .home_company-side--inner {
    top: 10.078125vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-side--inner {
    top: 19.7544642857vw;
  }
}
.home_company-side-ttl {
  padding-top: 110px;
  padding-bottom: 20px;
  font-size: 28px;
  margin-bottom: 40px;
  padding-left: 18.75%;
  font-weight: 700;
  border-bottom: 1px solid var(--line-color);
}
@media screen and (max-width: 1280px) {
  .home_company-side-ttl {
    padding-top: 8.59375vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-side-ttl {
    padding-top: 13.3928571429vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_company-side-ttl {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-side-ttl {
    padding-bottom: 0vw;
  }
}
@media screen and (max-width: 1024px) {
  .home_company-side-ttl {
    font-size: 2.734375vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-side-ttl {
    font-size: 5.3571428571vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_company-side-ttl {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-side-ttl {
    margin-bottom: 6.6964285714vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-side-ttl {
    padding-left: 0;
    border-bottom: none;
  }
}
.home_company-side-nav {
  padding-left: 18.75%;
}
@media screen and (max-width: 896px) {
  .home_company-side-nav {
    display: none;
  }
}
.home_company-side-nav li {
  margin-bottom: 25px;
  position: relative;
  -webkit-transition: padding-left 0.3s var(--transition);
  -o-transition: padding-left 0.3s var(--transition);
  transition: padding-left 0.3s var(--transition);
}
@media screen and (max-width: 1280px) {
  .home_company-side-nav li {
    margin-bottom: 1.953125vw;
  }
}
.home_company-side-nav li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  background: var(--main-color);
  position: absolute;
  left: 0;
  top: 18%;
  opacity: 0;
  -webkit-transition: opacity 0.3s var(--transition);
  -o-transition: opacity 0.3s var(--transition);
  transition: opacity 0.3s var(--transition);
}
@media screen and (max-width: 1280px) {
  .home_company-side-nav li:before {
    width: 0.78125vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_company-side-nav li:before {
    height: 0.78125vw;
  }
}
.home_company-side-nav li.__isActive {
  padding-left: 20px;
}
@media screen and (max-width: 1280px) {
  .home_company-side-nav li.__isActive {
    padding-left: 1.5625vw;
  }
}
.home_company-side-nav li.__isActive:before {
  opacity: 1;
}
.home_company-side-nav li.__isActive button:after {
  width: 100%;
}
.home_company-side-nav li button {
  font-size: 18px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .home_company-side-nav li button {
    font-size: 1.7578125vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_company-side-nav li button {
    padding-bottom: 0.78125vw;
  }
}
.home_company-side-nav li button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #9e9e9e;
  -webkit-transition: width 0.3s var(--transition);
  -o-transition: width 0.3s var(--transition);
  transition: width 0.3s var(--transition);
}
.home_company-content {
  width: 77%;
  border-left: 1px solid var(--line-color);
  padding-top: 110px;
  padding-right: 140px;
  padding-bottom: 110px;
  padding-left: 70px;
}
@media screen and (max-width: 1280px) {
  .home_company-content {
    padding-top: 8.59375vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-content {
    padding-top: 0vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_company-content {
    padding-right: 10.9375vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-content {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_company-content {
    padding-bottom: 8.59375vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-content {
    padding-bottom: 12.2767857143vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_company-content {
    padding-left: 5.46875vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-content {
    padding-left: 0vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-content {
    width: 86.6071428571vw;
    margin: 0 auto;
    border-left: none;
  }
}
.home_company-content-nav {
  overflow: hidden;
  margin-bottom: 90px;
}
@media screen and (max-width: 1280px) {
  .home_company-content-nav {
    margin-bottom: 7.03125vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-content-nav {
    margin-bottom: 7.8125vw;
  }
}
.home_company-content-nav li {
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 1280px) {
  .home_company-content-nav li {
    margin-right: 1.5625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-content-nav li {
    margin-right: 3.3482142857vw;
  }
}
.home_company-content-nav li.__isActive button svg {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.home_company-content-nav li button {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 16px;
  color: white;
  background: var(--main-color);
  position: relative;
  border-radius: 5px;
}
@media screen and (max-width: 1280px) {
  .home_company-content-nav li button {
    padding-top: 1.5625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-content-nav li button {
    padding-top: 2.7901785714vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_company-content-nav li button {
    padding-right: 1.5625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-content-nav li button {
    padding-right: 2.7901785714vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_company-content-nav li button {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-content-nav li button {
    padding-bottom: 2.7901785714vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_company-content-nav li button {
    padding-left: 1.5625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-content-nav li button {
    padding-left: 2.7901785714vw;
  }
}
@media screen and (max-width: 1024px) {
  .home_company-content-nav li button {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-content-nav li button {
    font-size: 2.6785714286vw;
  }
}
.home_company-content-nav li button svg {
  width: 12px;
  height: 16px;
  margin-left: 10px;
  fill: white;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s var(--transition);
  transition: -webkit-transform 0.3s var(--transition);
  -o-transition: transform 0.3s var(--transition);
  transition: transform 0.3s var(--transition);
  transition: transform 0.3s var(--transition), -webkit-transform 0.3s var(--transition);
}
@media screen and (max-width: 1280px) {
  .home_company-content-nav li button svg {
    width: 0.9375vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-content-nav li button svg {
    width: 1.7857142857vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_company-content-nav li button svg {
    height: 1.25vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-content-nav li button svg {
    height: 2.34375vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_company-content-nav li button svg {
    margin-left: 0.78125vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-content-nav li button svg {
    margin-left: 2.2321428571vw;
  }
}
.home_company-content--tabarea {
  border-top: 1px solid var(--line-color);
  padding-top: 60px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .home_company-content--tabarea {
    padding-top: 4.6875vw;
  }
}
@media screen and (max-width: 896px) {
  .home_company-content--tabarea {
    padding-top: 6.6964285714vw;
  }
}
.home_company-content--tabarea:after {
  content: "";
  position: absolute;
  width: 3.2%;
  height: 1px;
  top: -1px;
  left: 0;
  background: var(--main-color);
}
@media screen and (max-width: 896px) {
  .home_company-content--tabarea:after {
    width: 10.38%;
  }
}
.home_company-content-access-mapTtl {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .home_company-content-access-mapTtl {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_company-content-access-mapTtl {
    margin-bottom: 1.5625vw;
  }
}
.home_company-content-access-gmap {
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .home_company-content-access-gmap {
    margin-bottom: 3.125vw;
  }
}
.home_company-content-access-address {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .home_company-content-access-address {
    margin-bottom: 1.5625vw;
  }
}
.home_company-content-access-address svg {
  width: 16px;
  height: 20px;
}
@media screen and (max-width: 1280px) {
  .home_company-content-access-address svg {
    width: 1.25vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_company-content-access-address svg {
    height: 1.5625vw;
  }
}
.home_company-content-access-address span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--text-color);
}
@media screen and (max-width: 1280px) {
  .home_company-content-access-address span {
    margin-left: 1.171875vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_company-content-access-address span {
    padding-bottom: 0.625vw;
  }
}
.home_company-content-access-tel {
  margin-bottom: 10px;
}
@media screen and (max-width: 1280px) {
  .home_company-content-access-tel {
    margin-bottom: 0.78125vw;
  }
}
.home_company-content-access-fax {
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  .home_company-content-access-fax {
    margin-bottom: 3.125vw;
  }
}
.home_company-content-access-txt {
  line-height: 1.8;
}
.home_recruit {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .home_recruit {
    margin-bottom: 7.8125vw;
  }
}
@media screen and (max-width: 896px) {
  .home_recruit {
    margin-bottom: 13.3928571429vw;
  }
}
.home_recruit--container {
  width: 52%;
  margin: 0 auto;
}
@media screen and (max-width: 896px) {
  .home_recruit--container {
    width: -webkit-calc(86.6071428571vw - 1px);
    width: calc(86.6071428571vw - 1px);
  }
}
.home_recruit-sliderBtns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 40px;
  right: 24%;
}
@media screen and (max-width: 1280px) {
  .home_recruit-sliderBtns {
    top: 3.125vw;
  }
}
@media screen and (max-width: 896px) {
  .home_recruit-sliderBtns {
    top: 3.90625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_recruit-sliderBtns {
    right: 7.2%;
  }
}
.home_recruit-sliderBtns li:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 1280px) {
  .home_recruit-sliderBtns li:first-child {
    margin-right: 0.78125vw;
  }
}
@media screen and (max-width: 896px) {
  .home_recruit-sliderBtns li:first-child {
    margin-right: 1.1160714286vw;
  }
}
.home_recruit-sliderBtns li button {
  border-radius: 9999px;
  border: 1px solid var(--main-color);
  -webkit-transition: border-color 0.3s var(--transition);
  -o-transition: border-color 0.3s var(--transition);
  transition: border-color 0.3s var(--transition);
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1280px) {
  .home_recruit-sliderBtns li button {
    width: 4.6875vw;
  }
}
@media screen and (max-width: 896px) {
  .home_recruit-sliderBtns li button {
    width: 8.9285714286vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_recruit-sliderBtns li button {
    height: 4.6875vw;
  }
}
@media screen and (max-width: 896px) {
  .home_recruit-sliderBtns li button {
    height: 8.9285714286vw;
  }
}
.home_recruit-sliderBtns li button svg {
  -webkit-transition: fill 0.3s var(--transition);
  -o-transition: fill 0.3s var(--transition);
  transition: fill 0.3s var(--transition);
  fill: var(--main-color);
  width: 24px;
  height: 19px;
}
@media screen and (max-width: 1280px) {
  .home_recruit-sliderBtns li button svg {
    width: 1.875vw;
  }
}
@media screen and (max-width: 896px) {
  .home_recruit-sliderBtns li button svg {
    width: 3.4598214286vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_recruit-sliderBtns li button svg {
    height: 1.484375vw;
  }
}
@media screen and (max-width: 896px) {
  .home_recruit-sliderBtns li button svg {
    height: 2.6785714286vw;
  }
}
.home_recruit-sliderBtns li button.swiper-button-disabled {
  border: 1px solid var(--line-color);
}
.home_recruit-sliderBtns li button.swiper-button-disabled svg {
  fill: var(--line-color);
}
.home_recruit-slider {
  margin-left: 24%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1280px) {
  .home_recruit-slider {
    margin-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 896px) {
  .home_recruit-slider {
    margin-bottom: 5.0223214286vw;
  }
}
@media screen and (max-width: 896px) {
  .home_recruit-slider {
    margin-left: -webkit-calc(6.6964285714vw + 1px);
    margin-left: calc(6.6964285714vw + 1px);
  }
}
.home_recruit-slider .swiper {
  width: 100%;
  height: 100%;
}
.home_recruit-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home_recruit-table {
  width: 100%;
}
.home_recruit-table tr {
  border: 1px solid var(--line-color);
}
@media screen and (max-width: 896px) {
  .home_recruit-table tr {
    border: none;
  }
}
@media screen and (max-width: 896px) {
  .home_recruit-table tr:last-child td {
    border-bottom: 1px solid var(--line-color);
  }
}
.home_recruit-table tr th {
  width: 26%;
  text-align: left;
  background: #cccccc;
  font-weight: 500;
}
@media screen and (max-width: 896px) {
  .home_recruit-table tr th {
    border-top: 1px solid var(--line-color);
    border-bottom: 1px solid var(--line-color);
  }
}
.home_recruit-table tr td {
  width: 74%;
  border-left: 1px solid var(--line-color);
  background: white;
}
.home_recruit-table tr th,
.home_recruit-table tr td {
  line-height: 1.8;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1280px) {
  .home_recruit-table tr th,
.home_recruit-table tr td {
    padding-top: 1.5625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_recruit-table tr th,
.home_recruit-table tr td {
    padding-top: 3.3482142857vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_recruit-table tr th,
.home_recruit-table tr td {
    padding-right: 1.5625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_recruit-table tr th,
.home_recruit-table tr td {
    padding-right: 3.90625vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_recruit-table tr th,
.home_recruit-table tr td {
    padding-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_recruit-table tr th,
.home_recruit-table tr td {
    padding-bottom: 3.3482142857vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_recruit-table tr th,
.home_recruit-table tr td {
    padding-left: 1.5625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_recruit-table tr th,
.home_recruit-table tr td {
    padding-left: 3.90625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_recruit-table tr th,
.home_recruit-table tr td {
    display: block;
    width: 100%;
  }
}
.home_contact {
  margin-bottom: 110px;
}
@media screen and (max-width: 1280px) {
  .home_contact {
    margin-bottom: 8.59375vw;
  }
}
@media screen and (max-width: 896px) {
  .home_contact {
    margin-bottom: 13.3928571429vw;
  }
}
.home_contact--box {
  padding-top: 50px;
  padding-bottom: 50px;
  border: 1px solid var(--line-color);
  background-color: white;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .home_contact--box {
    padding-top: 3.90625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_contact--box {
    padding-top: 6.6964285714vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_contact--box {
    padding-bottom: 3.90625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_contact--box {
    padding-bottom: 6.6964285714vw;
  }
}
.home_contact-ttl {
  font-size: 42px;
  margin-bottom: 40px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .home_contact-ttl {
    font-size: 4.1015625vw;
  }
}
@media screen and (max-width: 896px) {
  .home_contact-ttl {
    font-size: 4.2410714286vw;
  }
}
@media screen and (max-width: 1280px) {
  .home_contact-ttl {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 896px) {
  .home_contact-ttl {
    margin-bottom: 4.4642857143vw;
  }
}
.home_contact-txt {
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .home_contact-txt {
    margin-bottom: 2.34375vw;
  }
}
@media screen and (max-width: 896px) {
  .home_contact-txt {
    margin-bottom: 4.4642857143vw;
  }
}
.home_contact-tel {
  font-family: Bebas Neue, cursive;
  font-size: 60px;
}
@media screen and (max-width: 1024px) {
  .home_contact-tel {
    font-size: 5.859375vw;
  }
}
@media screen and (max-width: 896px) {
  .home_contact-tel {
    font-size: 8.9285714286vw;
  }
}
/*# sourceMappingURL=../cssmap/app.css.map */