@charset "utf-8";

html {
   font-size: 10px;
}

body {
   position: relative;
   overflow: hidden;
   min-width: 1260px;
   width: 100%;
   min-height: 100vh;
   height: 100%;
   font-size: 1.6rem;
   font-weight: 400;
   font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
   line-height: 1.4;
   color: #323232;
}

p {
   line-height: 1.8;
}

a {
   color: #323232;
   transition: all 0.3s;
}

img {
   max-width: 100%;
   max-height: 100%;
   height: auto;
}

@media only screen and (max-width:767px){
   body {
     min-width: 0;
     font-size: 1.6rem;
   }
}

/* -----------------------------------------------------------
	ヘッダー
------------------------------------------------------------ */
.header {
   width: 100%;
}

.header_head {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
   max-width: 1200px;
   min-height: 80px;
   margin: 0 auto 12px;
   padding: 15px 40px;
   background-color: #5B98D2;
   color: #fff;
   border-radius: 0 0 20px 20px;
   box-shadow: 8px 10px 4px 1px rgba(0, 0, 0, 0.1);
   z-index: 999;
}

.header_head_item {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
}

.header_code,
.header_ir {
   margin-left: 30px;
}

.header_ir {
   font-weight: bold;
}

.header_ir_link {
   position: relative;
   display: block;
   padding: 10px 15px 10px 45px;
   background-color: #fff;
   border-radius: 10px;
}

.header_ir_link::before {
   content: "";
   position: absolute;
   background-image: url(../img/icon_ir.png);
   background-size: cover;
   width: 29px;
   height: 48px;
   bottom: 2px;
   left: 10px;
}

.header_ir_link:hover {
   transform: translateX(10px);
}

.header_corporate_link {
   position: relative;
   color: #fff;
   padding-bottom: 5px;
}

.header_corporate_link::after {
   position: absolute;
   content: "";
   width: 0%;
   height: 3px;
   left: 0;
   bottom: 0;
   border-radius: 5px;
   background: #fff;
   transition: all 0.3s;
}

.header_corporate_link:hover::after {
   width: 100%;
}

@media only screen and (min-width:768px) {
   .header_gNavTrigger {
      display: none;
   }
}

@media only screen and (max-width:767px) {
   .header_head {
      height: 110px;
      padding: 20px 40px 10px 20px;
      justify-content: space-around;
      align-items: flex-start;
      box-shadow: 0 10px 4px 1px rgba(0, 0, 0, 0.1);
   }

   .header_gNavTrigger {
      position: absolute;
      width: 12px;
      height: 26px;
      top: 0;
      bottom: 0;
      right: 17px;
      margin: auto 0;
      cursor: pointer;
   }

   .js-menuOpen .header_gNavTrigger {
      width: 22px;
      height: 22px;
   }

   .header_gNavTrigger > span {
      position:absolute;
      right:0;
      left:0;
      margin:0 auto;
      width: 6px;
      height: 6px;
      border-radius: 20px;
      background: #fff;
      transition: all 0.3s;
   }

   .header_gNavTrigger > span:nth-of-type(1) {
     top: 0;
   }

   .header_gNavTrigger > span:nth-of-type(2) {
     top: 10px;
   }

   .header_gNavTrigger > span:nth-of-type(3) {
     top: 20px;
   }

   .js-menuOpen .header_gNavTrigger > span:nth-child(1) {
      transform: translate(0, -2px) rotate(-45deg);
      width: 3px;
      height: 25px;
   }

   .js-menuOpen .header_gNavTrigger > span:nth-child(2) {
      opacity: 0;
   }

   .js-menuOpen .header_gNavTrigger > span:nth-child(3) {
      transform: translate(0, -22px) rotate(45deg);
      width: 3px;
      height: 25px;
   }

   .header_head_item {
      justify-content: center;
      padding: 0;
      flex-direction: column;
   }

   .header_corporate {
      order: 2;
   }

   .header_code {
      margin: 10px 0 0;
   }

   .header_ir {
      margin: 0 0 10px;
   }


   .header_code{
      font-size: 1.2rem;
   }

   .header_ir_link {
      padding: 5px 10px 5px 30px;
      border-radius: 8px;
   }

   .header_ir_link::before {
      width: 20px;
      height: 33px;
      left: 6px;
   }
}


/* -----------------------------------------------------------
	グロナビ
------------------------------------------------------------ */
.globalNav_cont {
   max-width: 1200px;
   width: 100%;
   margin: 0 auto;
   padding: 20px 0;
}

.globalNav_list {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: center;
}

.globalNav_item {
   margin: 0 20px;
}

.globalNav_link {
   display: inline-block;
   font-weight: bold;
   color: #5B98D2;
   padding: 5px 25px;
   border-radius: 50px;
}

.globalNav_link:hover {
   color: #fff;
   background-color: #5B98D2;
}

.globalNav_link.js-navCurrent {
   color: #fff;
   background-color: #5B98D2;
}

@media only screen and (min-width:768px) {
   .globalNav_cont {
      background-color: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(4px);
   }

   .js-fixed.globalNav {
      height: 80px;
   }

   .js-fixed .globalNav_cont {
      position: fixed;
      top: 0;
      max-width: 100%;
      z-index: 1;
      box-shadow: 0 10px 20px 1px rgb(0 0 0 / 10%);
   }
}

@media only screen and (max-width:767px) {
   .globalNav {
      position: fixed;
      width: 100%;
      height: 100vh;
      margin-top: 122px;
      top: 0;
      right: -100%;
      background-color: rgba(255, 255, 255, 0.8);
      -webkit-backdrop-filter: blur(4px);
      backdrop-filter: blur(4px);
      z-index: 1;
      transition: all 0.6s;
   }

   .js-menuOpen .globalNav {
      right: 0;
   }

   .globalNav_cont {
      padding: 30px 0;
   }

   .globalNav_list {
      width: 90%;
      margin: 0 auto;
      justify-content: space-between;
   }

   .globalNav_item {
      width: 100%;
      margin: 0;
      font-size: 1.8rem;
   }

   .globalNav_item:nth-child(n + 2) {
      margin-top: 20px;
   }

   .globalNav_link {
      width: 100%;
      padding: 10px 20px;
      text-align: center;
   }
}


/* -----------------------------------------------------------
	フッター
------------------------------------------------------------ */
.footer {
   width: 100%;
   padding-top: 120px;
}

.footer_cont {
   max-width: 1200px;
   min-height: 100px;
   margin: 0 auto;
   padding: 20px 40px 15px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   border-radius: 20px 20px 0 0;
   background-color: #5B98D2;
   box-shadow: 8px 10px 4px 1px rgba(0, 0, 0, 0.1);
}

.footer_item_right {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   margin-right: 60px;
}

.footer_tit {
   display: inline-block;
   color: #fff;
}

.footer_tit > span {
   display: block;
   font-weight: bold;
}

.footer_titEn {
   font-family: 'Montserrat', sans-serif;
   font-size: 1.8rem;
}

.footer_titJa {
   font-size: 1.4rem;
}

.footer_tit:hover {
   transform: translateX(10px);
}

.footer_nav {
   display: flex;
   flex-wrap: wrap;
}

.footer_nav_item:nth-child(n+2) {
   margin: 0 0 0 60px;
}

.footer_nav_link {
   position: relative;
   display: inline-block;
   padding-bottom: 5px;
   color: #fff;
}

.footer_nav_link::after {
   position: absolute;
   content: "";
   width: 0%;
   height: 3px;
   left: 0;
   bottom: 0;
   border-radius: 5px;
   background: #fff;
   color: #5B98D2;
   transition: all 0.3s;
}

.footer_nav_link:hover::after {
   width: 100%;
}

.footer_copy {
   text-align: right;
   font-size: 1.4rem;
   color: #fff;
}

@media only screen and (max-width:767px) {
   .footer {
      margin-top: 80px;
      padding-top: 0;
   }

   .footer_cont {
      padding: 15px 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      border-radius: 20px 20px 0 0;
      background-color: #5B98D2;
      color: #fff;
      box-shadow: 8px 10px 4px 1px rgb(0 0 0 / 10%);
   }

   .footer_item_left {
      width: 100%;
   }

   .footer_item_right {
      width: 100%;
      margin-right: 0;
   }

   .footer_nav {
      flex-direction: column;
      align-items: flex-end;
   }

   .footer_nav_item:nth-child(n + 2) {
      margin: 5px 0 0 0;
   }

   .footer_copy {
      font-size: 1.2rem;
      margin-top: 15px;
   }
}


/* -----------------------------------------------------------
	ページトップへ戻る
------------------------------------------------------------ */
.btn_fixedTop {
   display: none;
   position: fixed;
   right: 16px;
   right: 1rem;
   bottom: 32px;
   bottom: 2rem;
   z-index: 500;
   cursor: pointer;
   transition: none;
}
.btn_fixedTop span {
   display: block;
   width: 50px;
   height: 50px;
   border-radius: 50%;
   border: solid 2px #5B98D2;
   position: absolute;
   right: 39px;
   bottom: 30px;
   background: rgba(255, 255, 255, .8);
   -webkit-transition: all 0.2s ease-out;
   transition: all 0.2s ease-out;
}
.btn_fixedTop span::after {
   content: "";
   position: absolute;
   top: 18px;
   left: 18px;
   width: 9px;
   height: 9px;
   border-top: 2px solid #5B98D2;
   border-right: 2px solid #5B98D2;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
.btn_fixedTop span:hover {
   background: #fff;
}
@media screen and (max-width: 767px) {
   .btn_fixedTop {
      right: -2rem;
      bottom: 0;
   }
}

/* -----------------------------------------------------------
	テキスト
------------------------------------------------------------ */
.normal-txt {
   font-size: 18px;
}
@media screen and (max-width:767px) {
   .normal-txt {
      font-size: 14px;
   }
}