@charset "utf-8";
/* CSS Document */

/* reset */
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
ul,ol{list-style:none}
button,input,select,textarea{margin:0}
address{font-style: normal;}
img,embed,iframe,object,audio,video{height:auto;max-width:100%;vertical-align: bottom;}
iframe{border:0}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0;text-align:left}
i,em{font-style: normal;}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* common */
html{font-size: 10px; line-height: 1.75;}
body{font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size: 1.4rem; font-weight: 400; color: #2e2e2e; background: #ffffff;}
a{color: #2e2e2e; text-decoration: none; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
a:hover{color: #e84709; text-decoration: none;}
a *{-webkit-transition: all .2s ease-out; transition: all .2s ease-out;}
a i{margin-right: 5px;}
a:hover img{opacity: .8;}
small{font-size: 80%;}
.forpc{display: inline-block !important;}
.forsp{display: none !important;}
.flex-btwn{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-cntr{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-left{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-right{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-align-center{
  -webkit-box-align: center;
  align-items: center;
}
.flex-align-end{
  -webkit-box-align: end;
  align-items: flex-end;
}
.flex-align-base{
  -webkit-box-align: baseline;
  align-items: baseline;
}
.flex-rvs{
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.container{
  width: 100%;
	padding: 50px 0;
  border-top: 75px solid #ffffff;
  background: #fffbd6;
}
.cntbox{
	max-width: 1000px;
  width: 96%;
	margin: 0 auto;
}
.txtlnk{
  text-decoration: underline;
}
.ytbox {
  width: 100%;
  margin: 2em auto;
  text-align: center;
}
.ytbox .youtube {
  position: relative;
  width: 100%;
  padding-top: 52.25%;
}
.ytbox .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.glsbtn{
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.glsbtn::after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00e";
  position: absolute;
  right: 2%;
  bottom: 2%;
  display: inline-block;
  padding: 10px;
  font-size: 3rem;
  line-height: 1em;
  color: #ffffff;
  background: rgba(0,0,0,.5);
  transition: all .3s ease-out;
}
.glsbtn:hover::after{
  color: #000000;
  background: rgba(255,255,255,.5);
}
@media screen and (max-width: 767px) {
	html{font-size: 10px; line-height: 1.85;}
	body{font-family: sans-serif; font-size: 1.4rem;}
	.forpc{display: none !important;}
	.forsp{display: inline-block !important;}
  .container{
    width: 100%;
    padding: 0;
    border-top: 50px solid #ffffff;
  }
	.cntbox{
  	max-width: 100%;
    width: 100%;
    padding: 0 2%;
	}
}

/* header */
header{
  position: fixed;
  z-index: 100;
  width: 100%;
  background: rgba(255,255,255,1) url("/assets/img/hdr_bg0.png") 100% 100% / 50% auto no-repeat;
  box-shadow: 0px 4px 6px -4px rgba(0,0,0,0.2);
  transition: all .2s ease-out;
}
header .cntbox{
  position: relative;
  height: 75px;
  padding: 0;
  font-size: 1.8rem;
}
.logo_hd{
  opacity: 1;
  width: 30%;
  margin-top: -10px;
  padding: 0;
  transition: all .2s ease-out;
}
.logo_hd a img{
  width: 90%;
}
.logo_hd a:hover img{
  transform: scale(1.05)
}
header nav{
  width: 70%;
  height: 100%;
  padding: 10px 0;
  background: url("/assets/img/hdr_bg.png") 10% 100% / auto 200% no-repeat;
}
.menu_tg li{
  position: relative;
  padding: 0 10px;
  letter-spacing: .1em;
}
.menu_tg li.text{
  margin: 0 auto .5em;
  padding: .3em 1em;
  font-size: 1.4rem;
  line-height: 1.4em;
  color: #e84709;
  background: #ffffff;
}
.menu_tg li a{
  display: inline-block;
  padding: .5em 1em;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  background: rgba(232,71,9,0);
  cursor: pointer;
}
.menu_tg li:hover a{
  text-decoration: none;
  background: rgba(232,71,9,1);
}
.menu_tg li .hdrbtn{
  display: inline-block;
  padding: .3em 1em;
  line-height: 1.3em;
  font-weight: 600;
  text-align: center;
  color: #e84709 !important;
  border-radius: 20px / 50%;
  background: #ffffff !important;
}
.menu_tg .ddmn .subnav{
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  padding: 1em .5em;
  background: #e84709;
  transition: all .5s ease;
}
.menu_tg .ddmn:hover .subnav{
  visibility: visible;
  opacity: 1;
}
.menu_tg .ddmn .subnav a{
  display: block;
  white-space: nowrap;
  background: #e84709;
}
.menu_tg .ddmn .subnav a:hover{
  display: block;
  white-space: nowrap;
  color: #e84709;
  background: #ffffff;
}
.menu_tg .fortop{
  display: none;
}
.menu_tg .othrer{
  display: block;
}
@media screen and (max-width: 1020px) {
  header{
    background: #ffffff url("/assets/img/hdr_bg.png") 100% 100% / auto 160% no-repeat;
  }
  .menu_tg li{
    padding: 0 2px;
    letter-spacing: 0;
  }
  .menu_tg li a{
    padding: .3em .5em;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  header{
    background: #ffffff url("/assets/img/hdr_bg_sp.png") 120% 100% / auto 160% no-repeat;
  }
  header .cntbox{
  	justify-content: space-between;
    height: 50px;
    font-size: 1.4rem;
  }
  .logo_hd{
    width: 50%;
    text-align: center;
  }
  .logo_hd a img{
    width: 96%;
    margin-left: 4%;
  }
  .menubox{
    position: absolute;
    top: 3px;
    right: 10px;
    z-index: 150;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding-top: 0;
    cursor: pointer;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 0 0 0;
    letter-spacing: .1em;
    text-align: center;
    color: #ffffff;
  }
  .menu-trigger:hover{
    color: #001655;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ffffff;
    border-radius: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 5px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 18px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 5px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }
  header nav{
    position: absolute;
    top: 50px;
    right: calc(0% - 100%);
    z-index: 500;
    width: 100%;
    height: 100vh;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  header nav.navon{
    overflow: auto;
    right: 0;
    padding: 1em 1em 50px;
  }
  .menu_tg > li{
    width: 100%;
    margin: 0 auto 1em;
  }
  .menu_tg li a{
    display: block;
    padding: .7em 1em;
  }
  .menu_tg li .hdrbtn{
    display: block;
    padding: .5em 1em;
    border-radius: 0;
  }
  .menu_tg .ddmn .subnav{
    position: static;
    visibility: visible;
    opacity: 1;
    padding: .5em;
  }
  .menu_tg .ddmn .subnav a{
    white-space: normal;
  }
  .menu_tg .fortop{
    display: block;
  }
  .menu_tg .othrer{
    display: block;
  }
}

/* footer */
.ftr{
  margin: 0 auto;
  width: 100%;
  padding: 2em 0 0;
  font-size: 1.8rem;
  letter-spacing: .1em;
}
.ftr .cntbox p{
  width: 100%;
  margin: 0 auto 1em;
  text-align: center;
}
.ftr .cntbox .st{
  margin: 0 auto 1em;
  font-size: 1.4rem;
  text-align: left;
}
.ftr .cntbox .st span{
  display: block;
  text-align: center;
}
.ftr .lnklst{
  margin: 1em auto;
  font-size: 1.8rem;
}
.ftr .lnklst li{
  margin: 0 20px;
}
.ftr .lnklst a{
  display: inline-block;
  padding: .5em 2em;
  font-weight: 600;
  color: #ffffff;
  border-radius: 20px / 50%;
  background: #e84709;
}
.ftr .lnklst a:hover{
  text-decoration: none;
  color: #ffffff;
  background: #011655;
}
footer{
  margin: 0 auto;
  width: 100%;
  padding: 2em 0;
  font-size: 1.8rem;
  letter-spacing: .1em;
  text-align: center;
  background: #ffffff
}
footer .infobox{
  width: 50%;
  margin: 1.5em auto 0;
  padding: 1em;
  font-size: 1.2rem;
  letter-spacing: .2em;
  text-align: left;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
footer .infobox .subt{
  font-size: 1.2rem;
  letter-spacing: .2em;
  text-align: center;
}
footer .ftrlnk{
  margin: 1.5em auto;
  font-size: 1.4rem;
}
footer .ftrlnk li{
  margin: 0 10px 10px;
}
footer .ftrlnk li a{
  display: inline-block;
  padding: .5em 1em;
  color: #ffffff;
  border-radius: 50px;
  border: 1px solid #001655;
  background: #001655;
}
footer .ftrlnk li a:hover{
  color: #001655;
  background: #ffffff;
}
footer .copy{
  font-size: 1.2rem;
}
footer .totop{
  position: fixed;
  justify-content: center;
  align-items: center;
  right: 5%;
  bottom: 5%;
  display: flex;
  width: 80px;
  height: 80px;
  padding: .5em;
  font-size: 1.2rem;
  line-height: 1.2em;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid #001655;
  background: rgba(0,22,85,.9);
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
  transition: all .8s ease-out;
  cursor: pointer;
}
footer .totop i{
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
footer .totop:hover{
  color: #001655;
  background: rgba(255,255,255,.9);
}
footer .totop:hover i{
  transform: translateY(-3px)
}
footer .totop.none{
  display: none;
  transition: all .8s ease-out;
}
@media screen and (max-width: 767px) {
  .ftr{
    padding: 1em 0 0;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .ftr .cntbox .st{
    margin: 0 auto 1em;
    font-size: 1.2rem;
  }
  .ftr .cntbox .st span{
    font-size: 1.4rem;
  }
  .ftr .lnklst{
    font-size: 1.4rem;
  }
  .ftr .lnklst a{
    padding: .5em 1em;
  }
  footer{
    padding: 1em 0;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  footer .infobox{
    width: 100%;
    font-size: 1.2rem;
    letter-spacing: .1em;
  }
  footer .infobox .subt{
    font-size: 1.2rem;
  }
  footer .ftrlnk{
    font-size: 1.2rem;
  }
  footer .ftrlnk li{
    width: 46%;
    margin: 0 2% 10px;
  }
  footer .ftrlnk li a{
    display: block;
    padding: 1em;
  }
  footer .copy{
    font-size: 1rem;
  }
  footer .totop{
    right: 1%;
    bottom: 1%;
    width: 70px;
    height: 70px;
    padding: .5em;
    font-size: 1.1rem;
    line-height: 1.2em;
  }
  footer .totop i{
    top: 5px;
  }
}

