@charset "UTF-8";
/* ------------------------- Reset ------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/* Non-Retina */
/* Retina */
html {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* iPad Portrait */
  /* iPad Landscape */
}
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  html {
    overflow-x: hidden;
  }
}
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  html {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 760px) {
  html {
    overflow-x: hidden;
  }
}

* {
  box-sizing: border-box;
}

body {
  position: relative;
  min-width: 1280px;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: 300;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  /* iPad Portrait */
  /* iPad Landscape */
}
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 760px) {
  body {
    font-size: 1.5rem;
    line-height: 2.5rem;
    min-width: 100%;
    overflow-x: hidden;
  }
}

.Mincho-font {
  font-family: "ヒラギノ明朝 ProN W3", "YuMincho", Georgia, "游明朝体", "游明朝", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "ヒラギノ明朝 Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font-serif {
  font-family: "Noto Serif JP", serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
}

div {
  margin: 0;
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #000;
  transition: color 0.3s, opacity 0.3s;
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1;
}

img {
  transition: opacity 0.3s;
  outline: none;
}

a:focus, a:active, input, textarea, button {
  outline: none;
}

a:hover, a:hover img {
  opacity: 0.6;
}

.text-indent {
  text-indent: 3em;
}

.text-input, input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #707070;
  border-radius: 0;
}

/* Chrome、Safari */
.text-input, input[type=number]::-webkit-outer-spin-button,
.text-input, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox、IE */
.text-input, input[type=number] {
  -moz-appearance: textfield;
}

/* Chrome、Safari */
.text-input, input[type=text] {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox、IE */
.text-input, input[type=text] {
  -moz-appearance: textfield;
}

.a-color-blue {
  color: #3BB4FF;
}

.a-decoration-show {
  text-decoration: underline;
}

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

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

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

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

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

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

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

@media screen and (max-width: 760px) {
  .text-left-sp {
    text-align: left !important;
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.margin-center {
  margin-right: auto;
  margin-left: auto;
}

.flex-direction-column {
  flex-direction: column;
}

.underline {
  text-decoration: underline;
}

.warp {
  flex-wrap: wrap !important;
}

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

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 760px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 760px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 760px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 760px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 760px) {
  .mt70 {
    margin-top: 40px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 760px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 760px) {
  .mt100 {
    margin-top: 40px !important;
  }
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}
@media screen and (max-width: 760px) {
  .mt120 {
    margin-top: 80px !important;
  }
}

.mt130 {
  margin-top: 130px !important;
}

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

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 760px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 760px) {
  .mb70 {
    margin-bottom: 40px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 760px) {
  .mb100 {
    margin-bottom: 60px !important;
  }
}

.mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 760px) {
  .mb120 {
    margin-bottom: 80px !important;
  }
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}
@media screen and (max-width: 760px) {
  .mb240 {
    margin-bottom: 80px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mar50 {
  margin: 50px 0;
}

.mar75 {
  margin: 75px 0;
}
@media screen and (max-width: 760px) {
  .mar75 {
    margin: 35px 0;
  }
}

.mar100 {
  margin: 100px 0;
}

.mar120 {
  margin: 120px 0;
}

.mar150 {
  margin: 150px 0;
}

.mar5075 {
  margin: 50px 0 75px 0;
}

.mar50100 {
  margin: 50px 0 100px 0;
}

.mar50125 {
  margin: 50px 0 125px 0;
}

.mar80100 {
  margin: 80px 0 100px 0;
}

.mar100125 {
  margin: 100px 0 125px 0;
}

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

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}
@media screen and (max-width: 760px) {
  .pt60 {
    padding-top: 40px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt130 {
  padding-top: 130px !important;
}

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

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 760px) {
  .pb120 {
    padding-bottom: 60px !important;
  }
}

.pb180 {
  padding-bottom: 180px !important;
}
@media screen and (max-width: 760px) {
  .pb180 {
    padding-bottom: 60px !important;
  }
}

.pb200 {
  padding-bottom: 200px !important;
}
@media screen and (max-width: 760px) {
  .pb200 {
    padding-bottom: 100px !important;
  }
}

.pb240 {
  padding-bottom: 240px !important;
}
@media screen and (max-width: 760px) {
  .pb240 {
    padding-bottom: 128px !important;
  }
}

.pb130 {
  padding-bottom: 130px !important;
}

.pad50 {
  padding: 50px 0;
}

.pad60 {
  padding: 60px 0;
}

.pad75 {
  padding: 75px 0;
}

.pad100 {
  padding: 100px 0;
}

.pad120 {
  padding: 120px 0;
}
@media screen and (max-width: 760px) {
  .pad120 {
    padding: 60px 0 !important;
  }
}

.pad240 {
  padding: 240px 0;
}
@media screen and (max-width: 760px) {
  .pad240 {
    padding: 100px 0 !important;
  }
}

.pad150 {
  padding: 150px 0;
}

.pad5075 {
  padding: 50px 0 75px 0;
}

.pad50100 {
  padding: 50px 0 100px 0;
}

.pad50125 {
  padding: 50px 0 125px 0;
}

.pad60100 {
  padding: 60px 0 100px 0;
}

.pad80100 {
  padding: 80px 0 100px 0;
}

.pad100125 {
  padding: 100px 0 125px 0;
}

.pad120 {
  padding: 120px 0;
}

.pad160180 {
  padding: 160px 0 180px 0;
}
@media screen and (max-width: 760px) {
  .pad160180 {
    padding: 80px 0 100px 0;
  }
}

.pad7550 {
  padding: 75px 0 50px 0;
}

.pad-right-115 {
  padding-right: 115px;
}

.fw-100-thin {
  font-weight: 100 !important;
}

.fw-300-light {
  font-weight: 300 !important;
}

.fw-400-regular {
  font-weight: 400 !important;
}

.fw-500-medium {
  font-weight: 500 !important;
}

.fw-600-bold {
  font-weight: 600 !important;
}

.fw-700-bold {
  font-weight: 700 !important;
}

.fw-900-black {
  font-weight: 900 !important;
}

.fs-13-px {
  font-size: 1.3rem !important;
}

.fs-16-px {
  font-size: 1.6rem !important;
}

.fs-18-px {
  font-size: 1.8rem;
}

.fs-24-px {
  font-size: 2.4rem;
}
@media screen and (max-width: 760px) {
  .fs-24-px {
    font-size: 2rem;
  }
}

.fs-28-px {
  font-size: 2.8rem;
}
@media screen and (max-width: 760px) {
  .fs-28-px {
    font-size: 2.4rem;
  }
}

.fs-30-px {
  font-size: 3rem;
}

.fs-32-px {
  font-size: 3.2rem;
  line-height: 35px;
}
@media screen and (max-width: 760px) {
  .fs-32-px {
    font-size: 2.8rem;
  }
}

.line-height-18 {
  line-height: 1.8;
}

.txt-right {
  text-align: right;
}

.link-sp {
  pointer-events: none !important;
}
@media screen and (max-width: 760px) {
  .link-sp {
    pointer-events: visible !important;
  }
}

.content-720 {
  width: 92%;
  max-width: 720px;
  margin: 0 auto;
}

.content-880 {
  width: 92%;
  max-width: 880px;
  margin: 0 auto;
}

.content-900 {
  width: 92%;
  max-width: 900px;
  margin: 0 auto;
}

.content-940 {
  width: 92%;
  max-width: 940px;
  margin: 0 auto;
}

.content-960 {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}

.content-1088 {
  width: 92%;
  max-width: 1088px;
  margin: 0 auto;
}

.content-1020 {
  width: 92%;
  max-width: 1020px;
  margin: 0 auto;
}

.content-1200 {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
}

.content-1200-full-right {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .content-1200-full-right {
    margin: inherit;
    margin-left: auto;
    width: 96%;
  }
}

.content-1230 {
  width: 92%;
  max-width: 1230px;
  margin: 0 auto;
}

.content-1300 {
  width: 92%;
  max-width: 1300px;
  margin: 0 auto;
}

.content-1345 {
  width: 92%;
  max-width: 1345px;
  margin: 0 auto;
}

.content-1366 {
  width: 92%;
  max-width: 1366px;
  margin: 0 auto;
}

.content-1400 {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
}

.content-1440 {
  width: 92%;
  max-width: 1440px;
  margin: 0 auto;
}

.content-1440-full-width {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.content-1440-full-right {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .content-1440-full-right {
    margin: inherit;
    margin-left: auto;
    width: 96%;
  }
}
@media screen and (max-width: 760px) {
  .content-1440-full-right {
    margin: 0 auto;
    margin-left: auto;
    width: 96%;
  }
}
@media screen and (max-width : 420px) {
  .content-1440-full-right {
    width: 92%;
  }
}

.content-1440-full-left {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .content-1440-full-left {
    margin: inherit;
    margin-right: auto;
    width: 92%;
  }
}
@media screen and (max-width: 760px) {
  .content-1440-full-left {
    margin: 0 auto;
    margin-left: auto;
    width: 96%;
  }
}
@media screen and (max-width : 420px) {
  .content-1440-full-left {
    width: 92%;
  }
}

.relative {
  position: relative;
}

.color-blue {
  color: #0068b0;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000 !important;
}

.color-red {
  color: #de2b1e;
}

.color-grey {
  color: #989898;
}

.color-0098D8 {
  color: #0098D8;
}

.bg-blue {
  background-color: #0B46B7;
}

.bg-grey-dark {
  background-color: #343434;
}

.bg-grey-light {
  background-color: #EEEEEE;
}

.bg-white {
  background-color: #fff;
}

.bg-grey-DD {
  background-color: #DDD;
}

.bg-grey-D1 {
  background-color: #D1D1D1;
}

.bg-grey-E6 {
  background-color: #E6E6E6;
}

.bg-grey-EB {
  background-color: #EBEBEB;
}

.bg-grey-E8 {
  background-color: #E8E8E8;
}

.bg-grey-36 {
  background-color: #363636 !important;
}

.bg-grey-f6 {
  background-color: #F6F6F6;
}

.bg-grey-f7 {
  background-color: #F7F7F7;
}

.bg-bea870 {
  background-color: #bea870;
}

.bg-a8a9a8 {
  background-color: #a8a9a8;
}

.bg-997a5c {
  background-color: #997a5c;
}

.bg-dedede {
  background-color: #dedede;
}

.btn-center {
  margin-left: auto;
  margin-right: auto;
}

.btn-right {
  margin-left: auto;
}

.btn:hover {
  opacity: 0.6;
}

.btn-size-14 {
  font-size: 1.4rem;
}

.btn-height-50 {
  height: 50px;
}

.btn-height-54 {
  height: 54px;
}

.btn-height-80 {
  height: 80px;
}
@media screen and (max-width: 760px) {
  .btn-height-80 {
    height: 60px;
  }
}

.btn-height-140 {
  height: 140px;
}

.btn-width-114 {
  max-width: 114px;
  width: 100%;
}

.btn-width-157 {
  max-width: 157px;
  width: 100%;
}

.btn-width-160 {
  max-width: 160px;
  width: 100%;
}

.btn-width-240 {
  max-width: 240px;
  width: 100%;
}

.btn-width-307 {
  max-width: 307px;
  width: 100%;
}

.btn-width-320 {
  max-width: 320px;
  width: 100%;
}

.btn-width-335 {
  max-width: 335px;
  width: 100%;
}

.btn-width-400 {
  max-width: 400px;
  width: 100%;
}

.btn-width-520 {
  max-width: 520px;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .btn-width-520 {
    max-width: 320px;
  }
}

.btn-white {
  border: 1px solid #000;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  margin-left: auto;
  margin-right: auto;
  background: url("/assets/images/commons/arrow-black.svg") #fff;
  background-repeat: no-repeat;
  background-position: right 1em top 50%;
  background-size: 5px auto;
}

.btn-white-back {
  border: 1px solid #000;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  background: url("/assets/images/common/arrow-back-black.svg") #fff;
  background-repeat: no-repeat;
  background-position: left 1em top 50%;
  background-size: 5px auto;
}

.btn-white-blue {
  border: 1px solid #0B46B7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #0B46B7;
  background: url("/assets/images/common/line-btn-blue02.svg") #fff;
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
  background-size: 16px auto;
}
@media screen and (max-width: 760px) {
  .btn-white-blue {
    background-size: 24px auto;
    background-position: right -10px top 50%;
  }
}

.btn-contact-blue {
  border: 1px solid #0B46B7;
  background-color: #0B46B7 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  background-position: left 1em top 50%;
  background-size: 5px auto;
  color: #fff;
}
.btn-contact-blue .icon-mail {
  background-position: left top 9px;
}

.btn-entry-white {
  border: 1px solid #fff;
  background-color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  background-position: left 1em top 50%;
  background-size: 5px auto;
  color: #0B46B7;
  flex-direction: column;
  background: url(/assets/images/common/line-btn-blue.svg);
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
  background-size: 20px auto;
}
.btn-entry-white .h-txt-entry {
  font-weight: bold;
  font-size: 4rem;
  line-height: 40px;
}
.btn-entry-white .icon-mail {
  background-position: left top 9px;
}

.btn-more {
  border: 1px solid #0B46B7;
  background-color: #0B46B7 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  background-position: left 1em top 50%;
  background-size: 5px auto;
  color: #fff;
  font-family: initial;
  background: url("/assets/images/common/line-btn.svg") #0B46B7;
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
  background-size: 16px auto;
}
@media screen and (max-width: 760px) {
  .btn-more {
    background-size: 24px auto;
    background-position: right -10px top 50%;
  }
}

.btn-blue {
  border: 1px solid #0B46B7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  background: url("/assets/images/common/line-btn.svg") #0B46B7;
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
  background-size: 16px auto;
}
@media screen and (max-width: 760px) {
  .btn-blue {
    background-size: 24px auto;
    background-position: right -10px top 50%;
  }
}

.row-btn {
  width: 100%;
}

.btn-border-white {
  border: 1px solid #fff;
}

.gototop {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 69px;
  cursor: pointer;
}

.txt-title h1 {
  font-size: 2.4rem;
  font-weight: bold;
}

.list-col4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -6%;
  justify-content: flex-start;
  margin-left: -3%;
}
@media screen and (max-width: 760px) {
  .list-col4 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    flex-direction: column;
  }
}
.list-col4 ul li {
  width: 21.99%;
  margin-left: 3%;
  margin-top: 6%;
}
@media screen and (max-width: 760px) {
  .list-col4 ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.list-col4 ul li img {
  width: 100%;
}
.list-col4 ul li a {
  display: block;
  height: 100%;
}
.list-col4 ul li a .title-list {
  margin: 20px 0;
}
.list-col4 ul li a .img-list img {
  width: 100%;
}
.list-col4 ul li a:hover {
  opacity: 1;
}
.list-col4 ul li a:hover .cover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.list-col4 ul li a .cover {
  overflow: hidden;
}
.list-col4 ul li a .cover img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.list-col3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -3%;
  justify-content: flex-start;
  margin-left: -3%;
}
@media screen and (max-width: 760px) {
  .list-col3 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    flex-direction: column;
  }
}
.list-col3 ul li {
  width: 30.33%;
  margin-left: 3%;
  margin-top: 3%;
}
@media screen and (max-width: 760px) {
  .list-col3 ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
}
.list-col3 ul li img {
  width: 100%;
}
.list-col3 ul li a {
  display: block;
  height: 100%;
}
.list-col3 ul li a .title-list {
  margin: 20px 0;
}
.list-col3 ul li a .img-list img {
  width: 100%;
}
.list-col3 ul li a:hover {
  opacity: 1;
}
.list-col3 ul li a:hover .cover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.list-col3 ul li a .cover {
  overflow: hidden;
}
.list-col3 ul li a .cover img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.list-col2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -30px;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .list-col2 ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    flex-direction: column;
  }
}
.list-col2 ul li {
  width: 48.7%;
  margin-top: 30px;
}
@media screen and (max-width: 760px) {
  .list-col2 ul li {
    margin-top: 4.4%;
    width: 100% !important;
  }
}
.list-col2 ul li img {
  width: 100%;
}
.list-col2 ul li a {
  display: block;
  height: 100%;
}
.list-col2 ul li a .img-list img {
  width: 100%;
}
.list-col2 ul li a:hover .cover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.list-col2 ul li a .cover {
  overflow: hidden;
}
.list-col2 ul li a .cover img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.col3-center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -3%;
}
@media screen and (max-width: 760px) {
  .col3-center ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
  }
}
.col3-center ul li {
  width: 30%;
  margin-left: 1.367%;
  margin-right: 1.367%;
  margin-top: 3%;
}
.col3-center ul li img {
  width: 100%;
}
.col3-center ul li a {
  display: block;
  height: 100%;
}
.col3-center ul li a .img-list img {
  width: 100%;
}
.col3-center ul li a:hover {
  opacity: 1;
}
.col3-center ul li a:hover .cover img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.col3-center ul li a .cover {
  overflow: hidden;
}
.col3-center ul li a .cover img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.box-slide {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 760px) {
  .banner img {
    object-fit: cover;
    height: 200px;
  }
}

.banner-right {
  padding-left: 8.3%;
}
@media screen and (max-width: 1440px) {
  .banner-right {
    padding-left: 0;
  }
}

.breadcump {
  padding-left: 8.3%;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 1440px) {
  .breadcump {
    padding-left: 0;
  }
}
.breadcump ul {
  display: flex;
}
.breadcump ul li {
  font-size: 1.3rem;
}
.breadcump ul li + li {
  margin-left: 4px;
}

.title-center {
  text-align: center;
}
@media screen and (max-width: 760px) {
  .title-center {
    text-align: left;
  }
  .title-center br {
    display: none;
  }
}

.subtitle-center {
  text-align: center;
}
@media screen and (max-width: 760px) {
  .subtitle-center {
    text-align: left;
  }
  .subtitle-center br {
    display: none;
  }
}

.hide {
  display: none;
}

.main-motion {
  opacity: 0;
}

.img-graphic01 {
  position: relative;
}

.motion {
  position: relative;
}

.motion01 {
  position: absolute;
  top: 0;
  right: 0;
}

.motion02 {
  position: absolute;
  top: 24px;
  right: 47px;
}

.motion03 {
  position: absolute;
  top: 73px;
  right: 88px;
}

.motion04 {
  position: absolute;
  top: 75px;
  right: 46px;
}

.motion05 {
  position: absolute;
  top: 121px;
  right: 92px;
}

.motion06 {
  position: absolute;
  top: 130px;
  right: 16px;
}

.motion07 {
  position: absolute;
  top: 158px;
  right: 71px;
}

.motion08 {
  position: absolute;
  top: 148px;
  right: 135px;
}

.motion09 {
  position: absolute;
  top: 191px;
  left: 87px;
}

.motion10 {
  position: absolute;
  top: 204px;
  right: 184px;
}

.motion11 {
  position: absolute;
  top: 215px;
  right: 102px;
}

.motion12 {
  position: absolute;
  top: 217px;
  right: 59px;
}

.motion13 {
  position: absolute;
  top: 219px;
  left: 82px;
}

.motion14 {
  position: absolute;
  top: 242px;
  right: 134px;
}

.motion15 {
  position: absolute;
  top: 268px;
  left: 68px;
}

.motion16 {
  position: absolute;
  top: 310px;
  left: 105px;
}

.motion17 {
  position: absolute;
  top: 316px;
  left: 53px;
}

.motion18 {
  position: absolute;
  top: 353px;
  left: 53px;
}

.motion19 {
  position: absolute;
  top: 385px;
  left: 91px;
}

.motion20 {
  position: absolute;
  top: 424px;
  left: 51px;
}

.motion21 {
  position: absolute;
  top: 458px;
  left: 78px;
}

.motion22 {
  position: absolute;
  top: 474px;
  left: 51px;
}

.motion23 {
  position: absolute;
  top: 490px;
  left: 30px;
}

.motion24 {
  position: absolute;
  top: 511px;
  left: 21px;
}

.motion25 {
  position: absolute;
  bottom: 0;
  left: 0px;
}

.startMotion {
  -webkit-animation-name: startMotion;
  animation-name: startMotion;
}

.startMotion.animated .motion01 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.3s;
}

.startMotion.animated .motion02 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.31s;
}

.startMotion.animated .motion03 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.32s;
}

.startMotion.animated .motion04 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.33s;
}

.startMotion.animated .motion05 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.34s;
}

.startMotion.animated .motion05 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.35s;
}

.startMotion.animated .motion06 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.36s;
}

.startMotion.animated .motion07 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.37s;
}

.startMotion.animated .motion08 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.38s;
}

.startMotion.animated .motion09 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.39s;
}

.startMotion.animated .motion10 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.4s;
}

.startMotion.animated .motion11 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.41s;
}

.startMotion.animated .motion12 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.42s;
}

.startMotion.animated .motion13 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.43s;
}

.startMotion.animated .motion14 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.44s;
}

.startMotion.animated .motion15 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.45s;
}

.startMotion.animated .motion16 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.46s;
}

.startMotion.animated .motion17 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.47s;
}

.startMotion.animated .motion18 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.48s;
}

.startMotion.animated .motion19 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.49s;
}

.startMotion.animated .motion20 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.5s;
}

.startMotion.animated .motion21 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.51s;
}

.startMotion.animated .motion22 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.52s;
}

.startMotion.animated .motion23 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.53s;
}

.startMotion.animated .motion24 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.54s;
}

.startMotion.animated .motion25 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.55s;
}

.startMotion02 {
  -webkit-animation-name: startMotion;
  animation-name: startMotion;
}

.startMotion02.animated .motion01 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.7s;
}

.startMotion02.animated .motion02 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.71s;
}

.startMotion02.animated .motion03 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.72s;
}

.startMotion02.animated .motion04 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.73s;
}

.startMotion02.animated .motion05 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.74s;
}

.startMotion02.animated .motion05 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.75s;
}

.startMotion02.animated .motion06 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.76s;
}

.startMotion02.animated .motion07 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.77s;
}

.startMotion02.animated .motion08 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.78s;
}

.startMotion02.animated .motion09 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.79s;
}

.startMotion02.animated .motion10 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.8s;
}

.startMotion02.animated .motion11 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.81s;
}

.startMotion02.animated .motion12 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.82s;
}

.startMotion02.animated .motion13 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.83s;
}

.startMotion02.animated .motion14 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.84s;
}

.startMotion02.animated .motion15 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.85s;
}

.startMotion02.animated .motion16 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.86s;
}

.startMotion02.animated .motion17 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.87s;
}

.startMotion02.animated .motion18 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.88s;
}

.startMotion02.animated .motion19 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.89s;
}

.startMotion02.animated .motion20 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.9s;
}

.startMotion02.animated .motion21 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.91s;
}

.startMotion02.animated .motion22 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.92s;
}

.startMotion02.animated .motion23 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.53s;
}

.startMotion02.animated .motion24 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.94s;
}

.startMotion02.animated .motion25 {
  transform: rotateY(180deg);
  transition: 0.8s;
  transform-style: preserve-3d;
  -webkit-transition-delay: 0.95s;
}

@media screen and (max-width: 760px) {
  .menu-company {
    display: none;
  }
}
.menu-company ul {
  display: flex;
}
@media screen and (max-width: 760px) {
  .menu-company ul {
    flex-direction: column;
  }
}
.menu-company ul li {
  margin: 0 15px;
}
@media screen and (max-width: 760px) {
  .menu-company ul li {
    margin: 0 10px;
  }
}
.menu-company ul li a {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  .menu-company ul li a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 760px) {
  .menu-company ul li .icon-link {
    background-image: inherit;
    padding-right: 0;
  }
}
@media screen and (max-width: 760px) {
  .menu-company ul li + li {
    margin-top: 40px;
  }
}

@media screen and (max-width: 760px) {
  .menu-bussiness {
    display: none;
  }
}
.menu-bussiness ul {
  display: flex;
}
@media screen and (max-width: 760px) {
  .menu-bussiness ul {
    flex-direction: column;
  }
}
.menu-bussiness ul li {
  margin: 0 15px;
}
@media screen and (max-width: 760px) {
  .menu-bussiness ul li {
    margin: 0 10px;
  }
}
.menu-bussiness ul li a {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  .menu-bussiness ul li a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 760px) {
  .menu-bussiness ul li .icon-link {
    background-image: inherit;
    padding-right: 0;
  }
}
@media screen and (max-width: 760px) {
  .menu-bussiness ul li + li {
    margin-top: 40px;
  }
}

.title-menu-company {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 760px) {
  .title-menu-company {
    flex-direction: column;
  }
  .title-menu-company .content-menu {
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  .menu-sub-sp-page {
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 760px) {
  .menu-sub-sp-page ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .menu-sub-sp-page ul li {
    width: 48%;
    margin-top: 3.8%;
  }
  .menu-sub-sp-page ul li a {
    font-size: 1.4rem;
    justify-content: flex-start !important;
    padding-left: 15px !important;
  }
}

@media screen and (max-width: 760px) {
  .sub-page01 .menu-sub-sp-page ul li:nth-child(1) a {
    border: 1px solid #0B46B7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #0B46B7;
    background: url("/assets/images/common/line-btn-blue02.svg") #fff;
    background-repeat: no-repeat;
    background-position: right 0 top 50%;
    background-size: 16px auto;
  }
}
@media screen and (max-width: 760px) and (max-width: 760px) {
  .sub-page01 .menu-sub-sp-page ul li:nth-child(1) a {
    background-size: 24px auto;
    background-position: right -10px top 50%;
  }
}

@media screen and (max-width: 760px) {
  .sub-page02 .menu-sub-sp-page ul li:nth-child(2) a {
    border: 1px solid #0B46B7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #0B46B7;
    background: url("/assets/images/common/line-btn-blue02.svg") #fff;
    background-repeat: no-repeat;
    background-position: right 0 top 50%;
    background-size: 16px auto;
  }
}
@media screen and (max-width: 760px) and (max-width: 760px) {
  .sub-page02 .menu-sub-sp-page ul li:nth-child(2) a {
    background-size: 24px auto;
    background-position: right -10px top 50%;
  }
}

@media screen and (max-width: 760px) {
  .sub-page03 .menu-sub-sp-page ul li:nth-child(3) a {
    border: 1px solid #0B46B7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #0B46B7;
    background: url("/assets/images/common/line-btn-blue02.svg") #fff;
    background-repeat: no-repeat;
    background-position: right 0 top 50%;
    background-size: 16px auto;
  }
}
@media screen and (max-width: 760px) and (max-width: 760px) {
  .sub-page03 .menu-sub-sp-page ul li:nth-child(3) a {
    background-size: 24px auto;
    background-position: right -10px top 50%;
  }
}

@media screen and (max-width: 760px) {
  .sub-page04 .menu-sub-sp-page ul li:nth-child(4) a {
    border: 1px solid #0B46B7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #0B46B7;
    background: url("/assets/images/common/line-btn-blue02.svg") #fff;
    background-repeat: no-repeat;
    background-position: right 0 top 50%;
    background-size: 16px auto;
  }
}
@media screen and (max-width: 760px) and (max-width: 760px) {
  .sub-page04 .menu-sub-sp-page ul li:nth-child(4) a {
    background-size: 24px auto;
    background-position: right -10px top 50%;
  }
}

@media screen and (max-width: 760px) {
  .sub-page05 .menu-sub-sp-page ul li:nth-child(5) a {
    border: 1px solid #0B46B7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #0B46B7;
    background: url("/assets/images/common/line-btn-blue02.svg") #fff;
    background-repeat: no-repeat;
    background-position: right 0 top 50%;
    background-size: 16px auto;
  }
}
@media screen and (max-width: 760px) and (max-width: 760px) {
  .sub-page05 .menu-sub-sp-page ul li:nth-child(5) a {
    background-size: 24px auto;
    background-position: right -10px top 50%;
  }
}

@media screen and (max-width: 760px) {
  .sub-page06 .menu-sub-sp-page ul li:nth-child(6) a {
    border: 1px solid #0B46B7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #0B46B7;
    background: url("/assets/images/common/line-btn-blue02.svg") #fff;
    background-repeat: no-repeat;
    background-position: right 0 top 50%;
    background-size: 16px auto;
  }
}
@media screen and (max-width: 760px) and (max-width: 760px) {
  .sub-page06 .menu-sub-sp-page ul li:nth-child(6) a {
    background-size: 24px auto;
    background-position: right -10px top 50%;
  }
}

.title-menu-bussiness {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 760px) {
  .title-menu-bussiness {
    flex-direction: column;
  }
  .title-menu-bussiness .content-menu {
    width: 100%;
  }
}

.menu01 .gnav_container .menu ul li:nth-child(1) a {
  color: #0B46B7;
}

.menu02 .gnav_container .menu ul li:nth-child(2) a {
  color: #0B46B7;
}

.menu03 .gnav_container .menu ul li:nth-child(3) a {
  color: #0B46B7;
}

.menu04 .gnav_container .menu ul li:nth-child(4) a {
  color: #0B46B7;
}

.menu05 .gnav_container .menu ul li:nth-child(5) a {
  color: #0B46B7;
}

.sub-page01 .menu-sub-page ul li:nth-child(1) a {
  color: #0B46B7;
}

.sub-page02 .menu-sub-page ul li:nth-child(2) a {
  color: #0B46B7;
}

.sub-page03 .menu-sub-page ul li:nth-child(3) a {
  color: #0B46B7;
}

.sub-page04 .menu-sub-page ul li:nth-child(4) a {
  color: #0B46B7;
}

.sub-page05 .menu-sub-page ul li:nth-child(5) a {
  color: #0B46B7;
}

.sub-page06 .menu-sub-page ul li:nth-child(6) a {
  color: #0B46B7;
}

@media screen and (max-width: 760px) {
  header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    height: 60px;
  }
}

@media screen and (max-width: 760px) {
  #wrapper {
    padding-top: 80px;
  }
}

.header {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 760px) {
  .header {
    align-items: center;
    margin-bottom: 0px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.header .header-left {
  padding-bottom: 10px;
}
.header .header-right {
  display: flex;
  height: inherit;
}
.header .header-right .gnav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .header .header-right .gnav {
    display: none;
    z-index: 99;
  }
}
.header .header-right .gnav ul {
  display: flex;
}
@media screen and (max-width: 760px) {
  .header .header-right .gnav ul {
    flex-direction: column;
  }
}
.header .header-right .gnav ul li {
  margin: 0 15px;
}
@media screen and (max-width: 760px) {
  .header .header-right .gnav ul li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 760px) {
  .header .header-right .gnav ul li {
    text-align: center;
  }
}
.header .header-right .gnav ul li a {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  .header .header-right .gnav ul li a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 760px) {
  .header .header-right .gnav ul li + li {
    margin-top: 40px;
  }
}
.header .header-right .contact {
  background-color: #0B46B7;
  padding-bottom: 10px;
  margin-left: 15px;
}
@media screen and (max-width: 760px) {
  .header .header-right .contact {
    display: none;
  }
}
.header .header-right .contact a {
  font-size: 1.4rem;
  padding: 0 20px;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 20px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 2px;
}
.header .header-right .contact a .icon-mail {
  background-position: left top 9px;
}

.icon-mail {
  background-image: url("/assets/images/common/icon-mail.svg");
  background-repeat: no-repeat;
  padding-left: 20px;
  background-size: 14px;
  background-position: left top 11px;
}

.icon-link {
  background-image: url("/assets/images/common/link-icon.svg");
  background-repeat: no-repeat;
  padding-right: 20px;
  background-size: 14px;
  background-position: right center;
}

.icon-link-white {
  background-image: url("/assets/images/common/link-icon-white.svg");
  background-repeat: no-repeat;
  padding-right: 20px;
  background-size: 14px;
  background-position: right center;
}

.icon-back {
  background-position: left center;
}

.header-burger {
  display: none;
  height: 60px;
  position: relative;
}
.header-burger a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  background-color: #0B46B7;
}
@media screen and (max-width: 760px) {
  .header-burger {
    display: block;
  }
}

.nav-icon {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.nav-icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 30px;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 15px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 18px;
}

.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
  top: 28px;
}

.nav-icon span:nth-child(4) {
  top: 38px;
}

.nav-icon.open span:nth-child(1) {
  top: 28px;
  width: 0%;
  left: 50%;
}

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.show-menu .gnav .row-btn {
  margin-top: 80px;
}
@media screen and (max-width: 760px) {
  .show-menu .gnav {
    width: 100%;
    height: 100%;
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
    margin-top: 60px;
    background-color: #fff;
  }
}

@media screen and (max-width: 760px) {
  .show-menu .gnav {
    visibility: visible;
    pointer-events: auto;
    overflow-y: auto;
  }
}

@media screen and (max-width: 760px) {
  .show-menu .gnav .sp_container {
    position: relative;
    padding: 80px 0 2em;
    height: 100vh;
  }
}

@media screen and (max-width: 760px) {
  .show-menu .gnav .sp_container::after {
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 0;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate3d(0, -100%, 0);
  }
}

@media screen and (max-width: 760px) {
  .show-menu .sp_container::after {
    right: 0;
    visibility: visible;
    transform: translateY(0);
    background-color: #fff;
  }
}

@media screen and (max-width: 760px) {
  .show-menu .gnav_container {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    opacity: 0;
    position: relative;
    padding: 1.5em 0;
    z-index: 9998;
    background-color: #fff;
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 760px) {
  .show-menu .gnav_container {
    opacity: 1;
    transition: 1.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
  }
}

.box-contact {
  color: #fff;
  background: url("/assets/images/common/bg-contact.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 25%;
  background-position: bottom 0px center;
}
@media screen and (max-width: 760px) {
  .box-contact {
    background: inherit;
    padding-bottom: 0;
  }
}
.box-contact .content-contact {
  display: flex;
  justify-content: space-between;
  padding: 80px 80px 90px 80px;
}
@media screen and (max-width: 760px) {
  .box-contact .content-contact {
    flex-direction: column;
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (max-width: 760px) {
  .box-contact .content-contact {
    flex-direction: column;
    width: 100%;
    padding: 80px 40px;
  }
}
.box-contact .content-contact .title-contact {
  border-bottom: 0px solid #ccc;
}
@media screen and (max-width: 760px) {
  .box-contact .content-contact .title-contact {
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    text-align: left;
  }
}
@media screen and (max-width: 760px) {
  .box-contact .content-contact .title-contact {
    width: 100%;
    margin-top: 0px !important;
    max-width: inherit;
    margin-left: inherit;
    margin-right: inherit;
    margin-top: inherit;
    margin-bottom: 40px;
  }
}
.box-contact .content-contact .title-contact h2 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1px;
  font-family: inherit;
}
@media screen and (max-width: 760px) {
  .box-contact .content-contact .title-contact h2 {
    line-height: 20px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 760px) {
  .box-contact .tel-contact {
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}
@media screen and (max-width: 760px) {
  .box-contact .tel-contact {
    width: 100%;
    margin-top: 40px;
    max-width: inherit;
    margin-left: inherit;
    margin-right: inherit;
    margin-top: inherit;
    margin-bottom: inherit;
  }
}
@media screen and (max-width: 760px) {
  .box-contact .tel-contact .sub-title-contact {
    margin-top: 30px !important;
    font-weight: 400;
  }
}
.box-contact .tel-contact h3 {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .box-contact .tel-contact h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 760px) {
  .box-contact .box-line {
    max-width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 760px) {
  .box-contact .box-line {
    width: 100%;
    max-width: inherit;
    margin-left: inherit;
    margin-right: inherit;
    margin-top: inherit;
    margin-bottom: inherit;
  }
}
@media screen and (max-width: 760px) {
  .box-contact .box-btn-contact {
    margin-top: 40px;
  }
}
.box-contact .box-btn-contact h3 {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .box-contact .box-btn-contact .row-btn + .row-btn {
    margin-top: 20px;
  }
}
@media screen and (max-width : 600px) {
  .box-contact .box-btn-contact .row-btn a {
    min-width: 100%;
  }
}
.box-contact .tel a {
  display: flex;
  color: #fff;
  font-size: 3.2rem;
  justify-content: flex-start;
  align-items: center;
  font-family: inherit;
}
@media screen and (max-width: 760px) {
  .box-contact .tel a {
    font-size: 3.6rem;
  }
}
.box-contact .tel a span {
  margin-right: 10px;
}

.img-box-contact img {
  width: 100%;
}

.box-line {
  background: url("/assets/images/common/line-title-white.svg");
  background-position: top 17px left;
  background-repeat: no-repeat;
  padding-left: 35px;
}
@media screen and (max-width: 760px) {
  .box-line {
    padding-left: 18px;
    background-size: 11px;
  }
}

.box-menu-footer .content-box-menu-footer {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .box-menu-footer .content-box-menu-footer .right-content {
    display: none;
  }
}
.box-menu-footer .content-box-menu-footer .right-content .menu-footer ul {
  display: flex;
  flex-wrap: wrap;
}
.box-menu-footer .content-box-menu-footer .right-content .menu-footer ul li {
  margin: 0 15px;
}
@media screen and (max-width: 760px) {
  .box-menu-footer .content-box-menu-footer .right-content .menu-footer ul li {
    margin: 15px;
  }
}
.box-menu-footer .content-box-menu-footer .right-content .menu-footer ul li a {
  font-weight: 500;
}
.box-menu-footer .row-btn a {
  margin-left: auto;
}

.coppyright-footer {
  border-top: 2px solid #E5E5E5;
  padding: 24px 20px;
}
.coppyright-footer .coppyright {
  font-family: auto;
  font-size: 1rem;
  text-align: center;
  font-family: inherit;
}
@media screen and (max-width: 760px) {
  .coppyright-footer .coppyright {
    text-align: left;
  }
}

@-webkit-keyframes scale-zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes scale-zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.mv-zoom {
  -webkit-animation: scale-zoom 8s 0s ease infinite;
  animation: scale-zoom 8s 0s ease infinite;
}

.bg-img {
  width: 100%;
  min-height: 520px;
  max-height: calc(100vh - 120px);
  height: 48.61vw;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
@media screen and (max-width : 600px) {
  .bg-img {
    background-size: contain !important;
    min-height: 290px;
  }
}

.txt-mv {
  position: absolute;
  width: 473px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 760px) {
  .txt-mv {
    position: inherit;
    width: 100%;
    top: inherit;
    transform: inherit;
  }
}

#container-mv {
  position: relative;
}
#container-mv .img-graphic01 {
  z-index: 9999;
  position: absolute;
  bottom: 0%;
  left: 400px;
}
@media screen and (max-width: 760px) {
  #container-mv .img-graphic01 {
    bottom: 0%;
    right: 0px;
    left: inherit;
    z-index: -1;
    width: 171px;
  }
}

#container-company {
  position: relative;
}
#container-company .img-graphic01 {
  z-index: 9999;
  position: absolute;
  top: -35%;
  right: 0;
}
@media screen and (max-width: 760px) {
  #container-company .img-graphic01 {
    top: inherit;
    right: 0px;
    bottom: 20px;
    width: 180px;
    z-index: -2;
    display: none;
  }
}
@media screen and (max-width: 760px) {
  #container-company .right-content .img-graphic01 {
    display: block;
    bottom: -100px;
    width: 180px;
    z-index: -2;
    right: -10px;
  }
}
@media screen and (max-width: 760px) {
  #container-company .btn-blue {
    margin-left: auto;
  }
}

#container-business {
  position: relative;
}
#container-business .img-graphic01 {
  z-index: 9999;
  position: absolute;
  bottom: -275px;
  left: -120px;
}
@media screen and (max-width: 760px) {
  #container-business .img-graphic01 {
    top: inherit;
    width: 180px;
    z-index: 1;
    bottom: 23px;
    left: -72px;
  }
}

#container-product {
  position: relative;
}
#container-recruit {
  position: relative;
}
@media screen and (max-width: 760px) {
  #container-recruit {
    padding-bottom: 60px !important;
  }
}
#container-recruit .img-graphic01 {
  z-index: 9999;
  position: absolute;
  top: -275px;
  right: -132px;
}
@media screen and (max-width: 760px) {
  #container-recruit .img-graphic01 {
    top: inherit;
    width: 180px;
    z-index: 1;
    top: -195px;
    right: 0;
  }
}
#container-recruit .img-graphic02 {
  z-index: 9999;
  position: absolute;
  bottom: -350px;
  left: -120px;
}
@media screen and (max-width: 760px) {
  #container-recruit .img-graphic02 {
    top: inherit;
    width: 180px;
    z-index: -1;
    bottom: -223px;
    left: -72px;
  }
}

#main-visual {
  position: relative;
}
#main-visual .box-slide {
  width: 100%;
}
#main-visual .mv {
  padding-left: 473px;
}
@media screen and (max-width: 760px) {
  #main-visual .mv {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
#main-visual .mv li .detail-mv {
  display: flex;
  border: 1px solid #fff;
}
#main-visual .mv li .detail-mv .image-mv {
  width: 100%;
  min-height: 520px;
  max-height: calc(100vh - 120px);
  height: 48.61vw;
  overflow: hidden;
}
@media screen and (max-width : 600px) {
  #main-visual .mv li .detail-mv .image-mv {
    min-height: 280px;
  }
}
#main-visual .mv li .detail-mv .image-mv img {
  width: 100%;
}
#main-visual .text-vertical {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 760px) {
  #main-visual .text-vertical .txt-sub-mv {
    margin-top: 40px;
  }
}
#main-visual .text-vertical .txt-sub-mv p {
  color: #0B46B7;
  margin-left: 35px;
}
#main-visual .text-vertical > h1 ul {
  display: flex;
  justify-content: center;
}
#main-visual .text-vertical > h1 ul li {
  line-height: unset;
}
#main-visual .text-vertical > h1 ul li p {
  ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 6px;
  font-size: 3rem;
  line-height: unset;
  width: 75px;
}
@media screen and (max-width: 760px) {
  #main-visual .text-vertical > h1 ul li p {
    width: 60px;
  }
}
.font-en {
  font-family: Gothic;
}

.title-content h1, .title-content h2, .title-content h3, .title-content h4, .title-content h5 {
  font-size: 4rem;
  line-height: 40px;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .title-content h1, .title-content h2, .title-content h3, .title-content h4, .title-content h5 {
    font-size: 2.4rem;
    line-height: 24px;
  }
}

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

.row-container {
  display: flex;
}
@media screen and (max-width: 760px) {
  .row-container {
    flex-direction: column;
  }
}

.row-title {
  display: flex;
}
@media screen and (max-width: 760px) {
  .row-title {
    flex-direction: column;
  }
  .row-title br {
    display: none;
  }
}
.row-title .detail-title {
  margin-left: 40px;
}
@media screen and (max-width: 760px) {
  .row-title .detail-title {
    margin-top: 30px;
  }
}

.icon-b-or {
  background: url("/assets/images/common/icon-title-blue-orange.svg");
  background-position: top 8px left;
  background-repeat: no-repeat;
  padding-left: 45px;
}

.icon-b-ind {
  background: url("/assets/images/common/icon-title-blue-indigo.svg");
  background-position: top 8px left;
  padding-left: 45px;
  background-repeat: no-repeat;
}

.icon-b-red {
  background: url("/assets/images/common/icon-title-blue-red.svg");
  background-position: top 8px left;
  padding-left: 45px;
  background-repeat: no-repeat;
}

.icon-b-green {
  background: url("/assets/images/common/icon-title-blue-green.svg");
  background-position: top 8px left;
  padding-left: 45px;
  background-repeat: no-repeat;
}

.icon-b-pink {
  background: url("/assets/images/common/icon-title-blue-pink.svg");
  background-position: top 8px left;
  padding-left: 45px;
  background-repeat: no-repeat;
}

.icon-b-yewlow {
  background: url("/assets/images/common/icon-title-blue-yewlow.svg");
  background-position: top 8px left;
  padding-left: 45px;
  background-repeat: no-repeat;
}

.txt-color-orange {
  color: #FF7600;
}

.txt-color-blue {
  color: #00A0F5;
}

.sup-title {
  margin-top: 10px;
}

.arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 28px;
  height: 13px;
  z-index: 1;
}
.arrow:before {
  position: absolute;
  right: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 27px;
  height: 1px;
  background: url("/assets/images/common/underline_black.png") no-repeat left bottom;
  background-size: 100% 1px;
  z-index: 2;
}

a:hover .arrow::before {
  -webkit-animation: line 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  animation: line 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.container-news .left-content {
  margin-right: 6.666%;
}
@media screen and (max-width: 760px) {
  .container-news .left-content {
    margin-right: 0;
  }
}
@media screen and (max-width: 760px) {
  .container-news .left-content .title-content {
    display: flex;
    justify-content: space-between;
  }
  .container-news .left-content .title-content .row-btn {
    width: 114px;
    margin-top: 0 !important;
  }
}
.container-news .right-content {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .container-news .right-content {
    margin-top: 40px;
  }
}
.container-news .right-content .list-col2 ul li {
  background-color: #F7F7F7;
  padding: 20px;
  width: 48%;
}
.container-news .right-content .content-list-new .date {
  font-size: 1.3rem;
  font-family: inherit;
}
.container-news .right-content .content-list-new .title-news {
  font-size: 1.3rem;
  padding-top: 10px;
  font-family: inherit;
}
.container-news .right-content .content-list-new .detail-news {
  padding-top: 10px;
  font-size: 1.6rem;
}

@media screen and (max-width: 760px) {
  .container-company {
    width: 100%;
  }
}
.container-company .left-content {
  width: 59%;
}
@media screen and (max-width: 760px) {
  .container-company .left-content {
    width: 100%;
    padding-right: 20px;
  }
}
.container-company .left-content img {
  width: 100%;
}
.container-company .right-content {
  width: 100%;
  padding: 20px 8%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .container-company .right-content {
    padding: 20px 15px;
    padding-bottom: 120px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 760px) {
  .container-business {
    width: 100%;
  }
}
.container-business .left-content {
  width: 100%;
  padding: 20px 40px 20px 8.3%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: fit-content;
}
@media screen and (max-width: 760px) {
  .container-business .left-content {
    padding: 20px 10px 20px 10px;
  }
  .container-business .left-content br {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .container-business .left-content .btn-blue {
    margin-left: auto;
    margin-top: 40px;
  }
}
.container-business .right-content {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .container-business .right-content {
    margin-top: 30px;
    padding-left: 20px;
  }
}
.container-business .right-content img {
  width: 100%;
}

@media screen and (max-width: 760px) {
  .container-recruit {
    width: 100%;
  }
}
.container-recruit .left-content {
  width: 100%;
  padding: 20px 80px 20px 8.3%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: fit-content;
}
@media screen and (max-width: 760px) {
  .container-recruit .left-content {
    padding: 20px 10px 20px 10px;
  }
  .container-recruit .left-content br {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .container-recruit .left-content .row-btn a {
    margin-top: 40px;
    margin-bottom: 30px;
    margin-left: auto;
  }
}
.container-recruit .right-content {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .container-recruit .right-content {
    padding-left: 20px;
  }
}
.container-recruit .right-content img {
  width: 100%;
}

@media screen and (max-width: 760px) {
  .container-product .list-col3 {
    margin-top: 40px !important;
  }
}
.container-product .list-col3 .title-list {
  margin: 15px 0;
}
.container-product .list-col3 .title-list h1, .container-product .list-col3 .title-list h2, .container-product .list-col3 .title-list h3, .container-product .list-col3 .title-list h4 {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .container-product .btn-center {
    margin-left: auto !important;
    margin: inherit;
  }
}

.pyro > .before, .pyro > .after {
  left: 50%;
  top: 50%;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #99ff00, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #00ddff, -152px -380.66667px #00ffd0, -50px -37.66667px #00ffdd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #ff6600, 97px -325.66667px #ff0066, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #00bbff, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #0099ff, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #0088ff, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #ff6600, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #00ff33, 100px -6.66667px #ff008c;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 8s linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 8s linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 8s linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 8s linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 8s linear infinite backwards;
}

.pyro > .after {
  -moz-animation-delay: 2.25s, 2.25s, 2.25s;
  -webkit-animation-delay: 2.25s, 2.25s, 2.25s;
  -o-animation-delay: 2.25s, 2.25s, 2.25s;
  -ms-animation-delay: 2.25s, 2.25s, 2.25s;
  animation-delay: 2.25s, 2.25s, 2.25s;
  -moz-animation-duration: 2.25s, 2.25s, 6.25s;
  -webkit-animation-duration: 2.25s, 2.25s, 6.25s;
  -o-animation-duration: 2.25s, 2.25s, 6.25s;
  -ms-animation-duration: 2.25s, 2.25s, 6.25s;
  animation-duration: 2.25s, 2.25s, 6.25s;
}

@-webkit-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
  }
}
@-moz-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
  }
}
@-o-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
  }
}
@-ms-keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
  }
}
@keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
  }
}
@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}
@-webkit-keyframes position {
  margin-top: 0;
  margin-left: 0;
}
@-moz-keyframes position {
  margin-top: 10%;
  margin-left: 40%;
}
@-o-keyframes position {
  margin-top: 10%;
  margin-left: 40%;
}
@-ms-keyframes position {
  margin-top: 10%;
  margin-left: 40%;
}
@keyframes position {
  margin-top: 10%;
  margin-left: 40%;
}
.company-page .title-list h2, .company-page .title-list h3, .company-page .title-list h4, .company-page .title-list h5 {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .company-page .title-list h2, .company-page .title-list h3, .company-page .title-list h4, .company-page .title-list h5 {
    font-size: 1.8rem;
  }
}
.company-page .list-company .list-col2 > ul li a .title-list {
  margin-top: 10px;
}

@media screen and (max-width: 760px) {
  .sub-menu-page .container {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .sub-menu-page .container .title-content .txt-title {
    width: 100%;
    text-align: left;
    margin-top: 40px;
  }
  .sub-menu-page .container .title-content .txt-title h1, .sub-menu-page .container .title-content .txt-title h2, .sub-menu-page .container .title-content .txt-title h3, .sub-menu-page .container .title-content .txt-title h4 {
    font-size: 3.4rem;
  }
  .sub-menu-page .container .content-1200 {
    width: 92%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 760px) {
  .sub-menu-page .container .banner {
    margin-top: 0 !important;
  }
}
.sub-menu-page .container-img-graphic {
  position: relative;
}
.sub-menu-page .container-img-graphic .img-graphic01 {
  z-index: 1;
  position: absolute;
  bottom: -295px;
  left: -267px;
}
@media screen and (max-width: 760px) {
  .sub-menu-page .container-img-graphic .img-graphic01 {
    position: absolute;
    bottom: -105px;
    left: -50px;
    z-index: -1;
    width: 171px;
  }
}

.company-frame .container-img-graphic {
  position: relative;
}
.company-frame .container-img-graphic .img-graphic01 {
  z-index: 99;
  position: absolute;
  bottom: -333px;
  right: -255px;
}
@media screen and (max-width: 760px) {
  #container-message .row-container {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 1440px) {
  .container-message {
    width: 95%;
  }
}
@media screen and (max-width: 760px) {
  .container-message {
    width: 100%;
  }
}
.container-message .left-content {
  width: 100%;
  padding: 20px 80px 20px 8.3%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: fit-content;
  width: 70%;
}
@media screen and (max-width: 1440px) {
  .container-message .left-content {
    padding: 20px 40px 20px 0;
  }
}
@media screen and (max-width: 760px) {
  .container-message .left-content {
    width: 100%;
    padding: 60px 10px 20px 10px;
  }
  .container-message .left-content br {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .container-message .left-content .btn-blue {
    margin-left: auto;
    margin-top: 40px;
  }
}
.container-message .right-content {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .container-message .right-content {
    margin-top: 0px;
    padding-left: 20px;
  }
}
.container-message .right-content img {
  width: 100%;
}

.name-manager h4 {
  font-size: 2.4rem;
}

#container-outline .row-container {
  align-items: flex-start;
  justify-content: space-between;
}
#container-outline .right-content {
  width: 66.666%;
}
@media screen and (max-width: 760px) {
  #container-outline .right-content {
    width: 100%;
    margin-top: 40px;
  }
}
#container-outline .iframe iframe {
  width: 100%;
  height: 560px;
}
@media screen and (max-width: 760px) {
  #container-outline .iframe iframe {
    height: 360px;
  }
}
#container-outline .list-col2 ul {
  margin-top: 0px;
}
#container-outline .list-col2 ul li {
  width: 46.666%;
}
#container-outline .list-col2 ul li .title h3 {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  #container-outline .list-col2 ul li .title h3 {
    font-size: 1.8rem;
  }
}
#container-outline .maps {
  background-color: #F7F7F7;
}
#container-outline .title-maps h2 {
  font-size: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  #container-outline .title-maps h2 {
    font-size: 2.4rem;
  }
}

.list-row ul li {
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #AAAAAA;
}
.list-row ul li:last-child {
  border-bottom: 1px solid #AAAAAA;
}
.list-row ul li .title {
  min-width: 143px;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .list-row ul li .title {
    min-width: 110px;
  }
}

#container-history .row-container {
  align-items: flex-start;
  justify-content: space-between;
}
#container-history .right-content {
  width: 66.666%;
}
@media screen and (max-width: 760px) {
  #container-history .right-content {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 760px) {
  #container-history .right-content .list-row li {
    flex-direction: column;
  }
}

#container-equipment .row-container {
  align-items: flex-start;
  justify-content: space-between;
}
#container-equipment .right-content {
  width: 66.666%;
}
@media screen and (max-width: 760px) {
  #container-equipment .right-content {
    width: 100%;
    margin-top: 40px;
  }
}
#container-equipment .list-col2 ul {
  margin-top: -40px;
}
#container-equipment .list-col2 ul li {
  width: 47.5%;
  margin-top: 5%;
}

.list-row-table table {
  border-collapse: collapse;
  width: 100%;
}
.list-row-table td, .list-row-table th {
  border: 1px solid #AAAAAA;
  text-align: left;
  padding: 20px;
}
.list-row-table th {
  font-size: 1.3rem;
  background-color: #F7F7F7;
}
.list-row-table th:nth-child(2) {
  width: 29%;
}
.list-row-table .title h3 {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 32px;
}
@media screen and (max-width: 760px) {
  .list-row-table .title h3 {
    font-size: 1.8rem;
    line-height: 18px;
  }
}
.list-row-table li + li {
  margin-top: 120px;
}

#container-patent .list-col4 .detail {
  margin-top: 10px;
}
#container-patent .list-col4 .detail h3 {
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 760px) {
  #container-quality .not-space-right {
    flex-direction: column-reverse;
  }
}
.not-space-right .left-content {
  padding: 0px 110px 20px 8.3%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: fit-content;
  width: 47%;
}
@media screen and (max-width: 760px) {
  .not-space-right .left-content {
    padding: 0px 20px 20px 0px !important;
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .not-space-right .left-content {
    width: 100%;
    padding: 0px !important;
  }
}
.not-space-right .left-content .detail-left {
  padding-left: 45px;
}
@media screen and (max-width: 760px) {
  .not-space-right .left-content .detail-left {
    padding-left: 0;
  }
}
.not-space-right .left-content .detail-left h2 {
  font-size: 3.2rem;
  line-height: 1.6;
  background-position: top 15px left;
}
@media screen and (max-width: 760px) {
  .not-space-right .left-content .detail-left h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1440px) {
  .not-space-right .left-content {
    padding: 20px 110px 20px 0;
  }
}
@media screen and (max-width: 760px) {
  .not-space-right .left-content {
    padding: 20px 10px 20px 10px;
  }
  .not-space-right .left-content br {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .not-space-right .left-content .btn-blue {
    margin-left: auto;
    margin-top: 40px;
  }
}
.not-space-right .right-content {
  width: 50%;
}
@media screen and (max-width: 760px) {
  .not-space-right .right-content {
    width: 100%;
  }
}

.not-space-left .right-content {
  padding: 0px 0 20px 110px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: fit-content;
  width: 566px;
}
@media screen and (max-width: 760px) {
  .not-space-left .right-content {
    padding: 0px 20px 20px 20px !important;
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .not-space-left .right-content {
    padding: 0px !important;
    width: 100%;
  }
}
.not-space-left .right-content .detail-left {
  padding-right: 0;
  padding-left: 0;
}
.not-space-left .right-content .detail-left h2 {
  font-size: 3.2rem;
  line-height: 1.6;
  background-position: top 15px left;
}
@media screen and (max-width: 760px) {
  .not-space-left .right-content .detail-left h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1440px) {
  .not-space-left .right-content {
    padding: 20px 0 20px 110px;
  }
}
@media screen and (max-width: 760px) {
  .not-space-left .right-content {
    padding: 20px 10px 20px 10px;
  }
  .not-space-left .right-content br {
    display: none;
  }
}
@media screen and (max-width: 760px) {
  .not-space-left .right-content .btn-blue {
    margin-left: auto;
    margin-top: 40px;
  }
}
.not-space-left .left-content {
  width: 720px;
}
@media screen and (max-width: 760px) {
  .not-space-left .left-content {
    width: 100%;
  }
}

.recruit-page .title-contact {
  border-bottom: 0px solid #ccc;
}
@media screen and (max-width: 760px) {
  .recruit-page header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    height: 60px;
  }
}
@media screen and (max-width: 760px) {
  .recruit-page header .logo {
    width: 240px;
  }
}
@media screen and (max-width: 760px) {
  .recruit-page #wrapper {
    padding-top: 80px;
  }
}
.recruit-page .header {
  height: 120px;
  padding: 40px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 760px) {
  .recruit-page .header {
    height: 80px;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom: 0 solid #E5E5E5;
  }
}
.recruit-page .header .header-left {
  padding-bottom: 10px;
}
.recruit-page .header .header-right {
  display: flex;
  height: inherit;
}
.recruit-page .header .header-right .gnav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .recruit-page .header .header-right .gnav {
    display: none;
    z-index: 99;
  }
}
@media screen and (max-width: 760px) {
  .recruit-page .header .header-right .gnav .menu {
    width: 92%;
  }
}
@media screen and (max-width: 760px) {
  .recruit-page .header .header-right .gnav .btn-width-335 {
    max-width: 92%;
    width: 100%;
  }
}
.recruit-page .header .header-right .gnav ul {
  display: flex;
}
@media screen and (max-width: 760px) {
  .recruit-page .header .header-right .gnav ul {
    flex-direction: column;
  }
}
.recruit-page .header .header-right .gnav ul li {
  margin: 0 15px;
}
@media screen and (max-width: 1300px) {
  .recruit-page .header .header-right .gnav ul li {
    margin: 0 7px;
  }
}
@media screen and (max-width: 760px) {
  .recruit-page .header .header-right .gnav ul li {
    margin: 0 10px;
    text-align: center;
  }
}
@media screen and (max-width: 760px) {
  .recruit-page .header .header-right .gnav ul li {
    text-align: left;
    margin: 0 0px;
  }
}
.recruit-page .header .header-right .gnav ul li a {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 1300px) {
  .recruit-page .header .header-right .gnav ul li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 760px) {
  .recruit-page .header .header-right .gnav ul li a {
    font-size: 1.8rem;
    color: #fff;
  }
}
@media screen and (max-width: 760px) {
  .recruit-page .header .header-right .gnav ul li .icon-link {
    background-image: inherit;
    padding-right: 0;
  }
}
@media screen and (max-width: 760px) {
  .recruit-page .header .header-right .gnav ul li + li {
    margin-top: 40px;
  }
}
.recruit-page .header .header-right .contact {
  background-color: #0B46B7;
  padding-bottom: 10px;
  margin-left: 15px;
}
@media screen and (max-width: 760px) {
  .recruit-page .header .header-right .contact {
    display: none;
  }
}
.recruit-page .header .header-right .contact a {
  font-size: 1.4rem;
  padding: 0 20px;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 20px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 2px;
}
.recruit-page .header .header-right .contact a .icon-mail {
  background-position: left top 9px;
}
.recruit-page .link-back-top {
  margin-top: 40px;
}
@media screen and (max-width: 760px) {
  .recruit-page .link-back-top {
    width: 92%;
  }
}
.recruit-page .link-back-top a {
  color: #fff;
}
.recruit-page .header-burger {
  display: none;
  height: 60px;
  position: relative;
}
.recruit-page .header-burger a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  background-color: #0B46B7;
}
@media screen and (max-width: 760px) {
  .recruit-page .header-burger {
    display: block;
  }
}
.recruit-page .banner-recruit {
  position: relative;
}
.recruit-page .banner-recruit img {
  width: 100%;
}
.recruit-page .banner-recruit .txt-banner {
  position: absolute;
  top: 45%;
  left: 25%;
  transform: translate(-75%, -55%);
}
@media screen and (max-width: 760px) {
  .recruit-page .banner-recruit .txt-banner {
    top: 25%;
    left: 45%;
    transform: translate(-75%, -55%);
  }
}
.recruit-page .banner-recruit .txt-banner h1 {
  font-size: 3.8rem;
  font-weight: 400;
  z-index: 999;
}
@media screen and (max-width: 760px) {
  .recruit-page .banner-recruit .txt-banner h1 {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 760px) {
  .recruit-page .banner-recruit .txt-banner h1 {
    font-size: 2.8rem;
    line-height: 1.6;
    margin-top: -30px;
    margin-left: -20px;
  }
}
.recruit-page #main-visual {
  position: relative;
  height: 775px;
}
.recruit-page #main-visual .img-banner-gp {
  position: absolute;
  top: -20px;
  z-index: 99;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .recruit-page #main-visual .img-banner-gp {
    left: -15px;
  }
}
.recruit-page #main-visual .img-banner-gp img {
  width: 100%;
}
.recruit-page .row-title {
  padding: 100px 0px;
}
@media screen and (max-width: 760px) {
  .recruit-page .row-title {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 760px) {
  .recruit-page .row-title {
    padding: 100px 0px 0px 0px;
  }
}
.recruit-page .row-title .txt-title {
  background-position: top 10px left;
}
.recruit-page .txt-detail p {
  font-size: 2rem;
}
@media screen and (max-width: 760px) {
  .recruit-page .txt-detail p {
    font-size: 1.6rem;
  }
}
.recruit-page #container-recruit-product {
  background-color: #F7F7F7;
}
.recruit-page #container-recruit-product .list-col2 {
  width: 100%;
}
.recruit-page #container-recruit-product .list-col2 ul {
  margin-top: -40px;
}
.recruit-page #container-recruit-product .list-col2 ul li {
  width: 47.7%;
  margin-top: 40px;
}
.recruit-page #container-recruit-product .list-col2 ul li .title-list {
  padding: 10px 0 0 0;
}
.recruit-page #container-recruit-product .list-col2 ul li .title-list h3 {
  font-size: 2rem;
  font-weight: bold;
}
.recruit-page #container-recruit-product .list-col2 ul li a {
  height: inherit;
}
.recruit-page #container-recruit-product .list-col2 ul li .btn {
  text-align: center;
}
.recruit-page #container-recruit-interview .keen-slider .keen-slider__slide {
  position: relative;
}
.recruit-page #container-recruit-interview .keen-slider img {
  width: 100%;
}
.recruit-page #container-recruit-interview .name-interview {
  position: absolute;
  bottom: 0;
  padding: 15px 15px 5px 15px;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .recruit-page #container-recruit-interview .name-interview {
    font-size: 1.3rem;
  }
}
.recruit-page #container-recruit-interview .name-interview .name {
  font-size: 2.4rem;
}
@media screen and (max-width: 760px) {
  .recruit-page #container-recruit-interview .name-interview .name {
    font-size: 2rem;
  }
}
.recruit-page .information-list {
  width: 100%;
}
.recruit-page .information-list .title-information h3 {
  font-size: 2rem;
  font-weight: bold;
}
.recruit-page .information-list .icon {
  margin-top: 20px;
}
@media screen and (max-width: 760px) {
  .recruit-page .information-list .icon {
    max-width: 220px;
  }
}
.recruit-page .information-list .list-col2 ul {
  flex-direction: row;
  justify-content: center;
}
@media screen and (max-width : 420px) {
  .recruit-page .information-list .list-col2 ul {
    flex-direction: column;
    margin-right: 35px !important;
  }
}
.recruit-page .information-list .list-col2 ul li {
  width: 305px !important;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width : 420px) {
  .recruit-page .information-list .list-col2 ul li + li {
    margin-top: 40px;
  }
}
.recruit-page #container-recruit-information {
  background-color: #F7F7F7;
}
.recruit-page .container-recruit-message {
  background: url("/assets/images/recruit/message-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 760px) {
  .recruit-page .container-recruit-message {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 460px;
  }
}
@media screen and (max-width: 760px) {
  .recruit-page .container-recruit-message {
    background-position: top left 10px;
    background-size: 320px;
  }
}
.recruit-page .container-recruit-product {
  background: url("/assets/images/recruit/product-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 760px) {
  .recruit-page .container-recruit-product {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 760px;
  }
}
@media screen and (max-width: 760px) {
  .recruit-page .container-recruit-product {
    background-position: top left 10px;
    background-repeat: no-repeat;
    background-size: 520px;
  }
}
@media screen and (max-width: 760px) {
  .recruit-page .container-recruit-product .list-col2 {
    margin-top: 60px !important;
  }
  .recruit-page .container-recruit-product .list-col2 .btn {
    margin-left: auto;
  }
  .recruit-page .container-recruit-product .list-col2 li + li {
    margin-top: 60px !important;
  }
}
.recruit-page .container-recruit-interview {
  background: url("/assets/images/recruit/interview-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 760px) {
  .recruit-page .container-recruit-interview {
    background-position: top left 10px;
    background-repeat: no-repeat;
    background-size: 460px;
  }
}
@media screen and (max-width: 760px) {
  .recruit-page .container-recruit-interview .keen-slider {
    margin-top: 40px !important;
  }
}
.recruit-page .container-recruit-information {
  background: url("/assets/images/recruit/information-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 760px) {
  .recruit-page .container-recruit-information {
    background-position: top left 10px;
    background-repeat: no-repeat;
    background-size: 460px;
  }
}
@media screen and (max-width: 760px) {
  .recruit-page .container-recruit-information {
    background-size: 390px;
  }
}
.recruit-page .footer {
  padding-top: 270px;
}
@media screen and (max-width: 760px) {
  .recruit-page .footer {
    padding-top: 250px;
  }
}
.recruit-page .footer .title-contact {
  width: 100%;
  text-align: center;
  z-index: 999;
}
@media screen and (max-width: 760px) {
  .recruit-page .footer .title-contact {
    border-bottom: 0px solid #ccc !important;
  }
}
.recruit-page .footer .title-contact h2 {
  line-height: 70px;
  font-size: 6rem;
}
@media screen and (max-width: 760px) {
  .recruit-page .footer .title-contact h2 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 760px) {
  .recruit-page .footer .sub-title-contact {
    margin-top: 10px;
  }
}
.recruit-page .footer .box-contact .content-contact {
  padding: 100px;
  background: url(/assets/images/common/line-btn-entry-white.svg) #0B46B7;
  background-repeat: no-repeat;
  background-position: right 0 top 50%;
  background-size: 80px auto;
}
@media screen and (max-width: 760px) {
  .recruit-page .footer .box-contact .content-contact {
    padding: 70px;
    width: 90%;
    background-size: 40px auto;
  }
}
.recruit-page .box-contact {
  position: relative;
  color: #fff;
  background: url("/assets/images/recruit/bg-entry02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 500px;
  height: 640px;
  background-position: bottom center;
}
.recruit-page .box-contact a {
  color: #fff;
}
@media screen and (max-width: 760px) {
  .recruit-page .box-contact {
    padding-bottom: 0;
    height: 240px;
  }
}
.recruit-page .box-contact .content-contact {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
}
.recruit-page .box-contact .img-graphic01 {
  z-index: 9;
  position: absolute;
  top: -170px;
  left: 35%;
}
@media screen and (max-width: 760px) {
  .recruit-page .box-contact .img-graphic01 {
    display: none;
  }
}
.recruit-page .row-title {
  flex-direction: column;
}
.recruit-page .row-title .sub-title {
  padding-left: 45px;
  margin-top: 50px;
}
@media screen and (max-width: 760px) {
  .recruit-page .row-title .sub-title {
    padding-left: 0px;
    margin-top: 20px;
  }
}
.recruit-page .right-content {
  z-index: 99;
}
@media screen and (max-width: 760px) {
  .recruit-page .right-content {
    margin-top: 40px;
  }
}

@media screen and (max-width: 760px) {
  .recruit-page.show-menu header {
    background-color: #0B46B7;
  }
}

.recruit-page.show-menu .gnav .row-btn {
  margin-top: 80px;
}
@media screen and (max-width: 760px) {
  .recruit-page.show-menu .gnav {
    width: 100%;
    height: 100%;
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
    margin-top: 60px;
    background-color: #fff;
  }
}

@media screen and (max-width: 760px) {
  .recruit-page.show-menu .gnav {
    visibility: visible;
    pointer-events: auto;
    overflow-y: auto;
  }
}

@media screen and (max-width: 760px) {
  .recruit-page.show-menu .gnav .sp_container {
    position: relative;
    padding: 80px 0 2em;
    height: 100vh;
    background-color: #0B46B7;
  }
}

@media screen and (max-width: 760px) {
  .recruit-page.show-menu .gnav .sp_container::after {
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 0;
    transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: translate3d(0, -100%, 0);
  }
}

@media screen and (max-width: 760px) {
  .recruit-page.show-menu .sp_container::after {
    right: 0;
    visibility: visible;
    transform: translateY(0);
    background-color: #fff;
  }
}

@media screen and (max-width: 760px) {
  .recruit-page.show-menu .gnav_container {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    opacity: 0;
    position: relative;
    padding: 1.5em 0;
    z-index: 9998;
    background-color: #fff;
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 760px) {
  .recruit-page.show-menu .gnav_container {
    opacity: 1;
    transition: 1.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    background-color: #0B46B7;
  }
}

.recruit-page .logo-active {
  display: none;
}

.recruit-page.show-menu .logo-defult {
  display: none;
}

.recruit-page.show-menu .logo-active {
  display: block;
}

.recruit-page.show-menu a {
  opacity: 1;
}

.recruit-page.show-menu .header-burger a {
  background-color: #fff;
}

.recruit-page.show-menu .nav-icon span {
  background: #0B46B7;
}

.menu-footer-recruit {
  padding: 35px 20px;
}
@media screen and (max-width: 760px) {
  .menu-footer-recruit {
    padding: 60px 20px;
  }
}
.menu-footer-recruit ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .menu-footer-recruit ul {
    flex-direction: column;
  }
}
.menu-footer-recruit ul li {
  padding: 0 20px;
}
@media screen and (max-width: 760px) {
  .menu-footer-recruit ul li {
    padding: 0 13px;
  }
}
@media screen and (max-width: 760px) {
  .menu-footer-recruit ul li {
    padding: 0;
  }
}
.menu-footer-recruit ul li a {
  color: #fff;
  font-size: 1.4rem;
  display: flex;
}
@media screen and (max-width: 760px) {
  .menu-footer-recruit ul li a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 760px) {
  .menu-footer-recruit ul li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 760px) {
  .menu-footer-recruit ul li + li {
    margin-top: 30px;
  }
}

.content-back-top {
  padding: 100px 20px;
}
.content-back-top img {
  margin-left: auto;
  margin-right: auto;
}

.box-line-blue {
  background: url(/assets/images/common/line-title-blue.svg);
  background-position: top 17px left;
  background-repeat: no-repeat;
  padding-left: 35px;
}
@media screen and (max-width: 760px) {
  .box-line-blue {
    background-size: 24px;
  }
}

#container-recruit-message {
  position: relative;
}
#container-recruit-message .img-graphic01 {
  z-index: 9;
  position: absolute;
  bottom: -130px;
  right: 0;
}
@media screen and (max-width: 760px) {
  #container-recruit-message .img-graphic01 {
    display: none;
  }
}

#container-recruit-information {
  position: relative;
}
#container-recruit-information .img-graphic01 {
  z-index: 9;
  position: absolute;
  top: -140px;
  left: -146px;
}
@media screen and (max-width: 760px) {
  #container-recruit-information .img-graphic01 {
    display: none;
  }
}

.recruit-banner-bg01 {
  top: 0;
  overflow: hidden;
  background: url(/assets/images/recruit/banner01.png);
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 51.66%;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.recruit-banner-bg02 {
  top: 0;
  overflow: hidden;
  background: url(/assets/images/recruit/banner02.png);
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 51.66%;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.recruit-banner-bg03 {
  top: 0;
  overflow: hidden;
  background: url(/assets/images/recruit/banner03.png);
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 51.66%;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.recruit-banner-bg04 {
  top: 0;
  overflow: hidden;
  background: url(/assets/images/recruit/banner04.png);
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 51.66%;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.recruit-banner-bg05 {
  top: 0;
  overflow: hidden;
  background: url(/assets/images/recruit/banner05.png);
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 51.66%;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.recruit-banner-bg06 {
  top: 0;
  overflow: hidden;
  background: url(/assets/images/recruit/banner06.png);
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 51.66%;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.recruit-banner-bg07 {
  top: 0;
  overflow: hidden;
  background: url(/assets/images/recruit/banner07.png);
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 51.66%;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.recruit-banner-bg08 {
  top: 0;
  overflow: hidden;
  background: url(/assets/images/recruit/banner08.png);
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 51.66%;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.recruit-banner-bg09 {
  top: 0;
  overflow: hidden;
  background: url(/assets/images/recruit/banner09.png);
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 51.66%;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.recruit-banner-bg01-sp {
  top: 0;
  overflow: hidden;
  background: url(/assets/images/recruit/banner01-sp.png);
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 150%;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.recruit-banner-bg02-sp {
  top: 0;
  overflow: hidden;
  background: url(/assets/images/recruit/banner02-sp.png);
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 150%;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.recruit-banner-bg03-sp {
  top: 0;
  overflow: hidden;
  background: url(/assets/images/recruit/banner03-sp.png);
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 150%;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.recruit-banner-bg04-sp {
  top: 0;
  overflow: hidden;
  background: url(/assets/images/recruit/banner04-sp.png);
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 150%;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.recruit-banner-bg05-sp {
  top: 0;
  overflow: hidden;
  background: url(/assets/images/recruit/banner05-sp.png);
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 150%;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.recruit-banner-bg06-sp {
  top: 0;
  overflow: hidden;
  background: url(/assets/images/recruit/banner06-sp.png);
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 150%;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.recruit-banner-bg07-sp {
  top: 0;
  overflow: hidden;
  background: url(/assets/images/recruit/banner07-sp.png);
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 150%;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.recruit-banner-bg08-sp {
  top: 0;
  overflow: hidden;
  background: url(/assets/images/recruit/banner08-sp.png);
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 150%;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

.recruit-banner-bg09-sp {
  top: 0;
  overflow: hidden;
  background: url(/assets/images/recruit/banner09-sp.png);
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 150%;
  background-size: cover;
  position: absolute;
  z-index: 2;
}

#breadcumb-recruit {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  #breadcumb-recruit {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow-x: scroll;
  }
}
#breadcumb-recruit ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 760px) {
  #breadcumb-recruit ul {
    width: max-content;
  }
}
#breadcumb-recruit ul li:nth-child(even) {
  color: #0B46B7;
}
#breadcumb-recruit ul li:last-child {
  font-weight: 500;
}
#breadcumb-recruit ul li + li {
  margin-left: 10px;
  font-size: 1.4rem;
}
#breadcumb-recruit ul a {
  color: #C5C1BD;
  font-size: 1.4rem;
}

#banner-recruit {
  background-color: #F7F7F7;
}
#banner-recruit .txt-title {
  padding-left: 60px;
}
#banner-recruit .txt-title h1 {
  font-size: 3.2rem;
  line-height: 32px;
}
@media screen and (max-width: 760px) {
  #banner-recruit .txt-title h1 {
    font-size: 2.8rem;
    line-height: 40px;
  }
}
#banner-recruit .txt-title h2 {
  font-size: 3.2rem;
  line-height: 32px;
}
@media screen and (max-width: 760px) {
  #banner-recruit .txt-title h2 {
    font-size: 2.8rem;
    line-height: 40px;
  }
}

.information-detail-row .container-recruit-information {
  display: flex;
  justify-content: space-between;
  background: url(/assets/images/recruit/information-bg.png);
  background-position: top 130px left -5px;
  background-repeat: no-repeat;
  background-size: 466px;
}
@media screen and (max-width: 760px) {
  .information-detail-row .container-recruit-information {
    flex-direction: column;
    background-size: 320px;
    background-position: top 30px left -5px;
  }
  .information-detail-row .container-recruit-information .row-title {
    padding-top: 0;
  }
  .information-detail-row .container-recruit-information .information-list {
    margin-top: 120px;
    width: 100% !important;
  }
  .information-detail-row .container-recruit-information .list-col2 ul {
    margin-right: 0px !important;
    flex-direction: row !important;
    max-width: max-content;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .information-detail-row .container-recruit-information .list-col2 ul li {
    width: 48% !important;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .information-detail-row .container-recruit-information .list-col2 ul {
    flex-direction: column !important;
  }
  .information-detail-row .container-recruit-information .list-col2 ul li {
    width: 100% !important;
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 760px) {
  #banner-recruit .row-title {
    padding: 50px 0px 50px 0px;
  }
}

.image-message {
  max-width: 1095px;
  width: 100%;
  margin: auto;
  margin-top: 80px;
}
@media screen and (max-width: 760px) {
  .image-message {
    margin-top: 30px;
  }
}
.image-message img {
  margin: 0 auto;
}

.banner-message {
  background: url("/assets/images/recruit/message/banner.png");
  background-position: top 50% center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 760px) {
  .banner-message {
    background-size: 200px;
    background-position: bottom center;
  }
}

.recruit-parent-page .information-list {
  width: auto;
}

.banner-interview {
  background: url("/assets/images/interview/banner.png");
  background-position: top 50% center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 760px) {
  .banner-interview {
    background-size: 200px;
    background-position: bottom center;
  }
}

@media screen and (max-width: 760px) {
  .interview-page .list-interview .list-col4 ul {
    flex-direction: row;
  }
}
@media screen and (max-width: 760px) {
  .interview-page .list-interview li {
    width: 48%;
  }
}
.interview-page .list-interview li:nth-child(odd) .name-interview {
  bottom: 80px;
}
@media screen and (max-width: 760px) {
  .interview-page .list-interview li:nth-child(odd) .name-interview {
    bottom: 20px;
    width: 100%;
  }
}
.interview-page .list-interview li:nth-child(even) {
  padding-top: 80px;
}
@media screen and (max-width: 760px) {
  .interview-page .list-interview li:nth-child(even) {
    padding-top: 0px;
  }
}
@media screen and (max-width: 760px) {
  .interview-page .list-interview li:nth-child(even) .name-interview {
    bottom: 20px;
    width: 100%;
  }
}
.interview-page .list-interview a {
  position: relative;
}
.interview-page .list-interview .name-interview {
  position: absolute;
  bottom: 0;
  padding: 15px 15px 5px 15px;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .interview-page .list-interview .name-interview {
    font-size: 1.3rem;
  }
}
.interview-page .list-interview .name-interview .name {
  font-size: 2.4rem;
}
@media screen and (max-width: 760px) {
  .interview-page .list-interview .name-interview .name {
    font-size: 2rem;
  }
}

.banner-interview-detail {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row !important;
  align-items: center;
  position: relative;
  height: 500px;
  max-width: 1200px;
  width: 92%;
}
@media screen and (max-width: 760px) {
  .banner-interview-detail {
    height: 430px;
  }
}
@media screen and (max-width: 760px) {
  .banner-interview-detail {
    flex-direction: column-reverse !important;
    position: inherit;
    height: inherit;
  }
}
.banner-interview-detail .txt-title h1 {
  line-height: 50px !important;
}
@media screen and (max-width: 1110px) {
  .banner-interview-detail .txt-title h1 {
    font-size: 2.5rem !important;
  }
}
.banner-interview-detail .txt-title {
  position: absolute;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 760px) {
  .banner-interview-detail .txt-title {
    width: 100%;
    margin-top: 40px;
    position: inherit;
  }
  .banner-interview-detail .txt-title h1 {
    font-size: 2.4rem !important;
    line-height: 40px !important;
  }
}
.banner-interview-detail .image-banner {
  max-width: 450px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 760px) {
  .banner-interview-detail .image-banner {
    max-width: 390px;
  }
}
@media screen and (max-width: 760px) {
  .banner-interview-detail .image-banner {
    width: 100%;
    position: inherit;
  }
}
.banner-interview-detail .sub-tabs {
  border-left: 10px solid #FF6B73;
  padding-left: 30px;
}
.banner-interview-detail .sub-tabs .name {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  .banner-interview-detail .sub-tabs .name {
    font-size: 2rem;
  }
}

.banner-blue {
  background-color: #EDFAFE !important;
}

.interview-detail-page .row-title {
  padding: 0px;
}

.row-list-detail .detail-txt {
  padding: 80px;
}
@media screen and (max-width: 760px) {
  .row-list-detail .detail-txt {
    padding: 40px;
  }
}
.row-list-detail .detail-image img {
  width: 100%;
}
.row-list-detail > ul.start-left-pink li:nth-child(even) {
  background: url("/assets/images/interview/bg-list04.jpg?Sdf=sdf"), url("/assets/images/interview/bg-list02.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: top 0px right, bottom left;
  position: relative;
}
.row-list-detail > ul.start-left-pink li:nth-child(even) .detail-txt {
  padding-left: 180px;
  padding-right: 180px;
  background-color: #fff;
}
@media screen and (max-width: 760px) {
  .row-list-detail > ul.start-left-pink li:nth-child(even) .detail-txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row-list-detail > ul.start-left-pink li:nth-child(even) .detail-image {
  padding-left: 180px;
}
@media screen and (max-width: 760px) {
  .row-list-detail > ul.start-left-pink li:nth-child(even) .detail-image {
    padding-left: 0px;
  }
}
.row-list-detail > ul.start-left-pink li:nth-child(even) .row-detail {
  background: url("/assets/images/interview/bg-list03.jpg?sdf=dsf") #fff;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 80px;
}
.row-list-detail > ul.start-left-pink li:nth-child(even) .img-graphic01 {
  position: absolute;
  bottom: 0;
  left: -100px;
}
@media screen and (max-width: 760px) {
  .row-list-detail > ul.start-left-pink li:nth-child(even) .img-graphic01 {
    display: none;
  }
}
.row-list-detail > ul.start-left-pink li:nth-child(odd) {
  background: url("/assets/images/interview/bg-list01.jpg"), url("/assets/images/interview/bg-list02.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: top 0px left, bottom right;
  position: relative;
}
.row-list-detail > ul.start-left-pink li:nth-child(odd) .detail-txt {
  padding-right: 180px;
  padding-left: 180px;
  background-color: #fff;
}
@media screen and (max-width: 760px) {
  .row-list-detail > ul.start-left-pink li:nth-child(odd) .detail-txt {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.row-list-detail > ul.start-left-pink li:nth-child(odd) .detail-image {
  padding-right: 180px;
}
@media screen and (max-width: 760px) {
  .row-list-detail > ul.start-left-pink li:nth-child(odd) .detail-image {
    padding-right: 0 !important;
  }
}
.row-list-detail > ul.start-left-pink li:nth-child(odd) .row-detail {
  background-color: #fff;
  background: url("/assets/images/interview/bg-list03.jpg") #fff;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 80px;
}
.row-list-detail > ul.start-left-pink li:nth-child(odd) .img-graphic01 {
  position: absolute;
  bottom: 0;
  right: -100px;
}
@media screen and (max-width: 760px) {
  .row-list-detail > ul.start-left-pink li:nth-child(odd) .img-graphic01 {
    display: none;
  }
}
.row-list-detail > ul.start-left-pink li {
  padding-top: 80px;
}
.row-list-detail > ul.start-left-pink li + li {
  margin-top: 80px;
}

#container-recruit-interview-detail .row-list-detail .txt-title h2, #container-recruit-interview-detail .row-list-detail .txt-title h3 {
  font-size: 3.2rem;
  line-height: 35px;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  #container-recruit-interview-detail .row-list-detail .txt-title h2, #container-recruit-interview-detail .row-list-detail .txt-title h3 {
    font-size: 2.2rem;
    line-height: 35px;
  }
}

.banner-project {
  background: url("/assets/images/products/banner.png");
  background-position: top 50% center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 760px) {
  .banner-project {
    background-size: 200px;
    background-position: bottom center;
  }
}

.project-page .container-recruit-product {
  background-color: #fff;
}
.project-page .container-recruit-product .row-container {
  position: relative;
}
.project-page .container-recruit-product .row-container li {
  z-index: 99;
}
.project-page .container-recruit-product .row-container .img-graphic01 {
  z-index: 9;
  position: absolute;
  top: -250px;
  right: -244px;
}
@media screen and (max-width: 1000px) {
  .project-page .container-recruit-product .row-container .img-graphic01 {
    right: 0;
  }
}
@media screen and (max-width: 760px) {
  .project-page .container-recruit-product .row-container .img-graphic01 {
    display: none;
  }
}
.project-page #container-recruit-product {
  background-color: #fff !important;
}

.project-detail-page #banner-recruit {
  background: linear-gradient(90deg, #e6e6e4 80%, #ececec 40%);
}
@media screen and (max-width: 760px) {
  .project-detail-page #banner-recruit {
    background: #e6e6e4;
  }
}
.project-detail-page .image-detail img {
  margin-left: auto;
  margin-right: auto;
}

.recruit-page .banner-project-detail {
  flex-direction: row !important;
  padding: 0px 0px !important;
  align-items: center;
  justify-content: space-between;
}
.recruit-page .banner-project-detail h1 {
  line-height: 40px !important;
  margin-top: -10px;
}
.recruit-page .banner-project-detail .txt-title {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
@media screen and (max-width: 760px) {
  .recruit-page .banner-project-detail {
    flex-direction: column-reverse !important;
  }
  .recruit-page .banner-project-detail img {
    width: 100%;
  }
  .recruit-page .banner-project-detail .txt-title {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .recruit-page .banner-project-detail .txt-title h1 {
    margin-top: -10px;
    line-height: 50px !important;
  }
}

.row-list-detail .detail-txt {
  padding: 80px;
}
.row-list-detail .detail-image img {
  width: 100%;
}
.row-list-detail > ul.start-right-green li:nth-child(odd) {
  background: url("/assets/images/products/bg-list01.jpg"), url("/assets/images/products/bg-list02.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: top 180px right, bottom left;
  position: relative;
}
@media screen and (max-width: 760px) {
  .row-list-detail > ul.start-right-green li:nth-child(odd) {
    background-position: top 250px right, bottom -50px left;
  }
}
.row-list-detail > ul.start-right-green li:nth-child(odd) .detail-txt {
  padding-left: 180px;
  padding-right: 180px;
}
@media screen and (max-width: 760px) {
  .row-list-detail > ul.start-right-green li:nth-child(odd) .detail-txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row-list-detail > ul.start-right-green li:nth-child(odd) .detail-image {
  padding-left: 180px;
}
@media screen and (max-width: 760px) {
  .row-list-detail > ul.start-right-green li:nth-child(odd) .detail-image {
    padding-left: 0px;
  }
}
.row-list-detail > ul.start-right-green li:nth-child(odd) .row-detail {
  background: url("/assets/images/products/bg-list03.jpg?sdf=dsf") #F7F7F7;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 80px;
}
.row-list-detail > ul.start-right-green li:nth-child(odd) .img-graphic01 {
  position: absolute;
  bottom: 0;
  left: -100px;
}
@media screen and (max-width: 760px) {
  .row-list-detail > ul.start-right-green li:nth-child(odd) .img-graphic01 {
    display: none;
  }
}
.row-list-detail > ul.start-right-green li:nth-child(even) {
  background: url("/assets/images/products/bg-list01.jpg"), url("/assets/images/products/bg-list04.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: top 180px left, bottom right;
  position: relative;
}
@media screen and (max-width: 760px) {
  .row-list-detail > ul.start-right-green li:nth-child(even) {
    background-position: top 250px right, bottom -50px left;
  }
}
.row-list-detail > ul.start-right-green li:nth-child(even) .detail-txt {
  padding-right: 180px;
}
@media screen and (max-width: 760px) {
  .row-list-detail > ul.start-right-green li:nth-child(even) .detail-txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row-list-detail > ul.start-right-green li:nth-child(even) .detail-image {
  padding-right: 180px;
}
@media screen and (max-width: 760px) {
  .row-list-detail > ul.start-right-green li:nth-child(even) .detail-image {
    padding-right: 0px;
  }
}
.row-list-detail > ul.start-right-green li:nth-child(even) .row-detail {
  background: url("/assets/images/products/bg-list03.jpg") #F7F7F7;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 80px;
}
.row-list-detail > ul.start-right-green li:nth-child(even) .img-graphic01 {
  position: absolute;
  bottom: 0;
  right: -100px;
}
@media screen and (max-width: 760px) {
  .row-list-detail > ul.start-right-green li:nth-child(even) .img-graphic01 {
    display: none;
  }
}
.row-list-detail > ul.start-right-green li + li {
  margin-top: 80px;
}

@media screen and (max-width: 760px) {
  #container-recruit-product-detail .row-title {
    padding-top: 0;
  }
}
#container-recruit-product-detail .row-list-detail .txt-title h2, #container-recruit-product-detail .row-list-detail .txt-title h3 {
  font-size: 3.2rem;
  line-height: 35px;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  #container-recruit-product-detail .row-list-detail .txt-title h2, #container-recruit-product-detail .row-list-detail .txt-title h3 {
    font-size: 2.2rem;
    line-height: 35px;
  }
}
#container-recruit-product-detail .detail-txt h2, #container-recruit-product-detail .detail-txt h3, #container-recruit-product-detail .detail-txt h4 {
  font-size: 2.4rem;
}
@media screen and (max-width: 760px) {
  #container-recruit-product-detail .detail-txt h2, #container-recruit-product-detail .detail-txt h3, #container-recruit-product-detail .detail-txt h4 {
    font-size: 1.8rem;
  }
}

.banner-culture {
  background: url("/assets/images/culture/banner.png");
  background-position: top 50% center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 760px) {
  .banner-culture {
    background-size: 200px;
    background-position: bottom center;
  }
}

.culture-page #container-culture {
  position: relative;
}
.culture-page #container-culture .img-graphic01 {
  z-index: 9;
  position: absolute;
  bottom: 20px;
  right: 0px;
}
@media screen and (max-width: 760px) {
  .culture-page #container-culture .img-graphic01 {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  #container-culture .row-container:nth-child(even) {
    flex-direction: column-reverse !important;
  }
  #container-culture .row-container:nth-child(even) .left-content {
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-top: 40px !important;
  }
  #container-culture .row-container:nth-child(even) .right-content {
    margin-top: 0 !important;
  }
}

.banner-interview {
  background: url("/assets/images/interview/banner.png");
  background-position: top 50% center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 760px) {
  .banner-interview {
    background-size: 200px;
    background-position: bottom center;
  }
}

@media screen and (max-width: 760px) {
  .interview-page .list-interview .list-col4 ul {
    flex-direction: row;
  }
}
@media screen and (max-width: 760px) {
  .interview-page .list-interview li {
    width: 48%;
  }
}
.interview-page .list-interview li:nth-child(odd) .name-interview {
  bottom: 80px;
}
@media screen and (max-width: 760px) {
  .interview-page .list-interview li:nth-child(odd) .name-interview {
    bottom: 20px;
    width: 100%;
  }
}
.interview-page .list-interview li:nth-child(even) {
  padding-top: 80px;
}
@media screen and (max-width: 760px) {
  .interview-page .list-interview li:nth-child(even) {
    padding-top: 0px;
  }
}
@media screen and (max-width: 760px) {
  .interview-page .list-interview li:nth-child(even) .name-interview {
    bottom: 20px;
    width: 100%;
  }
}
.interview-page .list-interview a {
  position: relative;
}
.interview-page .list-interview .name-interview {
  position: absolute;
  bottom: 0;
  padding: 15px 15px 5px 15px;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .interview-page .list-interview .name-interview {
    font-size: 1.3rem;
  }
}
.interview-page .list-interview .name-interview .name {
  font-size: 2.4rem;
}
@media screen and (max-width: 760px) {
  .interview-page .list-interview .name-interview .name {
    font-size: 2rem;
  }
}

.banner-interview-detail {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row !important;
  align-items: center;
  position: relative;
  height: 500px;
  max-width: 1200px;
  width: 92%;
}
@media screen and (max-width: 760px) {
  .banner-interview-detail {
    height: 430px;
  }
}
@media screen and (max-width: 760px) {
  .banner-interview-detail {
    flex-direction: column-reverse !important;
    position: inherit;
    height: inherit;
  }
}
.banner-interview-detail .txt-title h1 {
  line-height: 50px !important;
}
@media screen and (max-width: 1110px) {
  .banner-interview-detail .txt-title h1 {
    font-size: 2.5rem !important;
  }
}
.banner-interview-detail .txt-title {
  position: absolute;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 760px) {
  .banner-interview-detail .txt-title {
    width: 100%;
    margin-top: 40px;
    position: inherit;
  }
  .banner-interview-detail .txt-title h1 {
    font-size: 2.4rem !important;
    line-height: 40px !important;
  }
}
.banner-interview-detail .image-banner {
  max-width: 450px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (max-width: 760px) {
  .banner-interview-detail .image-banner {
    max-width: 390px;
  }
}
@media screen and (max-width: 760px) {
  .banner-interview-detail .image-banner {
    width: 100%;
    position: inherit;
  }
}
.banner-interview-detail .sub-tabs {
  border-left: 10px solid #FF6B73;
  padding-left: 30px;
}
.banner-interview-detail .sub-tabs .name {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  .banner-interview-detail .sub-tabs .name {
    font-size: 2rem;
  }
}

.banner-blue {
  background-color: #EDFAFE !important;
}

.interview-detail-page .row-title {
  padding: 0px;
}

.row-list-detail .detail-txt {
  padding: 80px;
}
@media screen and (max-width: 760px) {
  .row-list-detail .detail-txt {
    padding: 40px;
  }
}
.row-list-detail .detail-image img {
  width: 100%;
}
.row-list-detail > ul.start-left-pink li:nth-child(even) {
  background: url("/assets/images/interview/bg-list04.jpg?Sdf=sdf"), url("/assets/images/interview/bg-list02.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: top 0px right, bottom left;
  position: relative;
}
.row-list-detail > ul.start-left-pink li:nth-child(even) .detail-txt {
  padding-left: 180px;
  padding-right: 180px;
  background-color: #fff;
}
@media screen and (max-width: 760px) {
  .row-list-detail > ul.start-left-pink li:nth-child(even) .detail-txt {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row-list-detail > ul.start-left-pink li:nth-child(even) .detail-image {
  padding-left: 180px;
}
@media screen and (max-width: 760px) {
  .row-list-detail > ul.start-left-pink li:nth-child(even) .detail-image {
    padding-left: 0px;
  }
}
.row-list-detail > ul.start-left-pink li:nth-child(even) .row-detail {
  background: url("/assets/images/interview/bg-list03.jpg?sdf=dsf") #fff;
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 80px;
}
.row-list-detail > ul.start-left-pink li:nth-child(even) .img-graphic01 {
  position: absolute;
  bottom: 0;
  left: -100px;
}
@media screen and (max-width: 760px) {
  .row-list-detail > ul.start-left-pink li:nth-child(even) .img-graphic01 {
    display: none;
  }
}
.row-list-detail > ul.start-left-pink li:nth-child(odd) {
  background: url("/assets/images/interview/bg-list01.jpg"), url("/assets/images/interview/bg-list02.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: top 0px left, bottom right;
  position: relative;
}
.row-list-detail > ul.start-left-pink li:nth-child(odd) .detail-txt {
  padding-right: 180px;
  padding-left: 180px;
  background-color: #fff;
}
@media screen and (max-width: 760px) {
  .row-list-detail > ul.start-left-pink li:nth-child(odd) .detail-txt {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.row-list-detail > ul.start-left-pink li:nth-child(odd) .detail-image {
  padding-right: 180px;
}
@media screen and (max-width: 760px) {
  .row-list-detail > ul.start-left-pink li:nth-child(odd) .detail-image {
    padding-right: 0 !important;
  }
}
.row-list-detail > ul.start-left-pink li:nth-child(odd) .row-detail {
  background-color: #fff;
  background: url("/assets/images/interview/bg-list03.jpg") #fff;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 80px;
}
.row-list-detail > ul.start-left-pink li:nth-child(odd) .img-graphic01 {
  position: absolute;
  bottom: 0;
  right: -100px;
}
@media screen and (max-width: 760px) {
  .row-list-detail > ul.start-left-pink li:nth-child(odd) .img-graphic01 {
    display: none;
  }
}
.row-list-detail > ul.start-left-pink li {
  padding-top: 80px;
}
.row-list-detail > ul.start-left-pink li + li {
  margin-top: 80px;
}

#container-recruit-interview-detail .row-list-detail .txt-title h2, #container-recruit-interview-detail .row-list-detail .txt-title h3 {
  font-size: 3.2rem;
  line-height: 35px;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  #container-recruit-interview-detail .row-list-detail .txt-title h2, #container-recruit-interview-detail .row-list-detail .txt-title h3 {
    font-size: 2.2rem;
    line-height: 35px;
  }
}

.requirement-page #banner-recruit {
  background: url("/assets/images/requirement/banner.png") #F7F7F7;
  background-position: top 50% center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 760px) {
  .requirement-page #banner-recruit {
    background-size: 800px;
  }
}
@media screen and (max-width: 760px) {
  .requirement-page #banner-recruit {
    background-size: 200px;
    background-position: bottom center;
  }
}

.container-recruit-requirement {
  position: relative;
}
.container-recruit-requirement .img-graphic01 {
  position: absolute;
  top: 50px;
  right: -500px;
  right: -244px;
}
@media screen and (max-width: 1000px) {
  .container-recruit-requirement .img-graphic01 {
    right: -125px;
  }
}
@media screen and (max-width: 760px) {
  .container-recruit-requirement .img-graphic01 {
    display: none;
  }
}

/* Style the tab */
.tab {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .tab {
    flex-wrap: wrap;
  }
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 1.4rem;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
  color: #000;
}
@media screen and (max-width: 760px) {
  .tab button {
    width: 50%;
  }
  .tab button br {
    display: none;
  }
}

/* Change background color of buttons on hover */
/* Create an active/current tablink class */
.tab button.active {
  color: #0B46B7;
  border-bottom: 1px solid #0B46B7;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.tabcontent .row-title {
  padding: 80px 0px 0px 0px;
}
.tabcontent .txt-title h1 {
  font-size: 3.2rem;
  line-height: 32px;
}
@media screen and (max-width: 760px) {
  .tabcontent .txt-title h1 {
    line-height: 50px;
    margin-top: -10px;
  }
}
.tabcontent .row-detail ul li {
  padding: 60px 0px;
  display: flex;
  border-top: 1px solid #ccc;
}
.tabcontent .row-detail ul li .title {
  min-width: 210px;
  padding: 0 40px;
}
@media screen and (max-width: 760px) {
  .tabcontent .row-detail ul li .title {
    min-width: 110px;
    padding: 0px;
  }
}
.tabcontent .row-detail ul li:last-child {
  border-bottom: 1px solid #ccc;
}

#container-recruit-requirement .txt-title h2, #container-recruit-requirement .txt-title h3 {
  font-size: 3.2rem;
  line-height: 35px;
  font-weight: 500;
}
@media screen and (max-width: 760px) {
  #container-recruit-requirement .txt-title h2, #container-recruit-requirement .txt-title h3 {
    font-size: 2.2rem;
    line-height: 35px;
  }
}

@media screen and (max-width: 760px) {
  .bussiness-page .not-space-right {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 760px) {
  .bussiness-page .not-space-right .left-content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 760px) {
  .bussiness-page .not-space-left .right-content {
    margin-top: 20px;
  }
}
.bussiness-page .flow-detail {
  margin-top: 100px;
}
@media screen and (max-width: 760px) {
  .bussiness-page .flow-detail {
    margin-top: 50px;
  }
}
.bussiness-page .flow-detail .none-before {
  position: inherit !important;
}
.bussiness-page .flow-detail h2 {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .bussiness-page .flow-detail h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.bussiness-page .flow-detail .flow-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -1.3%;
}
@media screen and (max-width: 760px) {
  .bussiness-page .flow-detail .flow-content {
    margin: -3%;
  }
}
.bussiness-page .flow-detail .flow-content li {
  width: 22.2%;
  margin: 0 1.3%;
  padding-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .bussiness-page .flow-detail .flow-content li {
    width: 40%;
    margin: 0 3%;
    padding-bottom: 20px;
  }
}
.bussiness-page .flow-detail .flow-content li .flow-item h3 {
  font-size: 2rem;
  font-weight: bold;
  margin: 10px 0;
}
@media screen and (max-width: 760px) {
  .bussiness-page .flow-detail .flow-content li .flow-item h3 {
    font-size: 1.6rem;
    margin: 5px 0 3px;
  }
}
.bussiness-page .flow-detail .flow-content li .flow-item .img-flow {
  position: relative;
}
.bussiness-page .flow-detail .flow-content li .flow-item .img-flow::before {
  position: absolute;
  content: "";
  background-image: url("/assets/images/bussiness/flow/blue-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18px;
  height: 13px;
  top: 50%;
  left: -15px;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 760px) {
  .bussiness-page .flow-detail .flow-content li .flow-item .img-flow::before {
    background-size: 70%;
    left: -8px;
  }
}

.bussiness-frame .container-img-graphic {
  position: relative;
}
.bussiness-frame .container-img-graphic .img-graphic01 {
  z-index: 99;
  position: absolute;
  bottom: -333px;
  right: -255px;
}

.row-scroll-down ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 760px) {
  .row-scroll-down ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.row-scroll-down ul li {
  margin: 0 15px;
}
.row-scroll-down ul li a {
  padding: 15px 0;
  display: flex;
  font-size: 1.4rem;
}

.banner-tab-grey {
  padding-left: 8%;
  position: relative;
}
@media screen and (max-width: 760px) {
  .banner-tab-grey {
    padding-left: 0;
  }
}
.banner-tab-grey .title-content {
  background-color: #F7F7F7;
  padding: 40px;
}
@media screen and (max-width: 760px) {
  .banner-tab-grey .title-content {
    padding: 20px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 760px) {
  .banner-tab-grey .sup-title {
    margin-top: 10px;
  }
}

.policy-page .breadcump,
.contact-page .breadcump {
  padding-left: 0;
}
.policy-page .footer,
.contact-page .footer {
  border-top: 1px solid #DDDDDD;
  z-index: 1;
  background-color: #fff;
}
.policy-page .footer .detail-contact,
.contact-page .footer .detail-contact {
  display: none;
}
.policy-page .container-img-graphic .img-graphic01,
.contact-page .container-img-graphic .img-graphic01 {
  z-index: 1;
  position: absolute;
  bottom: -356px;
  left: -125px;
}
@media screen and (max-width: 760px) {
  .policy-page .container-img-graphic .img-graphic01,
.contact-page .container-img-graphic .img-graphic01 {
    display: none;
  }
}
.policy-page .title-content h1,
.contact-page .title-content h1 {
  font-size: 4.8rem;
}
@media screen and (max-width: 760px) {
  .policy-page .title-content h1,
.contact-page .title-content h1 {
    font-size: 3.8rem;
  }
}

.contact-confirm-page .row-list-contact .row-btn {
  display: flex;
  justify-content: center;
}
.contact-confirm-page .row-list-contact .row-btn button {
  margin: 0 20px;
}
@media screen and (max-width: 760px) {
  .contact-confirm-page .row-list-contact .row-btn button {
    margin: 0 10px;
  }
}

#policy-content,
#contact-content {
  position: relative;
}
#policy-content .img-graphic01,
#contact-content .img-graphic01 {
  position: absolute;
  bottom: -100px;
  right: -400px;
  z-index: -1;
}
@media screen and (max-width: 760px) {
  #policy-content .img-graphic01,
#contact-content .img-graphic01 {
    display: none;
  }
}
#policy-content button,
#contact-content button {
  transition: all 0.3s;
  cursor: pointer;
}
#policy-content button:hover,
#contact-content button:hover {
  cursor: pointer;
}

.text-input, input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input-width-240 {
  max-width: 240px;
}
@media screen and (max-width: 760px) {
  .input-width-240 {
    max-width: 100%;
  }
}

select.textbox {
  background-image: url("/assets/images/common/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 10px;
  font-size: 1.3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  width: 100%;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 760px) {
  textarea {
    height: 200px;
  }
}

.text-input, input[type=text], input[type=number], input[type=email], input[type=date], select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #CCCCCC;
  height: 44px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.6rem;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 760px) {
  .text-input, input[type=text], input[type=number], input[type=email], input[type=date], select {
    height: 50px;
  }
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  font-size: 1.6rem;
  border-radius: 5px;
  width: 100%;
  height: 240px;
  padding: 15px 20px;
}

.chkbox-btn {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-top: 0px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500 !important;
  font-size: 1.3rem;
}

/* Hide the browser's default checkbox */
.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.chkbox {
  position: absolute;
  top: 1px;
  left: 0;
  border: 1px solid #CCCCCC;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border-radius: 3px;
}

.chkbox-btn a {
  text-decoration: underline;
}

/* On mouse-over, add a grey background color */
.chkbox-btn:hover input ~ .chkbox {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.chkbox-btn input:checked ~ .chkbox {
  background-color: #fff;
  border-color: #CCCCCC;
}

/* Create the checkmark/indicator (hidden when not checked) */
.chkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chkbox-btn input:checked ~ .chkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.chkbox-btn .chkbox:after {
  top: 3px;
  left: 3px;
  border-radius: 3px;
  width: 14px;
  height: 14px;
  background-color: #0B46B7;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #BABABA;
  opacity: 1;
  /* Firefox */
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #BABABA;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #BABABA;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
}

.row-list-contact > ul > li {
  padding: 25px 0;
}
.row-list-contact > ul > li:last-child {
  border-bottom: 1px dashed #ccc;
}
.row-list-contact > ul > li .align-strat {
  align-items: flex-start;
}
.row-list-contact > ul > li + li {
  border-top: 1px dashed #ccc;
}

.group-input {
  display: flex;
  justify-content: flex-start;
  align-items: first baseline;
}
@media screen and (max-width: 760px) {
  .group-input {
    flex-direction: column;
  }
}
.group-input .label-contact {
  display: flex;
  justify-content: space-between;
  min-width: 247px;
}
@media screen and (max-width: 760px) {
  .group-input .label-contact {
    min-width: inherit;
    width: 100%;
    justify-content: flex-start;
  }
}
.group-input .label-contact .tag-note {
  background-color: #FF6B73;
  padding: 3px;
  font-size: 1.3rem;
  line-height: 13px;
  display: flex;
  border-radius: 3px;
  color: #fff;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .group-input .label-contact .tag-note {
    margin-left: 20px;
  }
}
.group-input .input-contact {
  width: 100%;
  margin-left: 20px;
  font-size: 1.3rem;
}
@media screen and (max-width: 760px) {
  .group-input .input-contact {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.group-input .input-contact input[type=text] {
  width: 100%;
}
.group-input p.error {
  color: #FF6B73;
}

.group-input + .group-input {
  margin-top: 15px;
}

.contact-confirm .group-input + .group-input {
  margin-top: 25px;
}

.note-checkbox {
  font-size: 1.3rem;
  margin-top: 10px;
}

.title-contact {
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.title-contact .note-orange-contact {
  color: #FF6B73;
}

.txt-thanks {
  text-align: center;
}
.txt-thanks h2 {
  font-size: 3.6rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 760px) {
  .txt-thanks h2 {
    font-size: 2.2rem;
  }
}
.txt-thanks a.underline {
  text-decoration: underline;
}

.select-custom {
  width: 100%;
  margin-left: 20px;
  font-size: 1.3rem;
}
@media screen and (max-width: 760px) {
  .select-custom {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.select-custom input[type=text] {
  width: 100%;
}

.entry-page .detail-contact {
  display: none;
}

.policy-content {
  max-width: 800px;
  margin: auto;
}
.policy-content .intro {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .policy-content .intro {
    font-size: 1.6rem;
  }
}
.policy-content p {
  text-align: left;
}
.policy-content .policy {
  margin-left: 20px;
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 760px) {
  .policy-content .policy {
    margin-top: 10px;
  }
}
.policy-content .policy li {
  list-style-position: outside !important;
  list-style-type: disc !important;
}
.policy-content h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 760px) {
  .policy-content h2 {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}

.entry-page .footer {
  padding-top: 100px;
}

.entry-page #banner-recruit {
  background-color: #0B46B7;
}
.entry-page #banner-recruit h1 {
  color: #fff;
  text-align: center;
  font-size: 10.8rem;
  line-height: 108px;
}
@media screen and (max-width: 760px) {
  .entry-page #banner-recruit h1 {
    font-size: 6.8rem;
    line-height: 68px;
  }
}
.entry-page #banner-recruit h2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 1.8rem;
  line-height: 18px;
}
.entry-page #banner-recruit .txt-title {
  padding-left: 0px;
}
.entry-page .row-list-contact .row-btn {
  display: flex;
  justify-content: center;
}
.entry-page .row-list-contact .row-btn button {
  margin: 0 20px;
}
@media screen and (max-width: 760px) {
  .entry-page .row-list-contact .row-btn button {
    margin: 0 10px;
  }
}
.entry-page .thanks p {
  font-size: 1.6rem;
}

.news-page .breadcump {
  padding-left: 0;
}
.news-page .footer {
  border-top: 1px solid #DDDDDD;
  z-index: 1;
  background-color: #fff;
}
.news-page .footer .detail-contact {
  display: none;
}
.news-page .container-img-graphic .img-graphic01 {
  z-index: 1;
  position: absolute;
  bottom: -356px;
  left: -125px;
}
@media screen and (max-width: 760px) {
  .news-page .container-img-graphic .img-graphic01 {
    display: none;
  }
}
.news-page .title-content h1 {
  font-size: 4.8rem;
}
@media screen and (max-width: 760px) {
  .news-page .title-content h1 {
    font-size: 3.8rem;
  }
}
.news-page .list-new li {
  background-color: #F7F7F7;
  padding: 20px;
}
.news-page .list-new li .date {
  font-family: inherit;
}
.news-page .list-new li .title-new {
  font-family: inherit;
}
.news-page .list-new li + li {
  margin-top: 20px;
}

#news-content {
  position: relative;
}
#news-content .img-graphic01 {
  position: absolute;
  bottom: -100px;
  right: -400px;
  z-index: -1;
}
@media screen and (max-width: 760px) {
  #news-content .img-graphic01 {
    display: none;
  }
}

/*# sourceMappingURL=stylesheet.css.map */
