@charset "UTF-8";
/* CSS Document */
html{
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
html.wf-active,
html.loading-delay{
  visibility: visible;
  opacity: 1;
}
body{
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-size: 15px;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
#wrapper{
  overflow: hidden;
}
a{
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
}
a img{
  transition: all 0.3s;
}
a:hover{
  color: #555;
}
.inner{
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
img{
  max-width: 100%;
  vertical-align: bottom;
}
.cg{
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mobile_only{
  display: none;
}
*{
  word-break: break-all;
}

/*header*/
header{
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 0;
  background-color: #FFF;
  box-shadow: 0 -8px 16px 0px black;
}
header .h_inner{
  margin: 0 auto;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: space-between;
  padding: 16px 2%;
}
header .h_inner .h_logo a{
  display: flex;
  flex-direction: column;
}
header .h_inner .h_logo a:hover{
  opacity: 0.9;
}
header .h_inner .h_logo img{
  max-width: 128px;
}
header .h_inner .h_logo span{
  font-size: 14px;
  color: #64639F;
  font-weight: bold;
}
header .h_inner #searchform{
  display: none;
}

header .h_inner .h_left{
  position: absolute;
  top: 40px;
  left: 15px;
}
header .h_inner .h_left .btn{
  overflow: hidden;
}
header .h_inner .h_left .btn li{
  float: left;
  margin-right: 20px;
}
header .h_inner .h_left .btn li a img:hover{
  opacity: 0.7;
}
header .gnavArea{
  position: fixed;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  height: 100vh;
  background-color: rgba(44,43,70,0.97);
  z-index: 9998;
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
header .gnavArea.is_show{
  right: 0;
  opacity: 1;
}
header .gnavArea .gnav{
  padding: 80px 0 0;
}
header .gnavArea .gnav li{
  width: 100%;
  height: 11vh;
  margin-bottom: 0;
}
header .gnavArea .gnav li a{
  display: block;
  font-size: 18px;
  color: #FFF;
  padding: 10px 0;
  line-height: 9vh;
  text-shadow: none;
}
header .gnavArea .gnav li a:hover{
  background-color: #111;
  color: #fff;
}
header .gnavArea .gnav li a::after{
  display: none;
}
#toggle{
  position: fixed;
  top: 35px;
  right: 15px;
  color: #63639f;
  font-size: 30px;
  cursor: pointer;
  z-index: 9999;
  display: block;
}

/* main */
#main{
  padding-top: 127px;
}
#main section{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.h1Area{
  position: relative;
  z-index: 1;
}
.h1Area::after{
  content: "";
  background-image: url(../img/common/h1_dec.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -50px;
  margin-left: 470px;
  z-index: 100;
  width: 202px;
  height: 202px;
  display: block;
}

.bged_h1{
  background-image: url(../img/common/h1_bg.svg);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #FFF;
  height: 246px;
  font-weight: bold;
  text-shadow: 0 0 8px black;
}
.bged_h1 p {
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 0 8px black;
	line-height: 1.6;
}




/*共通*/
.listBox{
  width: 100%;
  max-width: 1200px;
}
.listBox ul{
  padding: 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.listBox ul li{
  cursor: auto;
  margin-bottom: 10px;
  font-weight: bold;
}
.listBox ul li a{
  overflow: hidden;
  display: block;
}
.listBox ul li a img{
  width: 100%;
  object-fit: cover;
}
.listBox ul li a img:hover{
  opacity: .7;
}
.listBox ul li a:hover{
  color: #888;
}
.listBox ul li a p{
  width: 100%;
  font-size: 13px;
	line-height: 17px;
  padding: 5px .5em 0 .5em;
  text-align: left;
  position: relative;
  font-weight: bold;
}
.listBox ul li a p i{
  position: absolute;
  top: 20px;
  right: 0;
  vertical-align: bottom;
}

/*list2*/
.listBox .list2 li{
  width: 46%;
  margin-right: 2%;
}
.listBox .list2 li:nth-child(2n){
  margin-right: 0;
}
/*list3*/
.listBox .list3 li{
  width: 30%;
  margin-right: 2%;
}
.listBox .list3 li:nth-child(3n){
  margin-right: 0;
}
/*list4*/
.listBox .list4 li{
  width: 22%;
  margin-right: 2%;
}
.listBox .list4 li img{
  margin-bottom: 8px;
}
.listBox .list4 li:nth-child(4n){
  margin-right: 0;
}

.orthogonal_title_box{
  display: flex;
  position: relative;
  padding-left: 64px;
}
.orthogonal_title_box .ot_box_title{
  font-size: 24px;
  line-height: 1;
  font-family: century-gothic, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.orthogonal_title_box .ot_box_title .jptitle{
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: bold;
  writing-mode: vertical-rl;
}

.orthogonal_title_box .ot_box_title::before{
  background-image: url(../img/common/orthogonal_title_dec_line.png);
  content: "";
  position: absolute;
  top: 64px;
  left: 112px;
  display: block;
  width: 100px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
}
.orthogonal_title_box .ot_box_title::after{
  content: attr(data-entitle);
  position: absolute;
  top: 112px;
  left: 132px;
  display: block;
  color: #000;
  font-size: 32px;
}
.orthogonal_title_box .ot_box_content{
  margin: 176px 0 0 48px;
}

.bg01{
  background-image: url(../img/top/bg01.jpg);
  background-position: center center;
  background-size: cover;
}
.listBox .list4 li a img{
  height: 240px;
}
.bg01 .listBox .list4 li a img{
  height: 120px;
  object-fit: cover;
}


/* footer */
footer{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #6463A0;
  color: #B2C4DD;
}
footer .f_list{
  display: flex;
  font-size: 12px;
  padding: 16px;
}
footer .f_list li{
  text-align: center;
}
footer .f_list.f_nav li::after{
  content: "|";
}
footer .f_list.f_nav li:last-of-type::after{
content: none;
}
footer .f_list.f_nav li a{
  color: #B2C4DD;
  padding: 0 16px;
}
footer .f_list.f_nav li a:hover{
  text-decoration: underline;
}
footer .f_list.f_sns li{
  width: 56px;
  margin: 0 8px;
  transition: .3s;
}
footer .f_list.f_sns li:hover{
  opacity: 0.7;
}
footer .f_list.f_sns li a{
  display: block;
  width: 100%;
  border-radius: 50%;
  padding: 15px 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .f_list.f_sns li.facebook a{background-color: #425697;}
footer .f_list.f_sns li.twitter a{background-color: #45A5D0;}
footer .f_list.f_sns li.insta a{background-color: #764EC6;}
footer .f_list.f_sns li.line a{background-color: #31C611;}
footer .f_list.f_sns li a::after{
  font-family: "Font Awesome 5 Brands";
  font-size: 26px;
  line-height: 1;
}
footer .f_list.f_sns li.facebook a::after{content: "\f39e";}
footer .f_list.f_sns li.twitter a::after{content: "\f099";}
footer .f_list.f_sns li.insta a::after{content: "\f16d";}
footer .f_list.f_sns li.line a::after{content: "\f3c0";}

footer .copyright{
  text-align: center;
  padding-top: 10px;
  font-size: 11px;
}
footer .pagetop{
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  margin: 0;
  background-color: #B2C4DD;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
}
footer .pagetop::before{
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 28px;
  content: "\f106";
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 1300px){
	.h1Area::after {
    bottom: -80px;
    margin-left: 190px;
    width: 150px;
}
}
@media screen and (max-width: 900px){
.orthogonal_title_box .ot_box_title::before {
    background-image: none;
    content: "";
}
.orthogonal_title_box .ot_box_title::after {
    top: 50px;
    left: 5vw;
}
}
@media screen and (max-width: 767px){
  #main{
    padding-top: 78px;
  }
  .pc_only{
    display: none!important;
  }
  .inner{
    width: 100%;
  }
  .mobile_only{
    display: block;
  }

  header .h_inner{
    min-height: inherit;
    margin: 0 auto;
    border-bottom: none;
    position: relative;
		padding: 10px 5vw;
  }
  header .h_inner .h_logo{
    max-width: 300px;
    margin: 0 auto;
    border-left: none;
    border-right: none;
  }
	header .h_inner .h_logo img {
    max-width: 60px;
}
  header .h_inner .h_logo a{
		display: block;
		padding: 0 0;
  }
	header .h_inner .h_logo span {
    font-size: 10px;
    display: block;
    letter-spacing: 0;
    line-height: 1;
    padding-top: 5px;
	}
  header .h_inner .h_left{
    display: none;
  }
  #toggle{
    top: 20px;
    font-size: 18px;
  }
  header h1{
    padding: 0 5% 10px;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
  }
  /*main*/
	.h1Area::after {
    bottom: 0;
		width: 25%;
    margin-left: 25%;
		background-position: 50% 75%;
}
  .listBox ul{
    text-align: center;
  }
	.listBox .list4 {
    display: block;
}
  .listBox ul li a p{
    font-size: 13px;
    line-height: 18px;
  }
  /*list2リセット*/
  .listBox .list2 li{
    width: inherit;
    margin-right: inherit;
  }
  .listBox .list2 li:nth-child(2n){
    margin-right: inherit;
  }
  /*list3リセット*/
  .listBox .list3 li{
    width: inherit;
    margin-right: inherit;
  }
  .listBox .list3 li:nth-child(3n){
    margin-right: inherit;
  }
  /*list4リセット*/
  .listBox .list4 li{
    width: inherit;
    margin-right: inherit;
  }
  .listBox .list4 li:nth-child(4n){
    margin-right: inherit;
  }
  /*list2_sp*/
  .listBox .list2_sp li{
    width: 46%;
    margin-right: 2%;
  }
  .listBox .list2_sp li:nth-child(2n){
    margin-right: 0;
  }
  /*list3_sp*/
  .listBox .list3_sp li{
    width: 30%;
    margin-right: 2%;
  }
  .listBox .list3_sp li:nth-child(3n){
    margin-right: 0;
  }
  /*list4_sp*/
  .listBox .list4_sp li{
    width: 22%;
    margin-right: 2%;
  }
  .listBox .list4_sp li:nth-child(4n){
    margin-right: 0;
  }
  .listBox .list4 li a img{
    height: 138px;
  }
  .bg01 .listBox .list4 li a img{
    height: 60px;
    object-fit: cover;
  }
.bged_h1 {
	padding: 0 5vw;
}
	
	
	
	
	
	
	

  footer{
   padding: 30px 5vw;
  }
  footer .f_list {
	 padding: 0px 0 0px;
  }
	footer .f_nav {
		width: 100%;
		display: block;
		font-size: 13px;
		padding: 0 0 30px 0 ;
	}
  footer .f_nav li{
    display: block;
    margin-bottom: 0;
    border-bottom: 1px dotted #ccc;
  }
  footer .f_list.f_nav li a {
	display: block;
	padding: 10px 0;
	color: #B2C4DD;
  }
  footer .f_nav li::after{
    display: none;
  }
  footer .copyright{
    padding-top: 30px;
  }
  footer .copyright p{
    font-size: 10px;
    line-height: 1.3;
  }
  footer .pagetop{
    position: absolute;
    top: 40px;
    right: 10px;
  }
  footer .pagetop a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 400px){
	.bged_h1 p {
		font-size: 2vw;
	}
}
