@charset "utf-8";


/* 幅644px以下から ヘッダー等微調節
--------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 481px){
	
.spDisp {
	display: block;
}

.spHide {
	display:none;
}

.box {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

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

/*　見出し・画像　*/

.pic-left {
	text-align:center;
	float: none;
}

.pic-left img{
	width:94%;
	height:auto;
}

/*　見出し・画像　*/

.midashi1 {
	position: relative;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 70px;
}

.midashi1:before {
	content: '';
	position: absolute;
	bottom: -30px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 2px;
}

.midashi2 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 23px;
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.5em;
}

.midashi22 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 27px;
	margin-bottom: 50px;
	line-height: 1.7em;
}

.midashi3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.7em;
	margin-bottom: 30px;
}

.midashi33 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 35px;
}

.midashi4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 20px;
	background-color: #E9E9E9;
	padding: 10px 15px;
	letter-spacing:0.05em;
	margin-bottom:10px;
}

/*　ヘッダー　*/


header {
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.header_cont {
	width: 100%;
	background-repeat: repeat;
	overflow: hidden;
}

.header_logo {
	float: none;
	padding-top: 35px;
	padding-bottom: 35px;
	width: 100%;
	text-align: center;
}

.header_logo img{
	width: 50%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.toph1 {
	display: none;
}

.dmanu_je {
	color: #111;
	padding-top: 12px;
	padding-left: 30px;
}

.dmanu_je a{
	color: #111;
	text-decoration: none;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}

.main_image {
	margin-bottom: 80px;
	padding-top: 80px;
	background-image: url(../img/main_img-sp.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}

.main_imgc {
	padding-top: 12%;
	padding-bottom: 12%;
	background-image: url(../img/main_imgt.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50%;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.main_image h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 20px;
	margin-bottom: 30px;
	line-height: 1.5em;
}

.main_image h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 14px;
	line-height:1.6em;
}

.main1 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	overflow: hidden;
}

.main1 h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	margin-bottom: 60px;
	line-height:1.6em;
}

.main1_txt {
	font-size: 16px;
	margin-bottom: 40px;
}

.main1_c {
}

.main1_in {
	width: 98%;
	margin-bottom: 2%;
	border: 1px solid #CCC;
	text-decoration: none;
	text-align: center;
	padding-top: 3%;
	padding-bottom: 3%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
}

.main1_in:hover {
	background-color: #F8F8F8;
}

.main1_in p{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #111111;
	font-size: 18px;
	line-height:1.6em;
	width:100%;
}

.main2 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	overflow: hidden;
	background-color: #F8F8F8;
	padding-top: 50px;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.main2 h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
	margin-bottom: 40px;
}

.main2_txt{
	margin-bottom: 60px;
}

.main2_c {
}

.main2_in {
	width: 90%;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	padding-top: 8%;
	padding-right: 5%;
	padding-bottom: 8%;
	padding-left: 5%;
}

.main2_in img{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}

.main2_in h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
	margin-bottom: 30px;
}

.main2_in p {
	text-align: center;
	height: 75px;
}

.main2_in ul {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

.main2_in ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
}

.jmp_btn {
	display: flex;
	justify-content: center;
	width: 80%;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #0D1426;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	height: 30px;
	padding-top: 1%;
	padding-bottom: 1%;
}

.jmp_btn p{
	font-size: 15px;
	color: #0D1426;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.jmp_btn:hover {
	background-color: #CCCCCC;
}

.main3_wrap {
	background-color: #F8F8F8;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-bottom: 70px;
}

.main3_wrap h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
	margin-bottom: 40px;
}

.main3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 50px;
}

.main3_c {
	width: 90%;
	margin-bottom: 3%;
	text-align: center;
	border: 2px solid #FFF;
	text-decoration: none;
	background-color: #FFF;
	padding: 5%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.main3_c img{
	width: 98%;
	height: auto;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

.main3_c:hover {
}

.main3_name {
	font-size: 14px;
	color: #111;
}

.main3_url {
	font-size: 12px;
	color: #1284A0;
}

.main3_btn {
	display: flex;
	justify-content: center;
	width: 70%;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding-top: 8px;
	padding-bottom: 13px;
	background-color: #111111;
}

.main3_btn p{
	font-size: 17px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.main3_btn:hover {
	background-color: #333;
}


.main4 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border: 8px solid #111;
	padding-top: 5%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
}

.main4_t {
	width: 100%;
	text-align: center;
	padding-top: 30px;
}

.main4_p1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.main4_p1 span{
	color: #111111;
	font-size: 18px;
	font-weight: bold;
}

.main4_p2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.6em;
	margin-bottom:30px;
}

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

.main5 {
	text-align: center;
	padding-top: 50px;
}

.main5 h2 {
	color: #111;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 20px;
}

.main5_p1 {
	font-family: 'Inter', sans-serif;
	font-weight: 800;
	color: #111;
	font-size: 15px;
	margin-bottom: 70px;
}

.main5_btn {
	display: flex;
	justify-content: center;
	width: 70%;
	text-align: center;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #111;
	margin-bottom:80px;
}

.main5_btn p{
	font-size: 15px;
	color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.main5_btn:hover {
	background-color: #333;
}

.main5_btn:hover  p{
	color: #FFF;
}

.main5_btn a {
color:#111;	
}

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

.main6 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.main6_c {
	width: 100%;
	text-decoration: none;
}

.main6_c img{
	width: 90%;
	height: auto;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	-webkit-backface-visibility: hidden;
	margin-right: auto;
	margin-left: auto;
}

.main6_name {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #111;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 5px;
	line-height: 1.5em;
	padding-bottom: 10px;
}

.main6_p1 {
	font-size: 16px;
	color: #111;
	margin-bottom:20px;
}

.main6_p2 {
	font-size: 12px;
	color: #111;
	line-height: 1.6em;
	margin-bottom:50px;
}


footer {
	background-color: #F8F8F8;
}

.footer_c {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer_logo {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}

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

.footer_nav {
	display:none;
}

.footer_b {
	background-color: #111;
}

.copyright {
	font-size: 12px;
	text-align: center;
	padding-top: 1%;
	padding-bottom: 1%;
	color: #FFF;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

/*202309追加*/

.main7 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

.main7 h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	margin-bottom: 90px;
}

.main7_c {
}

.main7_in {
	width: 88%;
	border: 1px solid #999;
	padding-right: 5%;
	padding-bottom: 8%;
	padding-left: 5%;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
}

.main7_nb {
	font-family: Inter, sans-serif;
	font-weight: 800;
	font-size: 42px;
	background-color: #FFF;
	width: 45px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: -15px;
	margin-bottom: 30px;
}

.main7_m {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 23px;
	text-align: center;
	line-height: 1.5em;
	margin-bottom: 30px;
}

.main8 {
	padding-bottom: 80px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

.main8_li {
	margin-bottom: 50px;
}

.main8_li ul{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.main8_li ul li{
	background-color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 70px;
	width: 70px;
	margin-right: 2px;
	margin-left: 2px;
	border-radius: 50%;
	margin-bottom:4px;
}

.main8_li ul li p{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #FFF;
	line-height: 1.4em;
	font-size: 14px;
}

.main8_h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 25px;
	text-align: center;
	margin-bottom: 50px;
}

.main8_txt {
	width: 100%;
	text-align: left;
	margin-bottom: 60px;
}

.main8_c {
	width: 100%;
	margin-bottom: 50px;
}

.main8_in {
	width:100%;
	margin-bottom:2.5%;
	background-color: #F8F8F8;
}

.main8_nb {
	font-family: Inter, sans-serif;
	font-weight: 600;
	background-image: url(../img/main8_arr.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto 10px;
	text-align: right;
	font-size: 25px;
	background-color: #FFF;
}

.main8_in h3 {
	text-align: center;
	margin-bottom: 30px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main8_in h3 span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 19px;
}

.main8_box {
	background-color: #F8F8F8;
	padding: 8%;
}


/*　中ページ　*/

.page_wrap {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
}

.title_wrap {
	margin-bottom: 50px;
}

.page_title {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111;
	padding-bottom: 30px;
	padding-top: 30px;
}

.page_title h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 30px;
}

.page_title ul {
	padding-top: 30px;
}

.page_title ul li{	
	margin-bottom:5px;
}

.page_title ul li a{
	background-color: #EBEBEB;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	margin-right: 10px;
	border-radius: 9999px;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #111;
	text-decoration: none;
}

.page_title ul li a:hover{
	background-color: #D0D0D0;
}

.sub_title {
	margin-bottom:15px;
}

.sub_title span{
	background-color: #EBEBEB;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	margin-right: 10px;
	border-radius: 9999px;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #111;
	text-decoration: none;
}


.about_1 {
	text-align: center;
	margin-bottom: 80px;
}

.about_1 p{
	font-size:18px;
}

.about1 ul {
	padding-left: 0;
	list-style: none;
	display: inline-block;
}

.about1_m {
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 5px;
}

.about1_p {
	text-align: left;
	font-size: 18px;
	margin-bottom: 50px;
	padding-left: 30px;
	line-height: 1.8em;
}

.about2_in {
	width: 100%;
	margin-bottom: 30px;
}

.about2_midashi {
	display: flex;
	align-items: center;
	justify-content:flex-start;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom:20px;
	margin-bottom:30px;
}

.about2_midashi div{
	background-image: url(../img/about2_f.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	height: 70px;
	display: flex;
	align-items: center;
	width: 90px;
}

.about2_midashi div p {
	font-family: Inter, sans-serif;
	font-weight: 500;
	color: #FFF;
	font-size: 40px;
	padding-left: 22px;

}

.about2_midashi h5{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 20px;
}

.about2_ans {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
	background-image: url(../img/about2_ans.svg);
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size:15px;
	padding-left:25px;
	margin-bottom:20px;
}

.about3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.about3 div:nth-child(1){
	width:100%;
	margin-bottom:30px;
}

.about3 div:nth-child(2){
	width:100%;
}

.about3 div:nth-child(1) img{
	width:100%;
	height:auto;
}

.ser_1 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 160px;
}

.ser1_in {
	width: 83%;
	padding: 8%;
	border: 1px solid #999;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 3%;
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
}

.ser1_icon {
	width: 100px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

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

.ser1_in h5{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: center;
}

.ser1_in p{
	line-height: 1.4em;
}


/* 全ページ共通　*/

.page_cont {
	margin-bottom: 100px;
}

/* page1・左に画像・右に文書(中央揃え)　*/

.page_1 {
}

.page1_p {
	width:100%;
	margin-bottom:20px;
}

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

.page1_t {
}


/* 各ページ　*/

.web1 {
	margin-bottom:50px;
}
.web1 ul {
}

.web1 ul li {
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 19px;
	background-image: url(../img/web1_li.svg);
	background-repeat: no-repeat;
	background-position: left 2px;;
	background-size: 25px;
	padding-left: 35px;
	line-height: 1.6em;
	margin-bottom:15px;
}

.web2 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}

.web3 {
	background-color: #F8F8F8;
	padding-top: 7%;
	padding-right: 7%;
	padding-bottom: 5%;
	padding-left: 7%;
}

.web3_c {
	width: 90%;
	margin-bottom: 4%;
	text-align: center;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 10%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
}

.web3_m {
	margin-bottom: 20px;
}

.web4 {
}

.web4_c {
	width: 88%;
	border: 2px solid #111;
	text-align: center;
	padding-top: 8%;
	padding-right: 5%;
	padding-bottom: 8%;
	padding-left: 5%;
	margin-bottom: 4%;
	margin-right: auto;
	margin-left: auto;
}

.web4_c img{
	width:70%;
	height:auto;
	margin-bottom:40px;
}

.web4_m {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 23px;
	margin-bottom: 20px;
}

.under {
	background: linear-gradient(transparent 65%, #e0e0e0 65%);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 23px;
}


.flow_cr {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}

.flow_mv {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}

.flow_c {
	display: flex;
	align-items: center;
	justify-content:flex-start;
}

.flow_n {
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #333333;
	border-radius: 50%;
}

.flow_n p{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #FFF;
}

.flow_t {
	padding-left: 10px;
}

.flow_t {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 20px;
}

.flow_hs {
	width: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 22px;
}

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

.desi1 {
	background-color: #F8F8F8;
	padding-top: 12%;
	padding-right: 8%;
	padding-bottom: 8%;
	padding-left: 8%;
}


.desi1_c {
	width: 100%;
	margin-bottom: 20%;
}

.desi1_c img{
	width: 65%;
	height: auto;
	margin-bottom: 20px;
}

.desi1_m {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 23px;
	margin-bottom:10px;
	text-align: center;
}

.desi2 {
	margin-bottom: 6%;
	margin-bottom: 100px;
	background-color: #F8F8F8;
	padding-top: 12%;
	padding-right: 8%;
	padding-bottom: 8%;
	padding-left: 8%;
}

.desi2_flex {
}

.desi2_c {
	width: 100%;
	margin-bottom: 20%;
}

.desi2_c img{
	width: 65%;
	height: auto;
	margin-bottom: 30px;
}

.desi2_p {
	text-align: center;
	margin-bottom: 50px;
}


.desi3_c {
	width: 100%;
	margin-bottom: 13%;
}

.desi3_c img{
	width: 65%;
	height: auto;
	margin-bottom: 20px;
}

.desi3_p {
	text-align: center;
	margin-bottom: 50px;
}

.comp_gree {
	margin-bottom: 100px;
}

.comp_gree p{
	line-height: 1.8em;
}

.comp_name {
	text-align: right;
	padding-top: 40px;
}

.comp_table {
	margin-bottom: 100px;
}

.comp_t1 {
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width:40%;
}

.comp_t2 {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 100%;
}

.cont_bo {
	margin-bottom: 30px;
	line-height: 1.6em;
	background-color: #F3F3F3;
	padding: 5%;
}

.hp1_c {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/hp1_img.svg);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 50%;
}

.hp1_title {
	padding-top: 3%;
	padding-bottom: 5%;
	width: 100&;
}

.hp1_m {
	background-color: #7DCACC;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #FFF;
	letter-spacing: 0.1em;
	font-size: 18px;
	margin-bottom: 20px;
}

.hp1_title img{
	width: 35%;
	height: auto;
	padding-left: 5%;
}

.hp1_title p {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 38px;
	line-height: 1.5em;
	text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.hp1_title p span{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 65px;
	color: #E1A919;
}

.hp2 {
	background-image: url(../img/hp2_back.svg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	text-align: center;
}

.hp2 img{
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.hp2 h5{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 30px;
}

.under2 {
	background: linear-gradient(transparent 60%, #FDD54B 60%);
	font-weight: bold;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 23px;
	line-height: 1.6em;
}

.hp3 {
	background-color: #FDD54B;
	margin-bottom: 50px;
}

.hp3 h5 {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	text-align: center;
	padding-top: 4%;
	line-height: 1.6em;
	margin-bottom: 30px;
}

.hp3 h5 span{
	font-size: 32px;
	font-weight: bold;
	color: #e60012;
}

.hp3_c {
	background-image: url(../img/hp3_img.svg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 40%;
	margin-bottom: 20px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.hp3_in {
	width: 100%;
}

.hp3_1 {

}

.hp3_1 ul{
	display: flex;
	justify-content: space-between;
}

.hp3_1 ul li{
	width: 32%;
}

.hp3_1 ul li img{
	width:100%;
	height:auto;
}

.hp3_2 {
	width: 60%;
	padding-bottom: 10%;
	padding-top: 5%;
}

.hp3_3 {
	margin-bottom: 20px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.hp3_3 ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap; 
}

.hp3_3 ul li{
	background-color: #FFF;
	text-align: center;
	width: 48%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	margin-bottom: 2%;
}

.hp3_3 ul li p{
	color: #111;
	font-weight: bold;
}

.hp3_hs {
	font-size: 14px;
	margin-bottom: 40px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.hp4 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.hp4_img {
	width: 40%;
	background-image: url(../img/hp4_img.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:auto 100%;
	margin-bottom:30px;
}

.hp4_txt {
	width: 100%;
	padding-top: 3%;
}

.hp4_m {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 2.5em;
	margin-bottom: 20px;
	text-align: center;
}

.under3 {
	background: linear-gradient(transparent 60%, #FFFFFF 60%);
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 28px;
}

.hp4_in {
	background-color: #FFF;
	line-height: 1.8em;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 2%;
	padding-left: 5%;
}

.hp4_in img{
	padding-top: 3%;
	width: 60%;
	height: auto;
	margin-right: 20%;
	margin-left: 20%;
}

.hp5_title {
	font-size: 25px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	display: flex;
	align-items: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.4em;
}

.hp5_title:before, .hp5_title:after {
	content: "";
	flex-grow: 1;
	border-top: 4px dotted #73BABB;
	display: block;
}
.hp5_title:before {
	margin-right: .4em;
}
.hp5_title:after {
	margin-left: .4em;
}

.hp5 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

.hp5_c {
	width: 100%;
}

.hp5_arr {
	width: 12%;
	padding-top: 6%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 6%;
}

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

.hp5_c img{
	width: 50%;
	height: auto;
	margin-bottom: 20px;
	margin-right: 25%;
	margin-left: 25%;
}

.hp5_m {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #73BABB;
	font-size: 18px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.hp6 {
	background-color: #f7f8f8;
	border-radius: 10px;
	margin-bottom: 100px;
	padding: 3%;
	width: 84%;
	margin-right: auto;
	margin-left: auto;
}

.hp6_m {
	margin-bottom: 15px;
	
}

.hp6_m span{
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #73BABB;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

.work_link {
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
	flex-wrap: wrap;
}

.work_jmp {
	display: flex;
	justify-content: center;
	width: 90%;
	text-align: center;
	text-decoration: none;
	border: 2px solid #111;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2%;
}

.work_jmp p{
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color: #111;
}

.work_jmp:hover {
	background-color: #FFFF00;
}

.work_c {
	width: 100%;
	margin-bottom:100px;
}

.work_in {
	width: 100%;
	text-align: center;
	text-decoration: none;
}

.work_in img{
	width: 100%;
	height: auto;
	margin-bottom:10px;
}

.work_in:hover {
}

.work_name {
	font-size: 12px;
	color: #111;	
}

.work_url {
	font-size: 12px;
	color: #1284A0;
	margin-bottom:30px;
}

.work2_in {
	width: 100%;
	margin-bottom: 8%;
	text-align: center;
}

.work2_in img{
	width: 98%;
	height: auto;
	margin-bottom:20px;
	border: 1px solid #CCC;
}

.mov1 {
	margin-bottom: 12%;
}

.mov1 p{
	font-size: 18px;
	line-height: 1.8em;
}

.mov2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 4%;
	margin-bottom: 5%;
}

.mov2_c {
	width: 50%;
	text-align: center;
	margin-bottom: 50px;
}

.mov2_c img{
	width: 50%;
	height: auto;
	margin-bottom: 20px;
}

.mov2_c p {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}

/*
.mov3 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 100px;
}

.mov3_c {
	width:32%;
}

.mov3_c table {
	width: 100%;
	border: 1px solid #CCC;
	border-collapse:collapse;
}

.mov3_c table th{
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-weight: bold;
	vertical-align: middle;
	font-size: 15px;
}

.mov3_c table th span{
	font-size:14px;
}

.mov3_c table td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	width: 100px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.mov3_m {
	background-color: #CCC;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.mov3_midashi {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 23px;
}

.mov3_price {
	font-size: 20px;
	font-weight: bold;
}

.mov3_price span{
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 50px;
}

.mov3_ts {
	font-size: 21px;
	font-weight: bold;
}

*/

.mov3 {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}

.mov3_c {
	width: 100%;
	margin-bottom: 30px;
}

.mov3_c table {
	width: 100%;
	border: 1px solid #CCC;
	border-collapse:collapse;
}

.mov3_c table th{
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-weight: bold;
	vertical-align: middle;
	font-size: 15px;
}

.mov3_c table th span{
	font-size:14px;
}

.mov3_c table td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 10px;
	width: 100px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.mov3_m {
	background-color: #CCC;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.mov3_midashi {
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 23px;
}

.mov3_price {
	font-size: 20px;
	font-weight: bold;
}

.mov3_price span{
	font-family: alternate-gothic-no-2-d, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 50px;
}

.mov3_ts {
	font-size: 21px;
	font-weight: bold;
}

.thanks {
	font-size: 18px;
	text-align: center;
	margin-bottom: 80px;
}

.gotop {
	text-align: center;
}

.gotop a{
	color: #111111;
	text-decoration: underline;
}

.gotop a:hover{
	color: #999999;
	text-decoration: underline;
}

.wmovie {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	padding-top: 3%;
	margin-bottom: 15%;
}

.wmovie_c {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.wmovie_c p{
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
}


/*　お困りごと　*/

.solu_m {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 50px;
	line-height: 1.7em;
}

.solu_m1 {
	position: relative;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 50px;
	line-height: 1.7em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
}

.solu_m1:after {
	position: absolute;
	content: " ";
	display: block;
	bottom: -2px;
	width: 20%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.solu_1 ul {
	margin-bottom:20px;
}

.solu_1 ul li {
	background-color: #F8F8F8;	
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	margin-bottom:2%;
	border-radius: 10px;      
    -webkit-border-radius: 10px;    
    -moz-border-radius: 10px;
}

.solu_1 ul li p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 19px;
	padding:8%;
}

.solu_2 {
}

.solu_2p {
	width:100%;
	margin-bottom:20px;
}

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

.solu_2t {
	margin-bottom:20px;
}

.solu_2t h5{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 17px;
	margin-bottom:20px;
}

.solu_3 {
	border: 1px solid #000;
	padding:8%;
}

.solu_3 ul {
}

.solu_3 ul li{
	background-image: url(../img/check.svg);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size:30px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 15px;
	text-align: left;
	padding-left:40px;
}

.solu_4q {
	display: flex;
	align-items: center;
	justify-content:flex-start;
	margin-bottom:20px;
}

.qa_q {
	background-color: #000;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:20px;
}

.qa_q p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 25px;
	color: #FFF;
	padding-bottom:5px;
}

.qa_m {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	flex: 1;
}

.solu_4a {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 60px;
}

.qa_a {
	height: 48px;
	width: 48px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	border: 2px solid #000;
}

.qa_a p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 25px;
	color: #000;
	padding-bottom:5px;
}

.qa_t {
	padding-top: 10px;
	flex: 1;
}

.price_1 {
	margin-bottom: 160px;
}

.pri1_c {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

.plan1 {
	width: 100%;
	background-color: #F8F8F8;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	margin-bottom:20px;
}

.plan2 {
	width: 100%;
	background-color: #F8F8F8;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.plan1_1 {
	background-color: #E9E9E9;
	text-align: center;
	border-radius: 10px 10px 0 0;
    -webkit-border-radius:  10px 10px 0 0;
    -moz-border-radius:  10px 10px 0 0;
	padding:40px 0 ;
}

.plan1_2 {
	background-color: #D2D2D2;
	text-align: center;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	padding: 40px 0;
}

.plan_m p:nth-child(1){
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	margin-bottom:20px;
}

.plan_m p:nth-child(2){
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 50px;
}

.plan_m p:nth-child(2) span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 25px;
	padding-right:5px;
}

.plan_txt {
	padding:20px;
}

.plan_list {
	background-color: #FFF;
	padding: 4%;
	width: 86%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 5%;
}

.plan_ly {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	background-image: url(../img/price_d.svg);
	background-repeat: no-repeat;
	background-position: left 15px;
	background-size:20px;
	padding-left:30px;
}

.plan_ly span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	padding-right:5px;
}

.plan_ln {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #CCC;
	padding-left: 30px;
}

.price_2 {
	margin-bottom: 40px;
}

.price_2 dl{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
}

.price_2 dl dt{
	width: 50%;
	padding-left: 20px;
}

.price_2 dl dd{
	width: 50%;
	text-align: right;
}


}
