@charset "utf-8";

/* pardotフォーム用CSS
----------------------------------------------- */


/* =====================================
	 reset
===================================== */

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}
body {
	line-height:1.4;
	-webkit-text-size-adjust: 100%;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
nav ul {
	list-style:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
}
textarea { /* for chrome fontsize bug */
  font-family: source-han-sans-japanese, sans-serif;
}
button {
	letter-spacing: normal;
  font-family: source-han-sans-japanese, sans-serif;
}

html {
	font-size: 62.5%;/* 62.5%を指定すると「1.0 rem = 10px」 */
}
img {
	max-width : 100%;
	vertical-align: bottom;
}

/* --- clearfix --- */

.cf {
	zoom: 1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}

.padT1em { padding-top: 1em !important;}
.padT1_5em { padding-top: 1.5em !important;}
.padT3em { padding-top: 3em !important;}
.padB1_5em { padding-bottom: 1.5em !important;}
.padB3em { padding-bottom: 3em !important;}


/* inner */
.form-page .inner {
    max-width: 980px;
    padding-right: 4%;
    padding-left: 4%;
    margin: 0 auto;
}

.column {
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
}
.column p{
	font-size: 16px;
}
.labeltit {
	margin: 10px 0 5px;
	padding-bottom: 0;
	font-size: 16px;
}
.title {
	font-size: 20px !important;
	font-weight: bold;
	padding-bottom: 10px;
}
.form_title {
	font-size: 22px !important;
	font-weight: bold;
	padding-bottom: 2em;
	padding-top: 3em;
	text-align: center;
}


/* note */

.note_box {
  background: #f7f7f7;
  padding: 10px;
	margin-top: 20px;
}
.note_box ul {
	list-style: none;
}
.note {
  font-size: 12px !important;
	line-height: 1.6;
}


/* ------------ complete ----------- */

.complete {
	text-align: center;
	background: #f4f4f4;
	padding: 2em;
}
.complete .title {
	font-size: 	18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}
.complete .img {
	padding-bottom: 10px;
}
.complete .img img {
	max-width: 100%;
  height: auto;
}
.complete p {
	font-size:12px;
	line-height: 1.5;
}
.complete p:first-of-type {
	font-size:16px;
	margin-bottom: 10px;
}
.complete .button_area {
	padding: 2em 0 1.5em;
}


@media only screen and (min-width:640px) {
	/* note */
	.note_box {
		padding: 20px;
		margin-top: 60px;
	}

    /* ------------ complete ----------- */

	.complete .img {
		padding-top: 2em;
	}
	.complete .title {
		font-size: 	32px !important;
		padding-top: 20px;
	}


}

@media only screen and (min-width:768px) {

	/* =====================================
		 768px ～
	===================================== */

	.row {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 0;
		max-width: 980px;
	}
	.row:before, .row:after {
		content: " ";
		display: table;
	}
	.row:after {
		clear: both;
	}
}

/* =====================================
	 common
===================================== */

body {
  font-family: source-han-sans-japanese, sans-serif;
	font-size: 15px;
	color: #000;
	line-height: 1.3;
	-webkit-text-size-adjust: 100%;
  background: none;
}
.is_header_fixed {
	line-height: 1.6;
}
form a:link {color: #2347b5;text-decoration:underline;}
form a:visited {color: #2347b5;text-decoration:underline;}
form a:hover {color: #2347b5; text-decoration: none;}
form a:active {color: #2347b5;text-decoration:underline;}

/* common */

.pd-checkbox .formInputInner,
.pd-radio .formInputInner {
	line-height: 2.5;
}
.pd-checkbox .formInputInner label,
.pd-radio .formInputInner label {
	margin-right: 1em;
}
.pd-checkbox .formInputInner input[type="checkbox"],
.pd-radio .formInputInner input[type="radio"] {
	position: relative;
	top: -3px;
	margin-top: 0;
	margin-right: 3px;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    border: 1px solid #ccc;
    display: block;
    font-size: 16px;
	font-family: inherit;
	line-height: 1.3;
    height: auto;
    padding: 0.5em 0.5em 0.5em;
    width: 100%;
	background:	#fff;
	vertical-align: middle;
}

.ui-widget select {
    border: 1px solid #ccc;
    display: block;
    font-size: 15px;
	font-family: inherit;
	line-height: 1.3;
    height: 38px;
    width: 100%;
	background:	#fff;
	vertical-align: middle;
}

.ui-widget button {
    border: none;
    cursor: pointer;
    line-height: 1.4;
    position: relative;
    text-decoration: none;
}
/* Required */
.required .formHeading:after {
	content: "*";
	display: inline-block;
	padding: 1px 4px;
	border-radius: 3px;
}
.required .formHeading:after {
	color: #FF0000;
}
.required .formHeading:after {
	background: #FFFFFF;
}
/* Error */
.errors, .alert-danger {
	color: #FF0000;
}
.error input, .error textarea, .error select, .error span.value label {
	background-color: #FFE1E1;
}
p.error {
	color: #CE4242;
	margin-top: 4px;
	margin-bottom: 0px;
  font-size: 10px;
}
/* Submit Button */
.btn {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 20px;
  vertical-align: middle;
  width: 100%;
  max-width: 370px;
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  transition: all 0.2s ease;
}
.btn-primary {
	color: #FFFFFF;
	background-color: rgba(83, 186, 169, 1);
	border-color:rgba(56, 141, 126, 1);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #FFFFFF;
	background-color: rgba(83, 186, 169, 0.8);
}
.btn:disabled {
	background-color: rgba(51,51,51,0.5);
}

.finish_top .btn {
	box-sizing: border-box;
}

/* Placeholder */
  input.form-control::placeholder-shown {
 color: #ccc !important;
}
 input.form-control::-webkit-input-placeholder {
 color: #ccc !important;
}
 input.form-control::-ms-input-placeholder {
 color: #ccc !important;
}
 input.form-control::-moz-placeholder {
 color: #ccc !important;
}
/* フォーム　項目 */
.form-control {
	max-width: 100%;
	border: 1px solid #ccc;
	display: block;
	font-size: 16px;
	font-family: inherit;
	line-height: 1.3;
	height: auto;
	padding: 0.5em 0.5em 0.5em;
	/*width: 100%;*/
	background: #fff;
	vertical-align: middle;
	border-radius: 0;
}
select.form-control:not([multiple="multiple"]) {
    height: 38px;
    width: 100%;
}


/* アフターコンテンツ */
.contentFormAfter {
	width: 100%;
	height: 100%;
	margin: 50px 0 20px 0;
	background: #f4f4f4;
    overflow-y: auto;
	font-size: 12px;
	border: 0 none;
	line-height: 1.6;
}
.contentOutro {
	padding: 30px 0 10px;
}
.contentOutro .last_comment {
	line-height: 1.6;
	font-size: 12px;
}
.form-group:after {
	border-bottom: none;
	padding-bottom: 10px;
}

.formHeading {
	padding-top: 0.5em;
}
.formHeading label{
	font-weight: 700;
	display: inline;
}

/* 第三者提供 */

.policy_box {
	background: #f9f9f9;
	padding: 10px;
	margin: 1em 0;
}
.policy_title {
	font-weight: bold;
}
.policy_box p {
	margin-bottom: 10px;
	line-height: 1.3;
	font-size: 12px;
}



@media (min-width:768px) {
	.container {
		max-width: 980px;
	}
    .formInputInner.state, .formInputInner.city {
      margin-top: 0;
	}
	.contentFormAfter {
		padding: 20px;
	}
  p.error {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
    .formInputInner.state {
      margin-top: 0;
	}
}


/* ボタン装飾　>
-------------------------------------------------*/

.pardot_form .submit {
	margin-top: 20px;
}

.pardot_form .submit button {
  position: relative;
  border-radius: 50px;
  color: #fff;
  background-image: linear-gradient(135deg, #ce4242 0%, #ce4242 33%, #8242b4 66%, #8242b4 100%);
  background-size: 100% auto;
  background-position: 0 0;
  z-index: 0;
  box-shadow: none;
}
.pardot_form .submit button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 3px #ce4242 inset;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.pardot_form .submit button:hover {
  color: #ce4242;
}

.pardot_form .submit button:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}


/* =====================================
	 メルマガフォームCSS
===================================== */

.mailmagazine_form form {
  max-width: 325px;
  margin: 20px auto 0;
  display: -webkit-box;/* Android < 4.3 */
  display: -ms-flexbox;/* IE10 */
  display: -webkit-flex;/* safari(PC) */
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mailmagazine_form form .row {
	margin: 0;
}
.mailmagazine_form form:before, .mailmagazine_form form:after {
	content: "";
	display: table;
}
.mailmagazine_form form:after {
	clear: both;
}
.mailmagazine_form form .formHeading {
    display: none;
}

.mailmagazine_form .submit {
  width: 82px;
  margin: 0 0 0 auto;
}
.mailmagazine_form .submit button {
  font-size: 12px;
  padding: 0;
  height: 30px;
  line-height: 30px;
  margin-right: 0;
  margin-left: auto;
  border-radius: 0;
  background-color: #D34A46;
  color: #fff;
  font-weight: 400;
}
.mailmagazine_form .submit button:hover {
  background: #D66865;
}
.mailmagazine_form .email.pd-text {
    width: calc( 100%  - 102px);
}
.mailmagazine_form .field-label {
  display: none;
}
.mailmagazine_form .email input[type="text"] {
  box-shadow: none;
  background: #fff;
  border: none;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
}

.mailmagazine_form .email.pd-text {
    margin: 0;
}

@media (min-width: 992px) {
    .mailmagazine_form form {
      width: 50%;
      max-width: 610px;
    }
    .mailmagazine_form .email.pd-text {
        padding-left: 0;
    }
    .mailmagazine_form .submit button,
    .mailmagazine_form .email input[type="text"] {
      font-size: 18px;
      height: 50px;
      line-height: 50px;
    }
    .mailmagazine_form .submit {
      width: 108px;
    }
    .mailmagazine_form .email.pd-text {
      width: calc( 100%  - 128px);
    }
 }


/* =====================================
	 完了画面 (finish.html) 20210416
===================================== */

.basic_header {
  padding: 12px 4%
}
.basic_header h1 {
  line-height: 0
}
.basic_header h1 img {
  height: 26px;
  vertical-align: bottom;
}
.basic_main {
  background: #f4f4f4;
}
.basic_inner {
  padding: 5% 4%
}
.basic_inner h1, .basic_inner h2 {
  text-align: center;
  font-size: 6.66667vw;
  margin-bottom: 8%;
  line-height: 1.5;
  font-weight: bolder;
}
.basic_inner h2 {
  margin-top: 7%;
}
:where(.basic_main) p {
  font-size: 3.73333vw;
  line-height: 1.7;
  margin-bottom: 4%
}
.basic_column_wrap {
  background: #fff;
}
.basic_footer {
  padding: 8% 4%;
  background: #313166
}
.basic_footer p {
  text-align: center;
  font-size: 3.2vw;
  font-weight: 700;
  color: #fff
}
.cta_area .cv-column__button_link {
  text-decoration: none;
  z-index: 1;
  box-shadow: none;
  font-size: 4.27vw;
  padding: 10px 15px 13px;
  border-radius: 40px;
  color: #fff;
  display: block;
  background-color: #313166;
  position: relative;
  text-align: center;
  font-weight: 700;
  transition: all .3s ease;
}
.cta_area .cv-column__button_link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: #455da8;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.finish_top__button-wrap {
  padding: 0 12% 6%;
  margin: 0 auto;
}
.cta_area .finish_top__button {
  text-decoration: none;
  color: #ce4242;
  z-index: 1;
  box-shadow: 0 0 0 2px #ce4242 inset;
  position: relative;
  cursor: pointer;
  display: block;
  text-align: center;
  font-weight: 700;
  padding: 10px 15px 11px;
  border-radius: 40px;
  font-size: 4.27vw;
  transition: all .3s ease;
}
.cta_area .finish_top__button:hover {
  color: #fff;
  background: transparent;
}
.cta_area .finish_top__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background: #ce4242;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.cta_area .cv-column__button_link:hover::before,
.cta_area .finish_top__button:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .basic_header {
    padding: 17px 30px;
    max-width: 858px;
    margin: 0 auto
  }
  .basic_main {
    background: #f4f4f4
  }
  .basic_inner {
    padding: 45px 30px 30px
  }
  .basic_inner #introHTML p:last-child {
    margin-bottom: 0;
  }
  .basic_inner h1, .basic_inner h2 {
    font-size: 3rem;
    margin-bottom: 30px
  }
  .basic_inner h2 {
    margin-top: 0;
  }
  :where(.basic_main) p {
    font-size: 1.6rem;
    margin-bottom: 15px;
    text-align: center
  }  
  
  .basic_column_wrap {
    padding: 0 30px 45px;
    background: none;
  }
  .basic_column_inner {
    padding: 0 30px;
    background: #fff;
    max-width: 798px;
    margin: 0 auto
  }
  .basic_footer {
    padding: 45px 30px
  }
  .basic_footer p {
    font-size: 1.2rem
  }
  .cta_area .cv-column__button,
  .finish_top__button-wrap {
    width: 100%;
    max-width: 254px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .finish_top__button-wrap {
    margin-bottom: 30px;
  }
  .cta_area .cv-column__button_link,
  .cta_area .finish_top__button {
    font-size: 16px;
    margin: 0 auto;
  }
}
.cta_area {
  text-align: center;
}
.cta_area__title {
  font-weight: 700;
  font-size: 6.66667vw;
  margin-bottom: 4%;
  display: inline-block;
}
.cta_area__title::before {
  content: "";
  width: 2px;
  height: 6.67vw;
  display: inline-block;
  position: relative;
  bottom: -5px;
  background: #222;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  margin-right: 3vw;
}
.cta_area__title::after {
  content: "";
  width: 2px;
  height: 6.67vw;
  display: inline-block;
  position: relative;
  bottom: -5px;
  background: #222;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  margin-left: 3vw;
}
.cta_area__title--accent {
  color: #ce4242;
}
.cta_area__title--accent-strong {
  font-size: 180%;
  margin-left: 5px;
  margin-right: 5px;
}
.cta_area__title + p {
  margin-bottom: 0;
}
.cta_area-cv {
  background-color: #ce4242;
  padding: 30px;
}
.cv-column {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  padding: 0 30px 6%;
  margin: 0 auto;
  max-width: 500px;
}
.cv-column + .cv-column {
  margin-top: 30px;
}
.cv-column__image {
  position: relative;
  margin-top: -12px;
}
.cv-column__text {
  font-size: 3.73333vw;
  font-weight: 700;
  line-height: 1.6;
  margin: 5% 0;
}
.cta_outro {
  padding-top: 3%;
}

@media screen and (min-width: 768px) {
  .cta_area > .basic_inner {
    padding-top: 20px;
  }
  .cta_area__title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .cta_area__title::before {
    height: 30px;
    margin-right: 20px;
  }
  .cta_area__title::after {
    height: 30px;
    margin-left: 20px;
  }
  .cta_area__title--accent-strong {
    font-size: 165%;
  }
  .cta_area__title + p br {
    display: none;
  }
  .cta_area-cv {
    padding: 30px 15px;
  }
  .cv-column__wrap {
    max-width: 1070px;
    margin: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .cv-column {
    width: 100%;
    display: flex;
    margin: 0 15px;
    padding: 0 5px 20px;
    flex-direction: column;
    align-content: stretch;
    justify-content: space-between;
  }
  .cv-column + .cv-column {
    margin-top: 0;
  }
  .cv-column__text {
    font-size: 1.6rem;
  }
}
.cta_outro_tel {
  font-size: 6.67vw;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10%;
}
.cta_outro_tel a {
  text-decoration: none;
  color: #000;
}

@media screen and (min-width: 768px) {
  .cta_outro {
    padding-top: 0;
  }
  .cta_outro_tel {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
  }
}