@charset "utf-8";

/*
Theme Name: 栗山事務所オリジナルLPオリジナルテーマ
Author: mase
Author URI: http://kensetsugoogle.kuriyamayuko.com/
Description: 2024.2.3
Version: 2.6.8.11
Requires at least: 5.7.0
Requires PHP: 7.4.0
*/

html {scroll-behavior: smooth;}

body {
	font-family: sans-serif;
}

img {
  vertical-align: bottom; /* または vertical-align: top; */
}

table.hikakulayout{
	Width:90%;
	border: solid 2px #f8c7c5;
	text-align:center;
	justify-content: center;
  	align-items: center;
	margin:0 auto;
}
.hikakulayout th{
	font-size:2.0rem;
	color: #FFF;
	padding:8px;
}

.hikakulayout td{
	font-size:1.4rem;
}

table,
table th,
table td {
    border: 2px solid #f8c7c5;
    border-collapse: collapse;
}

.arrow_box{
  position: absolute;    /* relative → absoluteに記述変更 */
  background: #d50606;
  border-radius: 15px;  
  width:45%;
  height:100px;
  color:#fff;
  padding:3px;
  text-align:center;
  font-weight:bold;
  font-size:2.4em;
  top: 100px;           /* 記述追加 重ねたい Y位置を指定 */
  left: 80px;          /* 記述追加 重ねたい X位置を指定 */
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow_box:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(213, 6, 6, 0);
  border-top-color: #d50606;
  border-width: 7px;
 margin-left: -7px;
}
.arrow_box:before {
  border-color: rgba(213, 6, 6, 0);
  border-top-color: #d50606;
  border-width: 8px;
  margin-left: -8px;
}
  
/* ↓↓記述追加 画像、吹き出しの外側のBOXについて記述 */
.item-box {
    position: relative;
    color: #fff;
    display: inline-block;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin-top:0px;
    overflow: hidden;
}
   
.item-box p {
    display: inline;
}

.mainbox{
	width:40%;
	height:30%;
}
p.maintext {
	margin-top:40px;
    position: absolute;
    color: white;/*文字は白に*/
    font-weight: 1200; /*太字に*/
    font-size: 5.5rem;/*サイズ2倍*/
    line-height: 7.0rem;
    top:  15%;
    left: 7%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.headmerit1 {
    position: absolute;
    color: white;/*文字は白に*/
    font-weight: 900; /*太字に*/
    font-size: 4rem;/*サイズ2倍*/
    line-height: 5.0rem;
    top:  40%;
    left: 0%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin:0 auto;
}
.headmerit1text {
    position: absolute;
    color: white;/*文字は白に*/
    font-weight: 900; /*太字に*/
    font-size: 1.9rem;/*サイズ2倍*/
    line-height: 2.0rem;
    top:  35%;
    left: 26%;
    text-align: center;
    justify-content: center;
    align-items: center;
}


.headmerit2 {
    position: absolute;
    color: white;/*文字は白に*/
    font-weight: 900; /*太字に*/
    font-size: 3rem;/*サイズ2倍*/
    line-height: 5.0rem;
    top:  40%;
    left: 18%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin:0 auto;
	/*margin:15px;*/
}
.headmerittext2 {
    position: absolute;
    color: white;/*文字は白に*/
    font-weight: 900; /*太字に*/
    font-size: 1.9rem;/*サイズ2倍*/
    line-height: 2.0rem;
    top:  35%;
    left: 26%;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.headmerit3 {
    position: absolute;
    color: white;/*文字は白に*/
    font-weight: 900; /*太字に*/
    font-size: 3rem;/*サイズ2倍*/
    line-height: 5.0rem;
    top:  40%;
    left: 36%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin:0 auto;
	/*margin:15px;*/
}
.headmerittext3 {
    position: absolute;
    color: white;/*文字は白に*/
    font-weight: 900; /*太字に*/
    font-size: 1.9rem;/*サイズ2倍*/
    line-height: 2.0rem;
    top:  35%;
    left: 26%;
    text-align: center;
    justify-content: center;
    align-items: center;
}
img.merit{
	width:100%;
	max-width:430px;
	height:auto;
}

@media screen and (min-width: 900px) {
	/* 900px以上に適用されるCSS（PC用） */
P.fukidashitext{
	font-size:2.7rem !important;
}
h2.fmidashi{
	font-size:4.0rem;
    text-align:center;
    justify-content: center;
    align-items: center;
}
	
.officetitle{
  font-size:3.7rem;
  color:#f19c9f;
}
.officedetail	{
	padding: 0px 60px 0px 80px;
}
	
img.tyuuou{
  text-align:center;
  justify-content: center;
  align-items: center;
  margin:0 auto;
  width:70%;
  display: flex;
}
.interview-box {
  position: relative;
}
.interview-box img {
  width: 70%; /* divの幅に対する割合 */
  z-index:20;
}
.interview-box p {
  position: absolute;
  left: 23%;
  top: 4%;
  width: 60%;
  height: 100%;
  justify-content: left;
  align-items: left;
  text-align:justify;
  font-size:2.2rem;
  margin:0 auto;
  z-index:21;
  line-height: 3.6rem;
}
.areatext-titlebox p {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  font-size:2.7rem;
}
	.area-box2 {
  position: absolute;
  left: 9%;
  top: 0%;
  width: 60%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align:center;
  z-index:2;
}
	.area-box2 p {
	font-size:2.7rem;
}
	.normalsentense2{
	line-height: 1.5;
	margin:5px;
	font-size:3.4rem;
	color:#2B2B2B;
	text-align:center;
}
	.normalsentense3{
	line-height: 1.5;
	margin:5px;
	font-size:3.0rem;
	color:#2B2B2B;
	text-align:center;
}
	.normalsentense4{
	line-height: 1.5;
	margin:5px;
	font-size:2.4rem;
	color:#2B2B2B;
	text-align:center;
}
	
	.normalsentense5{
	line-height: 1.5;
	margin:5px;
	font-size:3.2rem;
	text-align:center;
	font-weight:bold;
}
	.normalsentense6{
	line-height: 1.5;
	font-size:3.2rem;
	text-align:center;
	font-weight:bold;
}
	.normalsentense7{
	line-height: 1.5;
	font-size:2.4rem; 
	font-weight:bold;
}
	.normalsentense8{
	line-height: 1.5;
	font-size:3.4rem;
	font-weight:bold;
}
	.normalsentense9{
	line-height: 1.5;
	font-size:8.4rem; 
	font-weight:bold;
}
	.normalsentense10{
	line-height: 1.5;
	font-size:2.4rem; 
	font-weight:bold;
}
	.normalsentense11{
	line-height: 1.5;
	font-size:2.4rem; 
	font-weight:bold;
}
	.normaltitle{
	line-height: 1.5;
	font-size:3.2rem;
	text-align:center;
	font-weight:bold;
}
	.reviewtitle{
	line-height: 1.5;
	font-size:2.4rem;
	text-align:center;
	font-weight:bold;
}

	.review-sentense2{
  font-size:2.4rem;
  color:#424343;
  font-weight:bold;
}
	.review-sentense3{
	  font-size:4.4rem;
	  color:#da4e82;
	  font-weight:bold;
	}
	.review-sentense4{
	  font-size:2.8rem;
	  color:#424343;
	  font-weight:bold;
	}
	.review-sentense5{
	  font-size:4.4rem;
	  color:#da4e82;
	  font-weight:bold;
	}
	.review-sentense6{
	  font-size:3.4rem;
	  color:#424343;
	  font-weight:bold;
	}
P.rate-sheet {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:left;
  line-height: 1.4;
  font-weight:bold;
  font-size:1.4rem;
}
  .rate-sentense{
	font-size:1.6rem;
	text-align:center;
	line-height:1.4;
	font-weight:bold;
	color:#e60012;
}
	.areatext-titlebox h2 {
	  position: absolute;
	  left: 0;
	  top: 0%;
	  width: 100%;
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  text-align:center;
		font-size:5.4rem;
		color:#FFF;
	}
	div.midashi{
		background-color:#f8c7c5;
		padding:40px;
		text-align:center;
		font-size:2.4rem;
		line-height: 1.5;
}	
	.reason-textsub1{
		font-size:6.4rem; 
}
	.reason-textsub2{
		font-size:8.4rem;
}
	.reason-textsub3{
		font-size:4.4rem;
}
	P.reason-text4 {
	  position: absolute;
	  left: 0;
	  top: 0%;
	  width: 100%;
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  text-align:center;
	  color: #FFF;
		text-shadow: 0 0 10px #424343,
		0 0 20px #424343,
		0 0 30px #424343,
		0 0 40px #424343,
		0 0 50px #424343,
		0 0 60px #424343,
		0 0 70px #424343;
		font-size:4.4rem;
}
.induction-text3 P {
  position: absolute;
  margin-left:10px;
  left: 10%;
  top: 17%;
  width: 60%;
  height: 60%;
  text-align: justify;
  justify-content: center;
  align-items: center;
  z-index:17;
  line-height: 1.5;
}
}

@media screen and (max-width: 768px) {
	/* 768px以下に適用されるCSS（スマホ用） */
img {
max-width: 100%;
height: auto;
}
	.induction-text3 P {
  position: absolute;
  margin-left:10px;
  left: 5%;
  top: 17%;
  width: 65%;
  height: 60%;
  text-align: justify;
  justify-content: center;
  align-items: center;
  z-index:17;
  line-height: 1.5;
}
	
	P.fukidashitext{
		font-size:13px !important;
	}
	h2.fmidashi{
		font-size:45px;
		text-align:center;
		justify-content: center;
		align-items: center;
	}
	.officetitle{
  font-size:26px;
  color:#f19c9f;
	}
	.officedetail	{
		padding: 0px 20px 0px 20px;
	}

	img.tyuuou{
	  text-align:center;
	  justify-content: center;
	  align-items: center;
	  margin:0 auto;
	  width:100%;
	  display: flex;
	}	
	.interview-box {
	  position: relative;
	}
	.interview-box img {
	  width: 100%; /* divの幅に対する割合 */
	  z-index:20;
	}
	.interview-box p {
	  position: absolute;
	  left: 6%;
	  top: 4%;
	  width: 90%;
	  height: 100%;
	  justify-content: left;
	  align-items: left;
	  text-align:justify;
	  font-size:14px;
	  margin:0 auto;
	  z-index:21;
	  line-height: 19px;
	}
	.arrow_box{
  position: absolute;    /* relative → absoluteに記述変更 */
  background: #d50606;
  border-radius: 15px;  
  width:65%;
  height:50px;
  color:#fff;
  padding:3px;
  text-align:center;
  font-weight:bold;
  font-size:1.0em;
  top: 15px;           /* 記述追加 重ねたい Y位置を指定 */
  left: 10px;          /* 記述追加 重ねたい X位置を指定 */
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow_box:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(213, 6, 6, 0);
  border-top-color: #d50606;
  border-width: 7px;
 margin-left: -7px;
}
.arrow_box:before {
  border-color: rgba(213, 6, 6, 0);
  border-top-color: #d50606;
  border-width: 8px;
  margin-left: -8px;
}	
	p.maintext {
	margin-top:40px;
    position: absolute;
    color: white;/*文字は白に*/
    font-weight: 1200; /*太字に*/
    font-size: 2.0rem;/*サイズ2倍*/
    line-height: 2.5rem;
    top:  9%;
    left: 3%;
    text-align: center;
    justify-content: center;
    align-items: center;
}
	
	.headmerit1 {
    position: absolute;
    color: white;/*文字は白に*/
    font-weight: 900; /*太字に*/
    font-size: 6rem;/*サイズ2倍*/
    line-height: 5.0rem;
    top:  43%;
    left: -6%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin:0 auto;
}
.headmerit1text {
    position: absolute;
    color: white;/*文字は白に*/
    font-weight: 900; /*太字に*/
    font-size: 11px;/*サイズ2倍*/
    line-height: 1.2;
    top:  35%;
    left: 25%;
    text-align: center;
    justify-content: center;
    align-items: center;
}


.headmerit2 {
    position: absolute;
    color: white;/*文字は白に*/
    font-weight: 900; /*太字に*/
    font-size: 3rem;/*サイズ2倍*/
    line-height: 5.0rem;
    top:  43%;
    left: 17%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin:0 auto;
	/*margin:15px;*/
}
.headmerittext2 {
    position: absolute;
    color: white;/*文字は白に*/
    font-weight: 900; /*太字に*/
    font-size: 11px;/*サイズ2倍*/
    line-height: 1.2;
    top:  31%;
    left: 25%;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.headmerit3 {
    position: absolute;
    color: white;/*文字は白に*/
    font-weight: 900; /*太字に*/
    font-size: 3rem;/*サイズ2倍*/
    line-height: 5.0rem;
    top:  43%;
    left: 40%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin:0 auto;
	/*margin:15px;*/
}
.headmerittext3 {
    position: absolute;
    color: white;/*文字は白に*/
    font-weight: 900; /*太字に*/
    font-size: 11px;/*サイズ2倍*/
    line-height: 1.2;
    top:  31%;
    left: 25%;
    text-align: center;
    justify-content: center;
    align-items: center;
}
img.merit{
	width:100%;
	max-width:150px;
	height:auto;
}
	.areatext-titlebox p {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  font-size:17px;
}
	.area-box2 {
  position: absolute;
  left: 8%;
  top: 0%;
  width: 60%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align:center;
  z-index:2;
  font-size:13px;
}
	.fukidasi-box1{
  position: absolute;
  display: flex;
  width: 35%; /* divの幅に対する割合 */
  top: 30%;
  z-index:3;
  align-items: center;
  text-align:center;
}
	.fukidasi-box2{
  position: absolute;
  display: flex;
  width: 35%; /* divの幅に対する割合 */
  left: 23%;
  top: 10%;
  z-index:5;
  align-items: center;
  text-align:center;
}
	.fukidasi-box3{
  position: absolute;
  display: flex;
  width: 35%; /* divの幅に対する割合 */
  right: 24%;
  top: 10%;
  z-index:7;
  align-items: center;
  text-align:center;
}
	.fukidasi-box4{
  position: absolute;
  display: flex;
  width: 35%; /* divの幅に対する割合 */
  right: 1%;
  top: 30%;
  z-index:9;
  align-items: center;
  text-align:center;
}
	.normalsentense2{
	line-height: 1.5;
	margin:5px;
	font-size:28px;
	color:#2B2B2B;
	text-align:center;
}
	.normalsentense3{
	line-height: 1.5;
	margin:5px;
	font-size:26px;
	color:#2B2B2B;
	text-align:center;
}
	.normalsentense4{
	line-height: 1.5;
	margin:5px;
	font-size:17px;
	color:#2B2B2B;
	text-align:center;
}
	.normalsentense5{
	line-height: 1.5;
	margin:5px;
	font-size:27px;
	text-align:center;
	font-weight:bold;
}
	.normalsentense6{
	line-height: 1.5;
	font-size:17px;
	text-align:center;
	font-weight:bold;
}
	.normalsentense7{
	line-height: 1.5;
	font-size:18px;
	font-weight:bold;
}
	.normalsentense8{
	line-height: 1.5;
	font-size:23px;
	font-weight:bold;
}
	.normalsentense9{
	line-height: 1.5;
	font-size:57px; 
	font-weight:bold;
}
	.normalsentense10{
	line-height: 1.5;
	font-size:18px; 
	font-weight:bold;
}
	.normalsentense11{
	line-height: 1.5;
	font-size:14px; 
	font-weight:bold;
}
	.normaltitle{
	line-height: 1.5;
	font-size:42px;
	text-align:center;
	font-weight:bold;
}
	.reviewtitle{
	line-height: 1.5;
	font-size:23px;
	text-align:center;
	font-weight:bold;
}
	.review-sentense2{
	  font-size:14px;
	  color:#424343;
	  font-weight:bold;
	}
	.review-sentense3{
	  font-size:33px;
	  color:#da4e82;
	  font-weight:bold;
	}
	.review-sentense4{
	  font-size:15px;
	  color:#424343;
	  font-weight:bold;
	  letter-spacing:-2px;
	}
	.review-sentense5{
	  font-size:33px;
	  color:#da4e82;
	  font-weight:bold;
	  letter-spacing:-2px;
	}
	.review-sentense6{
	  font-size:22px;
	  color:#424343;
	  font-weight:bold;
	}
P.rate-sheet {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:left;
  line-height: 1.4;
  font-weight:bold;
  font-size:8px;
}
  .rate-sentense{
	font-size:13px;
	text-align:center;
	line-height:1.4;
	font-weight:bold;
	color:#e60012;
}
	.areatext-titlebox h2 {
	  position: absolute;
	  left: 0;
	  top: 0%;
	  width: 100%;
	  height: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  text-align:center;
		font-size:3.0rem;
		color:#FFF;
	}
	div.midashi{
		background-color:#f8c7c5;
		padding:10px;
		text-align:center;
		font-size:28px;
		line-height: 1.5;
}		
	.reason-textsub1{
		font-size:50px; 
}
	span.reason-textsub2{
		font-size:65px !important;
}
	span.reason-textsub3{
		font-size:40px !important;
}
	P.reason-text4 {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  color: #FFF;
    text-shadow: 0 0 10px #424343,
    0 0 20px #424343,
    0 0 30px #424343,
    0 0 40px #424343,
    0 0 50px #424343,
    0 0 60px #424343,
    0 0 70px #424343;
	font-size:1.6rem;
}
	
table.hikakulayout{
	Width:100% !important;
	border: solid 2px #f8c7c5;
	text-align:center;
	justify-content: center;
  	align-items: center;
	margin:0 auto;
}
.hikakulayout th{
	font-size:18px !important;
	color: #FFF;
	padding:8px;
}

.hikakulayout td{
	font-size:11px !important;
}
}

.back{
　text-align: center;
  width:100%;
  object-fit: cover;
  object-position: 0% 100%;
  vertical-align: bottom;
  position:relative;
}
.fuchidori {
  color: #ff9e9e;
  -webkit-text-stroke: 0px #FFF;
  text-stroke: 5px #FFF;
  text-shadow:2px 2px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.fuchidori2 {
  color: #FFF;
  -webkit-text-stroke: 0px #f29494;
  text-stroke: 5px #f29494;
  text-shadow:3px 3px 0 #f29494, -1px -1px 0 #f29494,
              -1px 3px 0 #f29494, 3px -1px 0 #f29494,
              0px 3px 0 #f29494,  0-1px 0 #f29494,
              -1px 0 0 #f29494, 3px 0 0 #f29494;
}


div.areatext-titlebox {
  position: relative;
}
.areatext-titlebox img {
  width: 100%; /* divの幅に対する割合 */
}

.area-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.area-box img {
  width: 100%; /* divの幅に対する割合 */
  z-index:1;
}

.normalsentense{
	line-height: 1.5;
	margin:5px;
}

.fukidasi-box1{
  position: absolute;
  display: flex;
  width: 38%; /* divの幅に対する割合 */
  top: 45%;
  z-index:3;
  align-items: center;
  text-align:center;
}
.fukidasi-boxtext1{
  position: absolute;
  display: flex;
  width: 100%; /* divの幅に対する割合 */
  top: 40%;
  z-index:3;
  align-items: center;
  text-align:center;
}
/*
P.fukidasi-box1 {
  position: absolute;
  left: -38%;
  top: -10%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align:center;
  z-index:4;
}
*/
.fukidasi-box2{
  position: absolute;
  display: flex;
  width: 41%; /* divの幅に対する割合 */
  left: 13%;
  top: 3%;
  z-index:5;
  align-items: center;
  text-align:center;
}
.fukidasi-boxtext2{
  position: absolute;
  display: flex;
  width: 100%; /* divの幅に対する割合 */
  top: 46%;
  z-index:5;
  align-items: center;
  text-align:center;
}
/*P.fukidasi-box2 {
  position: absolute;
  left: -15%;
  top: -30%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align:center;
  z-index:6;
}
*/
.fukidasi-box3{
  position: absolute;
  display: flex;
  width: 42%; /* divの幅に対する割合 */
  right: 5%;
  top: 3%;
  z-index:7;
  align-items: center;
  text-align:center;
}
.fukidasi-boxtext3{
  position: absolute;
  display: flex;
  width: 100%; /* divの幅に対する割合 */
  top: 45%;
  z-index:7;
  align-items: center;
  text-align:center;
}
/*P.fukidasi-box3 {
  position: absolute;
  left: 14%;
  top: -30%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align:center;
  z-index:8;
}
*/
.fukidasi-box4{
  position: absolute;
  display: flex;
  width: 42%; /* divの幅に対する割合 */
  right: 1%;
  top: 46%;
  z-index:9;
  align-items: center;
  text-align:center;
}

.fukidasi-boxtext4{
  position: absolute;
  display: flex;
  width: 100%; /* divの幅に対する割合 */
  top: 49%;
  z-index:9;
  align-items: center;
  text-align:center;
}
/*P.fukidasi-box4 {
  position: absolute;
  left: 37%;
  top: -10%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align:center;
  z-index:10;
}
*/
/* 波状の線（黄色） */
.wave-border-yellow {
    text-decoration:underline wavy #f9f298 6px;
}

/* 波状の線（黄色） */
.wave-border-white {
	text-decoration:underline wavy #FFF 6px;
}

div.rate-sheet {
  position: relative;
}

.rate-sheet img {
  width: 100%; /* divの幅に対する割合 */
}

div.reason-text {
  position: relative;
  line-height: 1.2;
}
.reason-text img {
  width: 100%; /* divの幅に対する割合 */
  z-index:11;
}
.reason-text1 {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  z-index:12;
}

P.reason-text2 {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  z-index:12;
}
P.reason-text3 {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  z-index:12;
}

P.reason-text5 {
  position: absolute;
  left: 0;
  top: -10%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
  color: #000;
    text-shadow: 0 0 10px #FFF,
    0 0 20px #FFF,
    0 0 30px #FFF,
    0 0 40px #FFF,
    0 0 50px #FFF,
    0 0 60px #FFF,
    0 0 70px #FFF;
}
div.contact{
	display: flex;
  	justify-content: center;
  	align-items: center;
  	text-align:center;
}

div.reasonbox{
	width:100%;
	background-color:#f8c7c5;
	z-index:13;
    display: flex;
}
div.reasonbox-sub{
	padding:0px;
	width:90%;
	height:100%;
	margin:0 auto;
	margin-bottom: 30px;
	background-color:#FFF;
	border-radius:0px 0px 30px 30px;
	justify-content: center;
  	align-items: center;
  	text-align:center;
	z-index:14;
}
.reasonbox-sub P{
	/*margin:5%; */
	text-align:center;
	z-index:15;
}
.reasonbox-sub img{
	width:50%;
	margin:0 auto;
	justify-content: center;
  	align-items: center;
  	text-align:center;
	z-index:15;
}

img.reason-seardarea{
	width:80%;
	margin:0 auto;
	justify-content: center;
  	align-items: center;
  	text-align:center;
	z-index:15;
}


.induction-text1 {
  position: relative;
}
.induction-text1 img {
  width: 100%; /* divの幅に対する割合 */
  z-index:16;
}

.induction-text2 {
  position: relative;
}
.induction-text2 img {
  width: 100%; /* divの幅に対する割合 */
  z-index:16;
}
.induction-text4 P {
  position: absolute;
  left: 5%;
  top: 30%;
  width: 75%;
  height: 50%;
  text-align: justify;
  justify-content: center;
  align-items: center;
  z-index:17;
  line-height: 1.5;
}


div.hikakubox{
	width:100%;
	background-image:url(https://kensetsu.kuriyamayuko.com/wp-content/uploads/2024/01/栗山行政書士LP画比較表（背景）-scaled.webp);
	z-index:13;
    display: flex;
}
div.hikakubox-sub{
	padding:10px;
	width:90%;
	height:100%;
	margin:0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color:#FFF;
	justify-content: center;
  	align-items: center;
  	text-align:center;
	z-index:14;
    line-height: 1.5;
}
.hikakubox-sub P{
	text-align:center;
	z-index:15;
}
.hikakubox-sub img{
	width:50%;
	margin:0 auto;
	justify-content: center;
  	align-items: center;
  	text-align:center;
	z-index:15;
}

a.actbutton:hover {
	opacity: 0.5 ;
}


/*吹き出し  アイコン  左寄せ*/
.fukidashi1 {
  width: 95%;
  margin: 12px 14px;
  overflow: hidden;
}

.fukidashi1 .icon {
  float: left;
  margin-right: -70px;
  width: 70px;

}

.fukidashi1 .icon .wphg{
  width: 70px;
  height: 70px;
}

.fukidashi1 .icon img{
  width: 100%;
  height: auto;
  border: solid 3px #fcdbdc;
  /*0%：四角  10%～:角丸  50%:円*/
  border-radius: 30%;
}

.fukidashi1 .iconfont {
  padding-top:7px;
  font-size:10px;
  text-align:center
}

.fukidashi1 .bubble {
  display: inline-block;
  position: relative; 
  margin: 25px 20px 10px 95px;
  padding: 13px;
  border-radius: 25px;
  max-width: 500px;  
  background-color: #fcdbdc;
  border-bottom: solid 5px #ccc;

}

.fukidashi1 .bubble:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13px; 
  left: -14px;
  border-style: solid;
  border-width: 0 24px 17px 0;
  border-color: transparent #fcdbdc;
}


/*吹き出し  アイコン  右寄せ*/
.fukidashi2 {
  width: 97%;
  margin: 12px 14px ;
  overflow: hidden;
  display:flex;
  justify-content: flex-start;
}

.fukidashi2{
  justify-content:flex-end;
}

.fukidashi2 .icon {
  display: inline-block;
  order:2 !important;
  margin-left: -70px;
  margin-right: 10px;
  width: 70px;
}

.fukidashi2 .icon img{
  width: 70px;
  height: 70px;
  border: solid 3px #4CC764;
  /*0%：四角  10%～:角丸  50%:円*/
  border-radius: 30%;
}

.fukidashi2 .icon .wphg{
  width: 70px;
  height: 70px;
}

.fukidashi2 .iconfont {
  padding-top:7px;
  font-size:10px;
  text-align:center
}

.fukidashi2 .bubble {
  float: left;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 25px 90px 30px 20px;
  padding: 13px;
  border-radius: 25px;
  max-width: 500px;
  
	background-color: #4CC764;
  border-bottom: solid 5px #ccc;
  
}

.fukidashi2 .bubble:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13px; 
  right: -15px;
  border-style: solid;
  border-width: 17px 19px 0 0;
  border-color: #4CC764 transparent;
}

/* 診断サイトデザイン */

.movebutton {
    animation-name: imagebutton;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

@keyframes imagebutton {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}

li.q3box{
margin:3%;
}

div.container{
  display:flex;
  justify-content: center;
  align-items: center;
}

p.shinetext{
  padding: 10px 0;
  margin: 0;
  font-size: 80px;
  font-weight: bold;
  background-image: linear-gradient(
    70deg,
    #dc143c 45%, /* font color */
    #FFF 50%,
    #dc143c 55% /* font color */
  );
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 2s infinite;
}

@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}



/* form-nav */

  ul.icon {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  li.icon {
    list-style: none;
  }

.progressbar {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
}
.progressbar .item {
    position: relative;
    width: 14%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

@media screen and (max-width: 767px) {
.progressbar .item {
    font-size: 11px;
    line-height: 1.4;
    padding: 10px 0;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
}
}

/* active */

.progressbar .item.active {
    z-index: 1;
    background: #003b83;
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: #003b83;
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}


.flex {
  display: flex; /*横並び*/
  margin: 3%;
}

.choose_box {
  position: relative;
  width: 100%;
}
.choose_box p {
 /* margin-top: 5%; */
 /* margin-bottom: 10%; */
    font-size: 20px;
  display: block;
    font-weight: 600;
    text-align: center;
  }

.choose_box li {
  display: inline-block;
  width: 85%;
  margin-top: 30px;
  list-style: none;
}

ul.q1 {
 /* margin-left: 10%; */
  margin-left: 0%;
  padding-left: 0;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center; /* Safari */
}

ul.q2 {
 /* margin-left: 10%; */
 /*   margin-left: 5%; */
  padding-left: 0;
  width: 60%;
}

.fitbutton {
  display: flex;
  justify-content: center; 
  -webkit-justify-content: center; /* Safari */
}

.q2fit{
margin-left:6%;
}

/* スマホ用のCSS */
@media (max-width: 390px){

.q2fit{
margin-left:0%;
}

}

.choose_box ul li a {
  display: flex;
  justify-content: center; 
  margin: 0;
  width: 85%;
  color: #fff;
/*  display: block; */
  padding: 10px 10px;
  text-align: center;
  background-color: #003b83;
  font-weight: 600;
  font-size: 12px;
  border: 2px solid #003b83;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0px 5px #2e2e2e;
}

.choose_box ul li a:hover {
    background-color: #fff;
    color: #003b83;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.app-theme p {
  color: #2791d4;
  margin-bottom: 5%;
  margin-top: 5%;
}

.fit {
  position: relative;
  left: 0px;
 /* top: 20px; */
  width: 100%;
  height:auto;
  background-image: url("https://life-vision.biz/wp-content/uploads/2023/08/背景1.png");
  background-size:cover; 
  padding-bottom: 20px;
}

.fit p {
  margin-top: 5%;
 /* margin-bottom: 10%; */
    font-size: 14px;
    display: block;
    font-weight: 600;
    text-align: center;
  }




.result_type0 h4 {
    width: 80%;
    margin: auto;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  background-color: #10c010;
  }

.result_type1 h4 {
    width: 80%;
    margin: auto;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    text-align: center;
  background-color: #DC143C;
  }



.result_theme p  {
    margin-top: 5%;
    margin-bottom: 2%;
    text-align: center;
}


.result_discription0 {
    text-align: center;
    margin-bottom: 5%;
}
.result_discription1 {
    text-align: center;
    margin-bottom: 5%;
}
.result_discription0 h2 {
    color: #000;
    text-align: center;
}

.result_discription1 h2 {
    color: #000;
    text-align: center;
}


.result_discription0 p {
    font-family: "游ゴシック体", YuGothic;
    margin-left: 5%;
    margin-right: 5%;
    width: 70%;
    padding: 20px;
    text-align: left;
    border: 1px solid #10c010;
    color: #303030;
    font-size: 16px;
    line-height: 35px;
    box-shadow: 0px 5px 1px #10c010;
    border-radius: 5px;
  }
.result_discription1 p {
    font-family: "游ゴシック体", YuGothic;
    margin-left: 5%;
    margin-right: 5%;
    width: 70%;
    padding: 20px;
    text-align: left;
    border: 1px solid #DC143C;
    color: #303030;
    font-size: 16px;
    line-height: 35px;
    box-shadow: 0px 5px 1px #DC143C;
    border-radius: 5px;
  }

.return-btn {
  margin-top: 5%;
    margin-left: 35%;
    margin-right: 35%;
    width: 30%;
    margin-bottom: 100px;
}
.return {
  display: inline-block;
  text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #2791d4;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #2791d4 ;
}

.return:hover {
    border: 1px solid #2791d4 ;
    background-color: #fff;
    color: #2791d4;
    transition: 0.5s;
}



bbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}.clearfix::after {content: "";display: block;clear: both;}

li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#717070;
}
a:hover{
	opacity:0.6;
}
#wrap{
	overflow:hidden;
	width: 100vw;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
}
.inline{
	display:inline-block;
}
.left{
	float:left;
}
.right{
	float:right;
}
.pc{
	display:block;
}
.sp{
	display:none;
}
.in{
	width:100%;
	margin:0 auto;
	position: relative;
    border: solid 1px #9d9d9d;
}
.in_in{
	width:100%;
	margin:0 auto;
	position: relative;
}
.flex{
	display: flex;
}
.flex_w{
	flex-wrap: wrap;
}
.palt{
	font-feature-settings: "palt";
}
.cp_logo{
	font-family: corporate-logo-ver2, sans-serif;
	font-style: normal;
}
.italic{
	font-style: italic;
}
.bg_ttl{
	background-image:  url(../images/ttl_bg@x2.jpg);
	background-size: cover;
	padding: 80px 0 160px;
}
.bg_ttl h2{
	font-size: 5rem;
	text-align: center;
	color: #fff;
	line-height: 1.25;
	font-weight: 700;
}
.bg_ttl h2 span{
	color: #ffcb00;
}
.bg_ttl .sub_ttl{
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	display: table;
	margin:0 auto 20px;
}
.bg_ttl .sub_ttl::after{
	width: 100%;
	height: 35px;
	background-image:  url(../images/sub_ttl_line@x2.png);
	background-size: cover;
	content: "";
	display: block;
}
.bg_ttl .lead{
	color: #fff;
	margin:40px auto 40px;
	text-align: center;
}

.ar_ttl::after{
	width: 180px;
	height: 16px;
	background-image:  url(../images/ttl_arrow.png);
	background-size: cover;
	content: "";
	display: block;
	margin:20px auto 0;
}
.ar_ttl_bl::after{
	width: 180px;
	height: 16px;
	background-image:  url(../images/ttl_arrow_bl.png);
	background-size: cover;
	content: "";
	display: block;
	margin:20px auto 0;
}

@media screen and (max-width: 750px) {

.pc{
	display:none;
}

.sp{
	display:block;
}
.in,.in_in{
  width: 97%;
  margin: 0 auto;
}
.flex_w_sp{
	flex-wrap: wrap;
}

.bg_ttl .sub_ttl{
	font-size: 2.8rem;
	line-height: 1.25;
}
.bg_ttl .sub_ttl::after{
	margin-top: 10px;
}
.bg_ttl h2{
	padding: 0 5%;
	font-size: 3.4rem;
}

}

#header{
	position:absolute;
	z-index: 999;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 0;
	background: rgba(255,255,255,0);
	transition: 0.5s;
}
.header_w{
	justify-content:center;
	align-items: center;
	width: 90%;
}
.h_btns{
	align-items: center;
}
.h_btns a{
	display: block;
	margin-left: 15px;
}

@media screen and (max-width: 750px) {
	#header{
		padding: 10px;
		position:absolute;
	}
	.header_w{
		justify-content: center;
	}
	.logo img{
		width: 130px;
	}
	.h_btns{
		display: none;
	}

	.h_btns a.h_tel{
		display: none;
	}
	.h_btns a.h_btn{
		display: none;
	}
}



.cta{
	background: #222a85;
}
.cta .flex{
	align-items:center;
}
.cta .flex a{
	margin:0 10px;
}
.bg_cta .in{
	background-image:  url(../images/cta_bg@x2.png);
	justify-content: flex-end;
	background-repeat: no-repeat;
	background-size: contain;
}
.bg_cta .cta_w{
	padding: 40px 0;
}
.center_cta h2{
	text-align: center;
	margin-bottom: 20px;
}
.center_cta .flex{
	justify-content: center;
}
@media screen and (max-width: 750px) {
	.bg_cta .in{
		background-image:none;
	}
}

.imgtxt{
	margin-bottom: 60px;
}
.imgtxt h2{
	color:#222a85;
	font-size: 2.4rem;
	text-align: left;
	line-height: 1.25;
	margin-bottom: 20px;
}
.imgtxt .utxt{
	color:#d8222a;
	font-size: 3.5rem;
	text-align: left;
	line-height: 1.25;
	margin-bottom: 20px;
	font-weight: 700;
	margin-top: 20px;
}
@media screen and (max-width: 750px) {
	.imgtxt h2{

	}
}


#result{
	background: #222a85;
	padding: 80px 0;
}
#result h2{
	font-size: 3.6rem;
	text-align: center;
	line-height: 1;
	color: #fff;
	margin-bottom: 60px;
}
.slide_w{
	position: relative;
	margin-bottom: 50px;
}
.result_i{
	background: #fff;
	width: 1000px;
}
.result_i_fx{
	padding: 20px;
}
.result_i_fx .imgarea{
	margin-right: 20px;
	flex-shrink: 0;
}
.result_i_fx .txtarea{
	width: 100%;
}
.result_i_fx .result_i_head{
	padding-bottom: 10px;
	margin-bottom: 20px;
  border-bottom: 2px solid #222a85;
}
.result_i_fx .result_i_head{
	align-items: center;
}
.result_i_fx .result_i_head h3 {
    font-size: 3.2rem;
    color: #222a85;
    font-weight: 700;
		margin-right: 10px;
}
.result_i_fx .result_i_head .p {
	font-size: 1.8rem;
	font-weight: 700;
}
.result_table_row{
	background: #e8e9f3;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: 700;
}
.result_table_row dt,
.result_table_row dd{
	margin-right: 20px;
}
.result_table_row dt{
	color: #222a85;
}
.result_table_row .pr{
	color: #bd1e1e;
}
.result_num{
	font-size: 3.0rem;
	color: #ffcb00;
	background: #bd1e1e;
	font-weight: 700;
	text-align: center;
}
#result .cta h2{
	margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
	.result_i{
		width: 100%;
	}
	.result_i_fx .imgarea{
		flex-shrink: unset;
		margin-right: 0px;
	}
	.result_table_row{
		flex-wrap: wrap;
	}
	.result_table_row dt{
		width: 100%;
	}
}


.promise_w{
	position: relative;
	top:-100px;
	justify-content: space-between;
}
.promise_i{
	background: #fff;
	padding:50px 30px 30px;
	width: 32%;
	box-sizing: border-box;
	border: 1px solid #9d9d9d;
	position: relative;
}
.promise_i .num{
	font-size: 1.6rem;
	font-weight: 900;
	color: #fff;
	background: #bd1e1e;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	position: absolute;
	top:-25px;
	left: 50%;
	transform: translate(-50%,0);
}
.promise_i .imgarea{
	margin-bottom: 20px;
	justify-content: center;
}
.promise_i .txtarea h3{
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.25;
	margin-bottom: 20px;
	color: #222a85;
}
@media screen and (max-width: 750px) {
	.promise_i{
		width: 100%;
		margin-bottom: 50px;
	}
	.promise_i:nth-last-of-type(1){
		margin-bottom: 0;
	}
}



#faq{
	padding: 80px 0;
}
#faq h2{
	font-size: 3.6rem;
	text-align: center;
	line-height: 1;
	color: #222a85;
	margin-bottom: 60px;
}
.faq_i{
	background: #edf0f7;
	padding: 10px 20px;
	margin-bottom: 10px;
}
.faq_i .flex{
	align-items: center;
}
.faq_i .ico{
	font-size: 3.6rem;
	color: #3855a4;
	margin-right: 20px;
	flex-shrink: 0;
}
.faq_i dt,.faq_i dd{
	padding: 10px;
	position: relative;
}
.faq_i dt{
	cursor: pointer;
}
.faq_i dt::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #3855a4;
	border-bottom: 1px solid #3855a4;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0,-50%) rotate(-45deg);
}
.faq_i dd{
	border-top: 1px solid #3855a4;
	display: none;
}
.faq_i h3{
	font-size: 1.8rem;
	color: #3855a4;
}
@media screen and (max-width: 750px) {
}



#form{
	position: relative;
	/* top: -100px; */

}
#form .in{
	border: 1px solid #9d9d9d;
	background: #fff;
}
.form_ttl_w{
	display: flex;
	justify-content: center;
	background: #d38181;
}
.form_w{
	background: #fff;
}
.form_ttl_w{
	padding: 15px 0;
	align-items: center;
}
.form_ttl_w h2{
	font-size: 2.6rem;
	font-weight: 700;
	color: #fff;
}
.form_ttl_w .one{
	background: #fff;
	border-radius: 100px;
	padding: 10px 10px;
	margin-right: 10px;
	/* font-size: 1.6rem; */
	/* color: #222a85; */
	color: #d38181;
	font-weight: 600;
	line-height: 1;
}
.form_ttl_w .one .red{
	color: #d8222a;
}
.form_ttl_w .one .navy{
	color: #222a85;
}
.form_ttl_w .one .b{
	font-size: 2.4rem;
}
.step {
	justify-content: space-between;
	padding: 50px 30px;
}
.step_in{
    width: 18%;
    /* background: #222a85; */
    background: #d38181;
    border-radius: 100px;
    opacity: 0.6;
    position: relative;
		padding: 10px;
		color:#fff;
		font-weight: 700;
		box-sizing: border-box;
		text-align: center;
}
.step_in span{
	display: inline-block;
}
.step_in::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
   /* border-color: transparent transparent transparent #222a85; */
    border-color: transparent transparent transparent #d38181;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translate(0,-50%);
}
.step_in:nth-last-child(1):after{
	display: none;
}
.step_in.active {
    opacity: 1;
}
.form_i_w{
	width: 90%;
	margin: auto;
	overflow: hidden;
	border-top: 1px solid #bababa;
}
.form_ii_w{
	display: flex;
	flex-wrap: nowrap;
	justify-content: unset;
	position: relative;
	transition: 0.5s;
	position: relative;
	left: 0;
}
.step_w {
    padding: 30px 5px 50px;
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
		transition: 0.5s;
}
.step_w.step_02{
	position: absolute;
	left: 100%;
}
.step_w.step_03{
	position: absolute;
	left: 200%;
}
.step_w.step_04{
	position: absolute;
	left: 300%;
}
.step_w.step_05{
	position: absolute;
	left: 400%;
}
.step_w h2{
	font-size: 2.4rem;
	text-align: center;
	/* color: #222a85; */
	color: #d38181;
    margin-bottom: 40px;
}

.radio_ww {
    justify-content: space-between;
}
.radio_w{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #757575;
  width: 23%;
  margin-bottom: 4%;
  padding: 10px;
  box-sizing: border-box;
	align-items: center;
  height: 80px;
}
.radio_w .imgarea{
	margin-right: 20px;
}
.radio_ww input[type="radio"]{
  display: none;
}
.radio_ww input[type="radio"]:checked + label{
	border: 2px solid #222a85;
	color: #222a85;
	background: #dfe2fe;
}
.radio_ww input[type="radio"]:checked + label:hover{
	cursor: pointer;
}
.radio_i_w{
	align-items: center;
	font-weight: bold;
	color: #757575;
}
.radio_ww input[type="radio"]:checked + label .radio_i_w{
	color: #222a85;
}
.step_btn_w{
  display: flex;
  justify-content: space-between;
}
.step_btn_w.c{
	justify-content: center;
}
.step_btn_w .step_btn_prev{
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
  background: #6b6b6b;
  border-radius: 100px;
  text-align:center;
  color: #fff;
  font-weight: bold;
}
.step_btn_w .step_btn_next{
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
/*  background: #d8222a; */
  background: #222a85;
  border: none;
  border-radius: 100px;
  text-align:center;
  color: #fff;
  font-weight: bold;
}
.step_btn_next:hover,
.step_btn_prev:hover{
	cursor: pointer;
	opacity: 0.6;
}
.info_w{
	margin-bottom:40px;
}
.info_w .input_w{
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
}
.input_w input{
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}
.input_w select{
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}
.input_w textarea{
	width: 100%;
	height: 150px;
}
@media screen and (max-width: 750px) {

	.form_ttl_w{
		display: block;
		padding: 15px;
	}
	.form_ttl_w .one{
		display: table;
		margin: auto;
	}
	.form_ttl_w h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
		text-align: center;
	}
	.step_in span {
    display: none;
	}
	.step {
    justify-content: space-between;
    padding: 5%;
	}
	.step_in {
    width: 13%;
	}
	.radio_w{
		width: 48%;
	}
	.info_w .input_w{
		width: 100%;
	}

}



#company{
	padding: 80px 0;
	background: #e8e9f3;
}
#company h2{
	font-size: 3.6rem;
	text-align: center;
	line-height: 1;
	color: #222a85;
	margin-bottom: 60px;
}
#company table{
	width: 800px;
	margin: auto;
	border-collapse: separate;
	border-spacing: 3px 3px;
}
#company table th,
#company table td{
	background: #fff;
	padding: 10px;
	vertical-align: middle;
}
@media screen and (max-width: 750px) {
	#company table{
		width: 100%;
	}
	#company table th, #company table td{
		display: block;
	}
	#company table th{
		text-align: left;
	}
}

.copy{
	text-align: center;
	padding: 20px 0px;
	background: #222a85;
	color: #fff;
}

.thanks{

}
.thanks #main .flex{
	align-items: center;
	justify-content: center;
	height: 100%;

	color: #fff;
	text-align: center;
}
.thanks #main h1{
	font-size: 3.6rem;
	margin-bottom: 20px;
}



.confirm #header{
	background: #222a85;
	position: relative;
	margin-bottom: 30px;
}
.confirm .header_w{
	display: block;
	text-align: center;
}
.confirm h2 {
    font-size: 3.6rem;
    text-align: center;
    line-height: 1;
    color: #222a85;
    margin-bottom: 60px;
		font-weight: 700;
}

.confirm table{
	width: 800px;
	margin: auto;
	border-collapse: separate;
	border-spacing: 3px 3px;
}
.confirm table th,
.confirm table td{
	background: #fff;
	padding: 10px;
	vertical-align: middle;
}
.confirm input[type="submit"]{
	border: none;
	width: 25%;
	background: #bd1e1e;
	color: #fff;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.confirm input[type="button"]{
	border: none;
	width: 25%;
	background: #737373;
	color: #fff;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
	.confirm table{
		width: 100%;
	}
	.confirm table th, .confirm table td{
		display: block;
	}
	.confirm table th{
		text-align: left;
	}
	.confirm input[type="submit"]{
		border: none;
		width: 100%;
		background: #bd1e1e;
		color: #fff;
		padding: 20px;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	.confirm input[type="button"]{
		border: none;
		width: 100%;
		background: #737373;
		color: #fff;
		padding: 20px;
		border-radius: 10px;
		margin-bottom: 20px;
	}
}

.result_thx{
	background: #fff;
	width: 90%;
}
.result_thx h2{
	background: #222a85;
	font-size: 2.6rem;
    font-weight: 700;
    color: #fff;
		text-align: center;
		margin-bottom: 0;
}
.result_thx .result_num{
	background: #fff;
	font-size: 4.8rem;
    font-weight: 700;
	color: #d8222a !important;
	text-align: center !important;
}
.result_thx .result_num span{
	font-size: 3.8rem;
}
.result_thx .lin{
	text-align: center;
	margin-bottom: 10px;
}
.result_thx .lin a{
	color: #222a85;
}
@media screen and (max-width: 750px) {
	.result_thx{
		margin:0px auto 0;
	}
	.result_thx h2{
		font-size: 2.0rem;
	}
}

.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
    width:90%;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px;
}
.Form-Item-Label-noRequired {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #f3f3f3;
  color: #5bc8ac;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
  .Form-Item-Label-noRequired {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 80%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 80%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #5bc8ac;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

/* チェックボックス02  */
/*input[type=checkbox] {
    display: none;
}

.checkbox02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox02::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox02::after {
    border-right: 6px solid #00cccc;
    border-bottom: 3px solid #00cccc;
    content: '';
    display: block;
    height: 20px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 9px;
}
input[type=checkbox]:checked + .checkbox02::before {
    border-color: #666;
}
input[type=checkbox]:checked + .checkbox02::after {
    opacity: 1;
}
*/
/* ラジオボタン02 */
/*input[type=radio] {
    display: none;
}
.radio02 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.radio02::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.radio02::after {
    background: #00cccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 8px;
    left: 10px;
    margin-top: -3px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 8px;
}
input[type=radio]:checked + .radio02::before {
    border-color: #666;
}
input[type=radio]:checked + .radio02::after {
    opacity: 1;
}
*/
span.wpcf7-list-item {display: block;}