@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@700&display=swap");

body {
  padding-bottom: 0;
 margin: 0;
	padding: 0;
	font-family: sans-serif ;
}
main {
  min-height: calc(100vh - 314px);
}

main * {
  box-sizing: border-box;
}
#header {
  position: relative;
  height: 66px;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  #header {
    display: block;
    width: 100%;
    height: auto;
    padding:0;
	  margin: 0;
  }
}
.header-logo {
  text-align: left;
  max-width: 300px;
	padding: 10px 0 0 10px;
	margin: 0;
}
@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {
  .header-logo {
    margin-right: auto;
	  padding-top: 20px;
  }
}
.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;
}
.document_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
}
.document_title {
  width: 100%;
  font-size: 30px;
  letter-spacing: 2px;
  padding: 20px 0px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-weight: bold;
	border-bottom:2px solid #141414;
}
@media screen and (max-width: 767px) {
  .document_title {
    width: 100%;
    font-size: 28px;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .document_title img {
    width: 60%;
  }
}
.document_area {
  display: flex;
  gap: 50px;
  justify-content: center;
	margin-top: 50px;
}

.docuent_detail{
	width: 60%;
}

.mv_img{
	width: 100%;
}

.document_toc{
	padding: 0 30px 20px;
}

@media screen and (max-width: 767px) {
  .document_area {
    display: block;
    gap: 60px;
	width: 100%;
  }
	.docuent_detail{
	width: 100%;
		padding: 0 15px;
		margin-bottom: 20px;
	}	
}

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

.main_area .client_txt{
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 2px solid #EC6618;
	color: #EC6618;
}

.main_area .client_logo{
	text-align: center;
	margin: 0px;
}
.main_area .client_logo ul{
	padding : 0;
}
.main_area .client_logo ul li{
	display: inline-block;
	margin-bottom: 0px;
	width: 24%;
}

.main_area .client_logo ul li img{
	width: 100%;
}
.main_area_logo {
  margin: 0 auto;
  width: 385px;
}

.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: 0;
	}
	
	.main_area .client_logo ul{
		padding: 0;
	}
	.main_area .client_logo ul li{
		width: 30%;
	}
	.main_area_logo {
    width: 70%;
  }
	.main_area_logo2 {
    width: 70%;
  }
	.main_txt p {
    margin: 20px 4% 0;
    text-align: left;
  }
}



/*カルーセルここから*/
.c-carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.c-carousel__activator-main {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.c-carousel__main {
  overflow: hidden;
  position: relative;
}
.c-carousel__main-track {
  display: flex;
  white-space: nowrap;
  transition: transform 0.3s ease-out;
}
.c-carousel__main-item {
  flex-shrink: 0;
  width: 100%;
}
.c-carousel__main-image {
  display: block;
  width: 100%;
}

.c-carousel__main-control-item {
  display: none;
}
.c-carousel__btn-prev-main, .c-carousel__btn-next-main {
  position: absolute;
  top: 50%;
  right: 16px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
	border: 1px solid #000;
  transition: opacity 0.3s;
  cursor: pointer;
}
.c-carousel__btn-prev-main {
  right: auto;
  left: 16px;
}

.c-carousel__activator-main:nth-child(1):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(1) {
  display: block;
}
.c-carousel__activator-main:nth-child(2):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(2) {
  display: block;
}
.c-carousel__activator-main:nth-child(3):checked ~ .c-carousel__main .c-carousel__main-control-item:nth-child(3) {
  display: block;
}

.c-carousel__activator-main:nth-child(1):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-100% * 0));
}
.c-carousel__activator-main:nth-child(2):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-100% * 1));
}
.c-carousel__activator-main:nth-child(3):checked ~ .c-carousel__main .c-carousel__main-track {
  transform: translateX(calc(-100% * 2));
}
.c-image-arrow{
	width: 20px;
}

/*カルーセル終了*/

.document_left {
  width: 400px;
}
.document_left p {
  text-align: center;
}
.document_right {
  text-align: center;
}
.document_right {
  width: 400px;
}
.document_desc {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 50px;
  font-size: 18px;
  padding: 0 15px;
}

.document_wrap a {
/*   padding: 20px; */
  color: #fff;
  display: block;
  text-align: left;
}


@media screen and (max-width: 767px) {
  main {
    min-height: calc(100vh - 241px);
  }
  .document_desc {
    font-size: 14px;
  }
}

.inner h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

#form{
	width: 40%
}

/* マルケトフォーム */
.mrkt_form {
	max-width: 100%;
	margin: 0px auto;
}
.mrkt_form .mktoForm {
	width: 100%!important;
	background-color: #efefef;
    padding: 20px;
}
.mrkt_form .mktoForm label.mktoLabel {
	padding: 20px;
	font-size: 16px;
	font-weight: bold;
	width: 100%!important;
}
.mrkt_form .mktoForm input[type=text], .mrkt_form .mktoForm input[type=url], .mrkt_form .mktoForm input[type=email], .mrkt_form .mktoForm input[type=tel], .mrkt_form .mktoForm input[type=number], .mrkt_form .mktoForm input[type=date], .mrkt_form .mktoForm select.mktoField, .mrkt_form .mktoForm textarea.mktoField {
	color: #333;
	width: 100%!important;
	border: 1px solid #ddd;
	font-size: 16px;
	box-sizing: border-box;
	border-radius: 3px;
	box-shadow: none;
	display: block;
	padding: 10px;
	margin-top: 0px;
}
.mktoForm textarea.mktoField {
  width: 100%!important;
  height: 100%!important;
}


@media screen and (max-width: 767px) {
  .mktoForm textarea.mktoField {
      width: 70%!important;
    }
	#form{
	width: 100%
}
}
.mrkt_form .mktoForm input::placeholder {
    color: #CCC;
}
.mrkt_form .mktoForm .mktoFormRow {
	display: flex;
}
.mrkt_form .mktoForm .mktoFormRow .mktoFieldDescriptor:first-child {
	flex: 1;
}
.mrkt_form .mktoForm .mktoFormCol {
	width: 100%;
}
.mrkt_form .mktoForm .mktoFieldWrap {
	width: 100%;
}
.mrkt_form .mktoRequiredField .mktoLabel::after {
	display: inline-block;
	background-color: #EA5404;
	padding: 2px 5px;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	content: '必須';
    border-radius: 5px;
}
.mrkt_form .mktoForm .mktoRequiredField .mktoAsterix {
	display: none;
}
.mrkt_form .mktoForm .mktoGutter, .mrkt_form .mktoForm .mktoOffset {
	display: none;
}
.mrkt_form .mktoFormRow .mktoFieldDescriptor:nth-child(n+2) {
	    margin: 62px 0 0 5px;
}
.mrkt_form .mktoForm .mktoFieldDescriptor:nth-child(n+2) label.mktoLabel {
	display: none;
}
.mrkt_form .mktoForm fieldset legend {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}


.mktoForm .mktoField {
	float: none !important;
	display: block !important;
}

.mrkt_form .mktoForm fieldset {
    max-width: 740px;
	margin-top: 30px;
	border: none;
	padding: 20px;
}
.mrkt_form .mktoForm fieldset .agreement span {
	font-size: 14px!important;
	font-weight: normal;
}
.mrkt_form .mktoForm fieldset label.mktoLabel {
	width: auto!important;
    cursor: pointer;
}
.mrkt_form fieldset .mktoRequiredField .mktoLabel::after {
	display: none;
}
.mrkt_form .mktoForm fieldset div.mktoLogicalField {
	/* margin-top: 16px; */
	margin-left: 10px;
    position: relative;
}
.mrkt_form .mktoButtonRow {
	display: block;
}
.mrkt_form .mktoButtonWrap {
	display: block;
	margin: 30px 0 0!important;
	text-align: center;
}
.mrkt_form .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
	background: #EC6618!important;
	border: 1px #EC6618 solid!important;
	transition: all 0.4s ease 0s;
	font-weight: 600;
	font-size: 18px!important;
	text-align: center!important;
	text-decoration: none!important;
	box-sizing: border-box!important;
	border-radius: 20px;
	min-width: 300px;
	cursor: pointer!important;
}
.mktoCheckboxList > label {
    cursor: pointer;
}
.mktoFormRow a {
    color: #049dea;
    text-decoration: underline;
}
.mktoFormRow a:hover {
    text-decoration: none;
}
.mrkt_form #Lblagreement {
    padding: 0;
    position: relative;
    margin-top: 10px;
}
.mrkt_form .mktoForm #Lblagreement:before {
    top: -7px;
    left: 0px;
    box-shadow: none;
    border: 1px solid #ddd;
    width: 20px;
    height: 20px;
}
.mrkt_form .mktoForm input[type=checkbox]:checked + label:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    color: #222;
}


@media screen and (min-width:1000px) {
    .mrkt_form .mktoForm input {
        width: 550px!important;
    }
    .mrkt_form .mktoForm input[type=text][name=LastName],
    .mrkt_form .mktoForm input[name=FirstName] {
        width: 200px!important;
    }
}
@media screen and (max-width:999px) {
	.mrkt_form .mktoForm label.mktoLabel {
		padding-left: 0;
		padding-bottom: 10px;
	}
	.mrkt_form .mktoForm input[type=text], .mrkt_form .mktoForm input[type=url], .mrkt_form .mktoForm input[type=email], .mrkt_form .mktoForm input[type=tel], .mrkt_form .mktoForm input[type=number], .mrkt_form .mktoForm input[type=date], .mrkt_form .mktoForm select.mktoField, .mrkt_form .mktoForm textarea.mktoField {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.mrkt_form .mktoForm textarea.mktoField {
		min-height: 100px;
	}
	.mrkt_form .mktoMobileShow .mktoForm, .mktoForm strong {
		padding: 0;
	}
	.mrkt_form .mktoFormRow .mktoFieldDescriptor:nth-last-child(3) {
		width: 45%;
	}
	.mrkt_form .mktoFormRow .mktoFieldDescriptor:nth-child(n+2) {
        width: 50%!important;
    }
	.mrkt_form .mktoForm .mktoFormRow {
		align-items: baseline;
	}
	.mrkt_form .mktoForm label.mktoLabel {
		width: 100%!important;
	}
	.mrkt_form .mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
		width: auto!important;
	}
    .mrkt_form .mktoForm fieldset {
        padding: 0;
    }
    .mrkt_form .mktoForm fieldset legend {
        margin-bottom: 15px;
    }
    .mrkt_form .mktoForm .agreement {
        line-height: 1.6;
    }
    .mrkt_form .mktoFormRow a {
        padding: 0;
    }
    .mrkt_form .mktoForm .mktoButtonWrap.mktoRound .mktoButton {
        min-width: 100%;
    }
}
/* ----------------------------------------------
	Footer
-------------------------------------------------*/

.footer {
  background: #222222;
  color: #fff;
  text-align: center;
  padding: 30px 0 ;
	margin-top: 50px;
}
.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;
  }
	.footer_menu li{
		list-style: none;
	}
  .copyright {
      text-align: center;
  }
}