@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: "Arial",'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Merriweather Sans", sans-serif,"Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

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

/*------------- setting ------------- */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

body {
  color: #06213d;
  min-width: 1280px;
}

.sp-on {
  display: none;
}

.section-inner {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

main {
  overflow: hidden;
}

/*------------- Slick Style ------------- */
.slick-slider {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 15px;
}

.slick-dots li button {
  position: relative;
  text-indent: -9999px;
}

.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: solid 4px #c8cfe2;
}

.slick-dots li.slick-active button:before {
  content: "";
  border: solid 4px #00a0e9;
}

.slick-arrow {
  position: relative;
  overflow: hidden;
  text-indent: -999px;
  width: 56px;
  height: 56px;
  background-color: #fff;
  border: solid 1px #e6e8eb;
  z-index: 10;
}

.slick-arrow:before {
  content: "";
  background-size: 100%;
  width: 10px;
  height: 15px;
  position: absolute;
}

.slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-next:before {
  background: url(../../img/top/icon-slider.png) no-repeat;
  background-size: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-prev:before {
  background: url(../../img/top/icon-slider.png) no-repeat;
  background-size: 100%;
  left: 34%;
  top: 25%;
  -webkit-transform: rotate(180deg) translate(-50%, -50%);
          transform: rotate(180deg) translate(-50%, -50%);
}

/*------------- Common Style ------------- */
.section-title .title-area {
  position: relative;
  background-color: #0d318f;
  height: 120px;
}

.section-title .title-area h1 {
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 120px;
  text-align: center;
}

.section-title .title-area h1.jp {
  font-size: 32px;
  letter-spacing: 0.8px;
}

.section-title .pankuzu-area {
  background-color: #f7f7f7;
  padding: 15px 0;
}

.section-title .pankuzu-area .list-pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-title .pankuzu-area li {
  position: relative;
  margin-right: 35px;
}

.section-title .pankuzu-area li:before {
  content: "";
  background: url(../../img/arrow-pankuzu.png) no-repeat;
  background-size: 100%;
  width: 6px;
  height: 9px;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-title .pankuzu-area li:last-child:before {
  display: none;
}

.section-title .pankuzu-area li a {
  position: relative;
  display: inline-block;
  color: #0d318f;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.section-title .pankuzu-area li a:hover {
  opacity: 0.5;
}

.section-title .pankuzu-area li p {
  display: inline-block;
  color: #0d318f;
  font-size: 12px;
}

.pagenation-area .page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagenation-area .page-list li {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 0 8px;
}

.pagenation-area .page-list li:first-child:before {
  content: "";
  background: url(../../img/arrow-pagenation-left.png) no-repeat;
  background-size: 100%;
  width: 7px;
  height: 12px;
  position: absolute;
  left: -53px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pagenation-area .page-list li:last-child:before {
  content: "";
  background: url(../../img/arrow-pagenation-right.png) no-repeat;
  background-size: 100%;
  width: 7px;
  height: 12px;
  position: absolute;
  right: -53px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pagenation-area .page-list li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #0d318f;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}

.pagenation-area .page-list li.active {
  background-color: #0d318f;
}

.pagenation-area .page-list li.active a {
  color: #fff;
}

.pagenation-area .page-list .page-numbers {
  width: 32px;
  height: 32px;
  margin: 0 8px;
  position: relative;
  display: block;
  text-decoration: none;
  color: #0d318f;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.pagenation-area .page-list .page-numbers:hover {
  opacity: 0.6;
}

.pagenation-area .page-list .page-numbers.current {
  background-color: #0d318f;
  color: #fff;
}

.pagenation-area .page-list .page-numbers.next:before {
  content: "";
  background: url(../../img/arrow-pagenation-right.png) no-repeat;
  background-size: 100%;
  width: 7px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pagenation-area .page-list .page-numbers.prev:before {
  content: "";
  background: url(../../img/arrow-pagenation-left.png) no-repeat;
  background-size: 100%;
  width: 7px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.navi-area {
  margin: 80px 0;
}

.navi-area .section-inner {
  width: 1120px;
}

.navi-area .list-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  margin-bottom: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f7f7f7;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.navi-area .list-anchor li {
  width: 223px;
  height: 24px;
  text-align: center;
  border-right: solid 2px #dee0e3;
}

.navi-area .list-anchor li:last-child {
  border-right: none;
}

.navi-area .list-anchor li:hover a:before {
  -webkit-transform: translate(-50%, 8px);
          transform: translate(-50%, 8px);
}

.navi-area .list-anchor li a {
  position: relative;
  text-decoration: none;
  color: #0d318f;
  font-weight: bold;
  letter-spacing: 0.45px;
}

.navi-area .list-anchor li a:before {
  content: "";
  background: url(../../img/carrer/icon-arrow-bottom.png) no-repeat;
  width: 11px;
  height: 8px;
  background-size: 100%;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

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

.content-area_news .item-box {
  width: 346px;
  position: relative;
  margin-right: 40px;
  margin-bottom: 60px;
}

.content-area_news .item-box:nth-child(3n) {
  margin-right: 0;
}

.content-area_news .item-box:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.content-area_news .item-box a {
  text-decoration: none;
}

.content-area_news .item-box .thumb {
  min-height: 216px;
  height: 216px;
  background-color: #f7f7f7;
  overflow: hidden;
  border: 1px solid #efefef;
}

.content-area_news .item-box .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.content-area_news .item-box .thumb.vertical {
  background: url(../../img/news_thumb_bg.jpg) center/cover no-repeat;
  text-align: center;
}

.content-area_news .item-box .thumb.vertical img {
  -o-object-fit: initial;
     object-fit: initial;
  height: 100%;
  width: auto;
}

.content-area_news .item-box .mix-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 11px 0;
}

.content-area_news .item-box .icon-cat {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #0d318f;
  padding: 4px 7px;
  text-align: center;
  z-index: 10;
}

.content-area_news .item-box .date {
  font-size: 14px;
  color: #82909e;
  font-weight: bold;
}

.content-area_news .item-box .text {
  font-size: 14px;
  line-height: 22.4px;
  color: #000;
}

/*------------- header ------------- */
.index header {
  background: #0d318f;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0d318f 36%, #00a0e9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(36%, #0d318f), to(#00a0e9));
  background: linear-gradient(to right, #0d318f 36%, #00a0e9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d318f', endColorstr='#00a0e9',GradientType=1 );
  /* IE6-9 */
}

.index header.white {
  background: #fff;
}

.index header.white h1 a {
  background: url(../../img/logo-main.svg) no-repeat;
  background-size: 100%;
}

.index header.white .navi-global li.circle a {
  border: solid 2px #0d318f;
}

.index header.white .navi-global li a {
  color: #0d318f;
}

.index header.white .navi-global li a:before {
  border-bottom: solid 1px #0d318f;
}

.index header.white .navi-global li a.blank:after {
  background: url(../../img/icon-blank.png) no-repeat;
  background-size: 100%;
}

.index header.white .bogo-language-switcher li.current-lang {
  background-color: #0d318f;
}

.index header.white .bogo-language-switcher li.current-lang a {
  color: #fff;
}

.index header.white .bogo-language-switcher a {
  color: #0d318f;
}

.index header.floating {
  background: #fff;
}

.index header.floating h1 a {
  background: url(../../img/logo-main.svg) no-repeat;
  background-size: 100%;
}

.index header.floating .navi-global li.circle a:hover {
  border-radius: 0;
  background-color: #0d318f;
  color: #fff;
}

.index header.floating .navi-global li a {
  color: #0d318f;
}

.index header.floating .navi-global li a.blank:after {
  background: url(../../img/icon-blank.png) no-repeat;
  background-size: 100%;
}

.index header.floating .navi-global li a:before {
  border-bottom: solid 1px #0d318f;
}

.index header.floating .bogo-language-switcher li a {
  color: #0d318f;
}

.index header.floating .bogo-language-switcher li.current-lang {
  background-color: #0d318f;
}

.index header.floating .bogo-language-switcher li.current-lang a {
  color: #fff;
}

.index header h1 a {
  background: url(../../img/logo-main-white.svg) no-repeat;
  background-size: 100%;
}

.index header .navi-global li a {
  color: #fff;
}

.index header .navi-global li a:before {
  border-bottom: solid 1px #fff;
}

.index header .navi-global li a.blank {
  padding-right: 21px;
}

.index header .navi-global li a.blank:after {
  background: url(../../img/icon-blank-white.png) no-repeat;
  background-size: 100%;
}

.index header .navi-global li.circle a {
  border: solid 2px #fff;
}

.index header .navi-global li.circle a:hover {
  background-color: #fff;
  color: #0d318f;
}

.index header .bogo-language-switcher li a {
  color: #fff;
}

.index header .bogo-language-switcher li.current-lang {
  color: #0d318f;
  background-color: #fff;
}

.index header .bogo-language-switcher li.current-lang a {
  color: #0d318f;
}

.index header .humberger-btn span {
  background-color: #fff;
}

header {
  position: relative;
  width: 100%;
  height: 96px;
  z-index: 120;
  background-color: #fff;
}

header.floating {
  height: 64px;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-120px);
          transform: translateY(-120px);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

header.floating.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header.floating h1 {
  width: 140px;
}

header.floating .navi-global {
  margin-top: 0;
  padding-right: 131px;
}

header.floating .navi-global li.circle a {
  border: solid 2px #0d318f;
}

header.floating .navi-global li a {
  font-size: 14px;
}

header.floating .navi-global li a.have_layer:after {
  top: 32px;
}

header.floating .navi-global li a.blank:after {
  width: 12px;
  height: 11px;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 3px;
}

header.floating .bogo-language-switcher {
  top: 24px;
  border-left: solid 1px #0d318f;
}

header.floating .bogo-language-switcher li:first-child {
  margin-left: 24px;
}

header .section-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header h1 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header h1 a {
  display: block;
  background: url(../../img/logo-main.svg) no-repeat;
  width: 176px;
  height: 40px;
  background-size: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}

header .navi-global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

header .navi-global li {
  margin-left: 40px;
}

header .navi-global li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #0d318f;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.4px;
}

header .navi-global li a.blank {
  padding-right: 21px;
}

header .navi-global li a.blank:after {
  content: "";
  background: url(../../img/icon-blank.png) no-repeat;
  width: 14px;
  height: 13px;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 2px;
}

header .navi-global li a.have_layer:after {
  display: none;
  content: "";
  width: 2px;
  height: 0;
  background-color: #06213d;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 60px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

header .navi-global li a.have_layer.select-layer:after {
  height: 16px;
}

header .navi-global li a.have_layer.select-layer:before {
  width: 100%;
}

header .navi-global li a:before {
  content: "";
  position: absolute;
  border-bottom: solid 1px #0d318f;
  width: 0;
  height: 1px;
  left: 0;
  bottom: -2px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

header .navi-global li a:hover:before {
  width: 100%;
}

header .navi-global li.circle a {
  border: solid 2px #0d318f;
  border-radius: 20px;
  padding: 3px 15px;
  -webkit-transition: border-radius 0.3s ease;
  transition: border-radius 0.3s ease;
  -webkit-transition-property: border-radius, background-color;
  transition-property: border-radius, background-color;
}

header .navi-global li.circle a:before {
  display: none;
}

header .navi-global li.circle a:hover {
  border-radius: 0;
  background-color: #0d318f;
  color: #fff;
}

header .bogo-language-switcher {
  position: absolute;
  top: 15px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .bogo-language-switcher li {
  margin-left: 10px;
  color: #0d318f;
  font-size: 12px;
  line-height: 13px;
  padding: 2px 10px !important;
}

header .bogo-language-switcher li:hover {
  cursor: pointer;
}

header .bogo-language-switcher li.current-lang {
  background-color: #0d318f;
  font-weight: bold;
}

header .bogo-language-switcher li.current-lang a {
  color: #fff;
}

header .bogo-language-switcher li a {
  text-decoration: none;
  color: #0d318f;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

header .bogo-language-switcher li a:hover {
  opacity: 0.6;
}

.navi-layer {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1280px;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f7f7f7;
  z-index: 100;
  opacity: 0;
}

.navi-layer.floating {
  position: fixed;
  top: 64px !important;
}

.navi-layer .layer-box {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.navi-layer .layer-box.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navi-layer .title-navi {
  position: relative;
  width: 200px;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2.8px;
  margin-right: 120px;
  text-align: right;
}

.navi-layer .title-navi a {
  display: inline-block;
  position: relative;
  color: #0d318f;
  text-decoration: none;
  padding-right: 60px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.navi-layer .title-navi a:hover {
  opacity: 0.5;
}

.navi-layer .title-navi a:before {
  content: "";
  background-color: #0d318f;
  width: 14px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 171px;
}

.navi-layer .title-navi a:after {
  content: "";
  background: url(../../img/icon-btnArrow-blue.png) no-repeat;
  background-size: 100%;
  width: 7px;
  height: 6px;
  position: absolute;
  top: 10.499999px;
  left: 184px;
}

.navi-layer .list-layer {
  width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -28px;
}

.navi-layer .list-layer li {
  margin-top: 28px;
  margin-right: 40px;
}

.navi-layer .list-layer li.pcHidden {
  display: none;
}

.navi-layer .list-layer a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #0d318f;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1.4px;
  padding-bottom: 3px;
  border-bottom: solid 2px #0d318f;
}

.navi-layer .list-layer a:after {
  content: "";
  width: 0;
  height: 2px;
  border-bottom: solid 2px #f7f7f7;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.navi-layer .list-layer a:hover:after {
  width: 100%;
}

/*------------- section-contact ------------- */
.section-contact {
  padding: 144px 0;
}

.section-contact .section-inner {
  width: 1120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-contact h2 {
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 1.4px;
  color: #0d318f;
  color: #fff;
  margin-bottom: 38px;
  font-size: 40px;
}

@media screen and (max-width: 560px) {
  .section-contact h2 {
    font-size: 10.66667vw;
    letter-spacing: 0.26vw;
  }
}

.section-contact .contact-area {
  position: relative;
  width: 640px;
  background-color: #00a0e9;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section-contact .contact-area .text {
  width: 280px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 25.2px;
}

.section-contact .follow-area {
  position: relative;
  width: 400px;
  background-color: #00a0e9;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section-contact .follow-area .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-contact .follow-area .sns-list li {
  margin-right: 46px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.section-contact .follow-area .sns-list li:hover {
  opacity: 0.5;
}

.section-contact .follow-area .sns-list li:last-child {
  margin-right: 0;
}

.section-contact .follow-area .sns-list li.tw {
  width: 29px;
}

.section-contact .follow-area .sns-list li.fb {
  width: 17px;
}

.section-contact .follow-area .sns-list li.youtube {
  width: 32px;
}

.section-contact .follow-area .sns-list li.ss {
  width: 105px;
}

.section-contact .follow-area .sns-list img {
  width: 100%;
}

.section-contact .btn-blue {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.section-contact .btn-blue a {
  position: relative;
  display: block;
  width: 240px;
  height: 64px;
  line-height: 64px;
  font-weight: bold;
  color: #0d318f;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.35px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

.section-contact .btn-blue a:before {
  content: "";
  background-color: #0d318f;
  width: 14px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 188px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.section-contact .btn-blue a:after {
  content: "";
  background: url(../../img/icon-btnArrow-blue.png) no-repeat;
  background-size: 100%;
  width: 7px;
  height: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 200px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.section-contact .btn-blue a:hover {
  background-color: #0d318f;
  color: #fff;
}

.section-contact .btn-blue a:hover:before {
  width: 30px;
  background-color: #fff;
}

.section-contact .btn-blue a:hover:after {
  -webkit-transform: translate(15px, -50%);
          transform: translate(15px, -50%);
  background: url(../../img/icon-btnArrow.png) no-repeat;
  background-size: 100%;
}

.section-contact .btn-blue a.blank:before {
  display: none;
}

@media screen and (min-width: 561px) and (max-width: 1320px) {
  .section-contact .btn-blue a {
    width: 16.66667vw;
    height: 4.44444vw;
    line-height: 4.44444vw;
    font-size: 0.97222vw;
  }
  .section-contact .btn-blue a:before {
    width: 1.4vw;
    left: 13vw;
  }
  .section-contact .btn-blue a:after {
    width: 0.6vw;
    height: 0.5vw;
    left: 14vw;
  }
}

@media screen and (max-width: 560px) {
  .section-contact .btn-blue a {
    font-size: 3.73333vw;
    width: 64vw;
    height: 14.1vw;
    line-height: 14.1vw;
    margin: 0 auto;
  }
  .section-contact .btn-blue a::before {
    width: 3.73vw;
    left: 50vw;
  }
  .section-contact .btn-blue a:after {
    width: 1.86vw;
    height: 1.6vw;
    left: 53.6vw;
  }
}

/*------------- footer ------------- */
footer {
  background-color: #0d318f;
  padding: 86px 0 80px 0;
}

footer .content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer h2 {
  margin-right: 100px;
}

footer .navi-box {
  margin-right: 100px;
}

footer .navi-box:last-child {
  margin-right: 0;
}

footer .navi-footer .mt42 {
  margin-top: 42px;
}

footer .navi-footer .mb42 {
  margin-bottom: 42px;
}

footer .navi-footer .text-pp a {
  font-weight: normal;
  font-size: 14px;
}

footer .navi-footer a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

footer .navi-footer a:hover {
  opacity: 0.6;
}

footer .navi-footer a.blank {
  padding-right: 18px;
}

footer .navi-footer a.blank:before {
  content: "";
  background: url(../../img/icon-blank-white.png) no-repeat;
  width: 14px;
  height: 13px;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

footer .navi-footer .navi-sub {
  margin-top: 25px;
}

footer .navi-footer .navi-sub li {
  margin-bottom: 15px;
}

footer .navi-footer .navi-sub li a {
  color: #9eacd2;
  font-size: 14px;
  font-weight: normal;
}

footer .navi-footer .navi-sub li.pcHidden {
  display: none;
}

footer .copy {
  position: absolute;
  left: 0;
  bottom: 15px;
  color: #fff;
  font-size: 12px;
}

.to-top-box {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  z-index: 10;
}

.to-top-box .inner {
  height: 100%;
  position: relative;
}

.to-top-box .inner a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.to-top-box .inner a:before {
  content: "";
  background: url(../../img/icon-toTop.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.to-top-box .inner a:after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.to-top-box:hover .inner a:before {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}

.moreknow-area {
  background: url(../../img/carrer/bg-moreknow.png) no-repeat center center;
  width: 100%;
  height: 224px;
  background-size: cover;
  margin-top: 120px;
}

.moreknow-area .section-inner {
  width: 1120px;
  height: 100%;
}

.moreknow-area .title-more {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.8px;
}

.moreknow-area .btn-box {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.moreknow-area .btn-white a {
  position: relative;
  display: block;
  width: 240px;
  height: 64px;
  line-height: 64px;
  font-weight: bold;
  color: #0d318f;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.35px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

.moreknow-area .btn-white a:before {
  content: "";
  background-color: #0d318f;
  width: 14px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 188px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.moreknow-area .btn-white a:after {
  content: "";
  background: url(../../img/icon-btnArrow-blue.png) no-repeat;
  background-size: 100%;
  width: 7px;
  height: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 200px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.moreknow-area .btn-white a:hover {
  background-color: #0d318f;
  color: #fff;
}

.moreknow-area .btn-white a:hover:before {
  width: 30px;
  background-color: #fff;
}

.moreknow-area .btn-white a:hover:after {
  -webkit-transform: translate(15px, -50%);
          transform: translate(15px, -50%);
  background: url(../../img/icon-btnArrow.png) no-repeat;
  background-size: 100%;
}

.moreknow-area .btn-white a.blank:before {
  display: none;
}

@media screen and (min-width: 561px) and (max-width: 1320px) {
  .moreknow-area .btn-white a {
    width: 16.66667vw;
    height: 4.44444vw;
    line-height: 4.44444vw;
    font-size: 0.97222vw;
  }
  .moreknow-area .btn-white a:before {
    width: 1.4vw;
    left: 13vw;
  }
  .moreknow-area .btn-white a:after {
    width: 0.6vw;
    height: 0.5vw;
    left: 14vw;
  }
}

@media screen and (max-width: 560px) {
  .moreknow-area .btn-white a {
    font-size: 3.73333vw;
    width: 64vw;
    height: 14.1vw;
    line-height: 14.1vw;
    margin: 0 auto;
  }
  .moreknow-area .btn-white a::before {
    width: 3.73vw;
    left: 50vw;
  }
  .moreknow-area .btn-white a:after {
    width: 1.86vw;
    height: 1.6vw;
    left: 53.6vw;
  }
}

.moreknow-area .btn-white:last-child {
  margin-left: 40px;
}

@media screen and (max-width: 560px) {
  body {
    min-width: initial;
  }
  .section-inner {
    width: 100%;
    padding: 0 4.266vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  img {
    width: 100%;
  }
  .sp-none {
    display: none;
  }
  .sp-on {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .section-title .title-area {
    height: 21.33333vw;
  }
  .section-title .title-area.height_long {
    height: 42.66667vw;
  }
  .section-title .title-area h1 {
    font-size: 9.6vw;
    letter-spacing: 0.24vw;
    line-height: 21.33333vw;
  }
  .section-title .title-area h1.jp {
    line-height: initial;
    font-size: 5vw;
    letter-spacing: 0.2vw;
    padding-top: 2vw;
  }
  .section-title .pankuzu-area .list-pankuzu {
    overflow-x: scroll;
    width: 100%;
  }
  .section-title .pankuzu-area li {
    white-space: nowrap;
  }
  .pagenation-area .page-list li {
    width: 10.66667vw;
    height: 10.66667vw;
    margin: 0 0.26vw;
  }
  .pagenation-area .page-list li:first-child:before {
    width: 2vw;
    height: 4vw;
    background-size: 100%;
    left: -17vw;
  }
  .pagenation-area .page-list li:last-child:before {
    width: 2vw;
    height: 4vw;
    background-size: 100%;
    right: -17vw;
  }
  .pagenation-area .page-list li a {
    font-size: 4.26667vw;
    line-height: 10.66667vw;
  }
  .navi-area {
    margin: 10.66vw 0;
  }
  .navi-area .section-inner {
    width: 100%;
  }
  .navi-area .list-anchor {
    height: auto;
    margin-bottom: 10.66667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: initial;
    padding: 0;
  }
  .navi-area .list-anchor li {
    width: 45.33333vw;
    height: 14.93333vw;
    margin-bottom: 0.8vw;
    border-right: none;
    background-color: #f7f7f7;
  }
  .navi-area .list-anchor li a {
    display: inline-block;
    font-size: 4.26667vw;
    letter-spacing: 0.10667vw;
    padding-top: 3.2vw;
  }
  .content-area_news .item-box {
    width: 100%;
    margin-bottom: 10.666vw;
    margin-right: 0;
  }
  .content-area_news .item-box:before {
    font-size: 3.73333vw;
  }
  .content-area_news .item-box .mix-box {
    margin: 2.933vw 0;
  }
  .content-area_news .item-box .icon-cat {
    font-size: 3.73333vw;
  }
  .content-area_news .item-box .date {
    font-size: 3.73333vw;
  }
  .content-area_news .item-box .text {
    font-size: 3.73333vw;
    line-height: 5.97333vw;
  }
  .content-area_news .item-box .thumb {
    height: 57.06667vw;
  }
  /*------------- header ------------- */
  header {
    height: 20.53333vw;
    line-height: initial;
  }
  header.floating {
    height: auto;
  }
  header.floating h1 {
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
  }
  header.floating h1 a {
    width: 31vw;
  }
  header.floating .humberger-btn {
    top: 3.2vw;
  }
  header.floating .humberger-btn span {
    background-color: #0d318f;
  }
  header .section-inner {
    padding: 0 6.4vw;
  }
  header h1 {
    padding-top: 0;
    z-index: 100;
  }
  header h1 a {
    width: 40vw;
    height: 8.53vw;
  }
  header nav {
    display: none;
  }
  header .bogo-language-switcher {
    display: none;
  }
  /*----------- humberger style ------------- */
  .humberger-btn {
    position: absolute;
    top: 6.4vw;
    right: 4.8vw;
    width: 6.66vw;
    overflow: hidden;
    z-index: 500;
  }
  .humberger-btn.btn-close {
    top: 0;
  }
  .humberger-btn span {
    display: block;
    width: 100%;
    height: 0.53vw;
    background-color: #0d318f;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
    transition: -webkit-transform 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
    transition: transform 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
    transition: transform 0.3s cubic-bezier(0.475, 0.425, 0, 0.995), -webkit-transform 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: transform, background-color;
    transition-property: transform, background-color, -webkit-transform;
  }
  .humberger-btn span:nth-child(1) {
    margin-bottom: 2.13vw;
  }
  .humberger-btn span:nth-child(2) {
    margin-bottom: 2.13vw;
  }
  .humberger-btn.active span {
    background-color: #fff;
  }
  .humberger-btn.active span:nth-of-type(1) {
    -webkit-transform: translateY(2.5vw) rotate(-45deg);
            transform: translateY(2.5vw) rotate(-45deg);
  }
  .humberger-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .humberger-btn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-2.8vw) rotate(45deg);
            transform: translateY(-2.8vw) rotate(45deg);
  }
  .humberger-menu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #0d318f;
    padding-top: 6.4vw;
    z-index: 500;
    overflow-y: scroll;
  }
  .humberger-menu .section-inner {
    display: block;
  }
  .humberger-menu .title {
    width: 40vw;
    height: 8.53vw;
  }
  .humberger-menu .title img {
    width: 100%;
  }
  .humberger-menu .navi-sp {
    padding: 0 4.2vw;
    padding-top: 16vw;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  .humberger-menu .navi-sp li {
    margin-bottom: 6.4vw;
  }
  .humberger-menu .navi-sp li a {
    position: relative;
    display: block;
    width: 68vw;
    font-size: 7.46667vw;
    letter-spacing: 0.373vw;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
  .humberger-menu .navi-sp li.acc a:before {
    content: "";
    background: url(../../img/icon-plus.png) no-repeat;
    width: 4.26vw;
    height: 4.26vw;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .humberger-menu .navi-sp li.acc a.open:before {
    background: url(../../img/icon-mainasu.png) no-repeat;
    width: 4.26vw;
    height: 1.26vw;
    background-size: 100%;
  }
  .humberger-menu .navi-sp li.blank a:before {
    content: "";
    background: url(../../img/icon-blank-white.png) no-repeat;
    width: 4.26vw;
    height: 4.26vw;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .humberger-menu .navi-sp li.circle a {
    display: inline;
    border: solid 2px #fff;
    border-radius: 10vw;
    padding: 1vw 4vw;
    margin-left: -4.3vw;
  }
  .humberger-menu .navi-sp li .inner {
    display: none;
  }
  .humberger-menu .navi-sp li .inner li {
    margin-top: 6.4vw;
    margin-bottom: 0;
  }
  .humberger-menu .navi-sp li .inner li a {
    font-size: 3.73333vw;
    color: #9eacd2;
    letter-spacing: 0.375vw;
  }
  .humberger-menu .navi-sp li .inner li a:before {
    display: none;
  }
  .humberger-menu .mix-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10.6vw;
    margin-bottom: 32.6vw;
    padding: 0 4.2vw;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  .humberger-menu .text-pp a {
    color: #fff;
    text-decoration: none;
    font-size: 4.26667vw;
  }
  .humberger-menu .bogo-language-switcher {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: initial;
    right: initial;
    margin-left: 6.4vw;
  }
  .humberger-menu .bogo-language-switcher li {
    height: 6.4vw;
    line-height: 6.4vw;
    padding: 0;
    padding: 0 4vw !important;
    font-size: 4.26667vw;
    color: #fff;
  }
  .humberger-menu .bogo-language-switcher li a {
    color: #fff;
    text-decoration: none;
  }
  .humberger-menu .bogo-language-switcher li.current-lang {
    background-color: #fff;
  }
  .humberger-menu .bogo-language-switcher li.current-lang a {
    color: #0d318f;
  }
  .navi-layer {
    display: none;
  }
  .section-contact {
    padding: 21.3vw 0;
  }
  .section-contact .section-inner {
    width: 100%;
    display: block;
  }
  .section-contact h2 {
    font-size: 7.46667vw;
    margin-bottom: 6.4vw;
  }
  .section-contact .contact-area {
    width: 100%;
    margin-bottom: 10.66667vw;
    padding: 6.4vw 4.26vw 10.6vw 4.26vw;
  }
  .section-contact .contact-area .text {
    width: 100%;
    margin-right: 0;
    font-size: 3.73333vw;
    line-height: 6.72vw;
  }
  .section-contact .follow-area {
    width: 100%;
    padding: 6.4vw 4.26vw 10.6vw 4.26vw;
  }
  .section-contact .follow-area .sns-list li {
    margin-right: 10.66667vw;
  }
  .section-contact .follow-area .sns-list li.tw {
    width: 6.93333vw;
  }
  .section-contact .follow-area .sns-list li.fb {
    width: 4.26667vw;
  }
  .section-contact .follow-area .sns-list li.youtube {
    width: 8vw;
  }
  .section-contact .follow-area .sns-list li.ss {
    width: 24.26667vw;
  }
  .section-contact .btn-blue {
    position: relative;
    right: initial;
    bottom: initial;
    margin-top: 8.53333vw;
  }
  /*------------- footer ------------- */
  footer {
    padding: 10.6vw 0;
  }
  footer h2 {
    width: 46.6vw;
    margin-right: 0;
    margin-bottom: 11.2vw;
  }
  footer .section-inner {
    padding: 0 6.4vw;
  }
  footer .content-area {
    display: block;
    position: relative;
  }
  footer .navi-box {
    margin-right: 0;
  }
  footer .navi-box li {
    margin-bottom: 10.3vw;
  }
  footer .navi-box li.link-research {
    position: absolute;
    top: 22.2vw;
    left: 46vw;
  }
  footer .navi-box li.link-company {
    position: absolute;
    top: 37.2vw;
    left: 46vw;
  }
  footer .navi-box li.link-contact {
    position: absolute;
    top: 46.2vw;
    left: 46vw;
  }
  footer .navi-box li.text-pp {
    margin-top: 12vw;
    margin-bottom: 11.2vw;
  }
  footer .navi-footer a {
    font-size: 4.26667vw;
    letter-spacing: 0.213vw;
  }
  footer .navi-footer a.blank {
    padding-right: 3vw;
  }
  footer .navi-footer a.blank:before {
    width: 3.46667vw;
    height: 3.2vw;
    background-size: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -1vw;
  }
  footer .navi-footer .navi-sub {
    display: none;
  }
  footer .navi-footer .mb42 {
    margin-bottom: 5.3vw;
  }
  footer .navi-footer .mt42 {
    margin-top: 5.3vw;
  }
  footer .copy {
    position: relative;
    left: initial;
    bottom: initial;
    font-size: 3.2vw;
  }
  .to-top-box {
    width: 5.33vw;
    height: 5.33vw;
    right: 9vw;
  }
  .to-top-box .inner a:before {
    width: 5.33vw;
    height: 2.66vw;
  }
  .to-top-box .inner a:after {
    width: 5.33vw;
    height: 0.53vw;
  }
  .moreknow-area {
    width: 100%;
    height: auto;
    margin-top: 21.33333vw;
    padding-top: 10.66667vw;
    padding-bottom: 10.66667vw;
  }
  .moreknow-area .section-inner {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .moreknow-area .title-more {
    position: relative;
    -webkit-transform: none;
            transform: none;
    top: initial;
    text-align: center;
    font-size: 6.4vw;
    letter-spacing: 0.16vw;
    line-height: 6.66667vw;
    padding-bottom: 8.53333vw;
  }
  .moreknow-area .btn-box {
    position: relative;
    display: block;
    -webkit-transform: none;
            transform: none;
    top: initial;
  }
  .moreknow-area .btn-white:last-child {
    margin-left: 0;
    margin-top: 3.73333vw;
  }
}

/* IE11 にのみ適用される */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .navi-layer {
    width: auto;
  }
}

@media screen and (min-width: 561px) and (max-width: 1080px) {
  .index header.floating .humberger-btn {
    top: 15px;
  }
  .index header.floating .humberger-btn span {
    background-color: #0d318f;
  }
  header.floating .humberger-btn {
    top: 15px;
  }
  header nav,
  header .bogo-language-switcher {
    display: none;
  }
  .humberger-btn {
    display: block;
    position: absolute;
    top: 35px;
    right: 45px;
    width: 45px;
    overflow: hidden;
    z-index: 500;
  }
  .humberger-btn.active span {
    background-color: #fff;
  }
  .humberger-btn.active span:nth-child(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
            transform: translateY(14px) rotate(-45deg);
  }
  .humberger-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .humberger-btn.active span:nth-child(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
            transform: translateY(-14px) rotate(45deg);
  }
  .humberger-btn.floating .humberger-btn span {
    background-color: #0d318f;
  }
  .humberger-btn.btn-close {
    top: 0;
  }
  .humberger-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #0d318f;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
    transition: -webkit-transform 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
    transition: transform 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
    transition: transform 0.3s cubic-bezier(0.475, 0.425, 0, 0.995), -webkit-transform 0.3s cubic-bezier(0.475, 0.425, 0, 0.995);
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: transform, background-color;
    transition-property: transform, background-color, -webkit-transform;
  }
  .humberger-btn span:nth-child(1) {
    margin-bottom: 10px;
  }
  .humberger-btn span:nth-child(2) {
    margin-bottom: 10px;
  }
  .humberger-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #0d318f;
    padding-top: 6.4vw;
    z-index: 500;
    overflow-y: scroll;
  }
  .humberger-menu .navi-sp {
    padding: 0 4.2vw;
    padding-top: 16vw;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  .humberger-menu .navi-sp li {
    margin-bottom: 6.4vw;
  }
  .humberger-menu .navi-sp li a {
    position: relative;
    display: block;
    width: 68vw;
    font-size: 2.46667vw;
    letter-spacing: 0.373vw;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
  }
  .humberger-menu .navi-sp li.acc a:before {
    content: "";
    background: url(../../img/icon-plus.png) no-repeat;
    width: 2.26vw;
    height: 2.26vw;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .humberger-menu .navi-sp li.acc a.open:before {
    background: url(../../img/icon-mainasu.png) no-repeat;
    width: 2.26vw;
    height: 1.26vw;
    background-size: 100%;
  }
  .humberger-menu .navi-sp li.blank a:before {
    content: "";
    background: url(../../img/icon-blank-white.png) no-repeat;
    width: 2.26vw;
    height: 2.26vw;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .humberger-menu .navi-sp li.circle a {
    display: inline;
    border: solid 2px #fff;
    border-radius: 10vw;
    padding: 1vw 4vw;
    margin-left: -4.3vw;
  }
  .humberger-menu .navi-sp li .inner {
    display: none;
  }
  .humberger-menu .navi-sp li .inner li {
    margin-top: 6.4vw;
    margin-bottom: 0;
  }
  .humberger-menu .navi-sp li .inner li a {
    font-size: 2.73333vw;
    color: #9eacd2;
    letter-spacing: 0.375vw;
  }
  .humberger-menu .navi-sp li .inner li a:before {
    display: none;
  }
  .humberger-menu .mix-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5.6vw;
    margin-bottom: 32.6vw;
    padding: 0 4.2vw;
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  .humberger-menu .text-pp a {
    color: #fff;
    text-decoration: none;
    font-size: 2.26667vw;
  }
  .humberger-menu .bogo-language-switcher {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: initial;
    right: initial;
    margin-left: 6.4vw;
  }
  .humberger-menu .bogo-language-switcher li {
    height: 4.4vw;
    line-height: 4.4vw;
    padding: 0;
    padding: 0 2vw !important;
    font-size: 2.26667vw;
    color: #fff;
  }
  .humberger-menu .bogo-language-switcher li a {
    color: #fff;
    text-decoration: none;
  }
  .humberger-menu .bogo-language-switcher li.current-lang {
    background-color: #fff;
  }
  .humberger-menu .bogo-language-switcher li.current-lang a {
    color: #0d318f;
  }
}

@media screen and (min-width: 561px) and (max-width: 1320px) {
  body {
    min-width: auto;
  }
  .section-inner {
    width: 100%;
    padding: 0 5.55vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .navi-area {
    margin: 5.55vw 0;
  }
  .navi-area .section-inner {
    width: 100%;
  }
  .navi-layer {
    min-width: auto;
  }
  .navi-layer .layer-box {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .navi-layer .title-navi {
    width: 17%;
    text-align: left;
    margin-right: 7%;
  }
  .navi-layer .list-layer {
    width: 48%;
  }
  header .bogo-language-switcher {
    right: 5.55vw;
  }
  .section-contact {
    padding: 10vw 0;
  }
  .section-contact .section-inner {
    width: 100%;
  }
  .section-contact h2 {
    font-size: 2.77778vw;
    margin-bottom: 2.63889vw;
  }
  .section-contact .contact-area {
    width: 44.44444vw;
    padding: 2.777vw;
  }
  .section-contact .contact-area .text {
    width: 19.44444vw;
    font-size: 0.97222vw;
    line-height: 1.75vw;
  }
  .section-contact .follow-area {
    width: 27.77778vw;
    padding: 2.777vw;
  }
  .section-contact .btn-blue {
    right: 2.77778vw;
    bottom: 2.77778vw;
  }
  .section-contact .follow-area .sns-list li {
    margin-right: 3.19444vw;
  }
  .section-contact .follow-area .sns-list li.tw {
    width: 2.01389vw;
  }
  .section-contact .follow-area .sns-list li.fb {
    width: 1.18056vw;
  }
  .section-contact .follow-area .sns-list li.youtube {
    width: 2.22222vw;
  }
  .section-contact .follow-area .sns-list li.ss {
    width: 7.29167vw;
  }
  .section-title .title-area {
    height: 8.33333vw;
  }
  .section-title .title-area h1 {
    font-size: 3.88889vw;
    line-height: 8.33333vw;
  }
  footer {
    padding: 5.972vw 0 5.55vw 0;
  }
  footer h2 {
    width: 13.40278vw;
    margin-right: 6.94444vw;
  }
  footer h2 img {
    width: 100%;
  }
  footer .navi-box {
    margin-right: 6.94444vw;
  }
  footer .navi-footer .mb42 {
    margin-bottom: 2.91667vw;
  }
  footer .navi-footer a {
    font-size: 1.11111vw;
  }
  footer .navi-footer a.blank {
    padding-right: 1.25vw;
  }
  footer .navi-footer a.blank:before {
    width: 1vw;
    height: 1vw;
  }
  footer .navi-footer .navi-sub {
    margin-top: 1.73611vw;
  }
  footer .navi-footer .navi-sub li {
    margin-bottom: 1.04167vw;
  }
  footer .navi-footer .navi-sub li a {
    font-size: 0.97222vw;
  }
  footer .navi-footer .text-pp a {
    font-size: 0.97222vw;
  }
  footer .copy {
    bottom: 1.04167vw;
    font-size: 0.83333vw;
    left: 5.55vw;
  }
  .to-top-box {
    width: 1.38889vw;
    height: 1.38889vw;
    right: 5.55vw;
  }
  .to-top-box .inner a:before {
    width: 2vw;
    height: 1vw;
  }
  .to-top-box .inner a:after {
    width: 2vw;
    height: 1px;
  }
  .content-area_news .item-box {
    width: 24.02778vw;
    margin-right: 6.77778vw;
    margin-bottom: 4.16667vw;
  }
  .content-area_news .item-box .thumb {
    height: 15vw;
    line-height: 15vw;
    min-height: auto;
  }
  .content-area_news .item-box .date {
    margin: 1.111vw 0 0.55vw;
    font-size: 0.97222vw;
  }
  .content-area_news .item-box .text {
    font-size: 0.97222vw;
    line-height: 1.55556vw;
  }
  .moreknow-area {
    height: 15.55556vw;
    margin-top: 8.33333vw;
  }
  .moreknow-area .section-inner {
    width: 100%;
  }
  .moreknow-area .title-more {
    font-size: 2.22222vw;
  }
  .moreknow-area .btn-box {
    right: 5.55vw;
  }
}

.faqSection {
  padding: 10vw 0;
}

.faqSection__inner {
  padding: 0 5.55vw;
  width: 1120px;
  max-width: calc(100% - (5.55vw * 2));
  margin: auto;
}

.faqSection__cateList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

.faqSection__cateItem--title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 16px;
}

@media screen and (max-width: 560px) {
  .faqSection__cateItem--title {
    font-size: 20px;
  }
}

.faqSection__faqList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.faqSection__faqItem--question {
  cursor: pointer;
  padding: 20px 48px;
  background-color: #0d318f;
  position: relative;
}

.faqSection__faqItem--question::before {
  content: "Q.";
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}

@media screen and (max-width: 560px) {
  .faqSection__faqItem--question::before {
    font-size: 16px;
  }
}

.faqSection__faqItem--question::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-image: url("../../img/arrow-bottom-white.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}

.faqSection__faqItem--questionText {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
}

@media screen and (max-width: 560px) {
  .faqSection__faqItem--questionText {
    font-size: 16px;
  }
}

.faqSection__faqItem--answerWrap {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.faqSection__faqItem--answer {
  padding: 20px 48px;
  background-color: #e6e6e6;
  position: relative;
}

.faqSection__faqItem--answer::before {
  content: "A.";
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 560px) {
  .faqSection__faqItem--answer::before {
    font-size: 16px;
  }
}

.faqSection__faqItem--answerText {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 560px) {
  .faqSection__faqItem--answerText {
    font-size: 16px;
  }
}

.faqSection__faqItem.is-open .faqSection__faqItem--question::after {
  rotate: 180deg;
}

.faqSection__faqItem.is-open .faqSection__faqItem--answerWrap {
  height: auto;
}

.newgrads-interviewSection .content-newgrads-interview .kv {
  position: relative;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 50px 80px;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .newgrads-interviewSection .content-newgrads-interview .kv {
    padding: 0;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (max-width: 560px) {
  .newgrads-interviewSection .content-newgrads-interview .kv {
    margin-top: 0;
  }
}

.newgrads-interviewSection .content-newgrads-interview .kv__thumbSP {
  width: 100%;
}

.newgrads-interviewSection .content-newgrads-interview .kv__thumbSP img {
  display: none;
}

@media screen and (max-width: 768px) {
  .newgrads-interviewSection .content-newgrads-interview .kv__thumbSP img {
    display: block;
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
  }
}

@media screen and (max-width: 560px) {
  .newgrads-interviewSection .content-newgrads-interview .kv__thumbSP img {
    height: 200px;
  }
}

.newgrads-interviewSection .content-newgrads-interview .kv__thumbPC img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  border-radius: 4px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .newgrads-interviewSection .content-newgrads-interview .kv__thumbPC img {
    display: none;
  }
}

.newgrads-interviewSection .content-newgrads-interview .kv__textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  word-break: break-all;
}

@media screen and (max-width: 560px) {
  .newgrads-interviewSection .content-newgrads-interview .kv__textArea {
    gap: 0;
  }
}

.newgrads-interviewSection .content-newgrads-interview .kv__t {
  color: #fff;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 768px) {
  .newgrads-interviewSection .content-newgrads-interview .kv__t {
    color: #06213d;
  }
}

.newgrads-interviewSection .content-newgrads-interview .kv__title {
  font-size: 40px;
}

@media screen and (max-width: 560px) {
  .newgrads-interviewSection .content-newgrads-interview .kv__title {
    padding: 0;
    background-color: transparent;
    font-size: 1.8rem;
    font-weight: 700;
  }
}

.newgrads-interviewSection .content-newgrads-interview .kv__position {
  font-size: 20px;
}

@media screen and (max-width: 560px) {
  .newgrads-interviewSection .content-newgrads-interview .kv__position {
    margin-top: 4px;
    padding: 0;
    background-color: transparent;
    font-size: 1.2rem;
    font-weight: 400;
  }
}

.newgrads-interviewSection .content-newgrads-interview .kv__text {
  font-size: 28px;
  font-weight: 800;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  .newgrads-interviewSection .content-newgrads-interview .kv__text {
    max-width: none;
    min-width: none;
  }
}

@media screen and (max-width: 560px) {
  .newgrads-interviewSection .content-newgrads-interview .kv__text {
    padding: 0;
    background-color: transparent;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.newgrads-interviewSection .content-newgrads-interview .descriptionBox__box {
  padding: 20px;
  border-radius: 4px;
  background: #e6e6e6;
  font-size: 1.2rem;
  line-height: 2;
  overflow-wrap: break-word;
}

@media screen and (max-width: 560px) {
  .newgrads-interviewSection .content-newgrads-interview .descriptionBox__box {
    font-size: 1rem;
  }
}

.newgrads-interviewSection .content-newgrads-interview .descriptionBox__box--text {
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 560px) {
  .newgrads-interviewSection .content-newgrads-interview .descriptionBox__box--text {
    font-size: 1rem;
  }
}

.newgrads-interviewSection .content-newgrads-interview .descriptionBox__note {
  padding-top: 8px;
  font-size: 16px;
  color: #808080;
  line-height: 1.5;
}

@media screen and (max-width: 560px) {
  .newgrads-interviewSection .content-newgrads-interview .descriptionBox__note {
    font-size: 0.8rem;
  }
}

.newgrads-interviewSection .content-newgrads-interview .contentWrap h1 {
  margin-top: 120px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 560px) {
  .newgrads-interviewSection .content-newgrads-interview .contentWrap h1 {
    font-size: 2rem;
  }
}

.newgrads-interviewSection .content-newgrads-interview .contentWrap h2 {
  margin-top: 120px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 560px) {
  .newgrads-interviewSection .content-newgrads-interview .contentWrap h2 {
    font-size: 1.8rem;
  }
}

.newgrads-interviewSection .content-newgrads-interview .contentWrap h3 {
  margin-top: 120px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 560px) {
  .newgrads-interviewSection .content-newgrads-interview .contentWrap h3 {
    font-size: 1.6rem;
  }
}

.newgrads-interviewSection .content-newgrads-interview .contentWrap p {
  margin-top: 40px;
  font-size: 1.2rem;
  line-height: 2;
  overflow-wrap: break-word;
}

@media screen and (max-width: 560px) {
  .newgrads-interviewSection .content-newgrads-interview .contentWrap p {
    font-size: 1rem;
  }
}

.newgrads-interviewSection .content-newgrads-interview .contentWrap img {
  margin: 0 auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  border-radius: 4px;
  -o-object-fit: contain;
     object-fit: contain;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.newgrads-interviewSection .content-newgrads-interview .contentWrap blockquote {
  max-width: 500px;
  padding: 1em 2.5em;
  position: relative;
  color: #333333;
  border-radius: 4px;
  background-color: #f7f7f7;
}

.newgrads-interviewSection .content-newgrads-interview .contentWrap blockquote p {
  margin-top: 0;
}

.newgrads-interviewSection .content-newgrads-interview .contentWrap ul,
.newgrads-interviewSection .content-newgrads-interview .contentWrap ol {
  padding: 0 0 0 1.3em;
}

.newgrads-interviewSection .content-newgrads-interview .contentWrap ul li,
.newgrads-interviewSection .content-newgrads-interview .contentWrap ol li {
  padding: 0.3em 0.3em 0.3em 0;
}

.related-interviews {
  margin-top: 120px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  color: #0d318f;
}

@media screen and (max-width: 560px) {
  .related-interviews {
    font-size: 1.4rem;
  }
}

.section-newgrads-interviews {
  margin-top: 40px;
}

.section-newgrads-interviews a {
  text-decoration: none;
}

.section-newgrads-interviews .interviewsList {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 560px) {
  .section-newgrads-interviews .interviewsList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.section-newgrads-interviews .interview-detail-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-newgrads-interviews .interview-detail-list .interviewsItem {
  width: 22%;
}

@media screen and (max-width: 560px) {
  .section-newgrads-interviews .interview-detail-list .interviewsItem {
    width: auto;
  }
}

.section-newgrads-interviews .interview-detail-list .interviewsItem .interviewImage {
  height: 23vw;
}

@media screen and (max-width: 560px) {
  .section-newgrads-interviews .interview-detail-list .interviewsItem .interviewImage {
    height: auto;
  }
}

.section-newgrads-interviews .interviewsItem {
  width: 32%;
  padding-bottom: 48px;
}

@media screen and (max-width: 560px) {
  .section-newgrads-interviews .interviewsItem {
    width: 100%;
    margin: 0 auto;
  }
}

.section-newgrads-interviews .interviewsItem:hover .interviewImage {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.section-newgrads-interviews .imageArea {
  overflow: hidden;
}

.section-newgrads-interviews .interviewImage {
  display: block;
  width: 100%;
  height: 40vw;
  max-height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (max-width: 560px) {
  .section-newgrads-interviews .interviewImage {
    height: auto;
  }
}

.section-newgrads-interviews .textArea {
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  word-break: break-all;
}

@media screen and (max-width: 560px) {
  .section-newgrads-interviews .textArea {
    gap: 4px;
  }
}

.section-newgrads-interviews .occupation {
  position: relative;
  color: #0d318f;
  font-weight: bold;
  letter-spacing: 0.45px;
}

.section-newgrads-interviews .name {
  font-size: 32px;
  line-height: 38.4px;
  letter-spacing: 1.2px;
  font-weight: bold;
  color: #06213d;
}

@media screen and (max-width: 560px) {
  .section-newgrads-interviews .name {
    font-size: 22px;
  }
}

.section-newgrads-interviews .description {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 1.2px;
  color: #06213d;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.section-newgrads-interviews .interviewBackBtn a {
  text-decoration: none;
  height: 80px;
  width: 320px;
  background-color: #0d318f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  margin: 0 auto;
}

@media screen and (max-width: 560px) {
  .section-newgrads-interviews .interviewBackBtn a {
    width: 100%;
  }
}

.section-newgrads-interviews .interviewBackBtn__text {
  font-size: 24px;
  color: #fff;
}

@media screen and (max-width: 560px) {
  .section-newgrads-interviews .interviewBackBtn__text {
    font-size: 3.73333vw;
  }
}

@media screen and (min-width: 561px) and (max-width: 1320px) {
  .section-faqBtn .section-inner,
  .interviewBackBtn .section-inner {
    padding: 0 5.55vw;
  }
}

.section-faqBtn a,
.interviewBackBtn a {
  text-decoration: none;
  height: 80px;
  width: 100%;
  background-color: #0d318f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  height: 80px;
  width: 100%;
  display: flex;
}

.section-faqBtn .faqBtn-text,
.interviewBackBtn .faqBtn-text {
  font-size: 24px;
  color: #fff;
}

.section-faqBtn .faqBtn-arrow,
.section-faqBtn .archiveBack-arrow,
.interviewBackBtn .faqBtn-arrow,
.interviewBackBtn .archiveBack-arrow {
  font-size: 24px;
  color: #fff;
  margin: 0;
  position: relative;
}

.section-faqBtn .faqBtn-arrow:before,
.section-faqBtn .archiveBack-arrow:before,
.interviewBackBtn .faqBtn-arrow:before,
.interviewBackBtn .archiveBack-arrow:before {
  content: "";
  background-color: #fff;
  width: 14px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 10;
}

.section-faqBtn .faqBtn-arrow:after,
.section-faqBtn .archiveBack-arrow:after,
.interviewBackBtn .faqBtn-arrow:after,
.interviewBackBtn .archiveBack-arrow:after {
  content: "";
  background: url(../../img/icon-btnArrow.png) no-repeat;
  background-size: 100%;
  width: 7px;
  height: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 12px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (min-width: 561px) and (max-width: 1320px) {
  .section-faqBtn .faqBtn-arrow,
  .section-faqBtn .archiveBack-arrow,
  .interviewBackBtn .faqBtn-arrow,
  .interviewBackBtn .archiveBack-arrow {
    width: 16.66667vw;
    height: 4.44444vw;
    line-height: 4.44444vw;
    font-size: 0.97222vw;
  }
  .section-faqBtn .faqBtn-arrow:before,
  .section-faqBtn .archiveBack-arrow:before,
  .interviewBackBtn .faqBtn-arrow:before,
  .interviewBackBtn .archiveBack-arrow:before {
    width: 1.4vw;
  }
  .section-faqBtn .faqBtn-arrow:after,
  .section-faqBtn .archiveBack-arrow:after,
  .interviewBackBtn .faqBtn-arrow:after,
  .interviewBackBtn .archiveBack-arrow:after {
    width: 0.6vw;
    height: 0.5vw;
    left: 1vw;
  }
}

@media screen and (max-width: 560px) {
  .section-faqBtn .faqBtn-arrow,
  .section-faqBtn .archiveBack-arrow,
  .interviewBackBtn .faqBtn-arrow,
  .interviewBackBtn .archiveBack-arrow {
    font-size: 3.73333vw;
    width: 64vw;
    height: 14.1vw;
    line-height: 14.1vw;
    margin: 0 auto;
  }
  .section-faqBtn .faqBtn-arrow::before,
  .section-faqBtn .archiveBack-arrow::before,
  .interviewBackBtn .faqBtn-arrow::before,
  .interviewBackBtn .archiveBack-arrow::before {
    width: 3.73vw;
  }
  .section-faqBtn .faqBtn-arrow:after,
  .section-faqBtn .archiveBack-arrow:after,
  .interviewBackBtn .faqBtn-arrow:after,
  .interviewBackBtn .archiveBack-arrow:after {
    width: 1.86vw;
    height: 1.6vw;
    left: 3.6vw;
  }
}

.section-faqBtn .faqBtn-arrow,
.section-faqBtn .archiveBack-arrow,
.interviewBackBtn .faqBtn-arrow,
.interviewBackBtn .archiveBack-arrow {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

.section-faqBtn a:hover .faqBtn-arrow:before,
.section-faqBtn a:hover .archiveBack-arrow:before,
.interviewBackBtn a:hover .faqBtn-arrow:before,
.interviewBackBtn a:hover .archiveBack-arrow:before {
  width: 30px;
}

@media screen and (min-width: 561px) and (max-width: 640px) {
  .section-faqBtn a:hover .faqBtn-arrow:before,
  .section-faqBtn a:hover .archiveBack-arrow:before,
  .interviewBackBtn a:hover .faqBtn-arrow:before,
  .interviewBackBtn a:hover .archiveBack-arrow:before {
    width: 3.6vw;
  }
}

@media screen and (min-width: 641px) and (max-width: 820px) {
  .section-faqBtn a:hover .faqBtn-arrow:before,
  .section-faqBtn a:hover .archiveBack-arrow:before,
  .interviewBackBtn a:hover .faqBtn-arrow:before,
  .interviewBackBtn a:hover .archiveBack-arrow:before {
    width: 3.2vw;
  }
}

@media screen and (min-width: 821px) and (max-width: 920px) {
  .section-faqBtn a:hover .faqBtn-arrow:before,
  .section-faqBtn a:hover .archiveBack-arrow:before,
  .interviewBackBtn a:hover .faqBtn-arrow:before,
  .interviewBackBtn a:hover .archiveBack-arrow:before {
    width: 2.8vw;
  }
}

.section-faqBtn a:hover .faqBtn-arrow:after,
.section-faqBtn a:hover .archiveBack-arrow:after,
.interviewBackBtn a:hover .faqBtn-arrow:after,
.interviewBackBtn a:hover .archiveBack-arrow:after {
  -webkit-transform: translate(15px, -50%);
          transform: translate(15px, -50%);
  background: url(../../img/icon-btnArrow.png) no-repeat;
  background-size: 100%;
}

.job-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 2px;
  padding-top: 60px;
}

@media screen and (max-width: 560px) {
  .job-list {
    grid-template-columns: 1fr;
  }
}

.job-list li {
  position: relative;
  background-color: #0d318f;
  color: #fff;
  padding: 0 0 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2px;
}

.job-list .whr-info li {
  position: initial;
  width: initial;
  height: initial;
  background-color: initial;
  color: #fff;
  padding-left: initial;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  margin-bottom: initial;
}

.job-list .title,
.job-list .whr-title {
  padding-top: 24px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.9px;
  font-weight: bold;
  padding-bottom: 20px;
}

.job-list .title a,
.job-list .whr-title a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.job-list .title a:hover,
.job-list .whr-title a:hover {
  opacity: 0.7;
}

.job-list .whr-code {
  display: none;
}

.job-list .whr-location {
  opacity: 0.5;
  font-size: 14px;
  padding-bottom: 20px;
}

.job-list .whr-location span {
  display: none;
}

.job-list .whr-date {
  display: none;
}

.job-list .location {
  opacity: 0.5;
  font-size: 14px;
}

.job-list .btn-apply {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 120px;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  text-align: center;
  z-index: 10;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.job-list .btn-apply a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #0d318f;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.4px;
  font-weight: bold;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.job-list .btn-apply a:before {
  content: "";
  background: url(../../img/icon-blank.png) no-repeat;
  width: 12px;
  height: 12px;
  background-size: 100%;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.job-list .btn-apply:hover {
  background-color: #00a0e9;
}

.job-list .btn-apply:hover a {
  color: #fff;
}

.job-list .btn-apply:hover a:before {
  background: url(../../img/icon-blank-white.png) no-repeat;
  background-size: 100%;
}
