@charset "UTF-8";

/* ---------------------------------------------------------
共通パーツ
----------------------------------------------------------*/

/* foot */

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");

.foot {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 47px 5vw 55px;
  background-color: #F5FCFF;
}

.foot-title {
  width: 216px;
  margin-bottom: 32px;
}

.foot-title a {
  display: block;
}

.foot-text {
  font-size: 1.3rem;
  color: #1D2088;
  margin-bottom: 25px;
}


.foot-list {
  margin-bottom: 30px;
}

.foot-list__item {
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.foot-list__item a {
  color: #1D2088;
  border-bottom: 1px solid #000;
}

.foot-list__item:last-child {
  margin-bottom: 0;
}

.foot-copyright {
  color: #1D2088;
  font-size: 1.1rem;
}

/* head */

.head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 0 0 5vw;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
}

.head-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head-title {
  width: 216px;
  font-size: 14px;
}

.head-title a {
  display: block;
  height: 100%;
}

.head-title a img {
  vertical-align: bottom;
  font-size: 14px;
}

.head-main {
  display: none;
}

.head-lang-list__item a {
  color: #656565;
}

.head-nav-mega-box {
  display: none;
}

.head-nav-mega-data {
  position: relative;
}

.head-nav-mega-data__head {
  position: relative;
  background-color: #F5FCFF;
}

.head-nav-mega-data__body {
  overflow-x: auto;
  max-height: calc(100vh - 200px);
}

.head-nav-list__item:last-child {
  margin-right: 0;
}

.head-nav-list__item.active::after,
.head-nav-list__item:hover::after {
   bottom: -10px;
   content:"";
   display:block;
   width: calc(100% - 24px);
   height:3px;
   background-color:#1D2088;
   position:absolute;
}

.head-contact {
  display: none;
}

.head-hamburger {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: #1D2088;
}

.head-hamburger.is--open .-top {
  -webkit-transform: rotate(-45deg);
  top: 11px;
  transform: rotate(-45deg);
}

.head-hamburger.is--open .-middle {
  -webkit-transform: rotate(-45deg);
  top: 11px;
  transform: rotate(-45deg);
}

.head-hamburger.is--open .-bottom {
  -webkit-transform: rotate(45deg);
  top: 11px;
  transform: rotate(45deg);
}

.head-hamburger-list {
  position: relative;
  display: flex;
  width: 30px;
  height: 25px;
}

.head-hamburger-list__item {
  -webkit-transition: 0.3s ease-in-out;
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
}

.head-hamburger-list__item.-top {
  top: 0;
}

.head-hamburger-list__item.-middle {
  top: 11px;
}

.head-hamburger-list__item.-bottom {
  top: 22px;
}

.draw-box {
  display: none;
  z-index: 10;
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  height: calc(100vh - 64px);
  overflow-y: scroll;
  background-color: #F5FCFF;
}

.draw-box-inner {
  padding: 0 5vw 150px;
}

.draw-nav-info-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.draw-nav-list {
  margin-bottom: 30px;
}

.draw-nav-list__item {
  position: relative;
  border-bottom: 1px solid #DDDDDD;
}

.draw-nav-list__item:first-child::after {
  display: none;
}

.draw-nav-lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.draw-nav-lang-list__item {
  margin-right: 10px;
  font-size: 1.3rem;
}

.draw-nav-lang-list__item.m--active {
  border-bottom: 1px solid #000;
}

.draw-nav-lang-list__item:last-child {
  margin-right: 0;
}

.draw-nav-lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.draw-nav-data__head {
  position: relative;
  padding: 25px 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.draw-nav-data__head::after {
  -webkit-transform: rotate(135deg);
  display: inline-block;
  position: absolute;
  top: 28px;
  right: 20px;
  width: 7px;
  height: 7px;
  transform: rotate(135deg);
  border-top: 1px solid #1D2088;
  border-right: 1px solid #1D2088;
  content: "";
}

.draw-nav-data__head.is--active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.draw-nav-data__body {
  display: none;
  height: auto;
  padding: 0 0 10px 0;
}

.draw-nav-tag-list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto 15px;
}

.draw-nav-tag-list__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #1D2088;
  border-radius: 20px;
}

.draw-nav-tag-list__item a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 10px 20px;
  color: #1D2088;
  font-size: 1.3rem;
  line-height: 1;
}

.draw-nav-tag-list__item:last-child {
  margin-right: 0;
}

.draw-nav-sub-list__item {
  padding: 10px 15px;
  font-size: 1.3rem;
  line-height: 1;
}

.draw-nav-sub-list__item.m--fw {
  font-weight: 700;
}

.draw-nav-sub-list__item.m--link::after {
  display: none;
}

.draw-nav-sub-list__item:first-child {
  padding-top: 0;
}

.draw-nav-sub-list__item.m--link {
  font-weight: 700;
}

.draw-nav-sub-list__item.m--news {
  padding-top: 0;
}

.draw-nav-sub-list__item.m--solution {
  padding-top: 0;
}

.draw-nav-sub-list__item.m--sustainability {
  padding-top: 0;
}

.draw-nav-sub-list__item.m--recruit {
  padding-top: 0;
}

.draw-nav-sub-data__head {
  position: relative;
  font-weight: 700;
}

.draw-nav-sub-data__head::after {
  -webkit-transform: rotate(135deg);
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
  width: 7px;
  height: 7px;
  transform: rotate(135deg);
  border-top: 1px solid #1D2088;
  border-right: 1px solid #1D2088;
  content: "";
}

.draw-nav-sub-data__head.is--active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.draw-nav-sub-data__body {
  display: none;
  padding-top: 12px;
}

.draw-nav-sub-data-list__item {
  padding: 12px 15px;
}

.draw-nav-sub-single-list__item {
  padding: 12px 15px;
}

.draw-nav-sub-single-list__item a {
  font-size: 1.3rem;
}

.draw-nav-sub-single-list__item.m--news {
  padding: 9px 15px;
}

.draw-nav-sub-single-list__item.m--solution {
  padding: 9px 15px;
}

.draw-nav-sub-single-list__item.m--sustainability {
  padding: 9px 15px;
}

.draw-nav-sub-single-list__item.m--recruit {
  padding: 9px 15px;
}


@font-face {
  src: local("Yu Gothic Medium");
  font-family: "YuGothic M";
}

html {
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  color: #000;
  font-family: '"Noto Sans CJK JP ,Noto Sans JP', "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "YuGothic M", "メイリオ",Meiryo,Arial,sans-serif;
  font-size: 62.5%;
}

html.active {
  position:fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

body {
  line-height: 1.8;
}

.gm-style > div a {
  display: inline-block !important;
  &:focus-within {
    outline: 2px solid #000000;
  }
}

@media print, screen and (max-width: 769px) {
  body {
    word-wrap: break-word;
  }
}

img {
  font-size: 0;
}

/* ::-moz-selection {
  color: #fff;
}

::selection {
  color: #fff;
} */

a {
  color: #333;
  text-decoration: none;
}

:focus {
  outline: 2px solid #000000; 
  -moz-outline: 2px solid #000000; 
  -webkit-outline :2px solid #000000;
}

a:hover {
  outline: none;
  text-decoration: none;
}

.is--sp {
  display: block !important;
}

.is--pc {
  display: none !important;
}

[v-cloak] {
  display: none;
}

.wrap {
  margin: 64px 0 0 0;
}

.serach-title-box {
  display: block;
  border: 1px solid #1B1D7D;
  border-radius: 30px;
  background-color: #FFFFFF;
}

.serach-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.serach-search-area {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  padding: 0 15px;
  border: none;
  border-right: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: 1.3rem;
}

.serach-search-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70px;
  height: 44px;
  border: none;
  border: none;
  border-left: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  background: url(/images/top/icn-search.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  font-family: inherit;
  cursor: pointer;
  font-size: 0;
}

.serach-search-btn:focus {
  outline: 2px solid #000000;
  -moz-outline: 2px solid #000000;
  -webkit-outline: 2px solid #000000;
}

.head-serach-box {
  display: block;
  border: 1px solid #1B1D7D;
  border-radius: 30px;
  background-color: #FFFFFF;
}

.head-serach {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head-serach-area {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  padding: 0 15px;
  border: none;
  border-right: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  color: #000000;
  font-family: inherit;
  font-size: 1.3rem;
}

.head-serach-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 26px;
  border: none;
  border: none;
  border-left: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  background: url(/images/cmn/pc/icn-search.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  font-family: inherit;
  cursor: pointer;
  font-size: 0;
}

.head-serach-btn:focus {
  outline: 2px solid #000000;
  -moz-outline: 2px solid #000000;
  -webkit-outline: 2px solid #000000;
}

.cmn-sns-link {
  display: none;
}

.fade-in {
  -webkit-transform: translateY(30px);
  -webkit-transition: all 1s ease;
  transform: translateY(30px);
  opacity: 0;
  transition: all 1s ease;
}

.cmn-foot-top-btn {
  box-sizing: border-box;
  width: 46px;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  display: block;
  text-align: right;
  position: fixed;
  bottom: 20px;
  right: 0px;
  transition: all 0.5s;
  opacity: 1;
}

.cmn-foot-top-btn.js_hide {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cmn-foot-top-btn-inner {
  margin: 0 auto;
  width: 46px;
}

.bookBlock__author {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.media__flex {
  display: flex;
  flex-wrap: wrap;
}
.media__flex__dt::after {
  content: "：";
}
.media__flex__dt--full {
  width: 100%;
}
.media__flex__dt--full + .media__flex__dd {
  padding-left: 0;
}
.media__flex__dd {
  padding-left: 1rem;
  padding-bottom: 5px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .foot {
    padding: 55px 5vw;
  }

  .foot-inner {
    max-width: 1004px;
    margin: 0 auto;
  }

  .foot-title {
    width: 282px;
    margin-bottom: 40px;
  }

  .foot-list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }

  .foot-list__item {
    margin: 0 25px 10px 0;
  }

  .foot-list__item a {
    border-bottom: 1px solid #000;
  }

  .foot-list__item a:hover {
    opacity: 0.7;
  }

  .foot-list__item.m--last {
    width: calc(100% - 320px);
  }

  .head {
    height: 108px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1920px;
    border-bottom: 1px solid #eee;
  }

  .head-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .head-main-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1004px;
    margin: -20px auto 0;
    position: relative;
  }

  .head-title {
    width: 282px;
    min-width: 282px;
    margin-right: 35px;
  }

  .head-main-contents {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }

  .head-main {
    display: block;
  }

  .head-main-top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
  }

  .head-main-bottom {
    display: flex;
    justify-content: flex-end;
    left: -35px;
    position: absolute;
    right: 0;
    top: 46px;
  }

  .head-lang-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    min-width: fit-content;
  }

  .head-lang-list__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: 1.1rem;
    line-height: 1;
  }

  .head-lang-list__item:last-child {
    margin-right: 10px;
  }

  .head-lang-list__item.m--active {
    border-bottom: 1px solid #000;
  }

  .head-lang-list__item.m--active a {
    color: #000000;
  }

  .head-nav-mega-box {
    position: fixed;
    top: 108px;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 108px);
    overflow-y: scroll;
    z-index: 101;
    -ms-overflow-style: -ms-autohiding-scrollbar;   
    scrollbar-width: none; 
  }

  .head-nav-mega-box::-webkit-scrollbar {
    display:none;
  }

  .head-nav-mega-data {
    height: 100%;
  }

  .head-nav-mega-data__head {
    padding: 15px 5vw;
  }

  .head-nav-mega-data__head::before {

  }

  .head-nav-mega-data__head::after {

  }

  .head-nav-mega-data__head-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1004px;
    margin: 0 auto;
  }

  .head-nav-mega-data__body-inner {
    padding: 20px 5vw 40px;
    background-color: #F5FCFF;
  }

  .head-nav-mega-data .head-nav-mega-head-sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 90px;
  }

  .head-nav-mega-data .head-nav-mega-head-sns-list__item {
    margin-left: 12px;
  }

  .head-nav-mega-data .head-nav-mega-head-sns-list__item:first-child {
    margin-left: 0;
  }

  .head-nav-mega-data-contents-list {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1004px;
    margin: 0 auto 80px;
  }

  .head-nav-mega-data-contents-list__item {
    width: 48%;
    margin-bottom: 15px;
  }

  .head-nav-mega-data-single-list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1004px;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .head-nav-mega-data-single-list__item {
    margin-right: 50px;
    margin-bottom: 10px;
  }

  .head-nav-mega-data-single-list__item.m--last {
    width: calc(100% - 600px);
  }

  .head-nav-mega-data-single-list__item:last-child {
    margin-right: 0;
  }

  .head-nav-mega-data-single-list__item a:hover {
    border-bottom: 1px solid #000000;
  }

  .head-nav-mega-contents-data__head {
    margin-bottom: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #1C2583;
    font-size: 2.2rem;
    font-weight: 500;
  }

  /* .head-nav-mega-contents-data__body.m--company {
    height: 400px;
  }

  .head-nav-mega-contents-data__body.m--solution {
    height: 500px;
  }

  .head-nav-mega-contents-data__body.m--stock {
    height: 130px;
  }

  .head-nav-mega-contents-data__body.m--stock-info {
    height: 165px;
  }

  .head-nav-mega-contents-data__body.m--activity{
    height: 260px;
  }

  .head-nav-mega-contents-data__body.m--study {
    height: 78px;
  }

  .head-nav-mega-contents-data__body.m--industry {
    height: 130px;
  }

  .head-nav-mega-contents-data__body.m--ir {
    height: 180px;
   }

   .head-nav-mega-contents-data__body.m--policy {
    height: 180px;
   }

   .head-nav-mega-contents-data__body.m--finance {
    height: 60px;
   } */
   .head-nav-mega-contents-list {
     column-count: 2;
    }

    .m--one .head-nav-mega-contents-list {
      column-count: 1;
    }
    
  .head-nav-mega-contents-list__item {
    margin-bottom: 10px;
  }

  .head-nav-mega-contents-list__item.m--date {
    width: auto;
    margin-right: 30px;
  }

  .head-nav-mega-contents-list__item.m--mt {
    margin-top: 40px;
  }

  .head-nav-mega-contents-list__item.m-w100 {
    width: 100%;
  }

  .head-nav-mega-contents-list__item a:hover {
    border-bottom: 1px solid #000000;
  }

  .head-nav-mega-contents-list.m--date {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
  }

  .head-nav-mega-head-title {

  }

  .head-nav-mega-head-title a {
    display: block;
    font-size: 3.6rem;
    position: relative;
    width: fit-content;
    font-weight: 500;
  }
  .head-nav-mega-head-title a:hover{
    text-decoration: underline;
    transition: .3s ease-in-out;
  }

  .head-nav-mega-head-title a::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -46px;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 30px;
    content: "";
  }
  .head-nav-mega-head-title a::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -32px;
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
  }

  .head-nav-mega-head-title a:hover::before{
    background-color: #1D2088;
    transition: .3s ease-in-out;
  }
  .head-nav-mega-head-title a:hover::after{
    border-color: #fff;
    transition: .3s ease-in-out;
  }

  .head-nav-mega-head-sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .head-nav-mega-close {
    color: rgba(0,0,0,0);
    position: absolute;
    right: 20px;
    top: 20px;
    user-select: none;
    width: 40px;
    height: 40px;
  }

  .head-nav-mega-close::before,
  .head-nav-mega-close::after {
    top: 20px;
    left: 0;
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #1D2088;
  }

  .head-nav-mega-close::after {
    transform: rotate(45deg);
  }

  .head-nav-list {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  .head-nav-list__item {
    padding-right: 25px;
    letter-spacing: -0.5px;
    font-size: 1.3rem;
    position: relative;
  }

 .head-nav-directLink {
    padding-right: 15px;
  }

  .head-nav-list__item.head-nav-directLink.active::after,
  .head-nav-list__item.head-nav-directLink:hover::after {
    width: calc(100% - 18px);
  }

  .head-nav-list__item:focus {
    outline: none;
  }

  .head-nav-list__item::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    display: block;
    position: absolute;
  }
  
  .head-nav-list__item .head-nav-list-txt a {
    pointer-events: none;

  }

  .head-nav-pullDown .head-nav-list-txt a:after {
    content: '';
    display: block;
    position: absolute;
    height: 8px;
    width: 8px;
    right: 10px;
    top: calc(50% - 6px);
    transform: rotate(135deg);
    border-top: 1px solid #656565;
    border-right: 1px solid #656565;
    transition: .3s;
  }

  .head-nav-pullDown.open .head-nav-list-txt a:after {
    top: calc(50% - 2px);
    transform: rotate(-45deg);   
  }

  .head-nav-list__item.focused .head-nav-mega-box {
    display: block;
  }

  .head-contact {
    display: block;
    width: 88px;
    height: 108px;
    background-color: #1D2088;
    transition: 0.7s;
  }

  .head-contact:hover {
    opacity: 0.7;
  }

  .head-contact span {
    display: inline-block;
  }

  .head-contact a {
    -webkit-box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 10px;
  }

  .head-contat-title {
    color: #FFFFFF;
  }

  .head-hamburger {
    display: none;
  }

  .is--sp {
    display: none !important;
  }

  .is--pc {
    display: block !important;
  }

  .wrap {
    margin: 108px 0 0 0;
  }

  .cmn-sns-link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    z-index: 50;
    position: fixed;
    top: 108px;
    right: 0;
    width: 81px;
    border: 1px solid #DDDDDD;
    background-color: #ffffff;
  }

  .cmn-sns-link-list__item {
    width: 100%;
    height: 98px;
  }

  .cmn-sns-link-list__item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-transition: 0.7s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: 0.7s;
  }

  .cmn-sns-link-list__item a span {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
  }

  .cmn-sns-link-list__item a:hover {
    opacity: 0.7;
  }

  .cmn-sns-link-list__item span {
    display: block;
    margin-top: 5px;
  }

  .cmn-sns-link-list__item.m--twitter a {
    color: #1DA1F2;
  }

  .cmn-sns-link-list__item.m--facebook a {
    color: #3B5998;
  }

  .cmn-foot-top-btn.js_hide {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

@media print, screen and (min-width: 900px) {

  .head-main-bottom {
    top: 42px;
  }

  .head-nav-list__item.active::after,
  .head-nav-list__item:hover::after {
    width: calc(100% - 30px);
  }

  .head-nav-list__item {
    padding-right: 30px;
    letter-spacing: -0.5px;
    font-size: 1.5rem;
    position: relative;
  }

  .head-nav-directLink {
    padding-right: 14px;
  }

  .head-nav-pullDown .head-nav-list-txt a:after {
    right: 13px;
  }

  .head-nav-mega-contents-data__body.m--activity{
    height: 300px;
  }
}

@media print, screen and (min-width: 1000px) {
  .head-lang-list {
    margin-left: 32px;
  }
  
  .head-nav-list__item {
    padding-right: 37px;
  }

  .head-nav-directLink {
    padding-right: 18px;
  }

  .head-nav-pullDown .head-nav-list-txt a:after {
    right: 20px;
  }

  .head-nav-mega-close {
    top: 20px;
  }

  .head-nav-mega-contents-data__body.m--solution {
    height: 475px;
  }
  .head-nav-mega-contents-data__body.m--activity{
    height: 280px;
  }

  .head-nav-mega-head-title span {
    font-weight: 800;
  }

  .head-main-bottom {
    justify-content: center;
    left: calc(-5vw + 60px);
    right: -20px;
  }

  .head-nav-list__item.active::after,
  .head-nav-list__item:hover::after {
    width: calc(100% - 35px);
  }
  .head-nav-list__item.head-nav-directLink.active::after,
  .head-nav-list__item.head-nav-directLink:hover::after {
    width: calc(100% - 18px);
  }

}

  @media print, screen and (min-width: 1165px) {
    .cmn-sns-link {
      width: 88px;
    }
  }
  
  @media print, screen and (min-width: 1200px) {
    .head-title {
      margin-top: 0;
    }
}
@media print, screen and (min-width: 1921px) {
  .cmn-sns-link {
    right: calc(50% - 960px);
  }
}


body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

/* movie-parts用に追加 */
.movie1740126741556 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie1740126741556 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}