@charset "UTF-8";
/* =======================================

	pgs contents CSS

========================================== */
.mvInpage{
	padding-top: 9em;
	padding-bottom: 5em;
}
.mvInpage h2{
	color: #fff;
}

.boxBdr{
	border: 6px solid #0065b4;
}
.boxR{
	border-radius: 2em;
}

/*table01*/
.table01{
	width: 100%;
	border: 1px solid #0065b4;
}
.table01 dt{
	background: #0065b4;
	color: #fff;
	padding: 20px 10px 20px 20px;
	/*width: 50%;*/
	border-bottom: 1px solid #fff;
}
.table01 dd{
	background: #fff;
	padding: 20px 20px 20px 20px;
	/*width: 50%;*/
	border-bottom: 1px solid #0065b4;
}
.table01 dt:last-of-type,
.table01 dd:last-of-type{
	border-bottom: none;
}
@media screen and (max-width: 900px) {
  .table01 dt.f28,
  .table01 dd.f28{
    font-size: 2.4rem !important;
  }
}/* //end for SP */
@media screen and (min-width: 901px) {
  .table01{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .table01 dt{
    width: 50%;
	  border-right: 1px solid #fff;
  }
  .table01 dd{
    width: 50%;
  }
}/* //end for PC */

/*table02*/
.table02{
	width: 100%;
	border: 1px solid #0065b4;
}
.table02 th{
	background: #0065b4;
	color: #fff;
	padding: 20px 10px 20px 20px;
	width: 12em;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
  font-size: 1.6rem;
}
.table02 td{
	background: #fff;
	padding: 20px 20px 20px 20px;
  width: calc(100% - 12em);
	border-bottom: 1px solid #0065b4;
  font-size: 1.6rem;
}

@media screen and (max-width: 900px) {/*
  .scrollWrap{
    width: 100%;
    overflow-x: auto;
  }
  .scrollWrap .table02{
    width: 800px;
  }
  .scrollWrap .table02 td{
    width: calc(800px - 12em);
  }*/
  .table02,
  .table02 thead,
  .table02 tr,
  .table02 th,
  .table02 td{
    display: block;
  }
  .table02{
    border-bottom: none;
  }
  .table02 th{
    padding: 20px 10px 20px 20px;
    width: 100%;
    border-bottom: 1px solid #fff;
    border-right: none;
    font-size: 1.6rem;
  }
  .table02 td{
    padding: 20px 20px 20px 20px;
    width: 100%;
    border-bottom: 1px solid #0065b4;
    font-size: 1.6rem;
  }
}/* //end for SP */
@media screen and (min-width: 901px) {
}/* //end for PC */


/* =======================================
	service
========================================== */
.lead01 p > span.f26{
  display: block;
  line-height: 1.6em;
  margin-bottom: 1em;
}
@media screen and (max-width: 900px) {
  .lead01 p.f40{

  }
}/* //end for SP */
@media screen and (min-width: 901px) {
}/* //end for PC */


#service .mvInpage{
	background: url("../img/mv_service.jpg") no-repeat bottom right / cover;
}

#service .icTit{
	padding-left: 2.25em;
	position: relative;
}
#service .icTit::before{
	content: "";
	width: 2em;
	height: 2em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.4em;
	position: absolute;
	left: 0;
	top: calc(50% - 1em);
}
#service01 .icTit::before{
	background: url("../img/home02_ic01.svg") no-repeat left top / cover;
}
#service02 .icTit::before{
	background: url("../img/home02_ic02.svg") no-repeat left top / cover;
}
#service03 .icTit::before{
	background: url("../img/home02_ic03.svg") no-repeat left top / cover;
}
#service04 .icTit::before{
	background: url("../img/home02_ic04.svg") no-repeat left top / cover;
}
#service05 .icTit::before{
	background: url("../img/home02_ic05.svg") no-repeat left top / cover;
}

#service .logoBox img{
	height: 50%;
	max-width: 8em;
	margin-left: 1em;
	margin-right: 1em;
}
@media screen and (max-width: 900px) {
  #service .logoBox img{
    max-width: calc(50% - 2em);
    margin-bottom: 10px;
  }
  .serviceBox2.cl33 > div {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 8%;
  }
  .serviceBox3 > div + div {
    margin-top: 20px;
  }
}/* //end for SP */
@media screen and (min-width: 901px) {
  .serviceBox.alignItemsC{
	  flex-direction: row-reverse;
  }
  .serviceBox3.pcReverse{
	  flex-direction: row-reverse;
  }
  .serviceBox3.pcReverse.cl50 > div:not(:nth-child(2n)) {
    margin-right: 0;
    margin-left: 4%;
  }
}/* //end for PC */

/*flow*/
.flow{}
.flowStep{
  position: relative;
  margin: 0 0 100px;
  padding: 25px 30px 35px 120px;
	border: 5px solid #0065b4;
  background: #f2f2f2;
  border-radius: 20px;
}
.flowStep:last-child{
	margin-bottom: 0;
}
.flowStep:not(:last-child)::after{
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
	content: "";
	display: block;
  margin: auto;
	border-style: solid;
	border-color: #0065b4;
	border-width: 8px 8px 0 0;
	width: 40px;
	height: 40px;
    -webkit-transform: rotate(135deg) skew(12deg,12deg);
  transform: rotate(135deg) skew(12deg,12deg);
}
.flowStep dt{
  font-size: 3rem;
  font-weight: bold;
}

.flowStepNum{
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-content: center;
	background: #0065b4;
  padding: 0 10px 18px 0;
  width: 98px;
  height: 90px;
  border-radius: 15px 0 50px 0;
  color: #fff;
  font-size: 46px;
  font-weight: 900;
  line-height: 0.6em;
  text-align: center;
  transform: translate(-2px, -2px);
}
.flowStepNum span{
  display: block;
  font-size: 14px;
}
.flowStepCon li{
  width: 360px;
  max-width: 100%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 4px 10px rgba(0,0,0,.16);
}
.flowStepCon li.flowStepTel{
  padding: 5px 5px 10px;
}
.flowStepTel .icTel{
    display: inline-block;
    padding: 15px 0 15px 60px;
    font-size: 3.5rem;
    font-weight: 700;
    background: url(../img/icon_tel.svg) no-repeat left center / 50px auto;
}
.flowStepEmail.fBtnCon a{
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.flowStepEmail.fBtnCon a:hover{
  opacity: 0.7;
}
@media screen and (max-width: 900px) {
  .flowStep{
    margin: 0 0 100px;
    padding: 10px 20px 30px 20px;
  }
  .flowStep dt{
    padding-left: 90px;
    font-size: 1.8rem;
    min-height: 4.4em;
    display: grid;
    align-items: center;
    justify-items: left;
  }
  .flowStepCon li.flowStepTel{
    font-size: 1.2rem !important;
  }
  .flowStepTel .icTel{
      padding: 10px 0 10px 12.5%;
      font-size: 3rem;
      background: url(../img/icon_tel.svg) no-repeat left center / 30px auto;
  }
  .flowStepEmail.fBtnCon{
    margin-top: 20px;
  }
  .flowStepEmail.fBtnCon a{
    padding: 15px 0;
  }
  .flowStep:not(:last-child)::after{
    top: calc(100% + 20px);
  }
  .flowContWrap .f28{
    font-size: 2rem !important;
  }
  .flowContWrap .f20{
    font-size: 1.8rem !important;
  }
}/* //end for SP */
@media screen and (min-width: 901px) {
  .flowStepCon.pcFlex{
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: stretch;
	align-items: stretch;
    gap: 30px;
  }
  .flowStepCon{
    transform: translateX(-50px);
  }
}/* //end for PC */


/* =======================================
  area
========================================== */
#area .mvInpage{
	background: url("../img/mv_area.jpg") no-repeat bottom right / cover;
}
#area .areaFee {
  border: 5px solid #0065b4;
  background: #fff;
  border-radius: 10px 40px;
	box-shadow: 7px 7px 15px rgba(0,0,0,.16);
}


/* =======================================
  faq
========================================== */
#faq .mvInpage{
	background: url("../img/mv_faq.jpg") no-repeat bottom right / cover;
}
#faq .faqBox01 .sToggle dl {
  background: #fff;
}


/* =======================================
	company
========================================== */
#company .mvInpage{
	background: url("../img/mv_company.jpg") no-repeat bottom right / cover;
}
#company .wordBreak{
  word-break: break-all;
  word-wrap: break-word;
}
.company01Img figcaption{
  text-align: right;
}
.company01Img figcaption span{
  display: block;
  font-size: 1.2em;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .company01Img{
    margin: auto;
  }
}/* //end for SP */
@media screen and (min-width: 901px) {
}/* //end for PC */



/* =======================================
	recruit
========================================== */
#recruit .mvInpage{
	background: url("../img/mv_recruit.jpg") no-repeat bottom right / cover;
}
.tab{
}
.tab li{
 width: 50%;
padding: 1em;
 border-radius: 10px 10px 0 0;
 border: 1px #707070 solid;
 text-align: center;
}
.tab li span{
  display: block;
  font-size: 0.9em;
}
.tab li.select{
 background: #DDDDDD;
}
.tab li:not(.select):hover{
  cursor: pointer;
}
.disnon{
 display: none;
}
#recruit01 ul{
  display: flex;
  gap: 0 20px;
  justify-content: center;
}
#recruit01 ul li::before{
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background: linear-gradient(
    to top right,
    #0065b4 0%,
    #0091db 100%
  );
  margin-right: 5px;
}

@media screen and (max-width: 900px) {
}/* //end for SP */
@media screen and (min-width: 901px) {
}/* //end for PC */


/* =======================================
  contact
========================================== */
#contact .mvInpage{
	background: url("../img/mv_contact.jpg") no-repeat bottom right / cover;
}
.contactBoxes{
  border: 5px solid #0065b4;
  background: #fff;
  border-radius: 10px;
}
.contactBox{
  padding: 24px;
  text-align: center;
}
.contactBox h3{
  font-size: 2.2rem;
}
.contactBox p{
  font-size: 1.4rem;
}
.contactBox p.contactBoxNum{
  display: inline-block;
  font-size: 3.5rem;
  font-weight: 700;
  padding-left: 70px !important;
}
.contactBox p.contactBoxNum.icTel{
  background: url("../img/icon_tel.svg") no-repeat left center / 60px auto;
}
.contactBox p.contactBoxNum.icFax{
  background: url("../img/icon_fax.svg") no-repeat left center / 60px auto;
}
@media screen and (max-width: 900px) {
  .contactBox{
    width: 100%;
  }
  .contactBox + .contactBox::before{
    content: "";
    display: block;
    width: 90%;
    height: 2px;
    margin: auto;
    background: #0065b4;
    transform: translateY(-16px);
  }
  .contactBox p.contactBoxNum{
    font-size: 3rem;
    padding-left: 40px !important;
  }
  .contactBox p.contactBoxNum.icTel,
  .contactBox p.contactBoxNum.icFax{
    background-size: 30px;
  }
}/* //end for SP */
@media screen and (min-width: 901px) {
  .contactBoxes.pcFlex{
    -ms-flex-align: center;
    align-items: center;
  }
  .contactBoxes.pcFlex .contactBox{
    flex:1;
  }
}/* //end for PC */

.contactFormWrap{

}
.contactFormItems{
  display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
}
.contactFormItems dt{
	background: #f5f5f5;
	padding: 20px 10px 20px 20px;
	width: 260px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.contactFormItems dd{
	background: #fff;
	padding: 20px 20px 20px 20px;
	width: calc(100% - 260px);
	border-bottom: 1px solid #ccc;
}
.contactFormItems input[type="text"],
.contactFormItems input[type="email"],
.contactFormItems textarea{
  border: 1px solid #c9caca;
  border-radius: 5px;
  padding: 0.8em;
  width: 100% !important;
}
label.contactFormRadio,
label.contactFormCheck {
  display: block;
}
label.contactFormRadio:hover,
label.contactFormCheck:hover  {
  cursor: pointer;
}
label.contactFormRadio input,
label.contactFormCheck input {
  display: none;
}
label.contactFormRadio input + span,
label.contactFormCheck input + span {
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 30px;
  line-height: 1.6;
}
label.contactFormRadio input + span::before,
label.contactFormCheck input + span::before {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #333333;
  background: #fff;
  box-sizing: border-box;
}
label.contactFormRadio input + span::before {
    border-radius: 50%;
}
label.contactFormCheck input + span::before {
  border-radius: 4px;
}
label.contactFormRadio input:checked + span::before,
label.contactFormCheck input:checked + span::before,
label.contactFormCheck input:checked + input + span::before{
  border-color: #0065b4;
}
label.contactFormRadio input:checked + span::after,
label.contactFormRadio input:checked + input + span::after{
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 4px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #0065b4;
  border-radius: 50%;
}
label.contactFormCheck input:checked + span::after,
label.contactFormCheck input:checked + input + span::after{
    content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 4px;
  display: block;
  width: 16px;
  height: 8px;
  border: solid #0065b4;
  border-width: 0 0 4px 4px;
  transform: rotate(-45deg);
}
.contactFormCheck{

}
.contactFormBtn{

}
.contactFormBtn input[type="submit"]{
  border: none;
  border-radius: 3.2rem;
  padding: 2.4rem 8rem;
  max-width: 100%;
  line-height: 1em;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .contactFormItems dt{
    padding: 20px 10px;
    width: 100%;
  }
  .contactFormItems dd{
    padding: 20px 10px;
    width: 100%;
  }
}/* //end for SP */
@media screen and (min-width: 901px) {
}/* //end for PC */

/*mailformpro*/
div#mfp_hidden {
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0px;
    margin: 0px;
}
/*confirm*/
#mfp_phase_confirm_inner h4{
 text-align: center;
 margin-top: 50px;
 margin-bottom: 10px;
}
#mfp_confirm_table{
    width: 100%;
    border: 1px solid #ccc;
    border-bottom: none;
}
#mfp_confirm_table th {
    background: #f5f5f5;
    padding: 20px 10px 20px 20px;
    width: 260px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#mfp_confirm_table td {
    background: #fff;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid #ccc;
}
.mfp_buttons{
 margin-top: 20px;
 text-align: center;
}
#mfp_button_send {
    background: linear-gradient( to top right, #0065b4 0%, #0091db 100% );
    border: none;
    border-radius: 3.2rem;
    padding: 2.4rem 8rem;
    line-height: 1em;
 color: #fff;
    cursor: pointer;
 font-size: 100%;
}
#mfp_button_cancel{
    background: linear-gradient( to top right, #ccc 0%, #eee 100% );
    border: none;
    border-radius: 3.2rem;
    padding: 2.4rem 5rem;
    line-height: 1em;
    cursor: pointer;
 margin-left:20px;
 font-size: 100%;
}
@media screen and (max-width: 450px) {
 #mfp_button_cancel{
  margin-left: 0;
  margin-top: 10px;
 }
}/*-SP only-*/

#mfp_thanks{
 margin-bottom: 20px;
 text-align: center;
}
.mfp_colored {
	background-color: #f6f7f9;
}
.mfp_achroma {
	background-color: #fff;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #f00;
	font-size: 12px;
	line-height: normal;
	background-image: url(_images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.mfp_parent_error {
	border: solid 2px #f00;
}
.problem {
	background-color: #fcc;
}
div#mfp_error {
	background-color: #fee;
	border: solid 1px #f00;
	padding: 10px;
	display: none;
}
div#mfp_phase_confirm div#mfp_phase_confirm_inner {
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #fff;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10000;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(_images/mfp_loading.gif);
}
/* =======================================
  エラー
========================================== */
#error .title {
  padding-bottom: 5px;
  color: #006FBD;
  font-weight: bold;
  font-size: 3.5rem;
}

#error .lead01 {
  margin-bottom: 20px;
}

#error .lead02 {
  margin-bottom: 10px;
}

#error .detail {
  background: #F9F9F9;
  font-size: 14px;
  color: #333;
  padding: 20px;
}
/*mailformpro error*/
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 12px;
	line-height: normal;
	background-image: url(_images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
#errormsg_プライバシーポリシー,
#errormsg_営業メール確認{
 text-align: center;
}
/* =======================================
  privacy
========================================== */
#privacy .mvInpage{
	background: url("../img/mv_privacy.jpg") no-repeat bottom right / cover;
}
#privacy .wordBreak{
  word-break: break-all;
  word-wrap: break-word;
}
