@charset "utf-8";

/* Base
----------------------------------------------------*/


body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #5f5d5d;
	font-size: 16px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6{
line-height:1.3;
font-weight:normal;
font-size:100%;
color: #4c4c4c;

}

p,
li,
dt, dd,
th, td{
}

ul, ol{
list-style-type:none;
list-style-position:outside;
}

img{
	vertical-align: bottom;
}

a img{
	border: 0;
}

/*　　*/

.center-text {
	text-align:center;
}

.floatright {
	float: right;
}

.floatleft {
	float:left;
}

.clearboth {
	clear:both;
}

.margin_b5 {
	margin-bottom:5px;
}

.margin_b10 {
	margin-bottom:10px;
}

.margin_b12 {
	margin-bottom:12px;
}

.margin_b15 {
	margin-bottom:15px;
}

.margin_b17 {
	margin-bottom:17px;
}

.margin_b20{
	margin-bottom:20px;
}

.margin_b25{
	margin-bottom: 25px;
}

.margin_b30{
	margin-bottom:30px;
}

.margin_b40{
	margin-bottom:40px;
}

.margin_b50{
	margin-bottom:50px;
}

.margin_b60{
	margin-bottom:60px;
}

.margin_b80{
	margin-bottom:80px;
}


img.icon:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}


/*　見出し・画像　*/

.pic-left {
	float: left;
}

.pic-left {
	float: right;
	background-color: #FFF;
	padding-bottom: 15px;
	padding-left: 15px;
}

.clearfix:before, .clearfix:after {
 display: table;
 content: " ";
}

.clearfix:after {
 clear: both;
}

.txt_indent1 {
    padding-left: 1em;
    text-indent: -1em;
}

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

.font_b {
	font-weight: bold;
}

svg {
	vertical-align:bottom;
}

/*　共通　*/





/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 481px){

.spDisp {
	display: none;
}

.spHide {
	display:block;
}

.midashi1 {
	margin-bottom:35px;
}

.midashi1 span{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 55px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #ddf344;
	padding-bottom: 3px;
	color: #4849e8;
	
}

.midashi2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 19px;
	color: #5f5d5d;
	font-size: 16px;
}

.m2_g {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 19px;
	color: #4849e8;
}

.m2_under {
	background: linear-gradient(transparent 60%, #FFF 60%);
	color: #000;
}

.midashi3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #5f5d5d;
	font-size: 16px;
}


.min1200 {
	min-width:1200px;
}


/*　ヘッダー　*/


header {
	min-width: 1200px;
}

.header_cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom: 25px;
}

.header_logo a{
	color: #000;
	text-decoration: none;
}

header h1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 16px;
	margin-left: 20px;
}

header h1 span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 30px;
}

.header_logo img{
	width: 80px;
	height: auto;
}

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

.header_info {
	flex: 1;
}

.header_nav {
}

.header_nav nav ul {
	display: flex;
	justify-content:flex-end;
}

.header_nav nav ul li {

}

.header_nav nav ul li a{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #111111;
	text-decoration: none;
	margin-left: 15px;
}

.header_nav nav ul li a:hover{
	color: #999;
}

.main_img {
	background-image: url(../img/main_img.webp);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:cover;
}

.main_icont {
	width: 700px;
	margin-left: 5%;
	padding-top: 12%;
	padding-bottom: 12%;
}

.main_icont h2{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 56px;
	color: #ffffff;
	text-shadow: 2px 1px #575454;
	line-height:1.4em;
}

.main_icont h2 span{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 62px;
	color:  #ffffff;
	text-shadow: 2px 1px #575454;
}

.main_icont h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 24px;
	color:  #ffffff;
	text-shadow: none;
	margin-bottom:30px;
	text-shadow: 2px 1px #575454;
}

.main1 {
	background-color: #F2F2F2;
	min-width: 1200px;
	padding-top: 80px;
	padding-bottom: 140px;
}

.main1_c {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.main1_l {
	width:400px;
	color: #4849e8;
}

.main1_r {
	flex: 1;
}

.main1_r p{
	font-size: 18px;
	line-height: 1.8em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

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

.main2_cir {
	margin-bottom: 60px;
	margin-top:-60px;
}

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

.main2_cir ul li{
	background-color: #4849e8;
	height: 124px;
	width: 124px;
	border-radius: 50%;
	margin-right: 8px;
	margin-left: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main2_cir ul li p{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	line-height: 1.3em;
	color: #FFF;
}

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

.main2_pic {
	margin-bottom:50px;
}

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

.main2_list {
	margin-bottom: 60px;
}

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

.main2_list ul li{
	width: 15%;
	text-align: center;
	margin-bottom: 1%;
	display: block;
	background-color: #ddf344;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	
}

.main2_list ul li a{
	text-decoration: none;
}

.main2_list ul li p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #000;
}

.main2_list ul li a:hover{
	opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

.main2_work ul{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom:30px;
}

.main2_work ul li{
	width:31%;
	margin-bottom:2.5%;
}

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

.main2_work ul p{
	text-align: center;
	font-size:18px;
}

.main2_btn {
	display: flex;
	justify-content: center;
	width: 380px;
	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: 10px;
	padding-bottom: 15px;
	background-color: #4849e8;
}

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

.main2_btn:hover {
	background-color: #6363EB;
}

.main3_wrap {
	background-color: #abc4ff;
	min-width: 1200px;
	padding-top: 80px;
	padding-bottom: 80px;
}

.main3 {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 30px;
}

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

.main3_c {
	width: 14%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 1%;
	margin-bottom: 50px;
	background-color: #FFF;
}

.main3_nb {
	background-color: #4849e8;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: -50px;
	margin-bottom: 20px;
}

.main3_nb p{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 60px;
	text-align: center;
}

.main3_c h5{	
	text-align: center;
	margin-bottom: 30px;
	height: 104px;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

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

.main3_list ul li{
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 10px;
}

.main3_btn {
	display: flex;
	justify-content: center;
	width: 360px;
	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: 10px;
	padding-bottom: 15px;
	background-color: #4849e8;
}

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

.main3_btn:hover {
	background-color: #66bfaf;
}

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

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

.main4_in {
	width: 30%;
}

.main4_in img{
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.main4_m {
	display: flex;
	align-items: flex-start;
	justify-content:flex-start;
	margin-bottom:25px;
}

.main4_nb {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	font-size: 60px;
	color: #4849e8;
	margin-right: 10px;
}

.main4_mt {
	font-size: 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	margin-top: 10px;
	line-height: 1.2em;
}

.main5 {
	min-width:1200px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.main5_1 {
	width: 40%;
	background-color: #F8F8F8;
	padding: 5%;
}

.main5_2 {
	width: 50%;
	background-image: url(../img/main5.webp);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:cover;
}

.main5_m {
	margin-bottom:50px;
}

.main5_t {
	line-height: 1.8em;
}

.main6 {
	min-width: 1200px;
	background-color: #abc4ff;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../img/contact_back.jpeg);
	background-size:cover;
}

.main6 h5{
	font-size: 35px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 45px;
	letter-spacing: 0.05em;
}

.main6_btn {
	display: flex;
	justify-content: center;
	width: 380px;
	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: 10px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}

.main6_btn p{
	font-size: 20px;
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

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

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

.comp_dl dl{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.comp_dl dl dt{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.comp_dl dl dd{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	flex: 1;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
}



footer {
	background-color: #F2F2F2;
	min-width: 1200px;
	padding-top: 55px;
	padding-bottom: 55px;
}

.footer_c {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: flex-start;
	justify-content:flex-start;
}

.foot_info {
	width: 400px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000;
	padding-top: 15px;
}

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

.foot_logo {
	width: 90px;
	margin-right:20px;
}

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

.foot_sn {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size:15px;
}

.foot_sn span{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size:25px;
}

.foot_info p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.foot_info a{
	text-decoration: none;
	color: #000;
}

.foot_nav {
	padding-top: 20px;
	padding-left: 50px;
	flex: 1;
}

.foot_navc {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.foot_nav ul{
	margin-right:20px;

}

.foot_nav ul li{
	margin-right: 30px;
	margin-bottom: 10px;
}

.foot_nav ul li a{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #000;
	text-decoration: none;
}

.foot_banner ul {
	display: flex;
	justify-content: flex-start;
}

.foot_banner ul li{
	width: 35%;
	margin-right: 10px;
}

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


.copyright {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	color: #000;
	text-align: right;
	margin-right: 5%;
	margin-top:-20px;
}


/*　中ページ　*/

.page_wrap {
	min-width:1200px;
}

.page_title {
	width: 100%;
	text-align: center;
	padding-top: 5%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	margin-bottom:60px;
}

.page_title h3 {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	font-size: 37px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.page_title h3: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;
}

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

.cont_bo {
	background-color: #F3F3F3;
	text-align: center;
	padding: 5%;
	margin-bottom:50px;
}

.works_wrap {
	margin-bottom: 5%;
	padding-bottom: 5%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.works_c {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom:30px;
}

.works_pic {
	flex: 1;
}

.works_pic img{
	width:100%;
}

.works_txt {
	width:50%;
	margin-left:25px;
}

.works_txt h4{
	font-size: 20px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	margin-bottom:30px;
}

.works_txt table{
	width:100%;
	border-collapse:collapse;
}

.works_txt table th {
	background-color: #FFF;
	padding: 10px;

	width: 120px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F9F9F9;
	vertical-align: middle;
}

.works_txt table td {
	padding: 10px;
	background-color: #FFF;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F9F9F9;
	border-left-color: #F9F9F9;

}

.works_wrap ul{
	display: flex;
	justify-content:flex-start;
	align-items: stretch;
}

.works_wrap ul li{
	width:33%;
	margin-right:1%;
}

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

.pay_logo {
	width: 400px;
	margin-bottom: 20px;
}

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







}


.pad {
	padding-top:50px;
}

.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;
}
