@charset "utf-8";

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header.top{
  position: relative;
}
#Header.top .nav_con{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
#Header.top .nav_con .inner{
  padding: 30px;
}
#Header.top .nav_con .global_navi{
  
}
#Header.top .nav_con .global_navi .global_navi_inner{
  display: flex;

}
#Header.top .nav_con .global_navi h1.ttl{
  
}
#Header.top .nav_con .global_navi .nav_box{
  margin-left: 30px;
}
#Header.top .nav_con .global_navi .nav_box h2.sub_ttl{
  color: #CCCC99;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
#Header.top .nav_con .global_navi .nav_box ul.nav{
  margin-top: 30px;
}
#Header.top .nav_con .global_navi .nav_box ul.nav li{
  margin-top: 8px;
}
#Header.top .nav_con .global_navi .nav_box ul.nav li a{
  color: #ffffff;
  font-weight: 500;
  font-size: 1.6rem;
}
#Header.top .utlnav_box{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  display: flex;
  padding: 30px
}
#Header.top .utlnav_box ul.lang{
  display: flex;
}
#Header.top .utlnav_box ul.lang li{
  margin-left: 10px;
}
#Header.top .utlnav_box ul.lang li a{
  color: #ffffff;
  border: solid 1px #ffffff;
  border-radius: 3px;
  padding: 2px 5px;
}
#Header.top .utlnav_box ul.sns{
  display: flex;
}
#Header.top .utlnav_box ul.sns li{
  margin-left: 20px;
}
#Header.top .utlnav_box ul.sns li a{
  color: #ffffff;
}

#Header.top .mv{
  position: relative;
}
#Header.top .mv .logo{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -65px 0 0 -65px;
  z-index: 2;
}

#Header.top .mv_bg_01{
  position: absolute;
  top: -250px;
  left: -250px;
}
#Header.top .mv_bg_02{
  position: absolute;
  bottom: -360px;
  right: -310px;
}



/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/


/* Main
-----------------------------------------------------------------*/

#Main{
  position: relative;
}

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/



/* #Sec01
-----------------------------------------------------------------*/
.top #Sec01{
  margin-top: 100px;
  padding-bottom: 80px;
  background-image: url(../images/top/bg_01.png);
  background-size: 1520px auto;
  background-repeat: no-repeat;
  background-position: top 60px center;
}

.top #Sec01 .covit_caution{
  position: absolute;
  top: -180px;
  left: 50%;
  margin-left: -280px;
  text-align: center;
  background: #ffffff;
  border: solid 2px #000033;
  padding: 15px 50px;
}
.top #Sec01 .covit_caution .ttl{
  font-size: 1.6rem;
  font-weight: 500;
}
.top #Sec01 .covit_caution .txt{
  font-size: 1.4rem;
  margin-top: 5px;
}
.top #Sec01 .covit_caution .more{
  font-size: 1.4rem;
  margin-top: 5px;
}

.top #Sec01 .en_txt_01{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
    position: absolute;
    right: 30px;
    top: 450px;
}
.top #Sec01 .en_txt_02{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
    position: absolute;
    left: 30px;
    top: 950px;
}

.top #Sec01 .catch{
  font-family: 'Noto Serif JP', serif;
  font-size: 3.2rem;
  text-align: center;
  position: relative;
}
.top #Sec01 .catch:before{
  content: "";
  display: block;
  width: 478px;
  height: 1px;
  background: #707070;
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -630px;
}
.top #Sec01 .catch span{
  text-align: left;
  display: inline-block;
}
.top #Sec01 .txt{
  text-align: center;
  font-size: 1.8rem;
}
.top #Sec01 .txt span{
  display: inline-block;
  text-align: left;
  margin: 60px 0 0 350px;
}
.top #Sec01 .about_box{
  max-width: 420px;
  margin: 260px auto 0;
}
.top #Sec01 .about_box .catch_txt{
  font-family: 'Noto Serif JP', serif;
  font-size: 3rem;
  color: #ffffff;
}
.top #Sec01 .about_box .catch_txt span{
  display: block;
  font-size: 2.2rem;
  color: #000033;
}
.top #Sec01 .about_box .more_btn_bl{
  margin: 30px 0 0 140px;
}

.top #Sec01 .service_box{
  max-width: 960px;
  margin: 130px auto 0;
}
.top #Sec01 .service_box ul{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.top #Sec01 .service_box ul li{
  width: 33%;
}
.top #Sec01 .service_box ul li img{
  width: 100%;
  height: auto;
}

/* #Sec02
-----------------------------------------------------------------*/
.top #Sec02{
  position: relative;
  padding-top: 280px;
  margin-top: -70px;
}
.top #Sec02 .bg_box{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../images/top/bg_02.png);
  background-repeat: no-repeat;
  background-size: 1125px auto;
  background-position: top center;
  padding: 115px 0 100px;
}
.top #Sec02 .inner{
  background-image: url(../images/top/bg_03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 70px 30px;
  margin-bottom: 100px;
}
.top #Sec02  .more_btn_bl{
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
}
.top #Sec02  .more_btn_bl a{
  margin: 0 auto;
}


/* #Sec03
-----------------------------------------------------------------*/
.top #Sec03{
  margin-bottom: 100px;
  padding: 0 30px;
}
.top #Sec03 .inner{
  max-width: 960px;
  margin: 0 auto;
}
.top #Sec03 ul.bnr_box{
  display: flex;
  justify-content: space-between;
}
.top #Sec03 ul.bnr_box li{
  position: relative;
  width: 48%;
  box-shadow: 5px 5px 30px 0 #333333;
}
.top #Sec03 ul.bnr_box li a{
  display: block;
}
.top #Sec03 ul.bnr_box li .txt{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 3.2rem;
  font-family: 'Noto Serif JP', serif;
}
.top #Sec03 ul.bnr_box li img{
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1020px) {
/* 1020pxまでの幅の場合に適応される */


/* 1020pxまでの幅の場合に適応される */
}

@media screen and (max-width: 767px) {
/* 767pxまでの幅の場合に適応される */

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header.top .mv{
}
#Header.top .mv .logo{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -42px 0 0 -42px;
  z-index: 2;
}
#Header.top .mv .logo img{
  width: 84px;
  height: auto;
}

#Header.top .mv_bg_01{
  position: absolute;
  top: -115px;
  left: -130px;
}
#Header.top .mv_bg_01 img{
  width: 280px;
  height: auto;
}
#Header.top .mv_bg_02{
  position: absolute;
  bottom: -100px;
  right: -140px;
}
#Header.top .mv_bg_02 img{
  width: 265px;
  height: auto;
}


/* #Sec01
-----------------------------------------------------------------*/
.top #Sec01{
  margin-top: 180px;
  padding-bottom: 50px;
  background: none;
}

.top #Sec01 .covit_caution{
  top: -230px;
  left: 0;
  right: 0;
  margin: 0 50px;
  text-align: center;
  background: #ffffff;
  border: solid 2px #000033;
  padding: 15px 10px;
}

.top #Sec01 .en_txt_01{
  right: initial;
  left: 20px;
  top: 250px;
}
.top #Sec01 .en_txt_02{
  left: 20px;
  top: 1050px;
}

.top #Sec01 .catch{
  font-size: 2.9rem;
  text-align: center;
  position: relative;
}
.top #Sec01 .catch span{
  text-align: left;
  display: inline-block;
}
.top #Sec01 .txt{
  text-align: center;
  font-size: 1.5rem;
}
.top #Sec01 .txt span{
  display: inline-block;
  text-align: right;
  margin: 20px 0 0 0;
}

.top #Sec01 .about_box{
  max-width: 100%;
  margin: -20px auto 0;
  background-image: url(../images/top/sp_bg_03.png);
  background-repeat: no-repeat;
  background-size: 640px auto;
  background-position: top center;
  padding: 190px 0 40px;
  text-align: center;
}
.top #Sec01 .about_box .catch_txt{
  font-size: 3rem;
  color: #ffffff;
  line-height: 4rem;
}
.top #Sec01 .about_box .catch_txt span{
  display: block;
  font-size: 2.2rem;
  color: #000033;
}
.top #Sec01 .about_box .more_btn_bl{
  margin: 20px 0 0 0;
}
.top #Sec01 .about_box .more_btn_bl a{
  margin: 0 auto;
}

.top #Sec01 .service_box{
  margin: 0 auto ;
  padding: 100px 0 50px;
  background-image: url(../images/top/sp_bg_04.png);
  background-repeat: no-repeat;
  background-size: 750px auto;
  background-position: top center;
}
.top #Sec01 .service_box ul{
  display: block;
  margin-top: 30px;
}
.top #Sec01 .service_box ul li{
  width: 320px;
  margin: 0 auto;
}
.top #Sec01 .service_box ul li img{
  width: 100%;
  height: auto;
}

/* #Sec02
-----------------------------------------------------------------*/
.top #Sec02{
  position: relative;
  padding-top: 220px;
  margin-top: 0;
}
.top #Sec02 .bg_box{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: url(../images/top/sp_bg_05.png);
  background-repeat: no-repeat;
  background-size: 430px auto;
  background-position: top center;
  padding: 70px 0 25px;
}
.top #Sec02 .inner{
  padding: 30px 20px 70px;
  margin-bottom: 100px;
}

/* #Sec03
-----------------------------------------------------------------*/
.top #Sec03{
  margin-bottom: 100px;
  padding: 0 20px;
}
.top #Sec03 ul.bnr_box{
  display: block;
}
.top #Sec03 ul.bnr_box li{
  width: 100%;
  max-width: 480px;
  margin: 30px auto;
}
.top #Sec03 ul.bnr_box li .txt{
  font-size: 2.4rem;
}
.top #Sec03 ul.bnr_box li img{
  width: 100%;
  height: auto;
}

/* 767pxまでの幅の場合に適応される */
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */



/* 640pxまでの幅の場合に適応される */
}