@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
img {
  vertical-align: bottom;
  }
body{
 font-family:'メイリオ', 'Meiryo',"Noto Sans JP", sans-serif;
 font-size: 15px;
}
body.block-s{
  overflow: hidden;
}
.pc_area{
	display: block ;
}
.sp_area{
	display: none;
}
.border{
  border-bottom:solid 1px #000;
}
.mr60{
  margin-bottom: 60px;
}
.swiper-pagination-bullet-active{
  background: #666;
}
@media all and (max-width: 768px) {
  .pc_area{
  	display: none;
  }
  .sp_area{
  	display: block;
  }
}
a{
  text-decoration: none;
}
a:hover{
  opacity: 0.8;
}
.inner{
  width: 1120px;
	max-width: 100%;
	padding: 0 10px;
	margin:0 auto;
  box-sizing: border-box;
}
header{
  z-index: 99;
  position: relative;
}
.header__fixed{
  display: flex;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  height: 70px;
  background: #fff;
  top:0;
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.3);
  transition: 1s;
  justify-content: center;
}

.header__fixed.visible{
  opacity: 1;
  pointer-events: auto;
  position: fixed;
  top:0;
}

.header-logo{   
  width: 260px; 
  box-sizing: border-box;
  padding:10px;
}
.header-logo a{
    display: block;
}
.header-logo img{
    width: 100%;
}

.menu{
  background: #142474;
  position: fixed;
  right: 0;
  z-index: 999;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  cursor: pointer;
  display: none;
}
.menu span{
  background: #fff;
  position: absolute;
  width: 35px;
  height: 2px;
  right: 22px;
  transition: 0.5s;
}
.menu span:first-child{
  top:23px;
}
.menu span:nth-child(2){
  top:32px;
}
.menu.open span:first-child{
  top:27px;
  transform: rotate(45deg);
}
.menu.open span:nth-child(2){
  top:27px;
  transform: rotate(-45deg);
}
.menu-txt{
  color: #fff;
  font-family: sans-serif;
  position: absolute;
  top: 55px;
  font-size: 12px;
  width: 100%;
  text-align: center;
}
.header__fixed-nav{
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 820px;
  height: 70px;
  align-items: center;
  padding-right: 10px;
  font-weight: 500;
  box-sizing: border-box;
}
.fixed-nav-item{
  color: #000;
  font-size: 15px;
  line-height: 1.4;
  margin: 20px 0px;  
  border-right: solid 1px #223a70;
  display: flex;
  align-items: center;
  padding: 0 15px;
  height: 37px;
}
.fixed-nav-item:first-child{  
  border-left: solid 1px #223a70;
}
.fixed-nav-item a{
  color:#000;
}
.fixed-nav-item.parent{
 position: relative;
}
.fixed-nav-item-child{
  position: absolute;
  width: 175px;
  top:calc(50% + 5px);
  left:50%;
  transform: translate(-50% ,0);
  opacity: 0;
  pointer-events: none;
  padding-top: 30px;
  font-size: 15px;
  text-align: center;
  transition: 0.3s;
  display: block;
}
.fixed-nav-item-child a{  
  background: rgba(255,255,255,0.8);
}
.fixed-nav-item.parent:hover  .fixed-nav-item-child,
.fixed-nav-item-child:hover{
  pointer-events: auto;
  opacity: 1;
}
.fixed-nav-item-link{
  padding: 5px 3px;
  text-align: center;
  border-bottom:solid 1px #333;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.menu__box{
  position: fixed;
  top:-100vh;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  display: flex;
  background: #fff;
  opacity: 0;
}


.menu__box-navi{
  width: 57%;
  min-width: 470px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu__box-navi-flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 450px;
}
.menu__box-navi-logo{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}

.menu__box-list01{
  padding: 30px 0;
  margin: 0 auto;
  min-width: 250px;
}
.menu__box-list01 span{
  display: inline-block;
}
.menu__box-list01 li:first-child{
  border-top:solid 1px #CCCCCC;
}
.menu__box-list01 li{
  width: 100%;
  padding: 2px 0 2px 0;
  padding: 10px 0;
  position: relative;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 500;
  border-bottom:solid 1px #CCCCCC;
}
.menu__box-list01 li a.no-child{
  color:#000;
  font-size: 15px;
  width: 100%;
  font-weight: 500;
  padding: 15px 0;
}
.menu__box-list01 label,
.menu__box-list01 a{
  font-size: 15px;
  width: 100%;
  font-weight: 500;
  box-sizing: border-box;
  position: relative;
  padding:10px 0;
  cursor: pointer;    
  display: block;
}
.menu__box-list01 label::before {
  content: "";
  width: 15px;
  height: 1px;
  background: #003399;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%) rotate(90deg);
  transition: 0.3s;
}
.menu__box-list01 label::after {
  content: "";
  width: 15px;
  height: 1px;
  background: #003399;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0 -50%);
  transition: 0.3s;
}
.menu__box input:checked + label::before{
  transform: translate(0, -50%);
}
.menu__box-list01-child a{
  padding:0 15px;
  pointer-events: none;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  opacity: 0;
  box-sizing: border-box;
  color:#000;
}
.menu__box-list01-child{
 padding: 0;
 transition: 0.3s;
 position: relative;
}
input:checked + label + .menu__box-list01-child a{
  padding:15px 0 0 0;
  position: relative;
  opacity: 1;
  height: auto;
}
input:checked + label + .menu__box-list01-child a{
  padding: 5px 15px 5px 32px;
  pointer-events: auto;
  position: relative;
  display: block;
  color: #000;
}
input:checked + label + .menu__box-list01-child a::after{
  content: "●";
  color: #140666;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0 , -50%);
}
.more-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 30px ;
}
.more-btn a{
    background: #5babff;
    padding: 12px 65px 12px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color:#fff;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
    border-radius: 5px;
    width: fit-content;
    min-width: 250px;
    box-sizing: border-box;
    text-align: center;
}
.more-btn a:after{
  width: 14px;
  height: 14px;
  position: absolute;
  transform: translate(0 ,-50%);
  top:50%;
  right: 15px;
  content:"";
  background: url(../img/common/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.more-btn02{
  margin: -100px 0 100px;
}
.more-btn03{
  margin: -20px 0 40px;
}


@media screen and (max-width: 1200px) {  
  .header__fixed-nav{
    padding-right: 40px;
  }
}
@media all and (max-width: 768px) {
  .header__fixed{
      height: 50px;
      width: 100%;
      display: block;
  }
  .header-logo{
    width: 265px;
    box-sizing: border-box;
    padding:10px 15px;
    font-size: 14px;
  }
  .header-logo span{
    font-size: 12px;
    padding: 5px 0;
    display: block;
  }
  .header-logo img{
    width: 150px;
  }
  .header__fixed-nav{
    display: none;
  }
  .menu__box-navi-logo img{
    margin-bottom: 20px;
  }
  .menu__box-navi-logo a{
    font-size: 15px;
    color:#000;
    font-weight: 700;
    text-align: center;
  }
  .menu__box-navi-logo span{
    font-size: 14px;
    margin: 0 0 0 20px;
  }
  .menu {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top:0;
    right: 0;
  }
  .header__fixed.visible .menu {
    position: fixed;
  }
  .menu span{
    background: #fff;
    position: absolute;
    width: 22px;
    height: 2px;
    right: 15px;
    transition: 0.5s;
  }
  .menu span:first-child{
    top:14px;
  }
  .menu span:nth-child(2){
    top:20px;
  }
  .menu.open span:first-child{
    top:16px;
    transform: rotate(45deg);
  }
  .menu.open span:nth-child(2){
    top:16px;
    transform: rotate(-45deg);
  }
  .menu-txt{
    top: 35px;
    font-size: 12px;
    width: 100%;
  }
  
  .menu__box{
    display: block;
    overflow: auto;
  }
  .menu__box.open{
    top: 0px;
    opacity: 1;
  }
  .menu__box-img{
    display: none;
  }
  .menu__box-navi{
    min-width: unset;
    max-width: 100%;
    width: 100%;
    padding: 0 10px 50px;
    box-sizing: border-box;
  }
  .menu__box-navi-logo img{
    width: 188px;
    margin-top: 60px;
  }
  .menu__box-list01 a{
    display: block;
    color:#000;
  }
  .menu__box-list01 input{
    display: none;
  }
  .more-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 30px;
  }
  .more-btn a{
      padding: 12px 40px 12px 35px;
  }
}


.footer__box{
  background: #333;
  color:#fff;
  padding :30px 0;
}
.footer__box a{
  color:#fff;
}
.footer__flex{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 20px;
  justify-content: center;
  font-size: 14px;
}
.footer__flex02 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
  margin-bottom: 10px;
  justify-content: center;
  border-top: solid 1px #fff ;
  padding: 30px 0;
}
.footer__ttl{
  font-weight: bold;
  padding: 10px 0;
}
.footer__navi-box {
  padding: 15px 0 20px 0;
  position: relative;
}

.footer__navi-box::after{
  position: absolute;
  content:"";
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  width: 12px;
  height: calc(100% - 47px);
  left:6px;
  top:15px;
}
.footer__navi-box  a{
  padding: 5px 0 5px 30px;
  display: block;
  position: relative;
}
.footer__navi-box a::before{
  position: absolute;
  content:"";
  width: 13px;  
  height: 1px;
  left:6px;
  background: #fff;
  top:50%;
}
.footer__navi-box a:last-child::before{
  display: none;
}
.footer__logo{
  width: calc(50% - 20px);
  padding: 0;
  box-sizing: border-box;
  text-align: right;
}
.footer__logo img{
  max-width: 100%;
  width: 160px;
  padding-bottom: 10px;
}
.footer__addres-tel{
  width: calc(50% - 20px);
  line-height: 1.5;
  font-size: 14px;
}
.footer__addres-tel a{
  color:#fff;
}
.footer__copy{
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

#page_top{
  bottom:0;
  right: 0;
  width: 80px;
  z-index: 10;
  position: fixed;
}
#page_top img{
  width: 100%
}
@media all and (max-width: 768px) {
  .footer__box{
    padding: 0;
  }
  .footer__navi{
    width: calc(35% - 15px);
    min-width: 150px;
  }
  .footer__flex{
    display: none;
  }
  .footer__flex02{
    display: block;
    border: none;
    position: relative;
    margin-bottom: 0;
  }
  .footer__logo{
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .footer__addres-tel{
    padding: 10px 0;
    width: 100%;
  }
  .footer__copy{
    width: 100%;
  }

  #page_top{
    width: 50px;
    z-index: 10;
    position: fixed;
  }
}


/* language */

.gnavi__lang {
  height: 28px;
  min-width: 150px;
  position: relative;
  z-index: 1
}
.gnavi__lang .gtranslate_wrapper {
  position: absolute;
  top: 0;
  right: 0
}
.gnavi__lang .gt_float_switcher {
  font-size: 0.875rem;
  box-shadow: none;
  display: flex !important;
  flex-direction: column-reverse
}
.gnavi__lang .gt_float_switcher img {
  width: 22px !important
}
.gnavi__lang .gt_float_switcher .gt-selected {
  display: flex !important;
  align-items: center;
  padding: 20px;
}
.gnavi__lang-box{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
@media only screen and(max-width: 1420px) {
  .gnavi__lang .gt_float_switcher .gt-selected {
      padding: 0 0 0 10px
  }
}
.gnavi__lang .gt_float_switcher .gt-selected::after {
  content: "";
  width: 28px;
  height: 28px;
  background-color: #e9eef6 !important;
  background: url('../img/common/icon_lang.svg') no-repeat center;
  border-radius: 3px;
  border: 1px solid #385fa0
}
.gnavi__lang .gt-lang-code {
  display: block
}
.gnavi__lang .gt_float_switcher-arrow {
  display: none !important
}
.gnavi__lang .gt-current-lang {
  font-weight: normal !important;
  padding: 0 10px 0 0 !important
}
.gnavi__lang .gt-current-lang img {
  display: none
}
html[lang=ja] .gt-current-lang::after,
html[lang=auto] .gt-current-lang::after {
  content: "Language";
  text-transform: none
}
html[lang=ja] .gt-lang-code,
html[lang=auto] .gt-lang-code {
  height: 0;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden
}