@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;1,600&family=Noto+Sans+JP:wght@100..900&display=swap');
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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
body {
	line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
nav ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}
*, *::before, *::after {
	box-sizing: border-box
}
a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}
html {
	font-size: 1.8vw
}
@media screen and (min-width: 769px) {
  .pcnon {
    display: none!important;
  }
}
@media screen and (min-width: 1000px) {
	html {
		font-size: 18px
	}
}
@media screen and (max-width: 768px) {
	html {
		font-size: 3.86vw
	}
  .spnon {
    display: none!important;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
	font-style: normal
}
body a {
	color: inherit;
	text-decoration: none
}
body img {
	width: 100%;
	height: auto;
	vertical-align: bottom
}
body em {
	font-style: normal
}
body li {
	list-style: none
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	font-weight: inherit
}
.wrap {
	background: #fff;
	width: 100%;
	color: #333
}
body a {
	transition: all .2s ease-in-out;
	cursor: pointer
}
body a:hover {
	opacity: .7
}
@media screen and (max-width: 768px) {
	body a:hover {
		opacity: 1
	}
}
.wrap img {
	width: 100%;
	height: auto
}
.header {
	background: #fff;
	width: 100%;
	color: #333;
	position: fixed;
	top: 0;
	z-index: 1000
}
.header__inner {
	padding: .5rem 1rem;
	display: flex;
	flex-flow: row;
	align-items: center;
	justify-content: space-between
}
.header__heading {
	width: 310px;
	margin-right: 1rem
}
.header__text {
	line-height: 1.7em
}
.header__button {
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: flex-end
}
.header__button-item {
	width: 330px;
}
.header__button-item:first-child {
	margin-right: .5rem
}
@media screen and (max-width: 768px) {
	.header {
		position: static
	}
	.header__inner {
		padding: 20px 5vw
	}
	.header__heading {
		width: 44.93vw
	}
	.header__button {
		display: none
	}
}
.visual {
	background-color: #fff;
	background-image: url("../images/visual.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.visual {
		background-image: url("../images/visual@2x.webp")
	}
}
.visual__inner {
	width: 90vw;
	max-width: 1200px;
	margin: 0 auto;
	padding: 4rem 0;
	position: relative
}
.visual__heading {
	font-size: 2.3rem;
	font-weight: 600;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: flex-start;
  letter-spacing: 6px;
}
.visual__heading-item {
	background: #035cc4;
  margin: 0 0 0.4rem;
  padding: 0.4em 0.5em;
	color: white;
  /*font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
.visual__heading-item02, .visual__heading-item03 {
  background: #035cc4;
}
.visual__heading-item:last-child {
	margin: 0
}
.visual__heading .emphasis {
	color: #fcffb3
}
.visual__image01 {
	width: 7.61rem;
	position: absolute;
	top: 4rem;
	left: 24.3rem
}
.visual__image02 {
	width: 34rem;
	padding: 0 0 40px;
}
.visual__image03 {
	width: 26rem;
	position: absolute;
	bottom: 3rem;
	right: 0
}
.visual__button {
	width: 29.11rem
}
@media screen and (max-width: 768px) {
	.visual {
		background-image: url("../images/visual-sp.webp");
	}
	.visual__inner {
		padding: 2vw 5vw;
	}
	.visual__heading {
		font-size: 1.3rem;
    letter-spacing: 4px;
    padding: 0 0 30vw
	}
	.visual__heading-item {
		margin: 0 0 1vw
	}
	.visual__heading-item:last-child {
		margin: 0
	}
	.visual__image01 {
		width: 28.26vw;
		top: 3vw;
		right: 0;
		left: auto
	}
	.visual__image02 {
		width: 100%;
		padding: 0 0 10px;
	}
	.visual__image03 {
		width: 100%;
    padding: 0;
    position: relative;
    bottom: 1vw;
	}
	.visual__button {
		width: 100%
	}
}
.contents {
	background: transparent;
	color: #333
}
.contents .video, .contents .map {
	width: 100%;
	max-width: 1000px;
	height: 0;
	margin: 0 auto;
	padding-top: 56.25%;
	position: relative;
	overflow: hidden
}
.contents .video iframe, .contents .map iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0
}
.cv {
	padding: 4rem 0;
	background-color: #073a75;
	background-image: url("../images/cv.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white
}
@media screen and (max-width: 768px) {
	.cv {
		padding: 8vw 0
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.cv {
		background-image: url("../images/cv@2x.webp")
	}
}
.cv__inner {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center
}
.cv__text {
	line-height: 1.4;
	font-size: 1.56rem;
	font-weight: 900
}
.cv__text .emphasis {
	color: #fcffb3
}
.cv__text br:first-child {
	display: none
}
.cv__button {
	max-width: 800px;
	margin: 0 auto;
	padding: 2rem 0 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem
}
@media screen and (max-width: 768px) {
	.cv {
		background-image: url("../images/cv-sp.webp")
	}
	.cv__text {
		font-size: 1.31rem
	}
	.cv__text br:first-child {
		display: block
	}
	.cv__button {
		max-width: none;
		padding: 5vw 0 0;
		grid-gap: 2vw
	}
}
.promise {
  padding: 4rem 0 0;
}
.ad, .check, .reason, .step, .price, .voice, .area {
	padding: 4rem 0
}
@media screen and (max-width: 768px) {
	.intro, .ad, .check, .reason, .step, .price, .voice, .area {
		padding: 4rem 0;
	}
}
.promise__inner, .intro__inner, .ad__inner, .check__inner, .reason__inner, .step__inner, .price__inner, .voice__inner, .area__inner {
	width: 90vw;
	max-width: 1200px;
	margin: 0 auto
}
.intro__inner:first-child {
  background: url(../images/intro_left@2x.webp) no-repeat, url(../images/intro_right@2x.webp) no-repeat;
  background-size: 13.875rem, 8.75rem;
  background-position: left top, right top;
}
@media screen and (max-width: 768px) {
  .intro__inner:first-child {
    background: none;
  }
}
.check__inner {
  max-width: 1160px;
}
.promise__heading, .intro__heading, .ad__heading, .check__heading, .reason__heading, .step__heading, .price__heading, .voice__heading, .area__heading {
	line-height: 1.4;
	color: #035cc4;
	font-size: 2.125rem;
	font-weight: bold;
	text-align: center;
  margin: 0;
}
.promise__heading:after, .intro__heading:after, .ad__heading:after, .check__heading:after, .reason__heading:after, .step__heading:after, .price__heading:after, .voice__heading:after {
  content: '';
  display: block;
  background: #035cc4;
  width: 50px;
  height: 3px;
  margin: 1.25rem auto 3.125rem;
}
.ad__heading:after {
  margin-bottom: 2.5rem;
}
.promise__heading .large, .intro__heading .large, .ad__heading .large, .check__heading .large, .reason__heading .large, .step__heading .large, .price__heading .large, .voice__heading .large, .area__heading .large {
	font-size: 1.56em
}
@media screen and (max-width: 768px) {
	.promise__heading, .intro__heading, .ad__heading, .check__heading, .reason__heading, .step__heading, .price__heading, .voice__heading, .area__heading {
		font-size: 1.44rem;
    white-space: pre;
	}
  .promise__heading:after, .intro__heading:after, .ad__heading:after, .check__heading:after, .reason__heading:after, .step__heading:after, .price__heading:after, .voice__heading:after {
    margin: 1.25rem auto 1.5625rem;
  }
}
.promise__text, .intro__text, .ad__text, .check__text, .reason__text, .step__text, .price__text, .voice__text, .area__text {
	line-height: 1.7em
}
.promise__image, .intro__image, .ad__image, .check__image, .reason__image, .step__image, .price__image, .voice__image, .area__image {
	text-align: center
}
.promise__image img.circle, .intro__image img.circle, .ad__image img.circle, .check__image img.circle, .reason__image img.circle, .step__image img.circle, .price__image img.circle, .voice__image img.circle, .area__image img.circle {
	border-radius: 100%;
	overflow: hidden
}
.promise__list {
	max-width: 1200px;
	margin: 0 auto 4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2.8rem 2.8rem;
}
.promise__list-item {
  border: solid 5px #035cc4;
  min-height: 10rem;
  padding: 1.25rem 1.25rem 1.25rem 6.5rem;
  display: flex;
  align-items: center;
  font-size: 1.12rem;
  line-height: 1.6em;
}
.promise__list-item:first-child {
  background: url(../images/promise01.png) no-repeat;
  background-size: 3.4rem;
  background-position: left 1.8rem center;
}
.promise__list-item:nth-child(2) {
  background: url(../images/promise02.png) no-repeat;
  background-size: 3.4rem;
  background-position: left 1.8rem center;
}
.promise__list-item:nth-child(3) {
  background: url(../images/promise03.png) no-repeat;
  background-size: 3.4rem;
  background-position: left 1.8rem center;
}
.promise__list-item:nth-child(4) {
  background: url(../images/promise04.png) no-repeat;
  background-size: 3.4rem;
  background-position: left 1.8rem center;
}
.promise__list-item .number {
	background: linear-gradient(transparent 0, transparent 40%, #fcffb3 40%, #fcffb3 100%);
	font-size: 2rem;
	position: absolute;
	top: -.3em;
	left: 0
}
.promise__list-item .emphasis {
	color: #035cc4;
}
.promise__cta {
  background: #035cc4;
  width:100vw;
  margin: 0 calc(50% - 50vw);
  padding: 2.5rem 5vw 4.375rem;
}
.promise__cta .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promise__cta .inner .promise__logo {
  width: 15rem;
}
.promise__cta .inner .promise__text {
  color: #fff;
  font-size: 1.5rem;
}
.promise__button {
	max-width: 800px;
	margin: 0 auto;
	padding: 2rem 0 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem
}
.promise__cta .inner .promise__text br:first-child {
  display: none;
}
@media screen and (max-width: 768px) {
	.promise__list {
		max-width: none;
    display: block;
	}
	.promise__list-item {
		margin: 0 0 5vw;
    border: solid #035cc4 2.5px;
		padding: 1.25rem 0.625rem 1.25rem 3.75rem;
		font-size: 1.2rem;
    min-height: unset;
	}
  .promise__list-item br {
    display: none;
  }
  .promise__list-item:first-child,
  .promise__list-item:nth-child(2),
  .promise__list-item:nth-child(3),
  .promise__list-item:nth-child(4) {
    background-size: 2.5rem;
    background-position: left 0.625rem center;
  }
	.promise__list-item .number {
		font-size: 2rem;
		top: -.3em
	}
	.promise__button {
		max-width: none;
		padding: 5vw 0 0;
    display: block;
	}
  .promise__button .promise__button-item01 {
    margin-bottom: 0.9375rem;
  }
  .promise__cta {
    padding: 1.875rem 5vw 2.8125rem;
  }
  .promise__cta .inner {
    display: block;
  }
  .promise__cta .inner .promise__logo {
    width: 8.75rem;
    margin: 0 auto 0.625rem;
  }
  .promise__cta .inner .promise__text {
    font-size: 1.2rem;
    text-align: center;
  }
  .promise__cta .inner .promise__text br:first-child {
    display: block;
  }
}
.intro {
  background: #e2f7ff;
  padding: 0 0 4rem;
}
.intro .bg__wh {
  background: #fff;
  padding: 4rem 0 0;
}
.intro__text01 {
	max-width: 800px;
	margin: 0 auto 2.5rem;
	font-size: 1.11rem;
	font-weight: 700;
	text-align: center;
	display: block
}
.intro__text03 {
  text-align: center;
  padding: 0 0 20px;
  margin: 0;
}
.intro__text03 span {
  background: #035cc4;
  color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  padding: .2em 0 .3em;
  display: inline-block;
}
.intro__text03 span:first-child {
  padding-left: 1em;
}
.intro__text03 span:last-child {
  padding-right: .5em;
}
.shape__sankaku {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 2.5rem;
}
.shape__sankaku>div {
  width: 100%;
  padding-top: 6.25rem;
  position: relative;
  overflow: hidden;
}
.shape__sankaku>div::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  border-top: 100px solid #fff;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  transform: translateX(-50%);
}
.intro__text02 {
	line-height: 1.6em;
	color: #035cc4;
	font-size: 1.6rem;
	text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 3.125rem;
  letter-spacing: .5px;
}
.intro__text02:before {
  content: '';
  display: block;
  background: url(../images/intro_waku_left@2x.webp) no-repeat;
  background-size: 100%;
  width: 3.1875rem;
  height: 6.5625rem;
  margin: 0 1.875rem 0 0;
}
.intro__text02:after {
  content: '';
  display: block;
  background: url(../images/intro_waku_right@2x.webp) no-repeat;
  background-size: 100%;
  width: 3.1875rem;
  height: 6.5625rem;
  margin: 0 0 0 1.875rem;
}
.intro__cta {
  display: flex;
  align-items: center;
  justify-content: center;
}
.intro__cta .intro__cta_logo {
  width: 12.5rem;
  margin: 0 30px 0 0;
}
.intro__cta .intro__cta_text {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
}
.intro__image {
	width: 8.56rem;
	margin: 0 auto
}
.intro__list {
	padding: 0 0 6.25rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2.5rem 16.25rem;
  background: url(../images/intro1@2x.webp) no-repeat;
  background-size: 11.875rem;
  background-position: bottom 6.25rem center;
}
.intro__list-item {
	background-color: #f2f4f7;
  border-radius: 25px;
	padding: 1rem 1rem 1rem 3.75rem;
	line-height: 1.6em;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .intro .bg__wh {
		padding: 5rem 0 0;
    background: url(../images/intro_left@2x.webp) no-repeat, url(../images/intro_right@2x.webp) no-repeat #fff;
    background-size: 25vw, 18vw;
    background-position: left 7vw top 30px, right 10vw top 3vw;
	}
	.intro__text01 {
		font-size: 1.1rem;
		text-align: center;
    margin: 1.25rem auto;
	}
	.intro__text02 {
		font-size: 1.125rem;
    background: url(../images/intro_waku_left@2x.webp) no-repeat, url(../images/intro_waku_right@2x.webp) no-repeat;
    background-size: 2.5rem, 2.5rem;
    background-position: left center, right center;
    margin: 0 0 1.875rem;
    padding: 0 2.5rem;
    white-space: pre;
	}
  .intro__text02:before,
  .intro__text02:after {
    content: none;
  }
  .intro__cta .intro__cta_logo {
    width: 6.25rem;
    margin: 0 0.3125rem 0 0;
  }
  .intro__cta .intro__cta_text {
    font-size: 1.1rem;
    width: calc(100% - 105px);
  }
  .intro__cta .intro__cta_text br {
    display: none;
  }
	.intro__image {
		width: 30vw
	}
	.intro__list {
    background-size: auto 10.3125rem;
    background-position: bottom center;
    padding: 0 0 11.5625rem;
    grid-template-columns: none;
    grid-gap: 0.9375rem;
	}
	.intro__list-item {
		padding: 1.25rem 2rem;
    margin-right: 10%;
		font-size: 1rem;
	}
  .intro__list-item:nth-child(even) {
    margin-right: 0;
    margin-left: 10%;
  }
  .intro__text03 span {
    font-size: 1.25rem;
    display: inline-block;
    margin-bottom: 0.3125rem;
  }
  .intro__text03 span:first-child,
  .intro__text03 span:last-child {
    padding: .2em .5em .3em;
  }
  .shape__sankaku>div {
    padding-top: 50px;
  }
  .shape__sankaku>div::after {
    border-top: 50px solid #fff;
  }
}
.ad__catch {
	line-height: 1.7;
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
  margin-bottom: 3.75rem;
}
.ad__catch br {
	display: none
}
.ad__box {
	padding: 0 0 2rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem
}
.ad__box h4 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
	.ad__catch {
		font-size: 1.1rem;
    margin-bottom: 1.875rem;
	}
	.ad__catch br {
		display: block
	}
	.ad__box {
		padding: 0 0 8vw;
		grid-template-columns: 1fr;
		grid-gap: 3vw
	}
  .ad__box h4 {
    font-size: 1.0625rem;
    margin-bottom: 0.9375rem;
  }
  .ad__box .ad__box-item.ad__box-item01 {
    margin-bottom: 1.875rem;
  }
}
.check {
	background-color: #ddf2f0
}
.check__box {
	background: white;
	margin: 0 auto 1.875rem;
	padding: 3.125rem;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between
}
.check__box-item .number {
	width: 9.5rem
}
.check__box-item .heading {
	padding: 0 0 0 5.3125rem;
	line-height: 1.6em;
	color: #035cc4;
	font-size: 1.35rem;
  min-height: 4.375rem;
  margin: 0 0 1.875rem;
  display: flex;
  align-items: center;
}
.check__box01 .heading {
  background: url(../images/check_01.png) no-repeat;
  background-size: 4.0625rem;
  background-position: left center;
}
.check__box02 .heading {
  background: url(../images/check_02.png) no-repeat;
  background-size: 4.0625rem;
  background-position: left center;
}
.check__box03 .heading {
  background: url(../images/check_03.png) no-repeat;
  background-size: 4.0625rem;
  background-position: left center;
}
.check__box04 .heading {
  background: url(../images/check_04.png) no-repeat;
  background-size: 4.0625rem;
  background-position: left center;
}
.check__box-item .text {
	line-height: 1.7em;
  font-weight: normal;
  font-size: 1.05rem;
}
.check__box-item .text02 {
	padding: .8rem 0 1rem;
	line-height: 1.6em;
	font-size: 1.35rem;
	font-weight: bold;
}
.check__box-item .text02 .emphasis {
	color: #ff5140
}
.check__box-item .catch {
	background: #f2f4f7;
	padding: .5em 1em;
	line-height: 1.7em;
	color: #035cc4;
	font-size: 20px;
	font-weight: 600
}
.check__box-item .catch .snall {
	font-size: .7em
}
.check__box-item .list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: .5rem
}
.check__box-item .list-item {
	background: #f3f3f3;
	min-height: 3rem;
	padding: .2rem .6rem;
	line-height: 1.2;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.check__box-item .list-item .body {
	color: #e6432e;
	font-weight: 700;
  white-space: pre;
}
.check__box-item .note {
	margin: 0 0 -1em;
	font-size: 12px;
	text-align: right;
	position: relative;
	top: -1em;
  font-weight: normal;
}
.check__box-item01 {
	width: calc(100% - 16.83rem - 2rem)
}
.check__box-item02 {
	width: 16.83rem
}
.check__box-item03 {
	width: 100%;
	padding: 2rem 0 0
}
.check__box:last-child {
	margin: 0 auto
}
@media screen and (max-width: 768px) {
	.check__box {
		margin: 0 auto 5vw;
		padding: 5vw;
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 5vw
	}
	.check__box-item .number {
		width: 9.5rem
	}
	.check__box-item .heading {
    background-size: 2.1875rem;
    padding: 0 0 0 2.8125rem;
		font-size: 1.1rem;
    margin: 0 0 0.625rem;
	}
  .check__box-item .heading br {
    display: none;
  }
  .check__box-item .text {
    font-size: 1rem;
  }
	.check__box-item .text02 {
		padding: 3vw 0 0;
		font-size: 1rem;
	}
	.check__box-item .catch {
		padding: 0 .5rem;
		border-radius: .2rem;
		font-size: 1.1rem
	}
	.check__box-item .catch .snall {
		font-size: .7em
	}
	.check__box-item .list {
		padding: 3vw 0 0;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 1vw
	}
	.check__box-item .list-item {
		min-height: 3rem;
		padding: .2rem 2vw;
		line-height: 1.2;
		font-size: .8rem;
		display: flex;
		align-items: center;
		justify-content: space-between
	}
	.check__box-item .note {
		margin: 0;
		padding: 2vw 0 0;
		line-height: 1.7em;
		font-size: .8rem;
		text-align: right;
		position: static
	}
	.check__box-item .image img {
		width: 100%;
		height: 50vw;
		object-fit: cover
	}
	.check__box-item01, .check__box-item02, .check__box-item03 {
		width: 100%
	}
	.check__box-item01 {
		grid-row: 1 / 2
	}
	.check__box-item02 {
		grid-row: 3 / 4
	}
	.check__box-item03 {
		padding: 0;
		grid-row: 2 / 3
	}
	.check__box02 .text02 br, .check__box03 .text02 br {
		display: none
	}
	.check__box:last-child {
		margin: 0 auto
	}
  .check__box-item .list-item dt {
    letter-spacing: .5px;
  }
}
.reason {
	background-color: #f2f4f7;
}
.reason__box {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between
}
.reason__box-item {
	background: white;
	width: calc((100% - 2rem) / 2);
	margin: 0 0 2rem;
	padding: 1.875rem 1.25rem 2.5rem;
	color: #073a75;
	text-align: center;
	position: relative
}
.reason__box-item .number {
	position: absolute;
	top: 1rem;
	left: 1rem;
  width: 4.375rem;
}
.reason__box-item .text {
	line-height: 1.2;
	font-size: 1.22rem;
	font-weight: bold;
}
.reason__box-item .text .large {
	font-size: 1.25em
}
.reason__box-item .text .small {
	font-size: .8em
}
.reason__box-item .text .ex-small {
  font-size: .6em;
}
.reason__box-item .text .emphasis {
	color: #e6432e;
}
.reason__box-item .image {
	padding: .5rem 0
}
.reason__box-item .image img {
	width: 80%;
	height: 7rem;
	object-fit: contain
}
.reason__box-item05, .reason__box-item06, .reason__box-item07 {
	width: calc((100% - 4rem) / 3);
	margin: 0
}
.reason__box-item05 .image img, .reason__box-item06 .image img, .reason__box-item07 .image img {
  height: 100px;
}
.reason__box-item06 .image img {
  padding: 10px;
}
@media screen and (max-width: 768px) {
	.reason__box {
		display: block
	}
	.reason__box-item {
		width: 100%;
		margin: 0 0 3vw;
		padding: 4.375rem 0.625rem 1.25rem;
		text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
	}
	.reason__box-item .number {
		top: 1.25rem;
		left: 0;
    right: 0;
    margin: auto;
    width: 3.125rem;
		z-index: 2
	}
	.reason__box-item .text {
		font-size: 1rem;
    padding-left: 0.625rem;
	}
	.reason__box-item .image {
		padding: 0;
	}
	.reason__box-item .image img {
    height: 3.75rem;
    width: auto;
	}
}
.step {
	background-color: #f2f4f7;
}
.step__catch {
	line-height: 1.4;
	color: #035cc4;
	font-size: 1.56rem;
	font-weight: bold;
	text-align: center
}
.step__text {
	padding: 0 0 3rem;
	text-align: center;
  font-size: 1.125rem;
  font-weight: normal;
}
.step__box {
	max-width: 1160px;
	margin: 0 auto 1.875rem;
	display: grid;
	grid-template-columns: 14.44rem auto;
	grid-gap: 1.5rem;
  background: #fff;
  padding: 40px;
}
.step__box-item .number {
	color: #e6432e;
  letter-spacing: 0;
	line-height: 1.2;
  font-size: 14px;
	display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
.step__box-item .number span {
  font-size: 1.5em;
  padding-left: 5px;
}
.step__box-item .number:before {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: #e6432e;
  margin: 0 10px 0 0;
}
.step__box-item .heading {
	padding: .5rem 0;
	line-height: 1.7em;
	color: #035cc4;
	font-size: 1.33rem;
	font-weight:bold;
}
.step__box-item .text {
	line-height: 1.6em;
  font-weight: normal;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
	.step__catch {
		padding: 0 0 1vw;
		font-size: 1rem
	}
	.step__text {
    font-size: 1rem;
    text-align: left;
		padding: 0 0 8vw
	}
  .step__text br {
    display: none;
  }
	.step__box {
		max-width: none;
		margin: 0 auto 35px;
		padding: 25px 20px;
		border: none;
		grid-template-columns: 1fr;
		grid-gap: 3vw
	}
	.step__box-item {
		text-align: center
	}
	.step__box-item .number {
		margin: 0 auto;
		padding: 0;
	}
	.step__box-item .heading {
		padding: 1vw 0;
    text-align: left;
		font-size: 1.2rem;
	}
	.step__box-item .text {
		text-align: left;
    font-size: 1rem;
	}
	.step__box-item .image img {
		width: 100%;
		height: 40vw;
		object-fit: cover
	}
}
.price__box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 2rem
}
.price__box .heading {
	padding: 0 0 1rem;
	font-size: 1.33rem;
	font-weight: bold;
}
.price__box .heading.color {
  color: #035cc4;
}
.price__box .heading .small {
	font-size: .8em;
	font-weight: bold;
}
.price__box .text {
	line-height: 1.7em
}
.price__box .text01 {
	margin: 0 0 2rem;
	padding: .5rem 0 1rem;
	border-bottom: 1px solid #999;
	color: #035cc4;
}
.price__box .text01 .large {
	font-size: 4.22em;
  font-family: "Montserrat", sans-serif;
}
.price__box .text01 .middle {
	font-size: 26px;
  font-weight: bold;
}
.price__box .text02 {
	padding: 1rem 0 0;
	font-weight: bold;
}
.price__box .text02 .emphasis {
	font-size: 1.2em;
}
.price__box .image01 {
	max-width: 23.39rem
}
@media screen and (max-width: 768px) {
	.price__box {
		text-align: center;
		grid-template-columns: 1fr;
		grid-gap: 8vw
	}
	.price__box .heading {
		padding: 0 0 4vw;
    text-align: left;
		font-size: 1.33rem
	}
  .price__box .heading.color {
    text-align: center;
  }
	.price__box .heading .small {
		font-size: .8em
	}
	.price__box .text01 {
		margin: 0 0 8vw;
		padding: 2vw 0 5vw;
    white-space: pre;
	}
  .price__box .text01 .middle {
    font-size: 18px;
  }
	.price__box .text02 {
		padding: 5vw 0 0;
    text-align: left;
		font-size: .88rem
	}
	.price__box .text02 .emphasis {
		font-size: 1.1rem
	}
	.price__box .image01 {
		width: 100%;
		max-width: none;
		margin: 0 auto
	}
}
.voice {
	background-color: #ddf2f0
}
.voice__box {
	background: white;
	max-width: 800px;
	margin: 3rem auto 0;
	padding: 2rem;
	position: relative
}
.voice__box .heading {
	padding: 0 0 1rem;
	line-height: 1.7em;
	color: #035cc4;
	font-size: 1.33rem;
	font-weight: bold;
	text-align: center
}
.voice__box .text {
	line-height: 1.7em;
  font-weight: normal;
  font-size: 16px;
}
.voice__box .image {
	width: 6.5rem;
	height: 6.5rem;
	position: absolute;
	top: -2rem;
	right: 2rem
}
.voice__box01 {
	margin: 0 auto
}
.voice__box02 .image {
	right: auto;
	left: 2rem
}
@media screen and (max-width: 768px) {
	.voice__box {
		max-width: none;
		margin: 8vw auto 0;
		padding: 20vw 5vw 5vw
	}
	.voice__box .heading {
		padding: 0 0 1rem;
		font-size: 1.1rem
	}
	.voice__box .text {
    font-size: 1rem;
		line-height: 1.7em
	}
	.voice__box .image {
		width: 15vw;
		height: 15vw;
		margin: auto;
		top: -3vw;
		right: 0;
		left: 0
	}
	.voice__box01 {
		margin: 0 auto
	}
}
.area {
	background-color: #f8f8f8;
	padding-top: 0
}
.area__inner {
	background-image: url("../images/area.webp");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 69% auto;
	padding-top: 4rem
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.area__inner {
		background-image: url("../images/area@2x.webp")
	}
}
.area__heading {
	padding: 0 0 11rem
}
.area__heading-sub {
	max-width: 800px;
	margin: 0 auto;
	border-bottom: 2px solid #035cc4;
	line-height: 1.7em;
	color: #035cc4;
	font-size: 1.22rem;
	font-weight: 700
}
.area__list {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 0 2rem
}
.area__list-item {
	padding: 1rem 0 0
}
.area__list-item .head {
	background: #035cc4;
	padding: .5rem 1rem;
	line-height: 1.7em;
	color: white;
	font-weight: 700;
	position: relative
}
.area__list-item .head::before, .area__list-item .head::after {
	transition: all .2s ease-in-out;
	content: '';
	background-color: #035cc4;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 1.56rem;
	height: 1.56rem;
	display: block;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%)
}
.area__list-item .head::before {
	background-image: url("../images/area_btn_close.webp")
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.area__list-item .head::before {
		background-image: url("../images/area_btn_close@2x.webp")
	}
}
.area__list-item .head::after {
	background-image: url("../images/area_btn_open.webp")
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.area__list-item .head::after {
		background-image: url("../images/area_btn_open@2x.webp")
	}
}
.area__list-item .head.is-active::after {
	opacity: 0
}
.area__list-item .body {
	background: white;
	padding: 1rem;
	line-height: 1.7em;
  font-weight: normal;
	display: none
}
.area__list:last-child {
	padding: 0
}
@media screen and (max-width: 768px) {
	.area__inner {
		background-size: 100% auto;
		padding-top: 8vw
	}
	.area__heading {
		padding: 0 0 23vw
	}
	.area__heading-sub {
		max-width: none
	}
	.area__list {
		max-width: none;
		padding: 0 0 10vw
	}
	.area__list-item {
		padding: 3vw 0 0
	}
	.area__list-item .head {
		padding: .5rem 5vw;
		font-size: 1.1rem
	}
	.area__list-item .body {
		padding: 5vw
	}
	.area__list:last-child {
		padding: 0
	}
}
.contact {
	padding: 4rem 0
}
@media screen and (max-width: 768px) {
	.contact {
		padding: 8vw 0
	}
}
.contact__inner {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto
}
.contact__heading {
	padding: 0 0 2rem;
	line-height: 1.4;
	color: #035cc4;
	font-size: 2rem;
	font-weight: bold;
	text-align: center
}
.contact__heading .large {
	font-size: 1.56em
}
@media screen and (max-width: 768px) {
	.contact__heading {
		padding: 0 0 5vw;
		font-size: 1.44rem
	}
}
.contact__text {
	background-color: #ddf2f0;
	max-width: 800px;
	margin: 0 auto 3rem;
	padding: 1rem;
	border-radius: 1rem;
	line-height: 1.7em;
	text-align: center;
	display: block
}
.contact .form {
	padding: 0
}
@media screen and (max-width: 768px) {
	.contact__text {
		max-width: none;
		margin: 0 auto 10vw;
		padding: 5vw
	}
	.contact .form {
		padding: 0
	}
}
.footer {
	background: #ddf2f0;
	color: #333
}
.footer__inner {
	width: 90vw;
	max-width: 1000px;
	margin: 0 auto;
	padding: 2rem 0;
	text-align: center
}
.footer__heading {
	width: 14.28rem;
	margin: 0 auto
}
.footer__text {
	padding: .5rem 0;
	line-height: 1.7em;
	color: #073a75;
	font-size: .88rem;
	font-weight: 600
}
.footer .copyright {
	line-height: 1.7em;
	font-size: .77rem
}
@media screen and (max-width: 768px) {
	.footer__inner {
		padding: 8vw 0
	}
	.footer__heading {
		width: 50vw
	}
	.footer__text {
		padding: .5rem 0
	}
}
.floating {
	width: 100%;
	display: none
}
@media screen and (max-width: 768px) {
	.floating {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 1000
	}
	.floating__button {
		display: grid;
		grid-template-columns: repeat(2, 1fr)
	}
}

.header__button-item01{
	background: #c5412e;
	padding:1em;
	text-align: center;
	color:#fff;
	font-size: 1.2em;
	font-weight: bold;
}

.header__button-item01 .ss-fmcall{
	background:url(../images/htel.png) no-repeat left center;
	background-size: 1.2em auto;
	padding-left: 1.6em;
}
.promise__button-item01{
	background: #fff;
	color:#025cc4;
	text-align: center;
	padding:0.8em;
	font-size: 1.4em;
	font-weight: bold;
}
.promise__button-item01 .ss-fmcall{
	background:url(../images/tel.png) no-repeat left center;
	background-size: 1.2em auto;
	padding-left: 1.6em;
}
@media screen and (max-width: 768px) {
.promise__button-item01{
	text-align: center;
	padding:0;
	font-size: 1.4em;
	font-weight: bold;
}
.promise__button-item01 .ss-fmcall{background: none; padding:0;}
.promise__button-item01 a{
	display: block;
	background:url(../images/tel.png) no-repeat 20% center;
	background-size: 1.2em auto;
	color:#025cc4;
	padding:0.8em;
	padding-left: 1.6em;
}
.floating__button-item01{
	background: #c5412e;
	text-align: center;
}

.floating__button-item01 a{
	display: block;
	background:url(../images/htel.png) no-repeat 10% center;
	background-size: 1.2em auto;
	padding:1.3em;
	color:#fff;
	padding-left: 1.6em;
}
}