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


.p-contact .l-main__mv {
	height: 470px;
}

.p-contact .l-main__mvImg {
    height: 550px;
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 0;
}

.p-contact .l-main__mvImg img {
	object-fit: none;
    object-position: top;
    width: 100%;
    height: 100%;
}

.p-contact .l-main__contents {
	background: url("/assets/images/common/mvpolicy_grid.jpg");
	color: #000;
	font-size: 1.4rem;
	padding: 0;
}

.p-contact .l-main__contentsInner {
	background: #fff;
	padding: 55px 110px 95px;
    box-sizing: border-box;
}

.p-contact .c-title--h2 {
	padding: 80px 0 0;
	position: relative;
	z-index: 5;
}

.p-contact .c-title--h2--mincho {
	font-family: "a-otf-ud-reimin-pr6n", serif;
}

.p-contact .c-title--h2color {
	display: block;
	font-size: 8rem;
	background: linear-gradient(90deg, #017395 43%, #30C7F4 51%, #229CC1 55%);
	background: -webkit-linear-gradient(0deg, #017395 43%, #30C7F4 51%, #229CC1 55%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1em;
	font-family: futura-pt, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, sans-serif;
}
.p-contact .c-title--h2 .c-title--sub {
  font-size: 2.4rem;
  font-family: "yu-mincho-pr6n", serif;
  color: #0091bd;
  padding: 10px 0 0;
}

.l-main__contentsForm {
  margin: -200px 0 0;
  position: relative;
}
.l-main__contentsForm--text {
  color: #fff;
  margin: 0;
  padding: 0 0 20px;
}

.l-main__contentsForm p > a {
  color: #0093c2;
}

body, input, textarea, button, .button, .faux-button, .wp-block-button__link, .wp-block-file__button, .has-drop-cap:not(:focus)::first-letter, .has-drop-cap:not(:focus)::first-letter, .entry-content .wp-block-archives, .entry-content .wp-block-categories, .entry-content .wp-block-cover-image, .entry-content .wp-block-latest-comments, .entry-content .wp-block-latest-posts, .entry-content .wp-block-pullquote, .entry-content .wp-block-quote.is-large, .entry-content .wp-block-quote.is-style-large, .entry-content .wp-block-archives *, .entry-content .wp-block-categories *, .entry-content .wp-block-latest-posts *, .entry-content .wp-block-latest-comments *, .entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt, .entry-content cite, .entry-content figcaption, .entry-content .wp-caption-text, .comment-content p, .comment-content ol, .comment-content ul, .comment-content dl, .comment-content dt, .comment-content cite, .comment-content figcaption, .comment-content .wp-caption-text, .widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary, .widget-content cite, .widget-content figcaption, .widget-content .wp-caption-text {
	font-family: "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Meiryo, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Arial, Sans-serif !important;
}
.flexbox {
	display: flex;
	display:-webkit-flex;
	display:-ms-flexbox;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.flexbox.vtop {
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
}
.flexbox.vcenter {
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}
.flexbox.vbottom {
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
}
.flexbox.jcenter {
	-ms-flex-pack:center;
    -webkit-justify-content: center;
    justify-content:center;
}
.flexbox.jend {
	-ms-flex-pack:flex-end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
}
.flexbox.start {
	-ms-flex-pack:flex-start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
}
.flexbox.stretch {
	align-items: stretch;
    -webkit-align-items: stretch;
	-ms-flex-align: stretch;
}

.c-gnav__list a {
	color: #333;
}
form {
  font-size: 14px;
  background: #fff;
}
form dl {
  color: #333;
  display: flex;
	display:-webkit-flex;
	display:-ms-flexbox;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
  border: solid 1px #DDDDDD;
  border-top: none;
}
form dl.item {
  border-top: solid 1px #DDDDDD;
}
form dl + dl.item {
  margin-top: 2em;
}
form dl dt {
  background: #F1F1F1;
  box-sizing: border-box;
  width: 30%;
  border-right: solid 1px #DDDDDD;
  padding: 1.2em 2em;

  display: flex;
	display:-webkit-flex;
	display:-ms-flexbox;


    align-items: center;
  	-webkit-align-items: center;
  	-ms-flex-align: center;
}
form dl dt div {
  display: flex;
	display:-webkit-flex;
	display:-ms-flexbox;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
  width: 100%;
}

form dl dd {
  box-sizing: border-box;
  width: 70%;
  padding: 1.2em 2em;
}
form .required {
  font-size: 13px;
  background: #FF0000;
  color: #fff;
  padding: 0 0.5em;
  line-height: 1.5;
}
form .not-required {
  background: #888888;
  font-size: 13px;
  color: #fff;
  padding: 0 0.5em;
  line-height: 1.5;
}
form span.wpcf7-list-item {
	display: block;
	margin: 0;
}
form label {
  display: block;
  line-height: 1.8;
}
form .inline span.wpcf7-list-item {
  display: inline-block;
  margin-right: 1em;
}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
	content: "";
}
form .wpcf7-response-output {
	border: none;
	color: #ff0000;
	text-align: center;
	margin: 0 auto 1em;
}
form .span.wpcf7-not-valid-tip {
	margin-top: 0.2em;
}
form label span {
  margin-left: 0.5em;
}
form textarea {
  background: #F1F1F1;
  -moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
  padding: 1em;
  box-shadow: none;
  border: solid 1px #DDDDDD;
  box-sizing: border-box;
  height: 7em;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form select {
  background: #F1F1F1;
  -moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
  padding: 0.5em 0.4em;
  box-shadow: none;
  border: solid 1px #DDDDDD;
  box-sizing: border-box;
}
form input[type="text"],
form input[type="email"] {
  width: 25em;
}
form textarea::placeholder,
form input::placeholder {
  color: #adadad;
}
form select {
  display: inline-block;
}
form span.menu-731 select,.menu-199 select,.menu-758 select {
  color: #adadad;
}

form .select-wrap span {
  margin-right: 0.5em;
}
form .w4em {
  width: 7em !important;
}
form .w100p {
  width: 100% !important;
}
form .btm2em {
  margin-bottom: 2em;
}
form .msgaera {
  color: #666;
  background: #F1F1F1;
  padding: 1.5em;
  box-sizing: border-box;
  width: 100%;
  border: solid 1px #DDDDDD;
  height: 16em;
  overflow-y: auto;
	line-height: 1.5;
}
form .agree {
  text-align: center;
  line-height: 1.5;
  margin: 1em auto 2em;
}
form .agree > span {
  display: block;
  margin-top: 1em;
}
form .btnarea {
  text-align: center;
  color: #008000;
}
form input[type="submit"] {
  color: #008000;
  font-size: 16px;
  font-weight: bold;
  border: solid 2px #008000;
  width: 18.75em;
  box-sizing: border-box;
  background: none;
  -moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
  padding: 1em 0;
  cursor: pointer;
}

.screen-reader-response {
	display: none;
}
form .select-year + .wpcf7-not-valid-tip {
	position: absolute;
	top: 100%;
	white-space: nowrap;
	margin-top: 0.5em;
}

@media screen and (max-width: 1023px) {
  body {
    font-size: 3.2vw !important;
  }
  img {
      width: 100%;
      max-width: 100%;
  }
  .sp-none {
    display: none !important;
  }

  form {
    font-size: 3.73vw;
  }
  form dl {
    display: block;
  }
  form dl + dl.item {
    margin-top: 1em;
  }
  form dl dt {
    width: 100%;
    border-right: none;
    border-bottom: solid 1px #DDDDDD;
    padding: 0.6em;
    display: block;
  }

  form dl dd {
    width: 100%;
    padding: 0.6em;
  }
  form .required {
    font-size: 1em;
  }
  form span.wpcf7-list-item {
    display: block;
  }
  form label {
    display: block;
  }
  form .inline span.wpcf7-list-item {
    display: block;
    margin-right: 0;
  }
  form label span {
    margin-left: 0.2em;
  }
  form textarea {
    padding: 0.6em;
    height: 10em;
    width: 100%;
  }
  form input[type="text"],
  form input[type="email"] {
    width: 100%;
  }
  form input[type="text"],
  form input[type="email"] {
    width: 100%;
  }

  form .w100p {
    width: 100% !important;
  }
  form .msgaera {
    padding: 0.5em;
    height: 20em;
  }
  form .agree {
    text-align: left;
  }
  form .agree p {
    text-align: center;
  }
  form input[type="submit"] {
    font-size: 5.33vw;
    width: 90%;
    padding: 0.7em 0;
    border-radius: 50px;
  }

  .p-contact .l-main__mv {
    height: 59vw;
  }
  .p-contact .l-main__mvImg {
    height: auto;
  }
	.p-contact .l-main__mvImg img {
		object-fit: inherit;
		height: auto;
	}
  .l-main__contentsForm {
    margin: -25vw 0 0;
    position: relative;
  }
  .p-contact .l-main__contentsInner {
		padding: 13.33333vw 5vw;
  }
  .l-main__contentsForm--text {
    color: #fff;
    margin: 0;
    padding: 0 0 15vw;
    text-align: center;
    font-size: 3.6vw;
  }
  .p-contact .c-title--h2 {
    padding: 16vw 0 0;
    position: relative;
    z-index: 5;
    font-size: 7.5vw;
    line-height: 1.2em;
  }
  .p-contact .c-title--h2color {
    font-size: 12vw;
  }
  .p-contact .c-title--h2 .c-title--sub {
    font-size: 7vw;
    padding: 3vw 0 0;
  }
}


@media screen and (min-width: 1921px) {
	.p-contact .l-main__mvImg img {
		object-fit: inherit;
		height: auto;
	}
}







/* 資料ダウンロード */
.p-contact .l-main__mv.dldl {
  height: 380px;
}
.p-contact .l-main__mv.dldl .l-main__mvImg {
  height: 460px;
}
.p-contact .l-main__mv.dldl + .l-main__contents,
.dl-bg {
  position: relative;
  background-image: none;
  background-color: #F5F5F5;
  z-index: 10;
}
.p-contact .l-main__mv.dldl + .l-main__contents::before,
.p-contact .l-main__mv.dldl + .l-main__contents::after,
.dl-bg::before,
.dl-bg::after {
  content: '';
  position: absolute;
  background-color: #48CFCB;
  width: 65%;
  height: 50%;
  bottom: 0;
  z-index: -1;
}
.p-contact .l-main__mv.dldl + .l-main__contents::before,
.dl-bg::before {
  transform-origin: left top;
  transform: rotate(20deg);
  left: 0;
}
.p-contact .l-main__mv.dldl + .l-main__contents::after,
.dl-bg::after {
  transform-origin: right top;
  transform: rotate(-20deg);
  right: 0;
}

.dl-bg-case {
  box-shadow: none !important;
  background-color: #F5F5F5 !important;
}

.p-contact .l-main__mv.dldl + .l-main__contents .l-main__contentsInner {
  background-color: transparent;
}
.sub-title {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-top: 0;
}
.dl {
  background-color: #fff;
  padding: 20px 20px 100px 20px;
  box-shadow: 0px 3px 10px 1px #7f7f7f;
  margin-bottom: 50px;
  overflow: hidden;
}
.btnarea {
  text-align: center;
}
.dl .dl-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 50px;
}
.dl .dl-wrap {
  margin: 0;
  display: flex;
}
.dl .dl-wrap .dl-content,
.dl .dl-wrap .dl-form {
  width: 50%;
  padding: 0 20px;
}
.dl .dl-wrap form input[type="text"],
.dl .dl-wrap form input[type="email"] {
  width: 100%;
}
.dl .dl-wrap form .btnarea {
  color: #fff;
  position: relative;
}
.dl .dl-wrap form .btnarea i {
  position: absolute;
  top: 20px;
  left: 100px;
}
.dl .dl-wrap form .btnarea input[type="submit"],
.btn-dl {
  color: #fff;
  font-weight: normal;
  background-color: #EE8508;
  border: 1px solid #E3871A;
  border-radius: 30px;
  width: auto;
  padding: 1em 5em;
  box-shadow: 0px 5px 4px 1px #e1e1e1;
  font-size: 18px;
}

.dl .dl-wrap .dl-form dl {
  display: block;
  border: none;
  background-color: inherit;
  margin-bottom: 20px;
}
.dl .dl-wrap .dl-form dl dt {
  width: 100%;
  border: none;
  background-color: inherit;
  padding: 10px 0;
}
.dl .dl-wrap .dl-form dl dd {
  width: 100%;
  border: none;
  background-color: inherit;
  padding: 0;
}
.dl .dl-wrap .dl-form dl dt div {
  justify-content: left;
  -webkit-justify-content: left;
  align-items: center;
  font-weight: bold;
}
.dl .dl-wrap .dl-form dl dt div .required {
  margin-left: 2rem;
  font-weight: normal;
}


.dl .dl-wrap .dl-content img,
.dl .dl-wrap .dl-form img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.dl .dl-wrap .dl-content p,
.dl .dl-wrap .dl-form p {
  font-size: 1.7rem;
  line-height: 1.4;
}
.dl .dl-wrap .dl-content .point,
.dl .dl-wrap .dl-form .point {
  margin-top: 40px;
}
.dl .dl-wrap .dl-content .point .point-title,
.dl .dl-wrap .dl-form .point .point-title {
  font-weight: bold;
  font-size: 1.9rem;
}
.dl .dl-wrap .dl-content .point .point-points,
.dl .dl-wrap .dl-form .point .point-points {
  margin-top: 10px;
}
.dl .dl-wrap .dl-content .point .point-points li,
.dl .dl-wrap .dl-form .point .point-points li {
  font-size: 1.7rem;
  line-height: 1.7;
}
.dl .dl-wrap .dl-content .point .point-points li i,
.dl .dl-wrap .dl-form .point .point-points li i {
  color: #0F8090;
  margin-right: 1rem;
}

.d-block {
  display: block !important;
}
.text-center {
  text-align: center !important;
}
.w-100 {
  width: 100% !important;
}
.mt-5 {
  margin-top: 5rem;
}
.sp {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  .sp {
    display: inherit;
  }
  .p-contact .l-main__mv.dldl {
    height: 190px;
  }
  .p-contact .l-main__mv.dldl .l-main__mvImg {
    height: 220px;
  }


  .sub-title {
    /*display: none;*/
    font-size: 2rem;
    line-height: 1.4;
  }
  

  .dl {
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .dl .dl-wrap {
    display: block;
  }
  .dl .dl-wrap .dl-content,
  .dl .dl-wrap .dl-form {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .dl .dl-title {
    font-size: 1.7rem;
    margin: 0 0 20px 0;
  }


  .dl .dl-wrap form .btnarea input[type="submit"],
  .btn-dl {
    border-radius: 100px;
    padding: 1em 2em;
    font-size: 1.6rem;
  }

  .p-contact .l-main__mv.dldl + .l-main__contents .l-main__contentsInner {
    padding-top: 20px;
  }

  .dl .dl-wrap .dl-content,
  .dl .dl-wrap .dl-form {
    margin-bottom: 30px;
  }

  .p-contact .l-main__mv.dldl + .l-main__contents::before,
  .p-contact .l-main__mv.dldl + .l-main__contents::after {
    height: 11%;
  }




  .p-contact .l-main__mv.dldl + .l-main__contents::before,
  .dl-bg::before {
    transform-origin: left top;
    transform: rotate(17deg);
    left: 0;
  }
  .p-contact .l-main__mv.dldl + .l-main__contents::after,
  .dl-bg::after {
    transform-origin: right top;
    transform: rotate(-17deg);
    right: 0;
  }

  /*.p-contact .l-main__mv.dldl + .l-main__contents::before,
  .p-contact .l-main__mv.dldl + .l-main__contents::after*/
  .dl-bg::before,
  .dl-bg::after {
    width: 65%;
    height: 19%;
  }

  .dl-bg-case .btnarea {
    margin-top: 100px;
    margin-bottom: 20px;
  }




}











