@charset "UTF-8";
/* 印刷 */
@media print {
	.is-anim {
	  opacity: 1.0!important;
	  transform: none!important;
	}
	
	.u-only-sp {
		display: none!important;
	}
	
	/* =====================
	  命名くん
	 ======================= */
	/**
	 * Common Style
	 */
	.l-content-container {
	  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	  font-weight: 400;
	  color: #212121;
	}
	
	.l-content-container img {
	  max-width: 100%;
	}
	
	.l-content-container .u-only-sp {
	  display: none;
	}
	
	.l-content-container * {
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
	}
	
	.l-content-container a {
	  -webkit-transition: all 0.5s 0s ease-out;
	  transition: all 0.5s 0s ease-out;
	}
	
	.l-content-container .p-inner {
	  width: 92%;
	  max-width: 1100px;
	  margin: 0 auto;
	}
	
	.l-content-container .p-inner-narrow {
	  max-width: 980px;
	}
	
	.l-content-container .c-txt-bold {
	  font-weight: 700;
	}
	
	.l-content-container .c-txt-center {
	  text-align: center;
	}
	
	.l-content-container .c-txt-left {
	  text-align: left;
	}
	
	.l-content-container .c-txt-right {
	  text-align: right;
	}
	
	.l-content-container .c-btn-modal {
	  font-size: 123.1%;
	  letter-spacing: 0.07em;
	  border: 1px solid #1766BC;
	  color: #1766BC;
	  border-radius: 5px;
	  padding: 10px 20px;
	  display: inline-block;
	}
	
	.l-content-container .c-btn-modal i {
	  margin-left: 12px;
	  width: 15px;
	  display: inline-block;
	  position: relative;
	  vertical-align: middle;
	  margin-bottom: 4px;
	}
	
	.l-content-container .c-btn-modal i:before, .l-content-container .c-btn-modal i:after {
	  content: "";
	  width: 100%;
	  height: 2px;
	  background: #1766BC;
	  border-radius: 50px;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  margin: auto;
	}
	
	.l-content-container .c-btn-modal i:after {
	  -webkit-transform: rotate(90deg);
	          transform: rotate(90deg);
	}
	
	.l-content-container .c-btn-modal:hover {
	  opacity: 0.7;
	}
	
	/**
	 * Contents
	 */
	.l-content-container .p-fv {
	  position: relative;
	}
	
	.l-content-container .p-fv .p-fv-ttl {
	  position: absolute;
	  left: 19.53125%;
	  top: 10.52632%;
	  width: 31.30208%;
	}
	
	.l-content-container .p-contact-in {
	  background: #183F92;
	  padding: 17px 0 13px;
	}
	
	.l-content-container .p-contact-list {
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  -webkit-column-gap: 5.30612%;
	     -moz-column-gap: 5.30612%;
	          column-gap: 5.30612%;
	}
	
	.l-content-container .p-contact-btn {
	  background: -webkit-gradient(linear, left top, right top, from(#ffde71), to(#ffcd2e));
	  background: linear-gradient(to right, #ffde71 0%, #ffcd2e 100%);
	  border-radius: 5px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	      -ms-flex-align: center;
	          align-items: center;
	  -webkit-box-pack: center;
	      -ms-flex-pack: center;
	          justify-content: center;
	  text-align: center;
	  height: 100%;
	  position: relative;
	  font-size: 138.5%;
	  font-weight: 700;
	  letter-spacing: 0.03em;
	  padding: 14px 20px 10px;
	  -webkit-transition: opacity 0.5s 0s ease-out;
	  transition: opacity 0.5s 0s ease-out;
	}
	
	.l-content-container .p-contact-btn:before {
	  content: "";
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 7px 0 7px 9px;
	  border-color: transparent transparent transparent #212121;
	  position: absolute;
	  right: 28px;
	  top: 0;
	  bottom: 0;
	  margin: auto;
	}
	
	.l-content-container .p-contact-btn span span {
	  font-size: 88.88889%;
	}
	
	.l-content-container .p-contact-btn:hover {
	  opacity: 0.5;
	}
	
	.l-content-container .p-contact-notice {
	  color: #fff;
	  font-size: 100%;
	  letter-spacing: -0.05em;
	  margin-top: 6px;
	}
	
	.l-content-container .p-contact.is-fixed .p-contact-in {
	  position: fixed;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  z-index: 7;
	  -webkit-animation: fadein 0.6s ease-out forwards;
	          animation: fadein 0.6s ease-out forwards;
	}
	
	.l-content-container .p-contact.is-fixed .p-contact-btn {
	  font-size: 116%;
	}
	
	.l-content-container .p-contact.is-fixed .p-contact-btn span {
	  font-size: 80%;
	}
	
	.l-content-container .p-contact.is-fixed .p-contact-notice {
	  font-size: 85%;
	}
	
	.l-content-container .p-lead {
	  padding: 90px 0 80px;
	}
	
	.l-content-container .p-lead-txt {
	  text-align: center;
	  font-size: 138.5%;
	  font-weight: 700;
	  line-height: 1.7;
	}
	
	.l-content-container .p-why {
	  background: #F4F7F8;
	  padding: 133px 0 55px;
	}
	
	.l-content-container .p-why .p-why-head {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
	      -ms-flex-pack: justify;
	          justify-content: space-between;
	  -webkit-column-gap: 20px;
	     -moz-column-gap: 20px;
	          column-gap: 20px;
	  margin-bottom: 60px;
	}
	
	.l-content-container .p-why .p-why-head .p-why-lead {
	  font-size: 138.5%;
	  font-weight: 700;
	  line-height: 1.7;
	  margin-top: 2em;
	  max-width: 510px;
	}
	
	.l-content-container .p-why .p-why-list {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
	      -ms-flex-pack: justify;
	          justify-content: space-between;
	  margin-bottom: 158px;
	}
	
	.l-content-container .p-why .p-why-list-item {
	  width: 30.90909%;
	  background: #fff;
	  border-radius: 10px;
	  padding: 40px 24px;
	}
	
	.l-content-container .p-why .p-why-list-item__thumb img {
	  display: block;
	}
	
	.l-content-container .p-why .p-why-list-item__ttl {
	  text-align: center;
	  margin: 30px 0;
	  color: #1766BC;
	  font-size: 215.38462%;
	  font-weight: 700;
	  line-height: 1.44643;
	  letter-spacing: 0.03em;
	}
	
	.l-content-container .p-why .p-why-list-item__txt {
	  padding: 0 6px;
	  font-size: 123.1%;
	  line-height: 1.7;
	}
	
	.l-content-container .p-why .p-why-list-item.is-anim:nth-child(3n+2) {
	  -webkit-transition-delay: 0.1s;
	          transition-delay: 0.1s;
	}
	
	.l-content-container .p-why .p-why-list-item.is-anim:nth-child(3n) {
	  -webkit-transition-delay: 0.2s;
	          transition-delay: 0.2s;
	}
	
	.l-content-container .p-why .p-why-point {
	  border: 3px dotted #1766BC;
	  border-radius: 10px;
	  position: relative;
	  padding: 60px;
	}
	
	.l-content-container .p-why .p-why-point-ttl {
	  position: absolute;
	  top: -47px;
	  left: 0;
	  right: 0;
	  margin: auto;
	  text-align: center;
	}
	
	.l-content-container .p-why .p-why-point-list-item {
	  margin-bottom: 30px;
	}
	
	.l-content-container .p-why .p-why-point-list-item:last-child {
	  margin-bottom: 0;
	}
	
	.l-content-container .p-why .p-why-point-list-item__ttl {
	  font-size: 153.9%;
	  font-weight: 700;
	  line-height: 1.53;
	  margin-bottom: 12px;
	  position: relative;
	  padding-left: calc(1em + 15px);
	}
	
	.l-content-container .p-why .p-why-point-list-item__ttl:before {
	  content: "";
	  width: 1em;
	  height: 1em;
	  border-radius: 50%;
	  background: #1766BC;
	  position: absolute;
	  top: 0.15em;
	  left: 0;
	}
	
	.l-content-container .p-why .p-why-point-list-item__ttl span {
	  color: #1766BC;
	}
	
	.l-content-container .p-why .p-why-point-list-item__txt {
	  font-size: 108%;
	  line-height: 1.7;
	}
	
	.l-content-container .p-requirement {
	  background: #F4F7F8;
	  padding: 55px 0 0;
	}
	
	.l-content-container .p-requirement .p-requirement-ttl {
	  margin-bottom: 52px;
	}
	
	.l-content-container .p-requirement .p-requirement-list {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
	      -ms-flex-pack: justify;
	          justify-content: space-between;
	  margin-bottom: 152px;
	}
	
	.l-content-container .p-requirement .p-requirement-list-item {
	  width: calc((100% - 60px) / 2);
	  background: #fff;
	  border-radius: 10px;
	  padding: 30px 30px 52px;
	}
	
	.l-content-container .p-requirement .p-requirement-list-item__thumb {
	  margin-bottom: 34px;
	}
	
	.l-content-container .p-requirement .p-requirement-list-item__thumb img {
	  display: block;
	}
	
	.l-content-container .p-requirement .p-requirement-list-item__ttl {
	  text-align: center;
	  font-size: 215.38462%;
	  font-weight: 700;
	  letter-spacing: 0.03em;
	  line-height: 1.71429;
	  text-align: center;
	  text-decoration: underline;
	  text-decoration-thickness: 3px;
	  text-underline-offset: 12px;
	  color: #1766BC;
	  margin-bottom: 30px;
	}
	
	.l-content-container .p-requirement .p-requirement-list-item__txt {
	  font-size: 123.1%;
	  line-height: 1.7;
	}
	
	.l-content-container .p-requirement .p-requirement-list-item__txt strong {
	  color: #EF5750;
	  font-weight: 700;
	}
	
	.l-content-container .p-requirement .p-requirement-list-item:last-child {
	  position: relative;
	}
	
	.l-content-container .p-requirement .p-requirement-list-item:last-child:before {
	  content: "";
	  width: 38px;
	  height: 38px;
	  border-radius: 50%;
	  background: #EF5750;
	  border: 6px solid #FFABA7;
	  position: absolute;
	  bottom: -19px;
	  left: 0;
	  right: 0;
	  margin: auto;
	}
	
	.l-content-container .p-requirement .p-requirement-list-item:last-child:after {
	  content: "";
	  width: calc(50% + 30px);
	  height: 42px;
	  border-right: 6px dotted #EF5750;
	  border-bottom: 6px dotted #EF5750;
	  position: absolute;
	  right: 50%;
	  top: calc(100% + 19px);
	}
	
	.l-content-container .p-requirement .p-requirement-list-item.is-anim:nth-child(2n) {
	  -webkit-transition-delay: 0.2s;
	          transition-delay: 0.2s;
	}
	
	.l-content-container .p-requirement .p-requirement-message {
	  position: relative;
	}
	
	.l-content-container .p-requirement .p-requirement-message:before {
	  content: "";
	  width: 0px;
	  height: 112px;
	  border-right: 6px dotted #EF5750;
	  position: absolute;
	  right: 0;
	  left: 0;
	  margin: auto;
	  top: -85px;
	  z-index: 2;
	}
	
	.l-content-container .p-requirement .p-requirement-message__trouble {
	  background: -webkit-gradient(linear, left top, left bottom, from(#f4f7f8), color-stop(50%, #f4f7f8), color-stop(50%, #ffffff), to(#ffffff));
	  background: linear-gradient(to bottom, #f4f7f8 0%, #f4f7f8 50%, #ffffff 50%, #ffffff 100%);
	  padding-bottom: 8px;
	}
	
	.l-content-container .p-requirement .p-requirement-message__trouble:after {
	  content: "";
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 26px 21px 0 21px;
	  border-color: rgba(239, 87, 80, 0.5) transparent transparent transparent;
	  display: block;
	  margin: 40px auto 0;
	}
	
	.l-content-container .p-requirement .p-requirement-message__trouble-txt {
	  text-align: center;
	  font-size: 246.15385%;
	  font-weight: 700;
	  line-height: 1.5;
	  letter-spacing: 0.05em;
	  padding: 77px 0 73px;
	  background: url(../img/img_requirement_05_pc.svg) no-repeat center/contain;
	  position: relative;
	}
	
	.l-content-container .p-requirement .p-requirement-message__trouble-txt:before {
	  content: "";
	  width: 337px;
	  height: 205px;
	  background: url(../img/img_requirement_03_pc.png) no-repeat left bottom/contain;
	  position: absolute;
	  bottom: -60px;
	  right: clamp(52%, calc(50% + 368px), calc(100% - 243px));
	}
	
	.l-content-container .p-requirement .p-requirement-message__trouble-txt:after {
	  content: "";
	  width: 363px;
	  height: 320px;
	  background: url(../img/img_requirement_04_pc.png) no-repeat right bottom/contain;
	  position: absolute;
	  bottom: -64px;
	  left: clamp(52%, calc(50% + 290px), calc(100% - 325px));
	}
	
	.l-content-container .p-requirement .p-requirement-message__solution {
	  background: #fff;
	  padding-bottom: 54px;
	}
	
	.l-content-container .p-requirement .p-requirement-message__solution:before {
	  content: "";
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 26px 21px 0 21px;
	  border-color: #EF5750 transparent transparent transparent;
	  display: block;
	  margin: 0 auto 45px;
	}
	
	.l-content-container .p-requirement .p-requirement-message__solution-txt {
	  text-align: center;
	  font-size: 269.23077%;
	  font-weight: 700;
	  line-height: 1.94286;
	  letter-spacing: 0.05em;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	      -ms-flex-align: center;
	          align-items: center;
	  -webkit-box-pack: center;
	      -ms-flex-pack: center;
	          justify-content: center;
	  -webkit-column-gap: 28px;
	     -moz-column-gap: 28px;
	          column-gap: 28px;
	}
	
	.l-content-container .p-requirement .p-requirement-message__solution-txt:before, .l-content-container .p-requirement .p-requirement-message__solution-txt:after {
	  content: "";
	  width: 26px;
	  height: 44px;
	  background: url(../img/img_requirement_06_pc.svg) no-repeat center/contain;
	  -ms-flex-negative: 0;
	      flex-shrink: 0;
	}
	
	.l-content-container .p-requirement .p-requirement-message__solution-txt:after {
	  -webkit-transform: scale(-1, 1);
	          transform: scale(-1, 1);
	}
	
	.l-content-container .p-about {
	  padding: 99px 0 60px;
	  background: url(../img/bg_about_01_pc.jpg) no-repeat top center/cover;
	  position: relative;
	  overflow: hidden;
	}
	
	.l-content-container .p-about:before {
	  content: "";
	  width: 259.11458%;
	  padding-top: 259.11458%;
	  background: #1766BC;
	  border-radius: 50%;
	  position: absolute;
	  top: calc(100% - 214px);
	  left: 50%;
	  -webkit-transform: translateX(-50%);
	          transform: translateX(-50%);
	}
	
	.l-content-container .p-about .p-about-container {
	  background: #fff;
	  -webkit-clip-path: polygon(0 0, 93% 0, 100% 15%, 100% 100%, 25% 100%, 0 100%);
	          clip-path: polygon(0 0, 93% 0, 100% 15%, 100% 100%, 25% 100%, 0 100%);
	  padding: 60px 150px;
	  margin-bottom: 30px;
	}
	
	.l-content-container .p-about .p-about-ttl {
	  text-align: cener;
	  margin-bottom: 40px;
	}
	
	.l-content-container .p-about .p-about-txt {
	  font-size: 153.9%;
	  font-weight: 700;
	}
	
	.l-content-container .p-about .p-about-txt span {
	  color: #1766BC;
	}
	
	.l-content-container .p-about .p-about-notice {
	  margin-top: 16px;
	  font-size: 123.1%;
	  font-weight: 700;
	  line-height: 1.7;
	  letter-spacing: 0.03em;
	  color: #888888;
	}
	
	.l-content-container .p-about .p-about-movie {
	  max-width: 895px;
	  margin: 0 auto;
	}
	
	.l-content-container .p-about .p-about-movie-in {
	  width: 100%;
	  padding-top: 56.25%;
	  position: relative;
	  z-index: 2;
	}
	
	.l-content-container .p-about .p-about-movie iframe {
	  width: 100% !important;
	  height: 100% !important;
	  position: absolute;
	  top: 0;
	  left: 0;
	}
	
	.l-content-container .p-feature {
	  background: #1766BC;
	  position: relative;
	  padding-bottom: 150px;
	}
	
	.l-content-container .p-feature .p-feature-ttl {
	  text-align: center;
	  margin-bottom: 48px;
	}
	
	.l-content-container .p-feature .p-feature-box__num {
	  margin-left: 20px;
	  background: #EF5750;
	  color: #fff;
	  font-size: 189%;
	  font-weight: 700;
	  letter-spacing: 0.07em;
	  display: -webkit-inline-box;
	  display: -ms-inline-flexbox;
	  display: inline-flex;
	  -webkit-box-align: center;
	      -ms-flex-align: center;
	          align-items: center;
	  padding: 10px 22px 6px;
	  position: relative;
	}
	
	.l-content-container .p-feature .p-feature-box__num:before {
	  content: "";
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 0 12px 12px 0;
	  border-color: transparent #1766BC transparent transparent;
	  position: absolute;
	  right: 0;
	  top: 0;
	}
	
	.l-content-container .p-feature .p-feature-box__num span {
	  font-size: 116%;
	  color: #fff;
	}
	
	.l-content-container .p-feature .p-feature-box__num img {
	  margin-left: 7px;
	}
	
	.l-content-container .p-feature .p-feature-box__body {
	  background: #fff;
	  border-radius: 10px;
	  padding: 60px;
	  margin-bottom: 60px;
	}
	
	.l-content-container .p-feature .p-feature-box__ttl {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	      -ms-flex-align: center;
	          align-items: center;
	  -webkit-column-gap: 30px;
	     -moz-column-gap: 30px;
	          column-gap: 30px;
	  position: relative;
	  padding: 17px 0 29px 44px;
	  margin-bottom: 50px;
	}
	
	.l-content-container .p-feature .p-feature-box__ttl:before {
	  content: "";
	  width: 8px;
	  height: 100%;
	  background: #1766BC;
	  border-radius: 50px;
	  position: absolute;
	  left: 0;
	  top: 0;
	}
	
	.l-content-container .p-feature .p-feature-box__ttl:after {
	  content: "";
	  width: calc(100% - 26px);
	  height: 0;
	  border-bottom: 5px dotted #1766BC;
	  position: absolute;
	  right: 0;
	  bottom: 0;
	}
	
	.l-content-container .p-feature .p-feature-box__ttl-main {
	  font-size: 276.92308%;
	  font-weight: 700;
	  letter-spacing: 0.07em;
	  -ms-flex-negative: 0;
	      flex-shrink: 0;
	}
	
	.l-content-container .p-feature .p-feature-box__ttl-sub {
	  font-size: 182%;
	  font-weight: 700;
	  letter-spacing: 0.07em;
	  line-height: 1.5;
	  color: #1766BC;
	}
	
	.l-content-container .p-feature .p-feature-box__detail {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: start;
	      -ms-flex-align: start;
	          align-items: flex-start;
	  -webkit-box-pack: justify;
	      -ms-flex-pack: justify;
	          justify-content: space-between;
	}
	
	.l-content-container .p-feature .p-feature-box__detail-txt {
	  width: 50%;
	  font-size: 123.1%;
	  line-height: 1.75;
	}
	
	.l-content-container .p-feature .p-feature-box__detail-txt__notice {
	  margin-top: 12px;
	  font-size: 81.25%;
	  font-weight: 700;
	  letter-spacing: 0.07em;
	  color: rgba(33, 33, 33, 0.6);
	}
	
	.l-content-container .p-feature .p-feature-box__detail-txt__ttl {
	  margin: 40px 0 12px;
	  font-size: 112.5%;
	  font-weight: 700;
	  letter-spacing: 0.07em;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: start;
	      -ms-flex-align: start;
	          align-items: flex-start;
	}
	
	.l-content-container .p-feature .p-feature-box__detail-txt__ttl:before {
	  content: "";
	  width: 20px;
	  height: 20px;
	  border-radius: 50%;
	  border: 5px solid rgba(38, 142, 219, 0.6);
	  -ms-flex-negative: 0;
	      flex-shrink: 0;
	  margin-top: 0.1em;
	  margin-right: 14px;
	}
	
	.l-content-container .p-feature .p-feature-box__detail-txt__ttl + p {
	  padding-left: 34px;
	  font-size: 93.75%;
	}
	
	.l-content-container .p-feature .p-feature-box__detail-img {
	  width: 50%;
	  text-align: center;
	}
	
	.l-content-container .p-feature .p-feature-box__slider .slick-list {
	  padding-top: 100px !important;
	}
	
	.l-content-container .p-feature .p-feature-box__slider-item {
	  margin: 0 30px;
	  position: relative;
	  padding: 10px 0;
	}
	
	.l-content-container .p-feature .p-feature-box__slider-item__txt {
	  position: absolute;
	  top: -72px;
	  right: -30px;
	  background: #1766BC;
	  color: #fff;
	  padding: 30px 20px;
	  font-size: 108%;
	  font-weight: 700;
	  letter-spacing: 0.1em;
	  line-height: 1.5;
	  border-radius: 10px;
	}
	
	.l-content-container .p-feature .p-feature-box__slider-item__txt:after {
	  content: "";
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 0 27px 56px 27px;
	  border-color: transparent transparent #1766BC transparent;
	  position: absolute;
	  bottom: -28px;
	  left: 92px;
	  -webkit-transform: rotate(210deg);
	          transform: rotate(210deg);
	}
	
	.l-content-container .p-feature .p-feature-box__slider .slick-current img {
	  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
	          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.16);
	}
	
	.l-content-container .p-feature .p-feature-box__slider .slick-arrow {
	  width: 90px;
	  height: 90px;
	  background: url(../img/icon_feature_01_pc.svg) no-repeat center/contain;
	  position: absolute;
	  top: 120px;
	  bottom: 0;
	  margin: auto;
	  border: 0;
	  color: transparent;
	  z-index: 5;
	}
	
	.l-content-container .p-feature .p-feature-box__slider .slick-prev {
	  left: 5%;
	}
	
	.l-content-container .p-feature .p-feature-box__slider .slick-next {
	  right: 5%;
	  -webkit-transform: scale(-1, 1);
	          transform: scale(-1, 1);
	}
	
	.l-content-container .p-feature .p-feature-box__slider .slick-dots {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
	      -ms-flex-pack: center;
	          justify-content: center;
	  -webkit-column-gap: 18px;
	     -moz-column-gap: 18px;
	          column-gap: 18px;
	  margin-top: 30px;
	}
	
	.l-content-container .p-feature .p-feature-box__slider .slick-dots li {
	  width: 15px;
	}
	
	.l-content-container .p-feature .p-feature-box__slider .slick-dots li button {
	  width: 100%;
	  height: 15px;
	  border-radius: 50%;
	  background: #E6E6E6;
	  border: 0;
	  padding: 0;
	}
	
	.l-content-container .p-feature .p-feature-box__slider .slick-dots li.slick-active button {
	  background: #1766BC;
	  -webkit-transform: scale(1.33);
	          transform: scale(1.33);
	}
	
	.l-content-container .p-feature .p-feature-box01__btn {
	  text-align: right;
	}
	
	.l-content-container .p-feature .p-feature-box01 .p-feature-box__detail-img {
	  text-align: right;
	}
	
	.l-content-container .p-feature .p-feature-box02 .p-feature-box__detail-txt {
	  padding-top: 20px;
	}
	
	.l-content-container .p-feature .p-feature-box02__step {
	  margin-top: -30px;
	}
	
	.l-content-container .p-feature .p-feature-box02__step-ttl {
	  color: #1766BC;
	  font-size: 167%;
	  font-weight: 700;
	  letter-spacing: 0.07em;
	  width: -webkit-fit-content;
	  width: -moz-fit-content;
	  width: fit-content;
	  position: relative;
	  padding-bottom: 12px;
	  margin-bottom: 62px;
	}
	
	.l-content-container .p-feature .p-feature-box02__step-ttl span {
	  font-size: 127.27273%;
	}
	
	.l-content-container .p-feature .p-feature-box02__step-ttl span:before {
	  content: "";
	  width: 24px;
	  height: 3px;
	  background: #1766BC;
	  border-radius: 50px;
	  position: absolute;
	  bottom: 0;
	  left: calc(50% - 4px);
	  -webkit-transform: rotate(60deg);
	          transform: rotate(60deg);
	  -webkit-transform-origin: left top;
	          transform-origin: left top;
	  z-index: 2;
	}
	
	.l-content-container .p-feature .p-feature-box02__step-ttl:before, .l-content-container .p-feature .p-feature-box02__step-ttl:after {
	  content: "";
	  width: calc(50% - 4px);
	  height: 3px;
	  background: #1766BC;
	  border-radius: 50px;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	}
	
	.l-content-container .p-feature .p-feature-box02__step-ttl:after {
	  left: auto;
	  right: 0;
	}
	
	.l-content-container .p-feature .p-feature-box02__step-list {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-column-gap: 6.12245%;
	     -moz-column-gap: 6.12245%;
	          column-gap: 6.12245%;
	}
	
	.l-content-container .p-feature .p-feature-box02__step-list-item {
	  width: 29.18367%;
	  background: #F4F7F8;
	  border-radius: 10px;
	  padding: 30px 26px;
	  position: relative;
	}
	
	.l-content-container .p-feature .p-feature-box02__step-list-item__num {
	  position: absolute;
	  top: -14px;
	  left: 17px;
	}
	
	.l-content-container .p-feature .p-feature-box02__step-list-item__ttl {
	  font-size: 138.5%;
	  font-weight: 700;
	  letter-spacing: 0.05em;
	  text-align: center;
	  color: #1766BC;
	  margin: 32px 0 10px;
	}
	
	.l-content-container .p-feature .p-feature-box02__step-list-item__txt {
	  text-align: center;
	  font-size: 123.1%;
	  letter-spacing: 0.05em;
	  line-height: 1.5;
	}
	
	.l-content-container .p-feature .p-feature-box02__step-list-item:after {
	  content: "";
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 15px 0 15px 20px;
	  border-color: transparent transparent transparent #1766BC;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  right: -13.98601%;
	  margin: auto;
	}
	
	.l-content-container .p-feature .p-feature-box02__step-list-item:last-child:after {
	  display: none;
	}
	
	.l-content-container .p-feature .p-feature-box03 .p-feature-box__detail {
	  display: grid;
	  grid-template-columns: 50% 50%;
	  row-gap: 30px;
	}
	
	.l-content-container .p-feature .p-feature-box03 .p-feature-box__detail .p-feature-box__detail-img {
	  grid-row: 1 / 4;
	  width: 100%;
	}
	
	.l-content-container .p-feature .p-feature-box03 .p-feature-box__detail .p-feature-box__detail-txt {
	  width: 100%;
	}
	
	.l-content-container .p-feature .p-feature-box04 .p-feature-box__detail {
	  display: grid;
	  grid-template-columns: 29.28571% 66.32653%;
	  -webkit-box-pack: justify;
	      -ms-flex-pack: justify;
	          justify-content: space-between;
	  row-gap: 30px;
	}
	
	.l-content-container .p-feature .p-feature-box04 .p-feature-box__detail .p-feature-box__detail-img {
	  grid-column: 2 / 3;
	  grid-row: 1 / 4;
	  width: 100%;
	}
	
	.l-content-container .p-feature .p-feature-box04 .p-feature-box__detail .p-feature-box__detail-txt {
	  width: 100%;
	}
	
	.l-content-container .p-feature .p-feature-check {
	  background: #CFEAF9;
	  border-radius: 10px;
	  margin: 120px 0 110px;
	  padding: 50px 5.45455%;
	  position: relative;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	      flex-wrap: wrap;
	  -webkit-box-pack: justify;
	      -ms-flex-pack: justify;
	          justify-content: space-between;
	  row-gap: 52px;
	}
	
	.l-content-container .p-feature .p-feature-check__icon {
	  position: absolute;
	  left: 60px;
	  top: -42px;
	}
	
	.l-content-container .p-feature .p-feature-check__txt {
	  width: 374px;
	  margin: auto;
	}
	
	.l-content-container .p-feature .p-feature-check__txt-ttl {
	  font-size: 246.15385%;
	  font-weight: 700;
	  line-height: 1.7;
	  color: #1766BC;
	  padding: 0 10px 10px;
	  margin-bottom: 24px;
	  border-bottom: 5px dotted #1766BC;
	}
	
	.l-content-container .p-feature .p-feature-check__txt-ttl strong {
	  color: #EF5750;
	}
	
	.l-content-container .p-feature .p-feature-check__txt-txt {
	  font-size: 138.5%;
	  font-weight: 700;
	  text-align: center;
	}
	
	.l-content-container .p-feature .p-feature-check__img {
	  width: 54.08163%;
	  margin-right: -20px;
	}
	
	.l-content-container .p-feature .p-feature-check__box {
	  width: 48.16327%;
	  background: rgba(255, 255, 255, 0.6);
	  border-radius: 10px;
	  padding: 50px 40px;
	}
	
	.l-content-container .p-feature .p-feature-check__box-txt {
	  font-size: 123.1%;
	  line-height: 1.7;
	}
	
	.l-content-container .p-feature .p-feature-check__btn {
	  width: 346px;
	  max-width: 100%;
	  display: block;
	  position: relative;
	  text-align: center;
	  border: 2px solid #1766BC;
	  background: #fff;
	  border-radius: 10px;
	  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
	          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
	  font-size: 138.5%;
	  font-weight: 700;
	  color: #1766BC;
	  margin: 0 auto 32px;
	  padding: 26px 0 22px;
	}
	
	.l-content-container .p-feature .p-feature-check__btn:after {
	  content: "";
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 7px 0 7px 9px;
	  border-color: transparent transparent transparent currentColor;
	  position: absolute;
	  right: 24px;
	  top: 0;
	  bottom: 0;
	  margin: auto;
	}
	
	.l-content-container .p-feature .p-feature-check__btn:hover {
	  opacity: 0.7;
	}
	
	.l-content-container .p-feature .p-feature-contact {
	  max-width: 750px;
	  margin: 0 auto;
	}
	
	.l-content-container .p-feature .p-feature-contact__btn {
	  display: block;
	  background: -webkit-gradient(linear, left top, right top, from(#ffde71), to(#ffcd2e));
	  background: linear-gradient(to right, #ffde71 0%, #ffcd2e 100%);
	  border-radius: 5px;
	  text-align: center;
	  position: relative;
	  font-size: 215.38462%;
	  font-weight: 700;
	  letter-spacing: 0.03em;
	  padding: 32px 0 27px;
	  margin-bottom: 20px;
	}
	
	.l-content-container .p-feature .p-feature-contact__btn span {
	  font-size: 71.42857%;
	}
	
	.l-content-container .p-feature .p-feature-contact__btn:after {
	  content: "";
	  width: 0;
	  height: 0;
	  border-style: solid;
	  border-width: 11px 0 11px 14px;
	  border-color: transparent transparent transparent currentColor;
	  position: absolute;
	  right: 46px;
	  top: 0;
	  bottom: 0;
	  margin: auto;
	}
	
	.l-content-container .p-feature .p-feature-contact__btn:hover {
	  opacity: 0.7;
	}
	
	.l-content-container .p-feature .p-feature-contact__notice {
	  color: #fff;
	  font-size: 108%;
	  letter-spacing: 0.03em;
	  line-height: 1.5;
	  margin: 20px 0 40px;
	}
	
	.l-content-container .p-product {
	  padding: 120px 0 55px;
	}
	
	.l-content-container .p-product-ttl {
	  margin-bottom: 64px;
	}
	
	.l-content-container .p-solution {
	  padding: 55px 0 150px;
	  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	}
	
	.l-content-container .p-solution-ttl {
	  margin-bottom: 64px;
	}
	
	@-webkit-keyframes fadein {
	  0% {
	    opacity: 0;
	  }
	  100% {
	    opacity: 1.0;
	  }
	}
	
	@keyframes fadein {
	  0% {
	    opacity: 0;
	  }
	  100% {
	    opacity: 1.0;
	  }
	}
	
	/**
	 * Modal
	 */
	.mfp-bg {
	  opacity: 0;
	  -webkit-transition: all 0.15s ease-out;
	  transition: all 0.15s ease-out;
	}
	
	.mfp-bg.mfp-ready {
	  opacity: 0.8;
	}
	
	.mfp-bg.mfp-removing {
	  opacity: 0;
	}
	
	.mfp-wrap .mfp-content {
	  opacity: 0;
	  -webkit-transition: all 0.15s ease-out;
	  transition: all 0.15s ease-out;
	  width: 92%;
	  max-width: 1100px;
	}
	
	.mfp-wrap .mfp-content img.mfp-img {
	  padding-bottom: 80px;
	}
	
	.mfp-wrap .mfp-content .mfp-figure:after {
	  display: none;
	}
	
	.mfp-wrap .mfp-bottom-bar {
	  margin-top: 0;
	  top: auto;
	  bottom: 0;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	      -ms-flex-direction: column;
	          flex-direction: column;
	  -webkit-box-pack: center;
	      -ms-flex-pack: center;
	          justify-content: center;
	  -webkit-box-align: center;
	      -ms-flex-align: center;
	          align-items: center;
	  height: 80px;
	}
	
	.mfp-wrap .mfp-bottom-bar .mfp-title {
	  text-align: center;
	  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	  font-size: 167%;
	  font-weight: 700;
	  letter-spacing: 0.05em;
	  line-height: 1.0;
	  padding: 0;
	  color: #fff;
	}
	
	.mfp-wrap .mfp-arrow {
	  opacity: 0;
	  -webkit-transition: all 0.15s ease-out;
	  transition: all 0.15s ease-out;
	  width: 90px;
	  height: 90px;
	  background: url(../img/icon_feature_01_pc.svg) no-repeat center/contain;
	  border-radius: 50%;
	}
	
	.mfp-wrap .mfp-arrow:before, .mfp-wrap .mfp-arrow:after {
	  display: none;
	}
	
	.mfp-wrap .mfp-arrow-left {
	  left: clamp(2%, calc(((100% - 1100px) / 2 - 90px) / 2), calc(((100% - 1100px) / 2 - 90px) / 2));
	  -webkit-transform: none;
	          transform: none;
	}
	
	.mfp-wrap .mfp-arrow-right {
	  -webkit-transform: scale(-1, 1);
	          transform: scale(-1, 1);
	  -webkit-transform-origin: center;
	          transform-origin: center;
	  right: clamp(2%, calc(((100% - 1100px) / 2 - 90px) / 2), calc(((100% - 1100px) / 2 - 90px) / 2));
	}
	
	.mfp-wrap button.mfp-close {
	  right: 10px;
	  top: 40px;
	  width: 45px;
	  height: 45px;
	  color: transparent;
	  opacity: 1.0;
	  -webkit-transition: all 0.15s ease-out;
	  transition: all 0.15s ease-out;
	}
	
	.mfp-wrap button.mfp-close:before, .mfp-wrap button.mfp-close:after {
	  content: "";
	  width: 100%;
	  height: 3px;
	  background: #fff;
	  border-radius: 50px;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  margin: auto;
	  -webkit-transform: rotate(45deg);
	          transform: rotate(45deg);
	}
	
	.mfp-wrap button.mfp-close:after {
	  -webkit-transform: rotate(-45deg);
	          transform: rotate(-45deg);
	}
	
	.mfp-wrap.mfp-ready .mfp-content, .mfp-wrap.mfp-ready .mfp-arrow, .mfp-wrap.mfp-ready button.mfp-close {
	  opacity: 1;
	}
	
	.mfp-wrap.mfp-removing .mfp-content, .mfp-wrap.mfp-removing .mfp-arrow, .mfp-wrap.mfp-removing button.mfp-close {
	  opacity: 0;
}
}