@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: .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 .3s ease;
  transition: opacity .3s ease;
}

.section-title .pankuzu-area li a:hover {
  opacity: .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 .3s ease;
  transition: opacity .3s ease;
}

.pagenation-area .page-list .page-numbers:hover {
  opacity: .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: .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 .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .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 .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .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: .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 .3s ease;
  transition: height .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 .3s ease;
  transition: width .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 .3s ease;
  transition: border-radius .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 .3s ease;
  transition: opacity .3s ease;
}

header .bogo-language-switcher li a:hover {
  opacity: .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 .3s ease;
  transition: opacity .3s ease;
}

.navi-layer .title-navi a:hover {
  opacity: .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 .3s ease;
  transition: width .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: .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 .3s ease;
  transition: opacity .3s ease;
}

.section-contact .follow-area .sns-list li:hover {
  opacity: .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: .35px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: background-color .3s ease;
  transition: background-color .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 .3s ease;
  transition: width .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 .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .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: .6vw;
    height: .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 .3s ease;
  transition: opacity .3s ease;
}

footer .navi-footer a:hover {
  opacity: .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 .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .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);
}

@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: .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 .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: .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: .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: .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: .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: .53vw;
  }
}

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

@media screen and (min-width: 561px) and (max-width: 910px) {
  .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: .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: .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 .55vw;
    font-size: 0.97222vw;
  }
  .content-area_news .item-box .text {
    font-size: 0.97222vw;
    line-height: 1.55556vw;
  }
}
