/* --------------------------　メインスライダー　-------------------------- */

img {
	width: 100%;
	height: auto;
}

span.marker {
	background: linear-gradient(transparent 80%, #ebcd1f 0%);
}
.blue {
	color:#1e2973;
}
.red {
	color: #e50012;
}

.top_main {
  max-width: 1500px;
  margin: auto;
	margin-bottom: 60px;

}
.top_main_title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: -10vh;
  right: 0;
  bottom: 0;
  left: 0;
  margin:auto;
  z-index: 3;
  width: 1000px;
  height: 600px;
  font-size: 1.7rem;
	display: flex;
  justify-content: center;
  align-items: center;
	flex-direction: column;
}

.pcimg {
	display: block;
}
.spimg {
	display: none;
}


@media screen and (max-width: 980px) {
	
.pcimg {
	display: none;
}
.spimg {
	display: block;
}
	
.top_main {
  max-width: auto;
  margin: auto;
	margin-bottom: 30px;

}

}

.content_wrap {
	width: 960px;
	margin: auto;
}

@media screen and (max-width: 980px) {
	
.content_wrap {
	width: auto;
	margin: auto 15px;
}
	
}
/* --------------------------　コンテンツ01　-------------------------- */


.catch01 {
	font-size: 8.6rem;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 40px;
}
.catch02 {
	font-size: 9rem;
	text-align: center;
		line-height: 1.3;
	color:#1d2087;
}
.catch02 span {
	position: relative;
}

.catch02 span::before {
	content: "・";       /* 文字の上に置くものを指定 */
  position: absolute; /* 相対位置とする */
  top: -8rem;          /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
  left: 20px;            /* 横方向の表示位置を調整 */
	color:#f6d500;
}

/* chrome opera */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    .catch02 span::before {
	content: "・";       /* 文字の上に置くものを指定 */
  position: absolute; /* 相対位置とする */
  top: -7rem;          /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
  left: 17px;            /* 横方向の表示位置を調整 */
	color:#f6d500;
}
}

.win.chrome .catch02 span::before {
	content: "・";       /* 文字の上に置くものを指定 */
  position: absolute; /* 相対位置とする */
  top: -6rem;          /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
  left: 20px;            /* 横方向の表示位置を調整 */
	color:#f6d500;
}

.uptext {
	margin-top: -10px;
	top:-10px;
}
.catch03 {
	font-size: 7rem;
	text-align: center;
		line-height: 1.3;
	margin-bottom: 80px;
}
.lsize {
	font-size: 8.6rem;
}
.img01 {
	margin-bottom: 80px;
}
.catch04 {
	font-size: 4rem;
	text-align: center;
	margin-bottom: 80px;
	line-height: 1.6;
}
.catch04 span {
background: linear-gradient(transparent 80%, #ebcd1f 0%);
}


@media screen and (max-width: 980px) {
.catch01 {
	font-size: 3rem;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 30px;
}
.catch02 {
	font-size: 3.6rem;
	text-align: center;
		line-height: 1.3;
	color:#1d2087;
}
.catch02 span {
	position: relative;
}

.catch02 span::before {
	content: "・";       /* 文字の上に置くものを指定 */
  position: absolute; /* 相対位置とする */
  top: -3.5rem;          /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
  left: 7px;            /* 横方向の表示位置を調整 */
	color:#f6d500;
}
.uptext {
	margin-top: -10px;
	top:-10px;
}
.catch03 {
	font-size: 2.4rem;
	text-align: center;
		line-height: 1.3;
	margin-bottom: 40px;
}
.lsize {
	font-size: 3rem;
}
.img01 {
	margin-bottom: 40px;
}
.catch04 {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.6;
}
.catch04 span {
background: linear-gradient(transparent 80%, #ebcd1f 0%);
}

}






/* --------------------------　コンテンツ02　-------------------------- */

.bg01 {
	background: url("../../images/top/bg01.webp");
	background-size:cover;
	padding: 40px 0 60px 0;
}

.cont02 h2 {
	font-size: 3rem;
	font-weight: bold;
	padding: 0;
	margin: 0;
	position: relative;
	width: 600px;
	margin: auto;
	text-align: center;
	
}
.cont02 h2 span {
	font-size: 5.2rem;
	font-weight: bold;
	position: relative;
	top:5px;
	
}

.cont02 h2::after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 76px;/*画像の幅*/
  height: 73px;/*画像の高さ*/
  background-image: url("../../images/top/moyamoya.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  right: -70px;
}
.mokubox {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: auto;
}
.moku01 {
	background: url("../../images/top/moku01.png");
	width: 282px;
	height: 212px;
	color:#1e2973;
	line-height: 1.3;
	text-align: center;
	font-size: 2.4rem;
	padding-top: 70px;
	margin-top: -30px;
}
.moku02 {
	background: url("../../images/top/moku02.png");
	width: 287px;
	height: 180px;
	color:#1e2973;
	line-height: 1.3;
	text-align: center;
	font-size: 2.4rem;
	padding-top: 70px;
	margin-top: 20px;
}
.moku03 {
	background: url("../../images/top/moku03.png");
	width: 312px;
	height: 177px;
	color:#1e2973;
	line-height: 1.3;
	text-align: center;
	font-size: 2.4rem;
	padding-top: 70px;
	margin-top: 40px;
}
.moku04 {
	background: url("../../images/top/moku04.png");
	width: 296px;
	height: 185px;
	color:#1e2973;
	line-height: 1.3;
	text-align: center;
	font-size: 2.4rem;
	padding-top: 70px;
	margin-top: -10px;
}

@media screen and (max-width: 980px) {
	
/* --------------------------　コンテンツ02　-------------------------- */

.bg01 {
	background: url("../../images/top/bg01.webp");
	background-size:cover;
	padding: 20px 0px 30px 0px;
}
	
.cont02 {
	
} 
.cont02 h2 {
	font-size: 2.4rem;
	font-weight: bold;
	padding: 0;
	margin: 0;
	position: relative;
	width: auto;
	margin: auto;
	text-align: center;
	line-height: 1.5;
	
	
}
.cont02 h2 span {
	font-size: 3.6rem;
	font-weight: bold;
	position: relative;
	top:5px;
	
}

.cont02 h2::after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 48px;/*画像の高さ*/
  background-image: url("../../images/top/moyamoya.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 55px;
  right: 20px;
}
.mokubox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: auto;
	margin: auto 20px;
}
.moku01 {
	background: url("../../images/top/moku01.png");
	background-size: 150px;
	width: 150px;
	height: 110px;
	color:#1e2973;
	line-height: 1.3;
	text-align: center;
	font-size: 1.3rem;
	padding-top: 40px;
	margin-top: 20px;
}
.moku02 {
	background: url("../../images/top/moku02.png");
	background-size: 150px;
	width: 150px;
	height: 96px;
	color:#1e2973;
	line-height: 1.3;
	text-align: center;
	font-size: 1.3rem;
	padding-top: 35px;
	margin-top: 30px;
}
.moku03 {
	background: url("../../images/top/moku03.png");
	background-size: 150px;
	width: 150px;
	height: 84px;
	color:#1e2973;
	line-height: 1.3;
	text-align: center;
	font-size: 1.3rem;
	padding-top: 35px;
	margin-top: 10px;
}
.moku04 {
	background: url("../../images/top/moku04.png");
	background-size: 150px;
	width: 150px;
	height: 94px;
	color:#1e2973;
	line-height: 1.3;
	text-align: center;
	font-size: 1.3rem;
	padding-top: 35px;
	margin-top: 20px;
}
	
}







/* --------------------------　コンテンツ03　-------------------------- */

.cont03 {
	padding: 80px 0 100px 0;
}

.cont03 h2 {
	font-size: 7.2rem;
	padding: 0;
	margin: 0;
	color:#1e2973;
	font-weight: 600;
	line-height: 1.7;
	position: relative;
	width: 500px;
	margin: auto;
	text-align: center;
	margin-bottom: 60px;
}

p.sec03title_sml {
	font-size: 3rem;
	padding: 0;
	margin: 0;
}

.cont03 h2 span {
	position: relative;
}

.cont03 h2 span::before {
	content: "・";       /* 文字の上に置くものを指定 */
  position: absolute; /* 相対位置とする */
  top: -7.5rem;          /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
  left: 20px;            /* 横方向の表示位置を調整 */
	color:#f6d500;
}

.win.chrome .cont03 h2 span::before {
	content: "・";       /* 文字の上に置くものを指定 */
  position: absolute; /* 相対位置とする */
  top: -6rem;          /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
  left: 20px;            /* 横方向の表示位置を調整 */
	color:#f6d500;
}

.cont03 h2::before {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 47px;/*画像の幅*/
  height: 128px;/*画像の高さ*/
  background-image: url("../../images/top/cont03_title_l.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  left: 0px;
}

.cont03 h2::after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 47px;/*画像の幅*/
  height: 128px;/*画像の高さ*/
  background-image: url("../../images/top/cont03_title_r.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  right: 0px;
}

.cont03_note {
background-color: #fff; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #1e2973 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 1.8em; /* 点線2のサイズ */
  line-height: 1.8em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
  font-size: 4.8rem;
	text-align: center;
	width: 900px;
	margin: auto;
	margin-bottom: 80px;
}

.cont03_note span {
	color:#e50012;
}
.cont03_cta {
	border: 4px solid #1d2088;
	width: 830px;
	margin: auto;
	padding: 10px 40px 30px 40px;
	box-sizing: border-box;
	position: relative;
	
}
.cont03_cta .title {
	 font-size: 5.4rem;
}
.cont03_cta .title span {
	 color: #e50012;
}
.cont03_cta_ph {
	float: right;
	width: 270px;
	height: auto;
	margin-top: 10px;
	position: absolute;
	right:15px;
	bottom:0;
}

.ctalink {
	position: relative;
	display: inline-block;
	padding: 20px 20px;
	background-color: #1d2088;
	color: #fff;
	text-align: center;
	font-size: 3rem;
	text-decoration: none;
	transition: all .3s;
	width:395px;
	border-radius: 10px;
	margin-left: 28px;
}
.ctalink:hover {
	opacity: 0.8;
}
.ctalink::after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 25px;/*画像の幅*/
  height: 22px;/*画像の高さ*/
  background-image: url("../../images/top/sec03_mark.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 42px;
  right: 25px;
}


@media screen and (max-width: 980px) {
	
/* --------------------------　コンテンツ03　-------------------------- */

.cont03 {
	padding: 40px 0 40px 0;
}

.cont03 h2 {
	font-size: 3.8rem;
	padding: 0;
	margin: 0;
	color:#1e2973;
	font-weight: 600;
	line-height: 1.7;
	position: relative;
	width: auto;
	margin: auto 15px;
	text-align: center;
	margin-bottom: 30px;
}

p.sec03title_sml {
	font-size: 1.8rem;
	padding: 0;
	margin: 0;
}

.cont03 h2 span {
	position: relative;
}

.cont03 h2 span::before {
	content: "・";       /* 文字の上に置くものを指定 */
  position: absolute; /* 相対位置とする */
  top: -4rem;          /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
  left: 10px;            /* 横方向の表示位置を調整 */
	color:#f6d500;
}

.cont03 h2::before {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 47px;/*画像の幅*/
  height: 90px;/*画像の高さ*/
  background-image: url("../../images/top/cont03_title_l.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  left: 0px;
}

.cont03 h2::after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 47px;/*画像の幅*/
   height: 90px;/*画像の高さ*/
  background-image: url("../../images/top/cont03_title_r.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  right: 0px;
}

.cont03_note {
background-color: #fff; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */
                    linear-gradient(180deg, #1e2973 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 1.8em; /* 点線2のサイズ */
  line-height: 1.8em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
  font-size: 2.4rem;
	text-align: center;
	width: auto;
	margin: auto 15px;
	margin-bottom: 40px;
}

.cont03_note span {
	color:#e50012;
}
.cont03_cta {
	border: 4px solid #1d2088;
	width: auto;
	margin: auto 15px;
	padding: 15px 15px 15px 15px;
	box-sizing: border-box;
	position: relative;
	
}
.cont03_cta .title {
	 font-size: 3rem;
	line-height: 1.2;
	text-align: center;
	position: relative;
	left: 0 !important;
	float: left;
	margin-bottom: 10px;
}
.cont03_cta .title span {
	 color: #e50012;
}
.cont03_cta_ph {
	float: right;
	width: 110px;
	height: auto;
	margin-top: 10px;
	position: absolute;
	right:0px;
	bottom:0;
}

.ctalink {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	background-color: #1d2088;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	text-decoration: none;
	transition: all .3s;
	width:170px;
	border-radius: 10px;
	margin-left: 0px;
}
.ctalink:hover {
	opacity: 0.8;
}
.ctalink::after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 15px;/*画像の幅*/
  height: 13px;/*画像の高さ*/
  background-image: url("../../images/top/sec03_mark.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 18px;
  right: 10px;
}

	
}


/* --------------------------　コンテンツ04　-------------------------- */

.cont04 {
	background: url("../../images/top/bg01.webp");
	background-size:cover;
	padding: 100px 0 100px 0;
}
.cont04logo {
	width: 277px;
	margin: 0 auto 20px;
}
.cont04 h2 {
	margin: 0;
	padding: 0;
	font-size: 5.6rem;
	font-weight: bold;
	color:#1e2973;
	background: url("../../images/top/cont04_line.png");
	background-repeat: no-repeat;
	background-position: bottom 10px center;
	background-size: contain;
	width: 800px;
	margin: 0 auto 60px auto;
}
.cont04 h3 {
	margin: 0;
	padding: 0;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 80px;
}

.aboutbox {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: auto;
}
.aboutitem {
	width: 31%;
	position: relative;
	
}
.aboutbg {
	background: #fff;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	position: relative;
	display: inline-block;
	height: 420px;
}

.aboutbg:before {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 97%;/*画像の幅*/
  height: 3px;/*画像の高さ*/
  background-image: url("../../images/top/aboutbg_top.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 10px top;
  vertical-align: middle;
  position: absolute;
  top: 10px;
}
.aboutbg:after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 97%;/*画像の幅*/
  height: 3px;/*画像の高さ*/
  background-image: url("../../images/top/aboutbg_bottom.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 10px top;
  vertical-align: middle;
  position: absolute;
  bottom: 10px;
}


.aboutitem .title {
	font-size: 2.5rem;
	line-height: 1.4;
	margin-bottom: 10px;
	margin-left: 20px;
	color:#1e2973;
	
}
.titleicon {
	position: absolute;
	right:30px;
	z-index: 1;
}
.aboutitem h4 {
	margin: 0;
	padding: 0;
	font-size: 3.1rem;
	color:#1e2973;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 20px;
}
.aboutitem p {
	margin: 0;
	padding: 0 30px;
	font-size: 2rem;
	line-height: 1.6;
}


@media screen and (max-width: 980px) {
	
/* --------------------------　コンテンツ04　-------------------------- */

.cont04 {
	background: url("../../images/top/bg01.webp");
	background-size:cover;
	padding: 50px 0 10px 0;
}
.cont04logo {
	width: 100px;
	margin: 0 auto 10px;
	text-align: center;
}
.cont04logo img {
	width: 200px;
	height: auto;
}
.cont04 h2 {
	margin: 0;
	padding: 0;
	font-size: 3.2rem;
	font-weight: bold;
	color:#1e2973;
	background: url("../../images/top/cont04_line.png");
	background-repeat: no-repeat;
	background-position: bottom -0px center;
	background-size: 90%;
	width: auto;
	padding-bottom: 15px;
	margin: 0 15px 30px 15px;
}
.cont04 h3 {
	margin: 0;
	padding: 0;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 40px;
}

.aboutbox {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	width: auto;
	margin: auto 15px;
}
.aboutitem {
	width: auto;
	position: relative;
	
}
.aboutbg {
	background: #fff;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	position: relative;
	display: inline-block;
	height: auto;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.aboutbg:before {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 97%;/*画像の幅*/
  height: 3px;/*画像の高さ*/
  background-image: url("../../images/top/aboutbg_top.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0px top;
  vertical-align: middle;
  position: absolute;
  top: 10px;
}
.aboutbg:after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 97%;/*画像の幅*/
  height: 3px;/*画像の高さ*/
  background-image: url("../../images/top/aboutbg_bottom.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 10px top;
  vertical-align: middle;
  position: absolute;
  bottom: 10px;
}


.aboutitem .title {
	font-size: 2.2rem;
	line-height: 1.4;
	margin-bottom: 10px;
	margin-left: 10px;
	color:#1e2973;
	
}
.titleicon {
	position: absolute;
	right:30px;
	z-index: 1;
}
.aboutitem h4 {
	margin: 0;
	padding: 0;
	font-size: 2.6rem;
	color:#1e2973;
	text-align: center;
	padding-top: 40px;
	margin-bottom: 10px;
}
.aboutitem p {
	margin: 0;
	padding: 0 30px;
	font-size: 1.6rem;
	line-height: 1.6;
}
	
}


/* --------------------------　コンテンツ05　-------------------------- */


.cont05 {
	padding: 60px 0;
}

.cont05 h2 {
	margin: 0;
	padding: 0;
	font-size: 5.6rem;
	font-weight: bold;
	color:#1e2973;
	background: url("../../images/top/cont05_line.png");
	background-repeat: no-repeat;
	background-position: bottom 10px center;
	background-size: contain;
	width: 340px;
	margin: 0 auto 60px auto;
}

.work01title {
	font-size: 5.4rem;
	padding: 0;
	margin: 0;
	font-weight: 600;
	line-height: 1.3;
	position: relative;
	width: 880px;
	margin: auto;
	text-align: center;
	margin-bottom: 80px;
}
.work01title::before {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 65px;/*画像の幅*/
  height: 115px;/*画像の高さ*/
  background-image: url("../../images/top/sec05_h3_l.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  left: 0px;
}

.work01title::after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 65px;/*画像の幅*/
  height: 115px;/*画像の高さ*/
   background-image: url("../../images/top/sec05_h3_r.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  right: 0px;
}

.work01title span {
	background: linear-gradient(transparent 80%, #ebcd1f 0%);
}

.workmain {
	width: 930px;
	margin: 0 auto 100px; 
}
.workmain img {
	width: 100%;
	height: auto;
}

.workslider {
	width: 930px;
	margin: 0 auto 100px;
}


.workinfo {
	background: url("../../images/top/bg01.webp");
	background-size:cover;
	padding: 40px 0 50px 0;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	max-width: 930px;
	margin: auto;
	box-sizing: border-box;
	margin-bottom: 100px;
}

.workinfo .title01 {
  position: relative;
  text-align: center;
  font-size: 3rem;
	color: #1e2973;
	margin-bottom: 20px;
}
.workinfo .title01:before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 75px);
  width: 150px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #1e2973;
}
.workinfo p {
	font-size: 2rem;
	text-align: center;
}
.workinfo .title02 {
  position: relative;
  text-align: center;
  font-size: 3rem;
	color: #1e2973;
	width: 280px;
	margin: 30px auto 20px;
}
.workinfo .title02::before {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 33px;/*画像の幅*/
  height: 52px;/*画像の高さ*/
  background-image: url("../../images/top/raito.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  left: 0px;
}
.workinfo .title02:after {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 140px);
  width: 280px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #1e2973;
}

.reforminfo {
	max-width: 1200px;
	margin: auto;
}
.reformtitle {
	text-align: center;
	color:#fff;
	font-size: 2.6rem;
	padding: 10px;
	background: #1e2973;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	box-sizing: border-box;
}
table#table-01 {
	width: 100%;
    border: 2px #1e2973 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin: auto;
	font-size: 2.2rem;
	box-sizing: border-box;
	margin-bottom: 100px;
}

table#table-01 th {
    padding: 15px;
  border-bottom: 1px dashed #1e2973;
    background: #d7e2f0;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	width: 120px;
	color:#1e2973;
}
table#table-01 td {
    padding: 15px 25px;
    text-align: center;
	 border-bottom: 1px dashed #1e2973;
}
.td01 {
	width: 150px;
}
.td02 {
	 text-align: left !important;
	vertical-align: top !important;
}

.jireilist_box {
	display: flex;
	justify-content: space-between;
}
.jireilist_box ul {
	width: 300px;
	margin-left: 20px;
	margin-right: 10px;
}
.jireilist_box ul li {
	font-size-adjust: 1.8rem;
	font-weight: 500;
	list-style-type: disc;
}

.voice_wrap {
	width: 930px;
	margin: auto;
}
.voicehead {
	display: flex;
}
.voicehead02 {
	display: flex;
	position: relative;
	justify-content: flex-end;
	right:0;
}
.voicehead_l {
margin-right: 20px;
}
.voicehead_r {
padding-top: 70px;
}
.voicehead02_l {
position: relative;
padding-top: 70px;
left: 40px;
}
.voicehead02_r {
margin-left: 0px;
}
.v01 {
	font-size: 2rem;
	color:#1e2973;
	line-height: 1.3;
}
.v02 {
	font-size: 3.6rem;
	color:#1e2973;
	line-height: 1.3;
}
.v03 {
	font-size: 2.7rem;
	color: #7999c4;
	line-height: 1.3;
	 position: relative
}
.v03::after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 18px;/*画像の幅*/
  height: 13px;/*画像の高さ*/
  background-image: url("../../images/top/coron.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  right: -60px;
}
.v05 {
	font-size: 2.7rem;
	color: #7999c4;
	line-height: 1.3;
	 position: relative
}
.v05::after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 18px;/*画像の幅*/
  height: 13px;/*画像の高さ*/
  background-image: url("../../images/top/coron.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  right: 50px;
}
.v04 {
	font-size: 1.6rem;
	line-height: 1.3;
}
.u_comment01 {
	border: 1px dashed #1e2973;
	border-radius: 6px;
	padding: 5px;
	position: relative;
}
.u_comment02 {
	border: 2px solid #1e2973;
	border-radius: 6px;
	padding: 20px 30px;
}
.u_comment02 p {
	font-size: 2rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
.fukidasi01 {
	position: absolute;
	width: 25px;
	height: auto;
	left: 550px;
	top:-32px;
}
.fukidasi02 {
	position: absolute;
	width: 25px;
	height: auto;
	left: 430px;
	top:-32px;
	transform: scale(-1, 1);
}

.acd_block {
	border-bottom: 1px solid #7c9fcd;
	padding-bottom: 70px;
	margin-bottom: 60px;
}

/* --------------------------　アコーディオン　-------------------------- */

.btnset {
	width: 400px;
	margin: 0 auto;
	padding: 15px 0 0;
	margin-bottom: 60px;
}
.btnset .button {
	padding: 15px 0 15px 0;
	text-align: center;
	color: #fff;
	display: inline-block;
	width: 400px;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
	background: #1d2088;
	border-radius: 10px;
	font-size: 3rem;
}
.boxopen:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 25px;/*画像の幅*/
  height: 22px;/*画像の高さ*/
  background-image: url("../../images/top/open.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 35px;
  right: 25px;
	
}
.boxopen:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 13px;
	width: 13px;
	height: 6px;
	border-top: solid 1px #333;
}
.boxclose:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 25px;/*画像の幅*/
  height: 22px;/*画像の高さ*/
  background-image: url("../../images/top/close.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 35px;
  right: 25px;
}

.btnset02 {
	display: none;
}


@media screen and (max-width: 980px) {
	
/* --------------------------　コンテンツ05　-------------------------- */


.cont05 {
	padding: 30px 0;
}

.cont05 h2 {
	margin: 0;
	padding: 0;
	font-size: 3rem;
	font-weight: bold;
	color:#1e2973;
	background: url("../../images/top/cont05_line.png");
	background-repeat: no-repeat;
	background-position: bottom 10px center;
	background-size: 60%;
	padding-bottom: 20px;
	width: auto;
	margin: 0 15px 15px 15px;
}

.work01title {
	font-size: 2.8rem;
	padding: 0;
	margin: 0;
	font-weight: 600;
	line-height: 1.3;
	position: relative;
	width: auto;
	margin: auto 15px;
	text-align: center;
	margin-bottom: 40px;
}
.work01title::before {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 34px;/*画像の幅*/
  height: 60px;/*画像の高さ*/
  background-image: url("../../images/top/sec05_h3_l.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 40px;
  left: 0px;
}

.work01title::after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 34px;/*画像の幅*/
  height: 60px;/*画像の高さ*/
   background-image: url("../../images/top/sec05_h3_r.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
 top: 40px;
  right: 0px;
}

.work01title span {
	background: linear-gradient(transparent 80%, #ebcd1f 0%);
}

.workmain {
	width: auto;
	margin: 0 15px 30px; 
}
.workmain img {
	width: 100%;
	height: auto;
}

.workslider {
	width: auto;
	margin: 0 15px 40px;
}


.workinfo {
	background: url("../../images/top/bg01.webp");
	background-size:cover;
	padding: 20px 20px 20px 20px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	max-width: auto;
	margin: auto 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.workinfo .title01 {
  position: relative;
  text-align: center;
  font-size: 2.2rem;
	color: #1e2973;
	width: auto;
	margin-bottom: 10px;
}
.workinfo .title01:before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 50%);
  width: 100%;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #1e2973;
}
.workinfo p {
	font-size: 1.6rem;
	text-align: left;
}
.workinfo .title02 {
  position: relative;
  text-align: center;
   font-size: 2.2rem;
	color: #1e2973;
	width: auto;
	margin: 0px auto 10px;
}
.workinfo .title02::before {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 20px;/*画像の幅*/
  height: 32px;/*画像の高さ*/
  background-image: url("../../images/top/raito.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  left: 45px;
}
.workinfo .title02:after {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 50%);
  width: 100%;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #1e2973;
}

.reforminfo {
	max-width: 1200px;
	margin: auto;
}
.reformtitle {
	text-align: center;
	color:#fff;
	font-size: 1.8rem;
	padding: 2px 10px;
	background: #1e2973;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	box-sizing: border-box;
	margin: 0 15px;
}
table#table-01 {
	width: auto;
    border-top: 2px #1e2973 solid;
	border-left: 2px #1e2973 solid;
	border-right: 2px #1e2973 solid;
	border-bottom: 1px dashed #1e2973;
    border-collapse: collapse;
    border-spacing: 0;
	margin: auto;
	font-size: 1.2rem;
	box-sizing: border-box;
	margin-bottom: 50px;
	margin: 0 15px 0px 15px;
}

table#table-01 th {
    padding: 5px;
  border-bottom: 0px dashed #1e2973;
    background: #d7e2f0;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	width: auto;
	color:#1e2973;
	width: 50px;
}
table#table-01 td {
   padding: 5px;
    text-align: center;
	 border-bottom: 0px dashed #1e2973;
	width: 50px;
}
	
table#table-02 {
	width: auto;
    border-top: 0px #1e2973 solid;
	border-left: 2px #1e2973 solid;
	border-right: 2px #1e2973 solid;
	border-bottom: 1px dashed #1e2973;
    border-collapse: collapse;
    border-spacing: 0;
	margin: auto;
	font-size: 1.2rem;
	box-sizing: border-box;
	margin-bottom: 50px;
	margin: 0 15px 0px 15px;
}

table#table-02 th {
    padding: 5px;
  border-bottom: 0px dashed #1e2973;
    background: #d7e2f0;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	width: auto;
	color:#1e2973;
	width: 50px;
}
table#table-02 td {
   padding: 5px;
    text-align: center;
	 border-bottom: 0px dashed #1e2973;
}
	
table#table-03 {
	width: auto;
    border-top: 0px #1e2973 solid;
	border-left: 2px #1e2973 solid;
	border-right: 2px #1e2973 solid;
	border-bottom: 1px dashed #1e2973;
    border-collapse: collapse;
    border-spacing: 0;
	margin: auto;
	font-size: 1.2rem;
	box-sizing: border-box;
	margin-bottom: 50px;
	margin: 0 15px 0px 15px;
}

table#table-03 th {
    padding: 5px;
  border-bottom: 0px dashed #1e2973;
    background: #d7e2f0;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	width: auto;
	color:#1e2973;
	width: 50px;
}
table#table-03 td {
   padding: 5px;
    text-align: center;
	 border-bottom: 0px dashed #1e2973;
	width: 50px;
}
	
table#table-04 {
	width: auto;
    border-top: 0px #1e2973 solid;
	border-left: 2px #1e2973 solid;
	border-right: 2px #1e2973 solid;
	border-bottom: 2px #1e2973 solid;
    border-collapse: collapse;
    border-spacing: 0;
	margin: auto;
	font-size: 1.2rem;
	box-sizing: border-box;
	margin-bottom: 50px;
	margin: 0 15px 30px 15px;
}

table#table-04 th {
    padding: 5px;
  border-bottom: 0px dashed #1e2973;
    background: #d7e2f0;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	width: auto;
	color:#1e2973;
	width: 50px;
}
table#table-04 td {
   padding: 5px 10px;
    text-align: center !important;
	 border-bottom: 0px dashed #1e2973;
	width: auto;
}
	
	
	
.td01 {
	width: auto;
}
.td02 {
	 width: auto;
}

.jireilist_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
.jireilist_box ul {
	width: auto;
	margin-left: 20px;
	margin-right: 0px;
}
.jireilist_box ul li {
	font-size: 1.2rem;
	font-weight: 500;
	list-style-type: disc;
	width: 100%;
}

.voice_wrap {
	width: auto;
	margin: auto 15px;
}
.voicehead {
	display: flex;
}
.voicehead02 {
	display: flex;
	position: relative;
	justify-content: flex-end;
	right:0;
	margin-top: 20px;
}
.voicehead_l {
margin-right: 10px;
margin-left: 0px;
width: 70px;
}
.voicehead_l img {
width: 100%;
}
.voicehead_r {
padding-top: 20px;
}
.voicehead02_l {
position: relative;
padding-top:0px;
left: 0px;
	width: 100%;
}
.voicehead02_r {
margin-left: 0px;
width: 130px;
}
.voicehead02_r img {
width: 100%;
}
.v01 {
	font-size: 1.4rem;
	color:#1e2973;
	line-height: 1.3;
}
.v02 {
	font-size: 1.4rem;
	color:#1e2973;
	line-height: 1.3;
}
.v03 {
	font-size: 1.6rem;
	color: #7999c4;
	line-height: 1.3;
	 position: relative
}
.v03::after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 18px;/*画像の幅*/
  height: 13px;/*画像の高さ*/
  background-image: url("../../images/top/coron.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  right: -30px;
}
.v05 {
	font-size: 1.6rem;
	color: #7999c4;
	line-height: 1.3;
	 position: relative
}
.v05::after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 18px;/*画像の幅*/
  height: 13px;/*画像の高さ*/
  background-image: url("../../images/top/coron.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  right: 50px;
}
.v04 {
	font-size: 1.2rem;
	line-height: 1.3;
}
.u_comment01 {
	border: 1px dashed #1e2973;
	border-radius: 6px;
	padding: 5px;
	position: relative;
}
.u_comment02 {
	border: 2px solid #1e2973;
	border-radius: 6px;
	padding: 10px 15px;
}
.u_comment02 p {
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
.fukidasi01 {
	position: absolute;
	width: 25px;
	height: auto;
	left: 550px;
	top:-32px;
}
.fukidasi02 {
	position: absolute;
	width: 25px;
	height: auto;
	left: 430px;
	top:-32px;
	transform: scale(-1, 1);
}

.acd_block {
	border-bottom: 1px solid #7c9fcd;
	padding-bottom: 35px;
	margin-bottom: 30px;
}

/* --------------------------　アコーディオン　-------------------------- */

.btnset {
	width: 90%;
	margin: 0 auto;
	padding: 15px 0 0;
	margin-bottom: 20px;
}
.btnset02 {
	width: auto;
	margin: 0 15px;
	padding: 15px;
	margin-bottom: 20px;
	background: #1d2975;
	display: block;
}
.btnset .button {
	padding: 15px 0 15px 0;
	text-align: center;
	color: #fff;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
	background: #1d2088;
	border-radius: 10px;
	font-size: 1.8rem;
	margin: 0 auto;
	
}
.btnset02 .button02 {
	padding: 15px 0 15px 0;
	text-align: center;
	color: #1d2975;
	display: inline-block;
	width: 90%;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
	background: #fff;
	border-radius: 10px;
	font-size: 1.8rem;
	margin: 0 auto;
	 display: flex;
  justify-content: center;
  align-items: center;
	
}
.boxopen:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 25px;/*画像の幅*/
  height: 22px;/*画像の高さ*/
  background-image: url("../../images/top/open.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 25px;
  right: 25px;
	
}
.boxopen:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 13px;
	width: 13px;
	height: 6px;
	border-top: solid 1px #333;
}
.boxclose:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 25px;/*画像の幅*/
  height: 22px;/*画像の高さ*/
  background-image: url("../../images/top/close.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
 top: 25px;
  right: 25px;
}
.boxopen02:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 25px;/*画像の幅*/
  height: 22px;/*画像の高さ*/
  background-image: url("../../images/top/open02.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  right: 25px;
	
}
.boxopen02:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 13px;
	width: 13px;
	height: 6px;
	border-top: solid 1px #fff;
}
.boxclose02:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 25px;/*画像の幅*/
  height: 22px;/*画像の高さ*/
  background-image: url("../../images/top/close02.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
 top: 25px;
  right: 25px;
}

	
}






/* --------------------------　コンテンツ06　-------------------------- */

.cont06 {
	background: url("../../images/top/bg01.webp");
	background-size:cover;
	padding: 100px 0 100px 0;
}
.cont04logo {
	width: 277px;
	margin: 0 auto 20px;
}
.cont06 h2 {
	margin: 0;
	padding: 0;
	font-size: 5.6rem;
	font-weight: bold;
	color:#1e2973;
	background: url("../../images/top/cont06_line.png");
	background-repeat: no-repeat;
	background-position: bottom 10px center;
	background-size: contain;
	width: 680px;
	margin: 0 auto 60px auto;
}
.cont06 h3 {
	margin: 0;
	padding: 0;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 80px;
}

.servicebox {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.servicebox_l {
	width: 50%;
	display: flex;
	justify-content: space-between;
	border-right: 1px solid #7c9fcd;
	padding: 0 30px;
	box-sizing: border-box;
}
.servicebox_r {
	width: 50%;
	padding: 0 30px;
	box-sizing: border-box;
}

.s_fukidasi01 {
	border: 1px dashed #1e2973;
	border-radius: 6px;
	padding: 5px;
	position: relative; 
	width: 200px;
	position: relative;
	margin-bottom: 34px;
}
.s_fukidasi02 {
	background: #1e2973;
	border-radius: 6px;
	padding: 10px 30px;
	text-align: center;
	color:#fff;
	font-size: 3rem;
	line-height: 1.4;
}
.servicebox p {
	font-size: 3rem;
	padding: 0;
	margin: 0;
}
.servicebox p span {
	color:#7c9fcd;
}
.fukidasi03 {
	position: absolute;
	width: 25px;
	height: auto;
	left: 130px;
	top:56px;
}
.fukidasi04 {
	position: absolute;
	width: 25px;
	height: auto;
	left: 130px;
	top:98px;
}
.cont06 h4 {
	margin: 0;
	padding: 0;
	font-size: 5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}



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



/* --------------------------　コンテンツ06　-------------------------- */

.cont06 {
	background: url("../../images/top/bg01.webp");
	background-size:cover;
	padding: 40px 0 40px 0;
}
.cont04logo {
	width: 200px;
	margin: 0 auto 20px;
}
.cont06 h2 {
	margin: 0;
	padding: 0;
	font-size: 3rem;
	font-weight: bold;
	color:#1e2973;
	background: url("../../images/top/cont06_line.png");
	background-repeat: no-repeat;
	background-position: bottom 10px center;
	background-size: 70%;
	padding-bottom: 25px;
	width: auto;
	margin: 0 auto 30px auto;
}
.cont06 h3 {
	margin: 0;
	padding: 0;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 30px;
}

.servicebox {
	max-width: auto;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 30px;
}

.servicebox_l {
	width: auto;
	display: flex;
	justify-content: space-between;
	border-right: 1px solid #7c9fcd;
	padding: 0 15px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.servicebox_r {
	width: auto;
	padding: 0 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.s_fukidasi01 {
	border: 1px dashed #1e2973;
	border-radius: 6px;
	padding: 5px;
	position: relative; 
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}
.s_fukidasi02 {
	background: #1e2973;
	border-radius: 6px;
	padding: 10px 10px;
	text-align: center;
	color:#fff;
	font-size: 1.8rem;
	line-height: 1.4;
}
.servicebox p {
	font-size: 1.5rem;
	padding: 0;
	margin: 0;
}
.servicebox p span {
	color:#7c9fcd;
}
.fukidasi03 {
	position: absolute;
	width: 25px;
	height: auto;
	left: 130px;
	top:56px;
	display: none;
}
.fukidasi04 {
	position: absolute;
	width: 25px;
	height: auto;
	left: 130px;
	top:98px;
	display: none;
}
.cont06 h4 {
	margin: 0;
	padding: 0;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
	
.servicebox_l_l {
		width: 40%;
	}
.servicebox_l_r {
		width: 50%;
	}
	
.servicebox_r p {
		width: 50%;
		
	}
	
}

/* --------------------------　コンテンツ06　-------------------------- */

.cont07 {
	padding: 80px 0 80px 0;
}
.cont07 h2 {
	margin: 0;
	padding: 0;
	font-size: 5.6rem;
	font-weight: bold;
	color:#1e2973;
	background: url("../../images/top/cont07_line.png");
	background-repeat: no-repeat;
	background-position: bottom 10px center;
	background-size: contain;
	width: 320px;
	margin: 0 auto 60px auto;
}

.cont07 h3 {
	margin: 0;
	padding: 0;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 80px;
}
.flow {
	border: 2px solid #1e2973;
	border-radius: 10px;
	padding: 40px;
	width: 630px;
	margin: auto;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 40px;
}
.flow h4 {
	font-size: 4.4rem;
	padding: 0;
	margin: 0;
	color: #1e2973;
	border-bottom: 2px dashed #1e2973;
	padding-bottom: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.flow p {
	font-size: 3.2rem;
	padding: 0;
	margin: 0;
	line-height: 1.5;
}
.circle{
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #1e2973;
  text-align:center;
  line-height: 80px;
	color:#fff;
	font-size: 4.6rem;
	position: absolute;
	top:-40px;
	left: -20px;
	border: 10px solid #fff;
}
.downarrow {
	width: 85px;
	margin: auto;
	margin-bottom: 40px;
}

.cta02 {
	background: url("../../images/top/bg01.webp");
	background-size:cover;
	padding: 20px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	max-width: 1000px;
	margin: auto;
	box-sizing: border-box;
	margin-top: 120px;
}
.cta02inner {
	border: 2px solid #1e2973;
	padding: 20px;
}
.cta02 {
	font-size: 4.4rem;
	text-align: center;
	color:#1e2973;
}

.ctabox {
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 250px;
	
}
.ctabox_l {
	width: 48%;
}
.ctabox_r {
	width: 45%;
	
}
.ctabox_r img {
	width: 470px;
	height: auto;
	position: absolute;
	bottom:-21px;
	right:-20px;
}


.cta_call {
	width: auto;
	font-size:2.3rem;
	line-height: 1.3;
	letter-spacing: 0.2rem;
	margin-top: 20px;
}
.ctatel {
	display: block;
	 position: relative;
	font-size:4.5rem;
	padding-left: 0px;
	color:#1e2973;
}
.ctatel i {
	margin-right: 5px;
}

.ctalink02 {
	position: absolute;
	display: inline-block;
	padding: 20px 20px;
	background-color: #1d2088;
	color: #fff;
	text-align: center;
	font-size: 3rem;
	text-decoration: none;
	transition: all .3s;
	width:395px;
	border-radius: 10px;
	top:130px;
	left: 0;
}
.ctalink02:hover {
	opacity: 0.8;
}
.ctalink02::after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 36px;/*画像の幅*/
  height: 13px;/*画像の高さ*/
  background-image: url("../../images/top/cta_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 42px;
  right: 25px;
}


@media screen and (max-width: 980px) {
	
.cont07 {
	padding: 40px 0 40px 0;
}
.cont07 h2 {
	margin: 0;
	padding: 0;
	font-size: 3rem;
	font-weight: bold;
	color:#1e2973;
	background: none;
	background-repeat: no-repeat;
	background-position: bottom 10px center;
	background-size: 50%;
	padding-bottom: 20px;
	width: auto;
	margin: 0 15px 0px 15px;
	background: #1d2975 !important;
	color:#fff;
	padding: 15px;
	box-sizing: border-box;
}

.cont07 h3 {
	margin: 0;
	padding: 0;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 30px;
	margin-top: 20px;
}
.flow {
	border: 2px solid #1e2973;
	border-radius: 10px;
	padding: 20px 15px;
	width: auto;
	margin: auto 15px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 10px;
}
.flow h4 {
	font-size: 2.4rem;
	padding: 0;
	margin: 0;
	color: #1e2973;
	border-bottom: 2px dashed #1e2973;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.flow p {
	font-size: 1.6rem;
	padding: 0;
	margin: 0;
	line-height: 1.5;
}
.circle{
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1e2973;
  text-align:center;
  line-height: 40px;
	color:#fff;
	font-size: 2.2rem;
	position: absolute;
	top:-20px;
	left: -20px;
	border: 10px solid #fff;
}
.downarrow {
	width: 60px;
	margin: auto;
	margin-bottom: 20px;
}

.cta02 {
	background: url("../../images/top/bg01.webp");
	background-size:cover;
	padding: 20px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	max-width: 1000px;
	margin: auto 15px;
	box-sizing: border-box;
	margin-top: 40px;
}
.cta02inner {
	border: 2px solid #1e2973;
	padding: 10px;
}
.cta02 {
	font-size: 2.2rem;
	text-align: center;
	color:#1e2973;
}

.ctabox {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	position: relative;
	height: auto;
	
}
.ctabox_l {
	width: auto;
}
.ctabox_r {
	width: auto;
	position: relative;
	
}
.ctabox_r img {
	width: 100%;
	height: auto;
	position: relative;
	bottom:-10px;
	right:0px;
}
	


.cta_call {
	width: auto;
	font-size:1.2rem;
	line-height: 1.3;
	letter-spacing: 0.2rem;
	margin-top:0px;
}
.ctatel {
	display: block;
	 position: relative;
	font-size:2.6rem;
	padding-left: 0px;
	color:#1e2973;
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;
}


.ctalink02 {
	position: relative;
	display: inline-block;
	padding: 10px 10px;
	background-color: #1d2088;
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	text-decoration: none;
	transition: all .3s;
	width:100%;
	border-radius: 10px;
	top:0px;
	left: 0;
	box-sizing: border-box;
	
}
.ctalink02:hover {
	opacity: 0.8;
}
.ctalink02::after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 18px;/*画像の幅*/
  height: 7px;/*画像の高さ*/
  background-image: url("../../images/top/cta_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 25px;
  right: 15px;
}
	
}


/* --------------------------　コンテンツ08　-------------------------- */

.cont08 {
	padding: 0px 0 80px 0;
}
.cont08 h2 {
	margin: 0;
	padding: 0;
	font-size: 5.6rem;
	font-weight: bold;
	color:#1e2973;
	background: url("../../images/top/cont08_line.png");
	background-repeat: no-repeat;
	background-position: bottom 10px center;
	background-size: contain;
	width: 240px;
	margin: 0 auto 60px auto;
}

#corporation {
	border-bottom: 1px solid #1d2088;
	width: 740px;
	font-size: 2.6rem;
	line-height: 180%;
	margin: auto;	
}

dl#corporation dl,dl#corporation dt,dl#corporation dd {
	margin: 0;
	padding: 0;
	position: relative;
}

dl#corporation dt,dl#corporation dd {
	padding: 20px 0px;
	
}

dl#corporation dt {
	border-top: 1px solid #1d2088;
	clear: left;
	float: left;
	width: 20%;
	font-weight: bold;
	color:#1d2088;
}


dl#corporation dd {
	background: #fff;
	border-top: 1px solid #1d2088;
	margin-left:20%;
	position: relative;
}
#corporation span {
	border: 1px solid #1d2088;
	padding: 10px 10px;
	border-radius: 5px;
}

.hplink {
	position: absolute;
	display: inline-block;
	padding: 0px 0px 0px 20px;
	background-color: #1d2088;
	color: #fff;
	text-align: left;
	font-size: 2rem;
	text-decoration: none;
	transition: all .3s;
	width:270px;
	border-radius: 10px;
	top:25px;
	right: 0;
	box-sizing: border-box;
	line-height: 1.8;
}
.hplink:hover {
	opacity: 0.8;
}
.hplink::after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 24px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url("../../images/top/hplink.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 8px;
  right: 10px;
}


@media screen and (max-width: 980px) {
	
/* --------------------------　コンテンツ08　-------------------------- */

.cont08 {
	padding: 0px 0 40px 0;
}
.cont08 h2 {
	margin: 0;
	padding: 0;
	font-size: 3rem;
	font-weight: bold;
	color:#1e2973;
	background: url("../../images/top/cont08_line.png");
	background-repeat: no-repeat;
	background-position: bottom 10px center;
	background-size: 40%;
	padding-bottom: 20px;
	width: auto;
	margin: 0 auto 20px auto;
}

#corporation {
	border-bottom: 1px solid #1d2088;
	width: auto;
	font-size: 1.4rem;
	line-height: 180%;
	margin: auto 15px;	
}

dl#corporation dl,dl#corporation dt,dl#corporation dd {
	margin: 0;
	padding: 0;
	position: relative;
}

dl#corporation dt,dl#corporation dd {
	padding: 10px 0px;
	
}

dl#corporation dt {
	border-top: 1px solid #1d2088;
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
	color:#1d2088;
}


dl#corporation dd {
	background: #fff;
	border-top: 1px solid #1d2088;
	margin-left:30%;
	position: relative;
}
#corporation span {
	border: 1px solid #1d2088;
	padding: 5px 10px;
	border-radius: 3px;
}

.hplink {
	position: relative;
	display: inline-block;
	padding: 3px 0px 3px 10px;
	background-color: #1d2088;
	color: #fff;
	text-align: left;
	font-size: 1.2rem;
	text-decoration: none;
	transition: all .3s;
	width:100%;
	border-radius: 5px;
	top:0px;
	right: 0;
	box-sizing: border-box;
	line-height: 1.8;
	text-align: center;
	
}
.hplink:hover {
	opacity: 0.8;
}
.hplink::after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 12px;/*画像の幅*/
  height: 10px;/*画像の高さ*/
  background-image: url("../../images/top/hplink.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 8px;
  right: 10px;
}

	
}






/* --------------------------　コンテンツ09　-------------------------- */

.cont09 {
	background: url("../../images/top/bg01.webp");
	background-size:cover;
	padding: 80px 0 0px 0;
}

.cont09 h2 {
	margin: 0;
	padding: 0;
	font-size: 5.6rem;
	font-weight: bold;
	color:#1e2973;
	text-align: center;
	margin-bottom: 40px;
}

.cont09 h2 span {
	position: relative;
	font-size: 7.2rem;
}

.cont09 h2 span::before {
	content: "・";       /* 文字の上に置くものを指定 */
  position: absolute; /* 相対位置とする */
  top: -9rem;          /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
  left: 15px;            /* 横方向の表示位置を調整 */
	color:#f6d500;
}
.win.chrome .cont09 h2 span::before {
	content: "・";       /* 文字の上に置くものを指定 */
  position: absolute; /* 相対位置とする */
  top: -7.5rem;          /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
  left: 20px;            /* 横方向の表示位置を調整 */
	color:#f6d500;
}

.cont09_note {
background-color: #faf6ef; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #faf6ef 50%, #faf6ef 100%), /* 点線1の色 */
                    linear-gradient(180deg, #7999c4 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 1.8em; /* 点線2のサイズ */
  line-height: 1.8em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
  font-size: 4rem;
	text-align: center;
	width: 900px;
	margin: auto;
	margin-bottom: 60px;
	position: relative;
}

.cont09_note span {
	color:#e50012;
	 font-size: 4.8rem;
}

.allph {
	width: 780px;
	margin: auto;
}

.cont09logo {
	position: relative;
	width: 240px;
	height: auto;
	top:-20px;
	margin-right: 10px;
}


@media screen and (max-width: 980px) {
	
.cont09 {
	background: url("../../images/top/bg01.webp");
	background-size:cover;
	padding: 30px 0 0px 0;
}

.cont09 h2 {
	margin: 0;
	padding: 0;
	font-size: 3rem;
	font-weight: bold;
	color:#1e2973;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.6;
}

.cont09 h2 span {
	position: relative;
	font-size: 4rem;
}

.cont09 h2 span::before {
	content: "・";       /* 文字の上に置くものを指定 */
  position: absolute; /* 相対位置とする */
  top: -4.2rem;          /* 縦方向の表示位置を調整（-1emくらいがちょうどいいかんじ） */
  left: 10px;            /* 横方向の表示位置を調整 */
	color:#f6d500;
}

.cont09_note {
background-color: #faf6ef; /* 背景色 */
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #faf6ef 50%, #faf6ef 100%), /* 点線1の色 */
                    linear-gradient(180deg, #7999c4 1px, transparent 1px); /* 点線2の色と太さ */
  background-size: 8px 100%, /* 点線1のサイズ */
                   100% 1.8em; /* 点線2のサイズ */
  line-height: 1.8em; /* 文字の高さ */
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
  font-size: 2rem;
	text-align: center;
	width: auto;
	margin: auto 15px;
	margin-bottom: 30px;
}

.cont09_note span {
	color:#e50012;
	 font-size: 2.4rem;
}

.allph {
	width: auto;
	margin: auto;
}
	
.cont09logo {
	position: relative;
	width: 150px;
	height: auto;
	top:-9px;
	margin-right: 5px;
}
	
}


/* --------------------------　コンテンツ10　-------------------------- */

.cont10 {
	padding: 80px 0 80px 0;
}
.cont10 h2 {
	margin: 0;
	padding: 0;
	font-size: 5.6rem;
	font-weight: bold;
	color:#1e2973;
	background: url("../../images/top/cont10_line.png");
	background-repeat: no-repeat;
	background-position: bottom 10px center;
	background-size: contain;
	width: 405px;
	margin: 0 auto 60px auto;
	line-height: 1.7;
}
.cont10 h3 {
	margin: 0;
	padding: 0;
	font-size: 4rem;
	text-align: center;
	color:#1e2973;
	margin-bottom: 20px;
}


@media screen and (max-width: 980px) {
	
.cont10 {
	padding: 40px 0 40px 0;
}
.cont10 h2 {
	margin: 0;
	padding: 0;
	font-size: 3rem;
	font-weight: bold;
	color:#1e2973;
	background: url("../../images/top/cont10_line.png");
	background-repeat: no-repeat;
	background-position: bottom 10px center;
	background-size: 60%;
	padding-bottom: 20px;
	width: auto;
	margin: 0 auto 60px auto;
	line-height: 1.7;
}
.cont10 h3 {
	margin: 0;
	padding: 0;
	font-size: 2rem;
	text-align: center;
	color:#1e2973;
	margin-bottom: 0px;
}
}



.formarea {
	width: 780px;
	margin: auto;
}

#gaiyou {
	border-top: none;
	width: 780px;
	line-height: 180%;
	margin-bottom: 20px;
	font-size: 1.8rem;
	margin: auto;
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 0px 0px;
}

dl#gaiyou dt {
	clear: left;
	float: none;
	width: auto;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 2.6rem;
}
dl#gaiyou dt span {
	font-size: 1.8rem;
}

dl#gaiyou dd {
	background: #fff;
	margin-left:auto;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
	margin-bottom: 30px;
	
}

#gaiyou input[type="text"],
#gaiyou input[type="email"],
#gaiyou input[type="tel"] {
	padding: 15px;
	font-size: 2.6rem;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #c9c9c9;
	background: #f6f6f6;
}
#gaiyou textarea {
	padding: 10px;
	font-size: 2.6rem;
	border: 1px solid #c9c9c9;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	margin-top: 20px;
	background: #f6f6f6;
}
#gaiyou select {
	padding:5px;
	border: 1px solid #999999;
	font-size: 18px;
	margin-top: 10px;
	padding: 3px;
	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 5px #666;
	   -moz-box-shadow: inset 0px 0px 5px #666;
	        box-shadow: inset 1px 1px 2px #CCC;
}
#gaiyou label {
	font-size: 2rem;
}
.must {
	background: #ff0000;
	padding: 1px 10px;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	float: right;
}
.sendbutton  {
	width: 300px;
	padding: 30px 0;
	color:#fff;
	font-size: 2rem;
	border: 0px;
	margin: 20px 0;
	background: #424242;
}
.kome p {
	font-size: 1.5rem;
	line-height: 1.7;
	margin-bottom: 20px;
}
.sinryo {
	border-bottom: 2px dashed #fb4d00;
	border-top: 2px dashed #fb4d00;
	font-size: 1.6rem;
	line-height: 1.7;
	color:#fb4d00;
	text-align: center;
	padding: 20px 0;
	font-weight: 600;
	margin-bottom: 20px;
}
#contact {
    padding-top: 100px;
    margin-top:-100px;
}
.thanks {
	margin-top: 100px !important;
}
.kiyaku_title {
	font-size: 2.6rem;
}
.kiyaku {
	border: 1px solid #424242;
	padding: 20px;
	font-size: 1.5rem;
	margin-bottom: 15px;
}

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

.formarea {
	width: auto;
	margin: auto 15px;
}

#gaiyou {
	border-top: none;
	width: auto;
	line-height: 180%;
	margin-bottom: 20px;
	margin: auto;
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 0px 0px;
}

dl#gaiyou dt {
	clear: left;
	float: none;
	width: auto;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.8rem;
}
dl#gaiyou dt span {
	font-size: 1.2rem;
}

dl#gaiyou dd {
	background: #fff;
	margin-left:auto;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	margin-bottom: 15px;
	
}

#gaiyou input[type="text"],
#gaiyou input[type="email"],
#gaiyou input[type="tel"] {
	padding: 15px;
	font-size: 1.8rem;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #c9c9c9;
	background: #f6f6f6;
}
#gaiyou textarea {
	padding: 10px;
	font-size: 1.8rem;
	border: 1px solid #c9c9c9;
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	margin-top: 20px;
	background: #f6f6f6;
}
#gaiyou select {
	padding:5px;
	border: 1px solid #999999;
	font-size: 18px;
	margin-top: 10px;
	padding: 3px;
	-webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 5px #666;
	   -moz-box-shadow: inset 0px 0px 5px #666;
	        box-shadow: inset 1px 1px 2px #CCC;
}
#gaiyou label {
	font-size: 1.6rem;
}
.must {
	background: #ff0000;
	padding: 1px 10px;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	float: right;
}
.sendbutton  {
	width: 200px;
	padding: 20px 0;
	color:#fff;
	font-size: 1.8rem;
	border: 0px;
	margin: 20px 0;
	background: #424242;
}
.kome p {
	font-size: 1.5rem;
	line-height: 1.7;
	margin-bottom: 20px;
}
.sinryo {
	border-bottom: 2px dashed #fb4d00;
	border-top: 2px dashed #fb4d00;
	font-size: 1.6rem;
	line-height: 1.7;
	color:#fb4d00;
	text-align: center;
	padding: 20px 0;
	font-weight: 600;
	margin-bottom: 20px;
}
#contact {
    padding-top: 100px;
    margin-top:-100px;
}
.thanks {
	margin-top: 100px !important;
}
.kiyaku_title {
	font-size: 2.6rem;
}
.kiyaku {
	border: 1px solid #424242;
	padding: 10px;
	font-size: 1.3rem;
	margin-bottom: 15px;
	line-height: 1.7;
}
	
}


.backink {
	position: relative;
	display: inline-block;
	padding: 20px 20px;
	background-color: #1d2088;
	color: #fff;
	text-align: center;
	font-size: 3rem;
	text-decoration: none;
	transition: all .3s;
	width:395px;
	border-radius: 10px;
	margin: 40px auto 80px auto;
	display: flex;
  justify-content: center;
  align-items: center;
}
.backink:hover {
	opacity: 0.8;
}
.backink::after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 36px;/*画像の幅*/
  height: 13px;/*画像の高さ*/
  background-image: url("../../images/top/cta_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 42px;
  right: 25px;
}
@media screen and (max-width: 980px) {
	
.backink {
	position: relative;
	display: inline-block;
	padding: 15px 20px;
	background-color: #1d2088;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	text-decoration: none;
	transition: all .3s;
	width:70%;
	border-radius: 10px;
	margin: 20px auto 40px auto;
	display: flex;
  justify-content: center;
  align-items: center;
}
.backink:hover {
	opacity: 0.8;
}
.backink::after {
	content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 18px;/*画像の幅*/
  height: 7px;/*画像の高さ*/
  background-image: url("../../images/top/cta_arrow.png");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  position: absolute;
  top: 35px;
  right: 15px;
}
	
}
#form {
    padding-top: 0px;
    margin-top:-0px;
}

@media screen and (max-width: 980px) {
#form {
    padding-top: 0px;
    margin-top:-0px;
}
}

/* --------------------------　チェックボックス　-------------------------- */
.visually-hidden {
  /* コンテンツの流れから切り離す */
  position: absolute;
  /* 誤ったコードに対処するための回避策 */
  white-space: nowrap;
  /* 可能な限り文字サイズを小さくするための処理
   * (スクリーンリーダー中には height と width が 0 のものを無視するため)
   */
  width: 1px;
  height: 1px;
  /* オーバーフローしているコンテンツを隠す */
  overflow: hidden;
  /* 要素サイズを変更しうるプロパティのリセット */
  border: 0;
  padding: 0;
  /* 要素のどの部分が表示されるかを定義するもの */
  /* 古いブラウザでは使用できない */
  clip: rect(0 0 0 0);
  /* 最近のブラウザ用
   * コンテンツを非表示にする設定  */
  clip-path: inset(50%); 
  /* 今現在なぜ-1pxがここで設定されるかは分かっていないそうです。
   * それに加えていくつか問題もあるそうです 
   * (参考: https://github.com/h5bp/html5-boilerplate/issues/1985)
   */
  margin: -1px;
}
.radiobox {
	margin-bottom: 0px;
}

.radiobox label {
  position: relative;
  cursor: pointer;
  padding-left: 40px;
  padding-right: 10px;
	margin-bottom: 5px;
}


.radiobox label::before,
.radiobox label::after {
  content: "";
  display: block; 
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.radiobox label::before {
  background-color: #fff;
  border: 2px solid #d2d2d2;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}

.radiobox label::after {
  background-color: #1d2088;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 9px
}

.radiobox input:checked + label::after {
  opacity: 1;
}

/* --------------------------　チェックボックス　-------------------------- */
.checkbox > input,
.radiobox > input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%); 
  margin: -1px;
}

.checkbox {
	margin-bottom: 0px;
}

.checkbox label {
  cursor: pointer;
  padding-left: 40px;
  margin-right: 20px;
  position: relative;
  margin-bottom: 5px;
	line-height: 1.5;
}

label {display:inline-block;}

.checkbox label::before,
.checkbox label::after {
  content: "";
  display: block; 
  position: absolute;
}

.checkbox label::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #ddd;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 55%;
  left: 5px;
}

.checkbox label::after {
  border-bottom: 3px solid #fd3434;
  border-left: 3px solid #fd3434;
  opacity: 0;
  height: 7px;
  width: 16px;
  transform: rotate(-45deg);
  top: 35%;
  left: 7px;
}

.checkbox input:checked + label::after {
  opacity: 1;
}


.doui_check {
	margin: 0 auto;
	text-align: left;
	font-size: 20px;
	margin-bottom: 25px;
	margin-left: 5px;
}
.doui_check ul {
	list-style: none;
}
.doui_check .checkbox_option {
	margin: 0 0 5px 0;
	padding: 0;
}
.doui_check label {
	line-height: 135%;
	position: relative;
	cursor: pointer;
	margin-right: 20px;
	
}
.doui_check .checkbox_input {
	position: relative;
	margin: 0 20px 0 0;
	cursor: pointer;
}
.doui_check .checkbox_input:before {
	position: absolute;
	z-index: 1;
	left: 0.5em;
	top:-5px;
	width: 1.5em;
	height: 0.5em;
	content: '';
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	        transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
	-webkit-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	border: 3px solid #da3c41;
	border-top-style: none;
	border-right-style: none;
}
.doui_check .checkbox_input:checked:before {
	-webkit-transform: rotate(-45deg) scale(1, 1);
	        transform: rotate(-45deg) scale(1, 1);
}
.doui_check .checkbox_input:after {
	position: absolute;
	top: -0.9em;
	left: -0.3em;
	width: 2em;
	height: 2em;
	content: '';
	cursor: pointer;
	border: 2px solid #787878;
	background: #ffffff;
	border-radius: 50%;
}

@media screen and (max-width: 980px) {
.doui_check {
	margin: 0 auto;
	text-align: left;
	font-size: 20px;
	margin-bottom: 25px;
	margin-left: 2em;
}
.doui_check label {
	line-height: 1.6;
	position: relative;
	cursor: pointer;
	margin-right: 20px;
	text-indent:-2.4em;
	margin-bottom: 15px;
	
}
.doui_check .checkbox_input:after {
	position: absolute;
	top: -0.8em;
	left: -0.3em;
	width: 2em;
	height: 2em;
	content: '';
	cursor: pointer;
	border: 2px solid #787878;
	background: #ffffff;
	border-radius: 50%;
}
}