@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

section{
	clear: both;
}

html {
  font-size: 62.5%;
}

ul {
  list-style: none;
}

body {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
/*   padding-bottom: 207px;
 */  color: #000000;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1140px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
/*     padding-bottom: 25.8666666667vw;
 */  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

a {
  text-decoration: none;
  color: #000000;
  outline: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  image-rendering: auto;
}

_:lang(x)::-internal-media-controls-overlay-cast-button,
img {
  image-rendering: -webkit-optimize-contrast;
}

#header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 66px;
  background-color: #333;
}

#footer_btn{
	position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 100px;
  background: rgba(51,51,51,0.8);;
}

.footer_btn_wrapper{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	position: relative;
}

.footer_btn_wrapper strong{
	display: block;

}

a.btn_form_fa {
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  width: 300px;
  margin: auto;
  padding: 1.6rem 2.25rem;
  font-weight: bold;
  
	background: #EA5404;
  color: #fff;
  border-radius: 50px;
}

a.btn_form_fb {
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  width: 300px;
  margin: auto;
  padding: 1.6rem 2.25rem;
  font-weight: bold;
  background: #fff;
  color: #EA5404;
   border-radius: 50px;
}
a.btn_form_fa:hover {
	background: #f7ef62;
	color: #000;
}

a.btn_form_fb:hover {
	background: #EA5404;
	color: #fff;
}

@media screen and (max-width: 767px) {
  #header {
    /*display: flex;*/
    box-sizing: border-box;
    width: 100%;
    height: 14.6666666667vw;
    padding: 0 5.3333333333vw;
    align-items: center;
  }
	
	.footer_btn_wrapper{
	width: 100%;
	}
	a.btn_form_fa,a.btn_form_fb {
		font-size: 16px;
  		width: 36%;
		padding: 1.6rem 2.25rem;
	}
}
.header-logo {
  text-align: left;
  max-width: 300px;
	padding: 10px 0 0 10px;
}

@media screen and (max-width: 767px) {
  .header-logo {
    margin-right: auto;
	  max-width: 40%;
	  padding: 20px 0 0 0px;
  }
}
.header-logo a {
  display: block;
  transition: 0.3s;
}
.header-logo a:hover {
  opacity: 0.7;
}
.header-contact {
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .header-contact {
    position: absolute;
    top: 0;
    right: 2.6%;
    bottom: 0;
    margin: auto;
  }
}
.header-contact a {
  font-size: 1.5rem;
  display: flex;
  width: 204px;
  height: 58px;
  transition: 0.3s;
  color: #ffffff;
  background: #f69209;
  background: linear-gradient(95deg, #f69209 0%, #ff7d00 100%);
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .header-contact a {
    width: 36vw;
    height: 12.2666666667vw;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.header-contact a:hover {
  opacity: 0.7;
}

/* MVの資料フォーム */

.mv_form_wrapper{
}

.mv_left_wrapper{
	float: left;
	width: 70%;
}

.mv_right_wrapper{
	float: right;
	width: 30%;
	background-color: #f7f7f7;
}

.mv_right_wrapper h2{
	text-align: center;
	font-size: 22px;
    font-weight: 700;
	color: #000;
	padding: 5px 0;
}

.mv_right_wrapper .mrkt_form{
	padding: 0 15px;
	width: 100%!important;
	max-width: 100%;
}

.mv_right_wrapper .mktoForm label.mktoLabel{
	padding: 10px 0px 5px !important;
	font-size: 14px !important;
	float: none;
}

.mv_right_wrapper .mrkt_form {
	margin: 20px auto !important;
}

.mv_right_wrapper .mrkt_form .mktoFieldWrap{
	width: 80% !important;
}

.mv_right_wrapper .mrkt_form #Company,.mv_right_wrapper .mrkt_form #Email,.mv_right_wrapper .mrkt_form #Phone,.mv_right_wrapper .mrkt_form #protoru_company_consultation_details{
	width: 100% !important;
}

.mv_right_wrapper .mrkt_form #LblLastName{
	display: block;
}

.mv_right_wrapper .mrkt_form #LastName,.mv_right_wrapper .mrkt_form #FirstName{
	width: 180px !important;
}

.mv_right_wrapper .mrkt_form #FirstName{
	position: absolute;
	bottom: 0;
    left: -100px;
}

.mv_right_wrapper .mrkt_form .mktoFormCol{
	width: 20%;
}

.mrkt_form .mktoForm .mktoFormRow{
	display: block;
}

.mktoForm textarea.mktoField{
	margin-top: 0;
}

.mv_right_wrapper .mktoButton{
	padding: 10px 30px !important;
	border-radius: 30px !important;
	font-size: 16px !important;
	font-weight: bold !important;
}
.mv_right_wrapper .mrkt_form .mktoButtonWrap{
	margin-top: 10px !important;
}

.mv_right_wrapper .mktoHasWidth{
	width: 100% !important;
}

.mv_right_wrapper .mrkt_form .mktoForm.mktoLayoutAbove .mktoField,.mv_right_wrapper .mrkt_form .mktoForm.mktoLayoutAbove .mktoLogicalField{
	width: 100% !important;
}


@media screen and (max-width: 767px) {
	.mv_left_wrapper{
	float:none;
	width: 100%;
	box-shadow: none;
	}

	.mv_right_wrapper{
	display: none;
	}
}




.mv {
  background: url("../images/fv_bg.jpg") center/cover no-repeat;
}

.mv__wrapper{
	padding:30px 0 20px; 
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
  	-ms-align-items    : flex-end;
 	 align-items        : flex-end;
	max-width: 1000px;
}

.mv__txt {
	width: 74%;
}


#ec .mv_copy{
	font-size: 3rem;
}
#ec .mv_copy span{
   color: #284798;
	font-size: 4.5rem;
}
.mv_copy{
   font-size: 3.6rem;
  font-weight: bold;
	line-height: 50px;
	text-align: center;
	margin-bottom: 30px;
}
.mv_will{
	text-align: center;
	padding: 5px;
	margin: 30px 0 20px;
	font-weight: bold;
	font-size: 20px;
}
.mv_will span {
    background: linear-gradient(transparent 75%, #f7ef62 10%);
}
.mv_copy span{
  /*color: #EA5404;*/
}

.mv_point{
	margin: 0 auto 10px;
	text-align: center;
}

.mv_point li{
	display: inline-block;
	padding: 10px;
	text-align: center;
	border-radius: 50%;
    width: 120px;
    height: 120px;
	background: url("../images/mv_bg_key.png") no-repeat center;
	background-size: contain;
    vertical-align: middle;
	font-weight: bold;
	font-size: 18px;
	color: #284798;
}

.mv_point li span{
	padding-top: 26px;
	display: block;
}

#ec .mv_point li.pont2 span{
	padding-top: 10px;
}

.mv_point li.pont3 span{
	padding-top: 15px;
}

.mv_point li small{
	font-size: 70%;
}
.mv_point li strong{
	font-size: 150%;
}

.dli-check-circle {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-radius: 50%;
  box-sizing: content-box;
	margin-right: 5px;
}

.dli-check-circle > span {
  width: 0.58em;
  height: 0.261em;
  border: 0.1em solid currentColor;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}



.mv_microcopy{
	padding-bottom:5px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.mv_microcopy span{
  color: #EA5404;
}

.mv__photo {

}

.taki_txt {
  font-size: 15px;
  font-weight: 600;
  writing-mode: vertical-rl;
  padding: 100px 10px 0 0;
}

.mv .caution{
	text-align: center;
	font-size: 10px;
	color: #284798;
}

@media screen and (min-width: 767px) {
	.sp_mv_photo,.taki_txt2{
		display: none;
	}
}

@media screen and (max-width: 520px) {
	.mv_point li{
		width: 80px;
		height: 80px;
		font-size: 16px;
	}

	.mv_point li span{
	padding-top: 18px;
	display: block;
	}
	.mv_point li.pont3 span{
	padding-top: 15px;
	}

	.mv_point li small{
		font-size: 12px;
	}
	
	.mv_point li.pont3 small{
		display: none;
	}
	.mv_point li.pont3 span{
	padding-top: 0px;
	font-size: 13px;
}
	.mv_point li strong{
		font-size: 16px;
	}

}

@media screen and (max-width: 767px) {
	.mv__wrapper{
		width: 100%;
	}
	.mv__txt {
		width: 100%;
		margin-bottom: 20px;
	}
	.mv__photo,.taki_txt{
		display: none;
	}
	.mv_copy{
  		font-size: 30px;
		line-height: 40px;
		padding: 0 20px;
	}
	
	.sp_mv_photo{
		float: left;
		width: 45%;
	}
	
	.taki_txt2{
		font-size: 10px;
		text-align: right;
		clear: both;
		padding-right: 10px;
	}
	
	.mv_point{
		text-align: center;
		float: left;
		width: 55%;
		margin: 0;
	}

	
	.mv_will{
		margin: 10px;
	}
	
}



a.btn_form_a {
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  width: 170px;
  margin: auto;
  padding: 0.6rem 2.25rem;
  font-weight: bold;
  background: #fff;
  color: #EA5404;
  border-radius: 100vh;
  transition: 0.5s;
  position: absolute;
  top: 28%;
  right: 320px;
}
a.btn_form_a:hover {
	background: #d4eef7;
	color: #fff;
}
@media screen and (max-width: 767px) {
  a.btn_form_a {
    display: none;
  }
}


a.btn_form_b {
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  margin: auto;
  padding: 0.6rem 2.25rem;
  font-weight: bold;
  background: #EA5404;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  position: absolute;
  top: 28%;
  right: 60px;
}
@media screen and (max-width: 767px) {
  a.btn_form_b {
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    width: 46%;
    margin: auto;
    padding: 0.6rem 1rem;
    transition: 0.5s;
    position: absolute;
    top: 28%;
    right:3%;
  }
}
a.btn_form_b:hover {
	background: #f7ef62;
	color: #000;
}

.main_area {
  margin: 30px auto;
  width: 100%;
}

.main_area .client_txt{
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	padding-bottom: 10px;
}

#sales .main_area .client_txt,#marketing .main_area .client_txt,#ec .main_area .client_txt{
	padding-top: 10px;
}

.main_area .client_logo{
	text-align: center;
	margin: 0 30px;
}

.main_area .client_logo ul li{
	display: inline-block;
	margin-bottom: 0px;
	width: 24%;
}
.main_area_logo {
  margin: 0 auto;
  width: 385px;
}

.main_area .client_logo3 ul li{
	display: inline-block;
	margin-bottom: 0px;
	margin-top: 10px;
	width: 12%;
}

.main_area_logo2 {
  margin: 80px auto 8px;
  width: 385px;
}
.arrow img{
  margin: 20px auto 0;
  width: 180px;
}

.main_txt p {
  margin-top: 20px;
  text-align: center;
  line-height: 3.4rem;
}

@media screen and (max-width: 767px) {
  .main_area {
    width: 100%;
	 margin: 50px auto 60px;
  }
	.main_area .client_txt{
	font-size: 24px;
	margin-bottom: 10px;
	}
	.main_area .client_logo{
	margin: 0px;
	}
	.main_area_logo {
    width: 70%;
  }
	.main_area_logo2 {
    width: 70%;
  }
	.main_txt p {
    margin: 20px 4% 0;
    text-align: left;
  }
  .main_area .client_logo ul li{
  	width: 32%;
  }
  .main_area .client_logo3{
  	text-align: center;
  }
  .main_area .client_logo3 ul li {
  	width: 32%;
  }
}


.support {
  padding: 46px 0 56px;
  background: url("../images/bg_support.jpg") center/cover no-repeat;
  box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .support {
    padding: 6.9333333333vw 0 8vw;
  }
}

.support__ttl {
  font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: clamp(30px, 1.979vw , 38px);
  font-weight: bold;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.5em;
}
@media screen and (min-width: 768px) {
  .support__ttl::before, .support__ttl::after {
    position: absolute;
    top: 0;
    bottom: -0.5em;
    display: block;
    width: 0.6em;
    height: 100%;
    margin: auto;
    content: "";
    background: url("../images/support_ttl.svg") center/contain no-repeat;
  }
  .support__ttl::before {
    left: -1em;
  }
  .support__ttl::after {
    right: -1em;
    transform: scaleX(-1);
  }
}
@media screen and (max-width: 767px) {
  .support__ttl {
    line-height: 1.1578;
    margin-bottom: 1em;
    text-align: center;
    font-size: 19px;
    font-size: 5.0666666667vw;
  }
}
.support__ttl span {
  color: #ff7d00;
}
.support__ttl b {
  font-size: 6.4rem;
}
@media screen and (max-width: 767px) {
  .support__ttl b {
    font-size: 32px;
    font-size: 8.5333333333vw;
  }
}

.support-slide + .support-slide {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .support-slide + .support-slide {
    margin-top: 6.4vw;
  }
}

.support-slide__item {
  width: 208px;
  margin: 0 16px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .support-slide__item {
    width: 44vw;
    margin: 0 3.4666666667vw;
  }
}
.info {
  padding: 50px 0 60px;
  background: #F2F2FF;
	clear: both;
}


.info_wrapper {
  width: 870px;
	 margin: 0 auto;
	clear: both;
}

.info_wrapper h2{
	text-align: center;
	margin-bottom: 20px;
	font-size: 28px;
    font-weight: 700;
}

.info_wrapper strong{
	color: #EA5404;
	font-weight: 700;
}


.info_box {
		display: flex;
	  justify-content: space-between;
	-webkit-align-items: flex-end;
  	-ms-align-items    : flex-end;
 	 align-items        : flex-end;
}

.info_left {
	width: 60%;

}
.info_right {
  width: 40%;
}
@media screen and (max-width: 767px) {
	.info_wrapper {
  	width: 92%;
	}
	.info_wrapper h2{
		font-size: 20px;
	}
  .info_box {
	  display: block;
    width: 92%;
    margin: 0 4%;
  }
	.info_left {
	  width: 100%;
	}
	.info_right {
  	width: 100%;
		padding-top: 10px;
	}
}
.info_left p span {
  font-size: 12px;
  color: #333;
  margin-top: 6px;
  display: block;
  font-weight: 400;
}
.info_left_bg {
  padding: 24px;
  background-color: #fff;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .info_left_bg {
    width: 79vw;
    padding: 15px;
    margin-top: 0;
  }
}
.info__ttl {
  position: relative;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
	margin-bottom: 10px;
	border-bottom: 2px solid #EA5404;
	padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .info__ttl {
    text-align: center;
	  font-size: 20px;
  }
}
.info_txt {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 3.25rem;
}
@media screen and (max-width: 767px) {
  .info_txt {
    font-size: 14px;
    line-height: 2.85rem;
  }
}

a.btn_form {
	display: flex;
  justify-content: space-between;
  align-items: center;
	text-align: center;
	text-decoration: none;
	width: 260px;
  margin: 40px auto 100px;
	padding: 1rem 4rem;
	font-weight: bold;
	background: #EA5404;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
@media screen and (max-width: 767px) {
  a.btn_form {
    width: 80%;
    padding: 1rem 2rem;
  }
}
a.btn_form::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #fff;
}
@media screen and (max-width: 767px) {
  a.btn_form::before {
    
  }
}
a.btn_form::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
  a.btn_form::after {
    
  }
}
a.btn_form:hover {
	background: #d4eef7;
	color: #fff;
}
.lp_txt {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp_txt {
    font-size: 22px;
  }
}

/*WGが選ばれる理由*/

.wgreason{
	width: 870px;
  margin: 80px auto 40px;
}

.wgreason h2{
	text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
}


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

.wgreason_txt span{
	background: linear-gradient(transparent 70%, #f7ed79 70%);
}

.wgreason_txt small{
	font-weight: bold;
	font-size: 12px;
}

.wgreason_list img{
	width: 40%;
}

.wgreason_left{
	width: 55%;
}

.wgreason_list h3{
	font-size: 28px;
	font-weight: 700;
	margin: 0px 0 20px;
}

.wgreason_list h3::before {
 content: '\f058';
 font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 26px;
    line-height: 20px;
    color: #EA5404;
	margin-right: 5px;
}


@media screen and (max-width: 767px) {
	.wgreason{
	width: 100%;
		margin-top: 50px;
	}
	
	.wgreason_list{
	display: block;
		padding: 15px;
	}
	.wgreason_list h3{
	font-size: 24px;
	}
	.wgreason_left{
	width: 100%;
	}
	.wgreason_list img{
	width: 100%;
}
}


/*こんなお悩みないですか*/

.problem{
	background: #F2F2FF;
	padding:50px 0;
}

.problem_box{
	width: 870px;
  margin: 0 auto;
}

.problem_box h2{
	text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 700;
}

.problem_list{
	display: flex;
  justify-content: space-between;
	 align-items:center; 
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #ddd;
	position: relative;
}

.problem_list .solve{
	position: absolute;
	top:0;
	right: 350px;
	width: 15%;
}

.problem_icon{
	background-color: #333;
	border-radius: 30px;
	padding: 5px 10px;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

.problem_txt{
	width: 35%;
}


.problem_txt li{
	background: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 10px;
}

.problem_arrow{
	width: 10%;
}



.introduction {
  padding: 50px 0 50px;
}

.introduction_area {
  width: 900px;
  margin: 0 auto;
}

.introduction_txt_box strong{
    font-weight: 700;
}

.introduction__ttl {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #EA5404;
}

.introductionr__ttl span {
  background: linear-gradient(transparent 75%, #FFD6C0 10%);
  display: inline-block;
}
.introduction_txt {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 3.25rem;
  width: 760px;
  margin: 24px auto 0;
}
.introduction_pack {
  margin-top: 46px;
}
.introduction_box {
  border: #EA5404 3px solid;
  width: 400px;
  padding: 16px;
  margin: 0 0 20px;
	background-color: #fff;
}

.introduction_list,.introduction_user {
  display: flex;
	justify-content: flex-start;
	 align-items:center; 
}
.introduction_user {
  margin-top: 10px;
}
.introduction_list  {
  flex-wrap: wrap;
  margin-top: 10px;
  gap: 8px;
}
.introduction_list li {
  border:  2px solid #EA5404;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
}

.icon-check{
	font-weight: 700;
	margin: 10px 0;
	color: #EA5404;
}

.icon-check::before {
 content: '\f14a';
 font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    color: #EA5404;
	margin-right: 5px;
	display: inline-block;
}

.introduction_txt_box p {
  font-weight: 500;
  font-size: 16px;
  line-height: 2.75rem;
  color: #323232;
}

.introduction_ather_box {
  margin: 0 auto;
  background-color: #fff;
  border: #EA5404 3px solid;
  padding: 20px;
	text-align: center;
}

.introduction_tit{
  text-align: center;
  font-size: 20px;
  padding-bottom: 10px;
}

.introduction_ather_box ul {
  justify-content: center;
}
.introduction_list.introduction_ather li {
  background-color: #fff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  width: 134px;
  padding: 3px 4px;
  text-align: center;
}

.introduction_txt_box.introduction_ather p {
  font-weight: 500;
  font-size: 16px;
  line-height: 2.75rem;
  margin-top: 12px;
  color: #323232;
}


.introduction_box_all {
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
  margin: 32px auto 0px;
}

.introduction_box_tit {
  background-color: #EA5404;
  height: 60px;
}
.introduction_box_tit {
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  color: #fff;
}
.introduction_name {
  line-height: 2rem;
  padding: 10px 0 0 8px;
  font-size: 15px;
	width: 60%;
}

.introduction_name dl{
	padding: 10px;
	background-color: #F5F5F5;
	margin-top: 10px;
	text-align: left;
}

.introduction_name dt{
	float: left;
	padding-right: 5px;
	clear: both;
}

.introduction_name dt::after{
	content: "：";
	padding-left: 5px;
}

.introduction_icon {
  width: 35%;
} 

@media screen and (max-width: 767px) {
	.problem{
		padding: 40px 15px;
	}
	.problem_box{
	width: 100%;
	}
	.problem_box h2{
    font-size: 26px;
	}
	.problem_list{
	display: block;
	}
	.problem_list .solve{
	position: absolute;
        top: -48px;
        left: -12px;
        width: 28%;
	}
	.problem_txt{
		width: 100%;
	}
	.problem_txt img{
		width: 80%;
		margin: 0 auto;
	}
	.problem_arrow{
		width: 30%;
		margin: 0 auto;
	}
	.introduction {
    padding: 10.6666666667vw 0 0;
  }
	.introduction_area {
    width: 100%;
    margin: 0 auto;
  }
	.introduction__ttl {
    font-size: 26px;
  }
	.introduction_list,.introduction_user {
  display: block;
	}
	.introduction_name {
	width: 100%;
		text-align: center;
	}
	.introduction_icon {
  	width: 35%;
	margin: 0 auto;
	}
	.introduction_txt {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 3.25rem;
    width: 92%;
    margin: 24px auto 0;
  }
	
	.introduction_box {
		position: relative;
	width: 90%;
  }
  .introduction_list li {
	    width: 41%;
        display: inline-block;
        margin-bottom: 5px;
  }
	.introduction_txt_box p {
    font-size: 14px;
  }
	.introduction_list{
		margin-top: 0;
	}
	.introduction_tit2{
		margin-bottom: 15px;
	}
	.introduction_ather_box {
    width: 85%;
    margin: 0 auto;
  }
	.introduction_list.introduction_ather li {
    width: 45%;
  }
	.introduction_box_all {
    display: block;
    flex-wrap: wrap;
    gap: 0 12px;
    margin: 32px auto 26px;
  }
	
}
/*キャンペーン*/

.camp_10off{
	clear: both;
  background: #F12F32;
	text-align: center;
	color: #fff;
}

.camp_10off .camp_10off_box{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding: 30px 0 20px;
}

.camp_10off2{
	clear: both;
	 background: #F12F32;
	text-align: center;
	color: #fff;
	margin: 20px 0;
}

.camp_10off2 .camp_10off_box{
	margin: 0 auto;
	position: relative;
	padding: 30px 0 20px;
}

.camp_10off_box strong{
	color: #f7ef62;
	/*background-image: radial-gradient(circle at center, #f7ef62 20%, transparent 20%);  点の色とサイズ調整 */
  /*background-position: top right; /* 点の位置 */
  /*background-repeat: repeat-x; /* 横方向に繰り返し */
  /*background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  /*padding-top: .4em; /* 縦方向の位置調整 */
}

.camp_10off a.btn_form{
	margin: 30px auto;
	background-color: #f7ef62;
	color: #000;
}

.camp_10off a.btn_form::before,.camp_10off a.btn_form::after{
	background-color: #000;
}

.camp_10off_title{
	font-size: 30px;
	padding-bottom: 10px;
	font-weight: bold;
	position: relative;
}

.camp_10off_txt{
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.camp_10off .camp_10off_box{
	width: 90%;
	}
	
	.camp_10off a.btn_form{
		width: 60%;
		text-align: center;
	}
}

/*資料請求ボタン*/


.siryo_dl{
	clear: both;
  padding: 50px 0 20px;
  background: #ffdbc9;
	text-align: center;
}

#ec .siryo_dl{
	background: #284798;
	color: #fff;
}

.siryo_dl a.btn_form{
	margin:20px auto 20px;
}

.siryo_dl_title{
	font-size: 30px;
	padding-bottom: 10px;
	font-weight: bold;
}


a.btn_form2 {
	display: flex;
  justify-content: space-between;
  align-items: center;
	text-align: center;
	text-decoration: none;
	width: 300px;
	margin: 30px auto;
	padding: 1.5rem 4rem;
	font-weight: bold;
	background: #EA5404;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}

a.btn_form2 a{
}

.mv_btn{
  font-size: 20px;
}

a.btn_form3 {
	display: block;
	justify-content: flex-end;
  align-items: center;
  text-align: center;
  text-decoration: none;
  width: 320px;
  padding: 2rem 4rem;
  font-weight: bold;
  background: #EA5404;
  color: #fff;
  border-radius: 100vh;
  position: relative;
  transition: 0.5s;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.siryo_dl{
		padding: 15px;
	}
	.siryo_dl_title{
	font-size: 24px;
	}
	a.btn_form2 {
    width: 80%;
    padding: 1rem 2rem;
    display: block;
  }
  a.btn_form3 {
    width: 80%;
    padding: 1rem 2rem;
    display: block;
	  position: static;
  }
}
a.btn_form2::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #fff;
}
a.btn_form3::before {
  display: none;
}
@media screen and (max-width: 767px) {
  a.btn_form2::before {
    content: none;
  }
}
a.btn_form2::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #fff;
}
a.btn_form3::after {
	display: none;
}
@media screen and (max-width: 767px) {
  a.btn_form2::after {
    content: none;
  }
}
a.btn_form2:hover {
	background: #ffc0a0;
	color: #fff;
}

a.btn_form3:hover {
  background: #ffc0a0;
  color: #fff;
}

/*選ばれる理由*/

.compare{
	background: #fffbc6;
	padding:50px 0;
}

.compare_box{
	width: 870px;
  margin: 0 auto;
}

.compare_box h2{
	text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 700;
}

.compare_box .compare_txt{
	text-align: center;
	 margin-bottom: 20px;
}

.compare table{
	background-color: #fff;
	width: 100%;
	border-right: 1px solid #ddd;
	border-bottom: 10px solid #fffbc6;
	border-collapse: collapse;
}
.compare table th{
	background-color: #333;
	color: #fff;
}
.compare table td{
	font-size: 130%;
	width: 20%;
	color: #858585;
}

.compare table th,.compare table td{
	border-top: 1px solid #ddd;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

.compare table .table_title{
	text-align: left;
	background-color: #f0f0f0;
	font-size: 100%;
	color: #000;
}

.compare table .t_protoru_title{
	color: #fff;
	background-color: #EA5404;
	font-size: 120%;
	border-right:10px  solid #EA5404;
	border-left:10px  solid #EA5404;
	border-top:3px  solid #EA5404;
}

.compare table .t_protoru{
	font-weight: 700;
	color: #EA5404;
	width: 30%;
	border-right:10px  solid #EA5404;
	border-left:10px  solid #EA5404;
}

.compare table .t_protoru_last{
	border-bottom:10px  solid #EA5404;
}

.compare table td p{
	border:1px solid #858585;
	color: #858585;
	border-radius: 10px;
	font-size: 14px;
	margin-top: 10px;
}

.compare table .t_protoru p{
	background-color: #EA5404;
	border:1px solid #EA5404;
	color: #fff;
	font-size: 16px;
	border-radius: 15px;
}

@media screen and (max-width: 767px) {
	.compare_box{
	width: 100%;
	}
	.compare_box h2{
    font-size: 26px;
	}
	.compare table{
		width: 90%;
		margin: 0 auto;
	}
	.compare table .t_protoru p{
	border-radius: 3px;
	}
}


/*コンサルタントの紹介*/


.consulting {
  padding: 50px 0 50px;
}
.consulting_icon img{
  width: 108px;
}
.consulting_list,.consulting_user {
  display: flex;
}
.consulting_box {
  width: 870px;
  margin: 40px auto;
}

.consulting_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}

.consulting_box li {
  width: 42%;
  border: 1px solid #ddd;
  padding: 20px;
}

.consulting__ttl {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.consulting_txt {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 3.25rem;
  width: 780px;
  margin: 24px auto 0;
}

.consulting_pack {
  margin-top: 46px;
}
.consulting_area {
  width: 870px;
  margin: 0 auto;
}
.consulting_name {
  width: 244px;
  height: 92px;
  border-bottom: #F1AE8B 1px solid;
  margin-left: 10px;
}
.consulting_name p {
  line-height: 2rem;
  color: #EA5404;
  padding-top: 30px;
  font-size: 18px;
  font-weight: 700;
}
.consulting_name p span {
  line-height: 2rem;
  color: #5A5A5A;
  padding: 10px 0 24px 0;
  font-size: 13px;
  font-weight: 500;
}
.consulting_subtxt {
  margin-top: 10px;
  line-height: 2.75rem;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}

.consulting_subtxt strong{
	font-weight: 700;
	background-color: #EA5404;
	color: #fff;
	padding: 5px;
}

@media screen and (max-width: 767px) {
	.consulting {
  	padding: 20px 0 50px;
	}
  .consulting_box {
    width: 100%;
    margin: 20px auto;
  }
	.consulting_box ul {
    flex-wrap: wrap;
    gap: 30px;
  }
	.consulting_box li {
    width: 80%;
    height: 100%;
    background-color: #fff;
    padding: 20px;
    margin: 0 auto;
  }
	.consulting__ttl {
    font-size: 24px;
  }
	.consulting_txt {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.8rem;
    width: 92%;
    margin: 24px auto 0;
  }
	.consulting_area {
    width: 100%;
    margin: 0 auto;
  }
}


/*サービスの流れ*/

.service {
  width: 870px;
  margin: 60px auto 100px;
}
.service h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
	margin-bottom: 30px;
}


.service_flow{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.service_flow li{
	margin-right: 10px;
	width: 100%;
	text-align: center;
}

.service_flow li:last-child{
	margin-right: 0;
}

.service_flow li a{
	color: #EA5404;
	text-decoration: underline;
}

.service_flow strong{
	font-weight: 700;
	color: #EA5404;
}

.service_flow p{
	text-align: left;
	font-size: 14px;
	font-weight: 300;
	padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .service {
    width: 100%;
    margin: 60px auto;
	  padding: 0 15px;
  }
  .service__ttl {
    font-size: 24px;
  }
	.service_flow{
	display: block;
	}

	.service_flow li{
	display: inline-block;
	width: 28%;
		vertical-align: top;
	}
}



/*よくある質問*/

.faq{
	background: #F2F2FF;
	padding: 40px 0;
}

.faq .faq_box{
  width: 600px;
  margin: 60px auto;
	background: #fff;
	padding: 30px;
}

.faq h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
	margin-bottom: 30px;
	color: #EA5404;
}

.faq dt{
	font-size: 16px;
	margin-bottom: 10px;
}

.faq dt::before {
 content: '\f059';
 font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    line-height: 20px;
    color: #EA5404;
	margin-right: 5px;
	display: inline-block;
}

.faq dd{
	font-size: 14px;
	font-weight: 300;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #F5F5F5;
}

.faq dd small{
	font-size: 12px;
}

@media screen and (max-width: 767px) {
	.faq{
		padding: 20px;
	}
	.faq .faq_box{
		 width: 100%;
		padding: 0;
		margin: 15px 0;
	}
	.faq h2 {
		font-size: 24px;
		margin-bottom: 0;
		padding-top: 15px;
	}
	.faq dl{
		padding: 20px 20px 5px;
	}
}




.non-form{
    display: none !important;
  }

/*** Form ***/
.form-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.form-label {
  width: 150px;
  padding-top: 14px;
  font-weight: bold;
  position: relative;
}
.form-label small {
  font-size: 80%;
}
.form-input {
  font-size: 14px;
  line-height: 1.5;
  flex: 1;
}
.confirm .form-input {
  padding-top: 14px;
}
@media screen and (min-width:1000px) {
  .form_confirm .form-input {
      padding-top: 14px;
  }
}
@media screen and (max-width:999px) {
  .form-item {
      display: block;
  }
  .form-label {
      width: auto;
      margin-bottom: 20px;
  }
  .form-input {
      width: auto;
  }
}
.form-control {
  border: 1px solid #EEEEEE;
  background: #F5F5F5;
  border-radius: 5px;
  height: 50px;
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
}
.form-control::placeholder {
  color: #9B9B9B;
}
.form-inline {
  width: auto;
}
.form-inner input {
  border: 1px solid #E5E5E5;
  background: #fff;
  border-radius: 3px;
  height: 40px;
  width: 30%;
  padding: 0 20px;
  font-size: 16px;
  margin: 0 10px;
}
select.form-control {
  cursor: pointer;
}
textarea.form-control {
  height: auto;
  padding: 10px;
}
.form-md {
  width: 200px;
  margin-right: 5px;
}
.form-sm {
  width: 120px;
  margin-right: 5px;
}
.form-xs {
  width: 80px;
  margin-right: 5px;
}
@media screen and (max-width:999px) {
  .form-md {
      width: auto;
  }
  .form-sm {
      width: 25%;
  }
  .form-xs {
      width: 20%;
  }
}
.form-group {
  display: block;
  margin-bottom: 10px;
}
label.form-group {
  cursor: pointer;
}
.checkbox {
  width: 15px;
  height: 15px;
  border: 1px solid #E5E5E5;
  background: #F1F1F1;
  border-radius: 3px;
  cursor: pointer;
}
.checkbox-inline {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  cursor: pointer;
}
.checkbox_std {
  display: none;
}
.checkbox_std + label {
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}
.checkbox_std + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
  background-color: #f5f5f5;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.checkbox_std:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid #333;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  z-index: 2;
}
.required {
  position: absolute;
  top: 11px;
  right: 0;
  height: 18px;
  line-height: 18px;
  background: #C00000;
  border-radius: 5px;
  padding: 0 8px;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #fff;
  font-weight: normal;
}
.required-non {
  background: #707070;
}
.form-set {
  margin-bottom: 10px;
}

.form-set .form-set-item input {
  border-radius: 0;
  margin-bottom: -1px;
}

.form-set .form-set-item:first-child input {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.form-set .form-set-item:last-child input {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.form-round {
  border-radius: 10px;
}
.checkbox_std {
  cursor: pointer;
}

/*** エラー ***/
.alert-error {
  background: #F2CED0;
  border: 1px solid #C9151E;
  padding: 10px;
  color: #C9151E;
}

/* Snow Monkey Form */
.contact .smf-form--simple-table .smf-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.contact .smf-item__col--label {
  width: 35%;
  padding-top: 14px;
  font-weight: bold;
  position: relative;
}
.contact .smf-form--simple-table .smf-item__col--controls {
  width: 60%;
  font-size: 14px;
  line-height: 1.5;
}
.contact .smf-form .smf-item .smf-text-control__control,
.contact .smf-form .smf-item .smf-textarea-control__control {
  display: block;
  width: 100%;
  border: 1px solid #EEEEEE;
  background: #F5F5F5;
  border-radius: 5px;
  height: 50px;
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
  box-shadow: none;
}
.contact .smf-form .smf-item .smf-textarea-control__control {
  height: auto;
  padding: 10px;
}
.contact .has-vivid-red-color {
  position: absolute;
  top: 11px;
  right: 0;
  height: 18px;
  line-height: 18px;
  background: #C00000;
  border-radius: 5px;
  padding: 0 8px;
  font-size: 11px;
  letter-spacing: 0.15em;
  color: #fff!important;
  font-weight: normal;
}
.contact .smf-action .smf-button-control__control {
  background: #222222;
  display: inline-block;
  text-align: center;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  min-width: 227px;
}
.contact .smf-action .smf-button-control__control::after {
  content: "";
  display: inline-block;
  right: 0px;
  top: 16px;
  width: 20px;
  height: 10px;
  margin-left: 12px;
  background: url(../img/btn_arrow.svg) center center / contain no-repeat;
}

.form-inline .smf-item__col--controls * {
  display: inline-block;
}
.form-inline .smf-item__col--controls .smf-text-control,
.form-inline .smf-item__col--controls p {
  margin-right: 10px;
}
.contact .smf-form .smf-item .smf-text-control__control.form-md {
  width: 100px;
}
.contact .smf-form .smf-item .smf-text-control__control.form-sm {
  width: 60px;
}
.smf-item__controls a {
  text-decoration: underline;
}
.smf-item__controls p {
  margin-bottom: 10px;
}
@media screen and (min-width:1000px) {
  .contact .smf-form--simple-table .smf-item__col--controls {
      max-width: none;
      flex: 0 auto;
  }
  .contact .smf-form--simple-table .smf-item__col--label {
      flex: 0 auto;
      max-width: none;
  }
  .contact .smf-form--simple-table .smf-item {
      padding: 0;
  }
}
@media screen and (max-width:999px) {
  .contact .smf-form--simple-table .smf-item {
      display: block;
      padding: 0;
  }
  .contact .smf-form--simple-table .smf-item__col--label {
      width: auto;
      margin-bottom: 20px;
      padding-bottom: 0;
  }
  .contact .smf-form--simple-table .smf-item__col--controls {
      width: auto;
  }
}



























.success-list__list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 10%;
}
.success-list__list li {
  text-align: center;
}
.success-list__list p {
  font-size: 2.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .success-list__list p {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.success-list__list span {
  font-size: 4.2rem;
  line-height: 1;
  color: #ec6618;
}
@media screen and (max-width: 767px) {
  .success-list__list span {
    font-size: 22px;
    font-size: 5.8666666667vw;
  }
}
.success-list__list span b {
  font-size: 11rem;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .success-list__list span b {
    font-size: 60px;
    font-size: 16vw;
  }
}

.casestudy {
  width: 100%;
  padding-bottom: 90px;
}
.casestudy ul {
  width: 100%;
  max-width: 1340px;
  overflow: hidden;
  padding: 0 42px;
  margin: 0 auto;
}
.casestudy ul li {
  padding: 0 10px;
}
.casestudy ul li a {
  display: block;
  transition: 0.3s;
}
.casestudy ul li a .case_company {
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
}
.casestudy ul li a .case_title {
  font-size: 14px;
}
.casestudy ul li a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.slick-prev {
  top: 50%;
  margin-top: -21px;
}

.slick-next {
  top: 50%;
  right: 0;
  left: unset;
  margin-top: -21px;
}

.slick-next::before {
  border-top: 2px solid #EC6618;
  border-right: 2px solid #EC6618;
}

.slick-prev::before {
  border-top: 2px solid #EC6618;
  border-left: 2px solid #EC6618;
}

@media screen and (max-width: 767px) {
  .casestudy {
    padding-bottom: 50px;
  }
  .casestudy ul li a .case_company {
    font-size: 15px;
  }
  .casestudy ul li a .case_title {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    margin: 0 5.3333333333vw;
  }
}

.contact-notice {
  margin: 0 auto 116px;
}
@media screen and (max-width: 767px) {
  .contact-notice {
    margin: 0 auto 12.8vw;
  }
}
.contact-notice > p {
  font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: 0.04em;
  color: #d23200;
  background: -webkit-linear-gradient(0deg, #d23200, #ff7d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .contact-notice > p {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.contact-notice > p span {
  position: relative;
  background: -webkit-linear-gradient(0deg, #d23200, #ff7d00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-notice > p span::before, .contact-notice > p span::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  content: "";
  background: #d23200;
  background: linear-gradient(90deg, #d23200 0%, #ff7d00 100%);
}
.contact-notice > p span::after {
  bottom: -4px;
}

.contact-notice__ttl {
  font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 4rem;
  line-height: 1.1;
  position: relative;
  margin-bottom: 100px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: #ec6618;
}
@media screen and (max-width: 767px) {
  .contact-notice__ttl {
    margin: 0 -5.3333333333vw 14.6666666667vw;
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.contact-notice__ttl::before {
  position: absolute;
  right: 0;
  bottom: -120px;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  margin: auto;
  content: "";
  border: 60px solid transparent;
  border-top: 60px solid #ec6618;
}
@media screen and (max-width: 767px) {
  .contact-notice__ttl::before {
    bottom: -16vw;
    width: 8vw;
    height: 8vw;
    border: 8vw solid transparent;
    border-top: 8vw solid #ec6618;
  }
}
.contact-notice__ttl span {
  padding: 1.5em 20px;
  display: block;
  position: relative;
}
.contact-notice__ttl span::before, .contact-notice__ttl span::after {
  position: absolute;
  width: 50%;
  top: 0;
  height: 5px;
  content: "";
  display: block;
  background-color: #ff7d00;
}
.contact-notice__ttl span::before {
  left: 0;
}
.contact-notice__ttl span::after {
  right: 0;
  background-color: #ffb900;
}

.contact-notice__list {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .contact-notice__list {
    margin: 0 auto 5.3333333333vw;
  }
}
.contact-notice__list li {
  font-size: 2.8rem;
  font-weight: bold;
  display: flex;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  letter-spacing: 0.08em;
  border-bottom: 2px dotted #ec6618;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-notice__list li {
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.contact-notice__list li::before {
  display: inline-block;
  width: 48px;
  height: 38px;
  content: "";
  background: url("../images/icon_check.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .contact-notice__list li::before {
    width: 6.1333333333vw;
    height: 5.0666666667vw;
    margin-right: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .contact-notice__list p {
    font-size: 1rem;
  }
}

.contact__ttl {
  font-size: 4.6rem;
  margin-bottom: 1em;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .contact__ttl {
    font-size: 26px;
    font-size: 6.9333333333vw;
  }
}
.contact__ttl::before {
  display: block;
  width: 99px;
  height: 105px;
  margin: 0 auto 26px;
  content: "";
  background: url("../images/icon_logo.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .contact__ttl::before {
    width: 26.4vw;
    height: 28vw;
  }
}
.contact__ttl span {
  font-family: "Noto Serif JP", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
  font-size: 2.2rem;
  display: block;
  margin-top: 0.5em;
  color: #999999;
}
.contact__ttl + p {
  font-size: 2.6rem;
  margin-bottom: 2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__ttl + p {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}

.contact-form {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact-form {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form {
    margin-bottom: 3.7333333333vw;
  }
}
.contact-form table {
  font-size: 2rem;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .contact-form table {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contact-form tr:last-child th,
  .contact-form tr:last-child td {
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .contact-form th,
  .contact-form td {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form th,
  .contact-form td {
    display: block;
  }
}
.contact-form th {
  position: relative;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #ec6618;
}
@media screen and (min-width: 768px) {
  .contact-form th {
    width: 14.5em;
  }
}
@media screen and (max-width: 767px) {
  .contact-form th {
    padding-bottom: 1.0666666667vw;
  }
  .contact-form th::before {
    position: absolute;
    right: 0;
    bottom: -1px;
    display: block;
    width: 80%;
    height: 1px;
    margin: auto;
    content: "";
    background-color: #cbcbcb;
  }
}
.contact-form th.required::after {
  font-size: 1.4rem;
  line-height: 1;
  display: inline-block;
  padding: 4px 9px;
  content: "必須";
  color: #ffffff;
  border-radius: 4px;
  background-color: #cf4000;
}
@media screen and (min-width: 768px) {
  .contact-form th.required::after {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .contact-form th.required::after {
    position: relative;
    top: -0.5333333333vw;
    margin-left: 2.1333333333vw;
    padding: 0.8vw 2.4vw;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .contact-form td {
    padding-right: 7%;
    padding-left: 7%;
    border-bottom: 1px solid #cccccc;
  }
}
@media screen and (max-width: 767px) {
  .contact-form td {
    padding-top: 10px;
    padding-bottom: 14px;
  }
}
.contact-form input[type=text],
.contact-form select,
.contact-form textarea {
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 2rem;
  box-sizing: border-box;
  width: 100%;
  padding: 0.6em;
  border: none;
  border-radius: 8px;
  background-color: #dedede;
}
@media screen and (max-width: 767px) {
  .contact-form input[type=text],
  .contact-form select,
  .contact-form textarea {
    border-radius: 1.0666666667vw;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.contact-form input[type=text]::-moz-placeholder, .contact-form select::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: #999999;
}
.contact-form input[type=text]::placeholder,
.contact-form select::placeholder,
.contact-form textarea::placeholder {
  color: #999999;
}
.contact-form input[type=text]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
}
.contact-form input[type=text]:focus::-moz-placeholder, .contact-form select:focus::-moz-placeholder, .contact-form textarea:focus::-moz-placeholder {
  color: transparent;
}
.contact-form input[type=text]:focus::placeholder,
.contact-form select:focus::placeholder,
.contact-form textarea:focus::placeholder {
  color: transparent;
}

.contact-form__input-half {
  display: flex;
  gap: 2em;
}
@media screen and (max-width: 767px) {
  .contact-form__input-half {
    gap: 2.1333333333vw;
  }
}

.contact-form__privacy {
  font-size: 2rem;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .contact-form__privacy {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .contact-form__privacy {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.contact-form__privacy label {
  display: block;
  margin: 0 auto 1em;
  cursor: pointer;
}
.contact-form__privacy label input {
  display: none;
}
.contact-form__privacy label input:checked + span::after {
  opacity: 1;
}
.contact-form__privacy label span {
  line-height: 1.2;
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 0.5em;
}
.contact-form__privacy label span::before {
  display: inline-block;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  content: "";
  border: 1px solid #cccccc;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.contact-form__privacy label span::after {
  position: absolute;
  top: -5px;
  left: 7px;
  display: block;
  width: 10px;
  height: 18px;
  content: "";
  transition: 0.3s;
  transform: rotate(40deg);
  opacity: 0;
  border-right: 3px solid #d04000;
  border-bottom: 3px solid #d04000;
}
@media screen and (max-width: 767px) {
  .contact-form__privacy p {
    text-align: center;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.contact-form__privacy p a {
  position: relative;
  color: #d04000;
}
.contact-form__privacy p a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  margin: auto;
  content: "";
  border-bottom: 1px solid #d04000;
}
.contact-form__privacy p a:hover::before {
  opacity: 0;
}

.contact-form__btn button {
  font-size: 2.4rem;
  line-height: 1.2;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 575px;
  margin: 0 auto;
  padding: 1.3em;
  cursor: pointer;
  transition: 0.3s;
  letter-spacing: 0.12em;
  color: #ffffff;
  border: 1px solid #d04000;
  border-radius: 10px;
  background: #f69209;
  background: linear-gradient(90deg, #f69209 0%, #ff7d00 100%);
  box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .contact-form__btn button {
    line-height: 1.5;
    padding: 0.6em;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.contact-form__btn button:hover {
  opacity: 0.7;
}

.pricacy-mark {
  max-width: 1300px;
}
@media screen and (min-width: 768px) {
  .pricacy-mark {
    margin: 0 auto 68px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .pricacy-mark {
    width: 13.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}

.seminar {
  padding: 84px 20px 50px;
  background: url("../images/bg_seminar.png") center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .seminar {
    padding: 4.2666666667vw 5.3333333333vw 5.0666666667vw;
    background: url("../images/sp/bg_seminar.png") center/cover no-repeat;
  }
}

.seminar__wrap {
  max-width: 1300px;
  margin: 0 auto;
}

.seminar__ttl {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  color: #1d8ffb;
}
@media screen and (min-width: 768px) {
  .seminar__ttl {
    margin-left: 1em;
  }
}
@media screen and (max-width: 767px) {
  .seminar__ttl {
    margin-bottom: 2.1333333333vw;
    text-align: center;
    text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 0px 1px 0 #ffffff, -1px 0 #ffffff, -1px 0 0 #ffffff, 1px 0 0 #ffffff;
    font-size: 17px;
    font-size: 4.5333333333vw;
  }
}

.seminar__btn {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .seminar__btn {
    margin-top: 2.1333333333vw;
  }
}
.seminar__btn a {
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  display: flex;
  height: 94px;
  margin: 0 auto;
  transition: 0.3s;
  background-color: #ffffff;
  box-shadow: 0px 0px 25px 5px rgba(32, 86, 167, 0.5);
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .seminar__btn a {
    width: 572px;
  }
}
@media screen and (max-width: 767px) {
  .seminar__btn a {
    height: 54px;
    box-shadow: 0px 0px 12px 3px rgba(32, 86, 167, 0.5);
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.seminar__btn a::before {
  position: absolute;
  right: -2px;
  bottom: -2px;
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  transform: rotate(45deg);
  border: 8px solid transparent;
  border-left: 8px solid #0586cc;
}
@media screen and (max-width: 767px) {
  .seminar__btn a::before {
    right: -0.8vw;
    bottom: -0.8vw;
    width: 1.6vw;
    height: 1.6vw;
    border: 1.6vw solid transparent;
    border-left: 1.6vw solid #0586cc;
  }
}
.seminar__btn a span {
  color: #0586cc;
}
.seminar__btn a:hover {
  opacity: 0.7;
}



/* ----------------------------------------------
	Footer
-------------------------------------------------*/

.footer {
  background: #222222;
  color: #fff;
  text-align: center;
  padding: 50px 0 130px;
}
.footer_inner {
  max-width: 1200px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}
.footer_menu {
  display: flex;
}
.footer_menu li {
  font-size: 14px;
  line-height: 1.4;
}
.footer_menu li:not(:last-child) {
  margin-right: 30px;
}
.footer_menu li a {
  color: #fff;
}
.footer_menu li a:hover {
  color: #ddd;
}
.copyright {
  font-size: 13px;
  margin-top: 20px;
  color: #FFF;
}
@media screen and (min-width:1000px) {
  .footer_inner {
      display: flex;
      justify-content: space-between;
  }
}
@media screen and (max-width:999px) {
  .footer {
      padding: 20px 0 120px;
  }
  .footer_logo {
      text-align: center;
      margin-bottom: 20px;
      margin: 0 auto;
      width: 155px;
  }
  .footer_logo img {
      max-width: 150px;
      margin-bottom: 10px;
  }
  .footer_menu {
      justify-content: center;
  }
  .copyright {
      text-align: center;
  }
}

.thanks_title {
  font-size: 20px;
}