@charset "utf-8";

/*-----------------------------------------------------	*/
/*	for all	- General Settings　*/
/*-----------------------------------------------------	*/

.pc-tb {
  display: block;
}
.sp_only {
  display: none;
}

.center {
  text-align: center;
}
.txt_s {
  font-size: 14px;
}
.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}

.wrap_all {
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
	font-size: 16px;
	line-height: 1.6;
  color: #FFF;
  background-color: #01bff9;
  padding-bottom: 0px;
  position: relative;
}

/* ローディングアニメーション */
.loader-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #004bcc;
    z-index: 5000;
    display: grid;
    place-items: center;
    pointer-events: none;
}
.loader-thanks {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    pointer-events: none;
}
.loader-thanks span {
    display: block;
    width: 400px;
    max-width: 95%;
    height: 0;
    padding-top: 13%;
    background: url(../img/thanks.png) no-repeat center;
    background-size: contain;
}
.loader-thanks span img {
  width: 100%;
  height: auto;
}

/* キービジュアル */
.wrap_all #main_v {
    position: relative;
    height: 628px;
    width: 100%;
    background: url(../img/main_kv.jpg) no-repeat top;
    overflow: hidden;
}
.wrap_all .company_logo {
  position: absolute;
  width: 160px;
  top: 20px;
  left: 0px;
}
.wrap_all .company_logo a {
  display: block;
  width: 100%;
  height: auto;
}
.wrap_all .company_logo a img {
  width: 100%;
  height: auto;
}
.wrap_all #main_v .title {
  position: absolute;
  width: 614px;
  height: 193px;
  top: calc(50% - 130px);
  left: calc(50% - 307px);
  z-index: 10;
}
.wrap_all #main_v .ico_01 {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 20%;
  left: calc(50% - 450px);
  z-index: 10;
}
.wrap_all #main_v .ico_02 {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 37%;
  left: calc(50% - 590px);
  z-index: 10;
}
.wrap_all #main_v .ico_03 {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 20%;
  left: calc(50% + 290px);
  z-index: 10;
}
.wrap_all #main_v .ico_04 {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 37%;
  left: calc(50% + 430px);
  z-index: 10;
}

.wrap_all #main_v .title img,
.wrap_all #main_v .ico img {
  width: 100%;
  height: auto;
}

.wrap_all .date {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 180%;
  font-weight: bold;
}
.wrap_all .date span {
  font-size: 160%;
  vertical-align: baseline;
}
/* リード・ボタン */
.wrap_all .bg_area { /* 背景パーティクル */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* 操作の邪魔しない */
  overflow: hidden;
}
.wrap_all .float_item {
  position: absolute;
  width: 50px;
  height: 50px;
}
/* パーティクル調整 */
.gHeader,
.gMenu,
footer,
.gFooter {
  z-index: 4000;
}

.wrap_all .lead_box {
  position: relative;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-top: 30px;
}
.wrap_all .lead {
    padding: 20px 40px;
    box-sizing: border-box;
    background-image: url(../img/lead_bg.jpg);
    background-repeat: repeat;
    color: #FFF;
    margin-bottom: 40px;
    box-shadow: rgba(000, 000, 000, .1) 0px 0px 10px 1px;
    position: relative;
    z-index: 10;
}

.wrap_all .lead a {
  color: yellow;
}
.wrap_all .lead a:hover {
  text-decoration: none;;
}

.wrap_all .lead_box .flag_01 {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 110px;
  transform: rotate(20deg);
  text-shadow: rgba(000, 000, 000, .1) 0px 0px 10px 1px;
    z-index: 20;
}
.wrap_all .lead_box .flag_02 {
  position: absolute;
  bottom: 10px;
  right: 0px;
  width: 110px;
  transform: rotate(-20deg);
  text-shadow: rgba(000, 000, 000, .1) 0px 0px 10px 1px;
    z-index: 20;
}
.wrap_all .lead_box .flag_01 img,
.wrap_all .lead_box .flag_02 img {
  width: 100%;
  height: auto;
}

.wrap_all .howto {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  border: 2px solid #FFF;
  border-radius: 20px 0 20px 0;
  background: #FFF;
  color: #333;
  box-shadow: rgba(000, 000, 000, .1) 0px 0px 10px 1px;
    position: relative;
    z-index: 10;
}
.wrap_all .howto h3 {
  display: inline-block;
  margin-top: 20px;
  margin-left: -2px;
  padding: 5px 40px 5px 40px;
  background: #004697;
  color: #FFF;
  font-size: 18px;
  font-weight: 900;
}
.wrap_all .howto h3 .ico {
  width: 20px;
  height: 20px;
}
.wrap_all .howto h3 .ico img {
  width: 100%;
  height: auto;
}
.wrap_all .howto p {
  padding: 15px 40px 20px;
}

.wrap_all .post_btn {
  margin: 30px auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
.wrap_all .post_btn a {
  display: inline-block;
  padding: 30px 30px;
  color: #fff;
  font-size: 160%;
  font-weight: 900;
  text-decoration: none;
  text-shadow: rgba(000, 000, 000, .5) 1px 0 5px;
  background: url(../img/btn_post_bg.jpg) repeat;
  border-radius: 20px 0 20px 0;
  box-shadow: #d9035c 5px 5px 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wrap_all .post_btn a:hover {
  transform: rotate(-3deg);
  opacity: 1;
}

/* メイン */
.wrap_all section.mainBox {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-align: left;
}

/* メイン 検索 */
.wrap_all #sort li.hvr-rectangle-out {
	display: inline-block;
	vertical-align: middle;
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: #004697;
	transition-property: color;
	transition-duration: 0.3s;
	cursor: pointer;
	box-sizing: border-box;
	padding: 8px 15px 8px 15px;
  border-radius: 10px;
	/*margin-right: 0.9%;*/
	margin-right: 1%;
	margin-bottom: 10px;
	font-weight: bold;
}

.wrap_all #sort li.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #088cce;
  border-radius: 10px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.wrap_all #sort li.hvr-rectangle-out:hover,
.wrap_all #sort li.hvr-rectangle-out:focus,
.wrap_all #sort li.hvr-rectangle-out:active {
  color: #FFF;
}

.wrap_all #sort li.hvr-rectangle-out:hover:before,
.wrap_all #sort li.hvr-rectangle-out:focus:before,
.wrap_all #sort li.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.wrap_all #sort li.active {
	background: #088cce;
	color: #FFF;
}

/* アイコン */
.wrap_all .icoBox {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wrap_all .icoBox .img_ico {
	width: 15%;
	height: auto;
	float: left;
	text-align: center;
	margin-bottom: 10px;
  margin-left: 2px;
  margin-right: 2px;
  opacity: 0;
  transform: scale(0.3);
}

.wrap_all .icoBox div img {
	width: 100%;
}

.wrap_all .icoBox a {
	display: block;
	position: relative;
	transition: .3s;
}
.wrap_all .icoBox a:hover {
  transform: scale(1.05);
  opacity: 1;
}
.wrap_all .icoBox a:before {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	color: #fff;
	text-align: center;
	line-height: 1;
}

.wrap_all .icoBox a span:first-child {
	position: absolute;
	top: -10px;
	left: 0;
	width: auto;
	opacity: 0;
	padding: 5px;
	border-radius: 2px;
	background: #000;
	color: #fff;
	line-height: 1;
	transition: .3s;
	z-index: 100;
}

.wrap_all .icoBox a span:after{
  position: absolute;
  top: 100%;
  left: 30px;
  height: 0;
  width: 0;
  border: 6px solid transparent;
  border-top: 6px solid #000;
  content: "";
}

.wrap_all .icoBox a:hover span:first-child {
  opacity: 1;
  top: -25px;
}


/* 注意事項 */
.wrap_all h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.wrap_all .area_attention {
  width: 100%;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 50px;
  xborder-radius: 5px;
  background: #e4e4e4;
  color: #333;
  position: relative;
  z-index: 10;
}
.wrap_all .box_attention {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.wrap_all .box_attention li {
  font-size: 14px;
  text-indent: -1em;
  margin-left: 1em;
}

.wrap_all .box_copy {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 50px 80px;
  background: #FFF;
  color: #333;
}

/*-----------------------------------------------------	*/
/*	for - 1100px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:1100px) {
/* キービジュアル */
.wrap_all #main_v {
    position: relative;
    height: 0px;
    padding-top: 57%;
    width: 100%;
    background: url(../img/main_kv_tb.jpg) no-repeat top;
    background-size: 100%;
    overflow: hidden;
}
.wrap_all #main_v .title {
  position: absolute;
  width: 62%;
  height: 0px;
  padding-bottom: 31.5%;
  top: 27%;
  left: calc(50% - 31%);
}
.wrap_all #main_v .ico_01 {
  position: absolute;
  width: 15%;
  height: 0px;
  padding-bottom: 100%;
  top: 5%;
  left: 7%;
}
.wrap_all #main_v .ico_02 {
  position: absolute;
  width: 15%;
  height: 0px;
  padding-bottom: 100%;
  top: 34%;
  left: 2%;
}
.wrap_all #main_v .ico_03 {
  position: absolute;
  width: 15%;
  height: 0px;
  padding-bottom: 100%;
  top: 5%;
  left: 78%;
}
.wrap_all #main_v .ico_04 {
  position: absolute;
  width: 15%;
  height: 0px;
  padding-bottom: 100%;
  top: 34%;
  left: 83%;
}

/* リード */
.wrap_all .lead_box {
  width: 90%;
  box-sizing: border-box;
}
.wrap_all .lead {
  width: 100%;
  padding: 20px 5%;
}
.wrap_all .lead_box .flag_01 {
  position: absolute;
  bottom: 40px;
  left: -10px;
}
.wrap_all .lead_box .flag_02 {
  position: absolute;
  bottom: 30px;
  right: -10px;
}
.wrap_all .howto {
  width: 70%;
}
.wrap_all .howto h3 {
  padding: 5px 4% 5px 4%;
}
.wrap_all .howto p {
  padding: 15px 4% 20px;
}
/* メイン */
.wrap_all section.mainBox {
	width: 96%;
}

/* アイコン */
.wrap_all .icoBox {
  width: 98%;
}
.wrap_all .icoBox .img_ico {
	width: 19%;
  margin-left: .5%;
  margin-right: .5%;
}

/* 注意事項 */
.wrap_all .box_attention {
  width: 80%;
}

}


/*-----------------------------------------------------	*/
/*	for - 700px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:700px) {
.pc-tb {
  display: none;
}
.sp_only {
  display: block;
}

/* キービジュアル */
.wrap_all #main_v {
    position: relative;
    height: 0px;
    padding-top: 81.5%;
    width: 100%;
    background: url(../img/main_kv_sp.jpg) no-repeat top;
    overflow: hidden;
    background-size: 100%;
}
.wrap_all #main_v .title {
  position: absolute;
  width: 90%;
  height: 0px;
  padding-bottom: 31.5%;
  top: 20%;
  left: 5%;
}
.wrap_all #main_v .ico_01 {
  position: absolute;
  width: 15%;
  height: 0px;
  padding-bottom: 100%;
  top: 54%;
  left: 33%;
}
.wrap_all #main_v .ico_02 {
  position: absolute;
  width: 15%;
  height: 0px;
  padding-bottom: 100%;
  top: 50%;
  left: 15%;
}
.wrap_all #main_v .ico_03 {
  position: absolute;
  width: 15%;
  height: 0px;
  padding-bottom: 100%;
  top: 54%;
  left: 52%;
}
.wrap_all #main_v .ico_04 {
  position: absolute;
  width: 15%;
  height: 0px;
  padding-bottom: 100%;
  top: 50%;
  left: 70%;
}

.wrap_all .date {
  position: static;
  line-height: 1.2;
  margin-bottom: 20px;
}

/* リード・ボタン */
.wrap_all .lead {
  margin-bottom: 180px;
}
.wrap_all .lead_box .flag_01 {
  position: absolute;
  bottom: 220px;
  left: calc(50% - 120px);
}
.wrap_all .lead_box .flag_02 {
  position: absolute;
  bottom: 190px;
  right: calc(50% - 120px);
}
.wrap_all .howto {
  width: 80%;
}
.wrap_all .post_btn {
  max-width: 80%;
}
.wrap_all .post_btn:hover {
  transform: rotate(-3deg);
}
.wrap_all .post_btn a {
  padding: 20px auto;
}

/* アイコン */
.wrap_all .icoBox .img_ico {
	width: 23%;
  margin-left: 1%;
  margin-right: 1%;
}

/* 注意事項 */
.wrap_all .box_attention {
  width: 90%;
}

}