/* メイン構成 */
.main-box{
  position: relative;
  min-height: 800px;
  overflow: hidden;
}
.main-img_titlebox{
  position: absolute;
  top: 100px;
  right: 16%;
  font-family: Georgia;
  font-size: 8rem;
  padding: 0;
  color: #000;
  text-shadow:
       2px  2px 7px #ffffff60,
      -2px  2px 7px #ffffff60,
       2px -2px 7px #ffffff60,
      -2px -2px 7px #ffffff60,
       2px  0px 7px #ffffff60,
       0px  2px 7px #ffffff60,
      -2px  0px 7px #ffffff60,
       0px -2px 7px #ffffff60;
  z-index: 3;
}

.font-mintyou{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
}


.main-text_box{
  position: absolute;
  top: 300px;
  right: 18%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 2.6rem;
  padding: 0;
  color: #000;
  text-shadow:
       2px  2px 3px #ffffff60,
      -2px  2px 3px #ffffff60,
       2px -2px 3px #ffffff60,
      -2px -2px 3px #ffffff60,
       2px  0px 3px #ffffff60,
       0px  2px 3px #ffffff60,
      -2px  0px 3px #ffffff60,
       0px -2px 3px #ffffff60;
  overflow: hidden;
  height: 55px;
  opacity: 0;
  z-index: 3;
}
.main-title{
  display: inline-block;
  z-index: 3;
}

.block1-text{
  width: 620px;
  text-align: center;
}

@media screen and (max-width: 980px){
	.main-box{
		min-height: 610px;
	}
	.main-img_titlebox{
		top: 130px;
		left: 40px;
		width: 83%;
		font-size: 7rem;
		text-align: left;
		padding: 0;
	}
	.main-text_box{
		top: 260px;
		left: 66px;
		width: 86%;
		font-size: 3rem;
		text-align: left;
		padding: 0;
	}
	.main-title{
		display: inline-block;
	}
	.mobile-font_diagonal{
		font-size: 200%!important;
	}
	.mobile-font_h{
		font-size: 180%!important;
	}
	.mobile-font{
		font-size: 110%!important;
	}
}
@media screen and (max-width: 600px){
	.main-box{
		min-height: 440px;
	}
	.main-img_titlebox{
		top: 80px;
		left: 20px;
		width: 83%;
		font-size: 5rem;
		text-align: left;
		padding: 0;
	}
	.main-text_box{
		top: 173px;
		left: 46px;
		width: 86%;
		font-size: 2rem;
		text-align: left;
		padding: 0;
	}
	.mobile-font_diagonal{
		font-size: 180%!important;
	}
	.mobile-font_h{
		font-size: 115%!important;
	}
	.mobile-font{
		font-size: 100%!important;
	}
	.block1-text{
		text-align: left;
	}
	.pc_br{
		display: none;
	}
}

/* メイン画像 */
.main-imgbox{
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 15%;
  z-index: 1;
}

@media screen and (max-width: 980px){
  .main-imgbox{
    left: 12%;
    top: 30px;
  }
}

@media screen and (max-width: 680px){
	.main-imgbox{
    	display: flex;
    	left: -50%;
    	top: 30px;
    	min-width: 600px;
	}
}


/* 帯・ライン */
.main-imgline_bt{
  display: block;
  position: relative;
  top: 470px;
  height: 300px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cfe4f7+0,b4dcf7+100 */
background: #cfe4f7; /* Old browsers */
background: -moz-linear-gradient(top,  #cfe4f7 0%, #b4dcf7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #cfe4f7 0%,#b4dcf7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #cfe4f7 0%,#b4dcf7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe4f7', endColorstr='#b4dcf7',GradientType=0 ); /* IE6-9 */
}

@media screen and (max-width: 980px){
  .main-imgline_bt{
    top: 400px;
    height: 200px;
  }
}
@media screen and (max-width: 680px){
  .main-imgline_bt{
    top: 350px;
    height: 120px;
  }
}

/* 縦スライド */
#ticKer{
    overflow: hidden;
    display: inline-block;
    min-width: 220px;
    position: relative;
    opacity: 0;
    }
#ticKer ul{
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
 #ticKer li{
    list-style-type: none;
    padding: 10px 5px 10px 24px;
    font-weight: bold;
}
.text_box1{
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 22px;
}
@media screen and (max-width: 980px){
    #ticKer{
      min-width: 210px;
    }
    #ticKer li{
      padding: 10px 5px 10px 18px;
    }
}
@media screen and (max-width: 600px){
    #ticKer{
      min-width: 140px;
    }
    #ticKer li{
      padding: 10px 5px 10px 18px;
    }
}


/* フェードイン　上から下 */
  .css-fade-a {
    animation-name: fade-in-a;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fade-in-a {
    0% {
      opacity: 0;
      transform: translate3d(0, -20px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }

  .css-fade-i {
    animation-name: fade-in-i;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fade-in-i {
    0% {
      opacity: 0;
      transform: translate3d(0, -40px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  .css-fade-l {
    animation-name: fade-in-l;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fade-in-l {
    0% {
      opacity: 0;
      transform: translate3d(0, -60px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  .css-fade-e {
    animation-name: fade-in-e;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fade-in-e {
    0% {
      opacity: 0;
      transform: translate3d(0, -80px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  .css-fade-s {
    animation-name: fade-in-s;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fade-in-s {
    0% {
      opacity: 0;
      transform: translate3d(0, -100px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  .css-fade-y {
    animation-name: fade-in-y;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fade-in-y {
    0% {
      opacity: 0;
      transform: translate3d(0, -120px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  .css-fade-s2 {
    animation-name: fade-in-s2;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fade-in-s2 {
    0% {
      opacity: 0;
      transform: translate3d(0, -140px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  .css-fade-t {
    animation-name: fade-in-t;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fade-in-t {
    0% {
      opacity: 0;
      transform: translate3d(0, -160px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  .css-fade-e2 {
    animation-name: fade-in-e2;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fade-in-e2 {
    0% {
      opacity: 0;
      transform: translate3d(0, -180px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  .css-fade-m {
    animation-name: fade-in-m;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  @keyframes fade-in-m {
    0% {
      opacity: 0;
      transform: translate3d(0, -200px, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }


/* コンテンツエリア１ */
.text-box01{
  
}

.text-box01_ch{
  min-height: 300px;
}

.text-box02{
  position: absolute!important;
  border: 2px solid #ccad54;
  padding: 60px;
  width: 100%;
  max-width: 600px;
  text-shadow:
       1px  1px 2px #ffffff,
      -1px  1px 2px #ffffff,
       1px -1px 2px #ffffff,
      -1px -1px 2px #ffffff,
       1px  0px 2px #ffffff,
       0px  1px 2px #ffffff,
      -1px  0px 2px #ffffff,
       0px -1px 2px #ffffff;
}

.text-box02_ch{
  min-height: 300px;
}
.contact{
	z-index: 9;
}
.contact-box a{
	display: block;
	width: 70%;
	position: relative;
	width: 70%;
	background-color: #eee;
	font-size: 28px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
	text-align: center;
	padding: 20px;
	margin: 0 auto;
	text-decoration: none;
	color: #333;
}
.contact-box a:hover{
	background-color: #fff3d1;
	color: #333;
}
.contact-free{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
	color: #eee; display:
		inline-block;
	vertical-align: middle;
	background-color: #ba1d1d;
	margin: 0 0 0 20px;
	padding: 2px 20px;
	font-size: 18px;
}

@media screen and (max-width: 980px){
	.contact-box a{
		font-size: 20px;
		width: 90%;
		padding: 20px 0;
	}
	.contact-free{
		margin: 0 0 0 10px;
		padding: 2px 15px;
		font-size: 14px;
	}
}
@media screen and (max-width: 680px){
	.text-box02{
		position: relative!important;
		width: auto;
	}
	.card-box02 img{
		display: none!important;
	}
	.wp-block-coblocks-media-card.is-stacked-on-mobile .wp-block-coblocks-media-card__content {
		margin-top: 0!important;
	}
	.dspnone-mb{
		display: none;
	}
}

/* お悩みエリア */
.onayami-box{
	height: 1000px;
	margin-left: 20%!important;
	padding-left: 5%;
	position: relative;
	border-left: 2px solid #aaa;
}
.onayami-inbox_h{
	position: absolute;
	bottom: 0;
	font-size: 2.3em;
	margin: 10px;
}
.onayami-inbox_img{
	position: absolute;
	left: 15%;
	bottom: 10%;
}
.onayami-inbox_back01{
	position: absolute;
	top: 0;
	left: 47%;
	display: inline-block;
	margin: 1.5em 0;
	padding: 90px 25px;
	width: 320px;
	height: 320px;
	line-height: 1.5em;
	text-align: center;
	color: #333;
	font-size: 28px;
	font-weight: 700;
	background: #ffc9c9;
	border-radius: 50%;
	box-sizing: border-box;
	z-index: 9;
}
.onayami-inbox_back01:before{
	content: "";
	position: absolute;
	bottom: -76px;
	left: 50%;
	margin-left: -36px;
	border: 35px solid transparent;
	border-top: 45px solid #ffc9c9;
	z-index: 0;
}

.onayami-inbox_back02{
	position: absolute;
	top: 13%;
	left: 19%;
	display: inline-block;
	margin: 1.5em 0;
	padding: 64px 20px;
	width: 250px;
	height: 250px;
	text-align: center;
	color: #333;
	font-size: 20px;
	font-weight: 700;
	background: #fff8a2;
	border-radius: 50%;
	box-sizing: border-box;
	z-index: 8;
}
.onayami-inbox_back02:before{
	content: "";
	position: absolute;
	bottom: -69px;
	left: 50%;
	margin-left: -36px;
	border: 35px solid transparent;
	border-top: 45px solid #fff8a2;
	z-index: 0;
}

.onayami-inbox_back03{
	position: absolute;
	top: 31%;
	left: 36%;
	display: inline-block;
	margin: 1.5em 0;
	padding: 63px 38px;
	width: 275px;
	height: 275px;
	text-align: center;
	color: #333;
	font-size: 20px;
	font-weight: 700;
	background: #f4dfff;
	border-radius: 50%;
	box-sizing: border-box;
	z-index: 7;
}
.onayami-inbox_back03:before{
	content: "";
	position: absolute;
	bottom: -71px;
	left: 50%;
	margin-left: -36px;
	border: 35px solid transparent;
	border-top: 45px solid #f4dfff;
	z-index: 0;
}

.onayami-inbox_back04{
	position: absolute;
	top: 0;
	left: 8%;
	display: inline-block;
	margin: 1.5em 0;
	padding: 46px 9px;
	width: 190px;
	height: 190px;
	text-align: center;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	background: #d1e7ff;
	border-radius: 50%;
	box-sizing: border-box;
	z-index: 6;
}
.onayami-inbox_back04:before{
	content: "";
	position: absolute;
	bottom: -65px;
	left: 50%;
	margin-left: -36px;
	border: 35px solid transparent;
	border-top: 45px solid #d1e7ff;
	z-index: 0;
}

.onayami-inbox_back05{
	position: absolute;
	top: 33%;
	left: 6%;
	display: inline-block;
	margin: 1.5em 0;
	padding: 44px 15px;
	width: 190px;
	height: 190px;
	text-align: center;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	background: #deffb3;
	border-radius: 50%;
	box-sizing: border-box;
	z-index: 5;
}
.onayami-inbox_back05:before{
	content: "";
	position: absolute;
	bottom: -64px;
	left: 50%;
	margin-left: -36px;
	border: 35px solid transparent;
	border-top: 45px solid #deffb3;
	z-index: 0;
}
.stickarrow {
	position: absolute;
	width: 20px;
	left: -21px;
	bottom: 13px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: skewY(55deg);
}



@media screen and (max-width: 980px){
  .onayami-box{
    height: auto;
    margin-left: 15%!important;
  }
  .onayami-inbox_h{
    position: relative;
    bottom: 0;
    font-size: 3em;
    margin: 100px 10px 10px 10px;
  }
  .onayami-inbox_img{
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 411px;
    z-index: 1;
  }

  .onayami-inbox{
    width: 60%;
    min-width: 0;
    max-width: 480px;
  }
  .onayami-inbox_back01{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 1.5em 0;
    padding: 20px;
    width: auto;
    max-width: 460px;
    height: auto;
    line-height: 1.5em;
    text-align: left;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    background: #ffecec;
    box-shadow: 0 0 12px #99999990;
    border: 10px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    z-index: 9;
  }
  .onayami-inbox_back01:before{
    display: none;
  }

  .onayami-inbox_back02{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 1.5em 0;
    padding: 20px;
    width: auto;
    max-width: 460px;
    height: auto;
    text-align: left;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    background: #fffcd6;
    box-shadow: 0 0 12px #99999990;
    border: 10px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    z-index: 8;
  }
  .onayami-inbox_back02:before{
    display: none;
  }

  .onayami-inbox_back03{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 1.5em 0;
    padding: 20px;
    width: auto;
    max-width: 460px;
    height: auto;
    text-align: left;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    background: #faf2ff;
    box-shadow: 0 0 12px #99999990;
    border: 10px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    z-index: 7;
  }
  .onayami-inbox_back03:before{
    display: none;
  }

  .onayami-inbox_back04{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 1.5em 0;
    padding: 20px;
    width: auto;
    max-width: 460px;
    height: auto;
    text-align: left;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    background: #ebf5ff;
    box-shadow: 0 0 12px #99999990;
    border: 10px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    z-index: 6;
  }
  .onayami-inbox_back04:before{
    display: none;
  }

  .onayami-inbox_back05{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 1.5em 0;
    padding: 20px;
    width: auto;
    max-width: 460px;
    height: auto;
    text-align: left;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    background: #f6ffea;
    box-shadow: 0 0 12px #99999990;
    border: 10px solid #fff;
    border-radius: 5px;
    box-sizing: border-box;
    z-index: 5;
  }
  .onayami-inbox_back05:before{
    display: none;
  }
}

/* 解決エリア */
.solution-box{
	position: relative;
	width: 70%;
	margin:20px 0 100px 0;
	z-index: 1;
}
.solution-box h3{
	font-size: 40px;
	background: linear-gradient( to right,  rgba(69,179,224,1) 25%, rgba(102,51,153,1) 75% );
	-webkit-background-clip: text;
	color: transparent;
}
.solution-box h3{
	font-size: 24px;
}
.solution-box p{
	padding: 0 1em;
}
.solution-inbox1{
	display: inline-block;
	margin: 20px 0;
	min-height: 200px;
	z-index: 2;
}
.solution-inbox1_ch{
	display: inline-block;
	vertical-align: top;
	width: 29%;
	padding: 10px;
}
.solution-box h4{
	font-size: 1.3em;
}
.solution-inbox234{
	display: inline-block;
	vertical-align: top;
	width: 29%;
	min-height: 200px;
	margin: 20px 0;
	padding: 10px;
	z-index: 2;
}
.border01{
	display: inline-block;
	vertical-align: middle;
	height: 130px;
	border-left: 1px solid #ccc;
}
.border02{
	display: inline-block;
	vertical-align: middle;
	height: 130px;
	margin-top: 110px;
	border-left: 1px solid #ccc;
}
.solution-numbers{
	position: absolute;
	font-family:  YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-size: 13em;
	color: rgba(51,51,51,0.13);
	line-height: 1em;
	z-index: 1;
}

@media screen and (max-width:980px){
	.solution-inbox1{
		margin: 20px 0 20px 0;
	}
}
@media screen and (max-width:680px){
	.solution-box{
		width: 86%;
	}
	.solution-inbox234{
		display: block;
		width: 100%;
	}
	.solution-inbox1_ch{
		display: block;
		width: 100%;
	}
	.border01{
		display: none;
	}
	.border02{
		display: block;
		height: 0;
		border-left: none;
		border-bottom: 1px solid #ccc;
	}
	.dsp-sp{
		display: none;
	}
}

/* IE11オンリー */
@media all and (-ms-high-contrast: none) {
	.main-img_titlebox{
		text-shadow: 0 0 10px white;
	}
	.main-text_box{
		text-shadow: 0 0 5px white;
	}
	.solution-box h3{
		color: #fff;
		padding-left: 5px;
	}
	.mobile-font_h{
		padding-left: 1em;
	}
	.onayami-inbox_back01{
		margin-right: 20px;
	}
	.onayami-inbox_back02{
		margin-right: 20px;
	}
	.onayami-inbox_back03{
		margin-right: 20px;
	}
	.onayami-inbox_back04{
		margin-right: 20px;
	}
	.onayami-inbox_back05{
		margin-right: 20px;
	}
}

/* レイヤー一番上に */
.layer-top{
	z-index: 999;
}
