@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=M+PLUS+1p:wght@300;400;500;700;800&display=swap);
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
*, :after, :before {
	box-sizing: border-box
}
body {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	color: #000;
	counter-reset: number 0
}
a {
	color: inherit;
	text-decoration: none
}
a:hover {
	text-decoration: none
}
img {
	width: 100%;
	height: auto;
	vertical-align: middle
}
input {
	margin: 0;
	padding: 0
}
textarea {
	padding: 0;
	font: inherit;
	color: inherit
}
button {
	font: inherit;
	padding: 0;
	background-color: transparent;
	border: none;
	color: inherit;
	cursor: pointer
}
.c-fontfamily--inter {
	font-family: Inter, sans-serif
}
.c-fontfamily--mplus {
	font-family: 'M PLUS 1p', sans-serif
}
.c-text--red {
	color: #f27c40
}
.c-text--orange {
	color: #f27c40
}
.c-text--darkblue {
	color: #005777
}
.l-wrapper{
	overflow: hidden;
}
.l-footer {
	width: 100%;
	background: #005777;
	padding: 2em 1.5em;
	margin: 0 auto 0;
}
.l-footer__inner {
	width: 100%
}
.l-footer__logo{
  background: #fff;
  border-radius: 20px;
  width: 60%;
  max-width: 250px;
  margin: 0 auto 1em;
  padding: 10px 20px;
}
@media screen and (min-width:768px) {
	.l-footer__inner {
		width: 1100px;
		margin-left: auto;
		margin-right: auto
	}
}
.l-footer__copyright {
	display: block;
	font-size: 14px;
	color: #fff;
	text-align: center
}
.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
	z-index: 10;
	transition: .5s;
	background: #fff
}
.l-header__top {
	width: 100%;
	background: #85d4f5;
	padding: 5px;
	transition: .5s;
	overflow-x: hidden;
	white-space: nowrap;
	font-size: 12px;
	font-size: .75rem
}
.l-header__top>span {
	display: inline-block;
	animation: animate-banner 20s linear infinite
}
@media screen and (min-width:768px) {
	.l-header__top>span {
		animation: none
	}
}
.l-header__top.scroll-nav .l-header__top {
	display: none
}
@keyframes animate-banner {
	0% {
		transform: translateX(0)
	}
	100% {
		transform: translateX(-100%)
	}
}
.l-header__inner {
	width: calc(100% - .6em);
	margin: 0 .3em 0 .3em;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}
@media screen and (min-width:768px) {
	.l-header__inner {
		width: 100%;
		min-width: 1145px;
		margin: 0
	}
}
.l-header__logo {
	width: 35%;
	max-width: 160px;
	padding: .5em 0;
	margin-right: auto;
	align-self: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center
}
.l-header__logo>span {
	font-size: 10px;
	font-size: .625rem;
	margin-bottom: 5px;
	line-height: 1.3;
	white-space: nowrap
}
@media screen and (min-width:768px) {
	.l-header__logo {
		width: 25%;
		max-width: 220px;
		margin-left: 10px
	}
	.l-header__logo>span {
		font-size: 14px;
		font-size: .875rem
	}
}
.l-header__btns {
	width: auto;
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	flex-wrap: wrap
}
@media screen and (min-width:768px) {
	.l-header__btns {
		align-items: center;
		margin-right: 10px
	}
}
.l-header__btns .c-button {
	padding: .3em .8em;
	font-size: 10px;
	font-size: .625rem;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
	text-align: left
}
.l-header__btns .c-button__icon {
	width: 20px;
	margin-right: 5px
}
@media screen and (min-width:768px) {
	.l-header__btns .c-button {
		padding: .8em 1.5em;
		border-radius: 100px;
		border: 3px solid #fff;
		font-size: 18px;
		font-size: 1.125rem;
		height: auto;
		width: auto;
		flex-wrap: nowrap;
		flex-direction: row
	}
	.l-header__btns .c-button__icon {
		width: 24px;
		margin-right: 5px
	}
	.l-header__btns div {
		padding: 10px 5px
	}
}
.l-header__tel {
	padding: 5px 0
}
@media screen and (min-width:768px) {
	.l-header__tel {
		padding: 5px 0
	}
}
.l-header__tel-inner {
	width: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}
@media screen and (min-width:768px) {
	.l-header__tel-inner {
		max-width: none
	}
}
.l-header__tel-inner a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	font-size: 10px;
	font-size: .625rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	border: 2px #12a73b solid;
	margin-right: .3em
}
.l-header__tel-icon {
	width: 24px
}
@media screen and (min-width:768px) {
	.l-header__tel-icon {
		width: 50px;
		margin-right: 5px;
		margin-bottom: 5px
	}
}
.l-header__tel-number {
	font-size: 34px;
	font-size: 2.125rem;
	font-family: Overpass, sans-serif;
	font-weight: 700;
	line-height: 0;
	margin-top: 5px
}
@media screen and (min-width:768px) {
	.l-header__tel-number {
		font-size: 44px;
		font-size: 2.75rem
	}
}
.l-header__tel-free {
	width: 100%;
	line-height: 1.4;
	border-radius: 100px;
	text-align: right;
	font-size: 12px;
	font-size: .75rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700
}
@media screen and (min-width:768px) {
	.l-header__tel-free {
		display: block;
		font-size: 20px;
		font-size: 1.25rem;
		text-align: left
	}
}
.l-header__formbtn {
	padding: 3px 0;
	font-size: 13px
}
.l-header.UpMove {
	animation: UpAnime .5s forwards
}
@keyframes UpAnime {
	from {
		opacity: 1;
		transform: translateY(0)
	}
	to {
		opacity: 0;
		transform: translateY(-100px)
	}
}
.l-header.DownMove {
	animation: DownAnime .5s forwards
}
@keyframes DownAnime {
	from {
		opacity: 0;
		transform: translateY(-100px)
	}
	to {
		opacity: 1;
		transform: translateY(0)
	}
}
.l-contwrap {
	width: 100%;
	margin-top: 66px
}
@media screen and (min-width:768px) {
	.l-contwrap {
		margin-top: 101px
	}
}
.l-main {
	width: 100%
}
.l-main__flex {
	display: flex;
	justify-content: center
}
.l-main__content {
	width: 100%;
	padding: 2em 1em 5em
}
@media screen and (min-width:768px) {
	.l-main__content {
		width: 1100px;
		margin: 0 auto;
		padding: 5em 0 8em
	}
}
.l-continner {
	width: 100%;
	margin: 0 auto;
	padding: 2em 3%
}
@media screen and (min-width:768px) {
	.l-continner {
		width: 1100px;
		padding: 3em 0
	}
}
.c-heading {
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 800
}
.c-heading__index {
	font-size: 7vw;
	text-align: center;
	line-height: 1.2;
	color: #005777
}
@media screen and (min-width:768px) {
	.c-heading__index {
		font-size: 40px;
	}
}
.c-heading--bigtext {
	font-size: 120%;
  color: #009eee;
}

.c-button__wrap {
	width: 100%;
	text-align: center
}
.c-button__wrap--flex {
	display: flex;
	justify-content: center;
	align-items: center
}
.c-button {
	padding: .8em 2em;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	border-radius: 200px;
	border: 2px solid #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	transition: .3s all ease;
	background: linear-gradient(0deg, #fff, #eee);
	color: #000
}
@media screen and (min-width:768px) {
	.c-button {
		border: 3px solid #fff
	}
	.c-button:hover {
		background-blend-mode: darken;
		margin-bottom: -5px;
		margin-top: 5px;
		box-shadow: none
	}
}
.c-button--orange {
	background: linear-gradient(0deg, #f28e26, #f27c40);
	color: #fff
}
.c-button--yellow {
	background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1) 15px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 30px), linear-gradient(0deg, #f8c103, #fdd54b);
	color: #000
}
.c-button--green {
	background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1) 15px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 30px), linear-gradient(0deg, #18a86b, #2ce194);
	color: #fff
}
.c-button--full-width {
	width: 100%;
	display: block
}
.c-page-top-button {
	position: fixed;
	bottom: 10%;
	right: 5px;
	transition: .3s all ease;
	font-size: 12px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	width: 60px;
  height: 60px;
  border-radius: 100px;
	z-index: 10;
  background: linear-gradient(0deg, #005777 , #009eee );
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  opacity: .8;
}
@media screen and (min-width:768px) {
	.c-page-top-button {
    font-size: 16px;
		width: 90px;
    height: 90px;
    bottom: 10px;
		right: 10px
	}
}
.c-page-top-button:hover {
	margin-bottom: 5px;
	margin-top: -5px
}
.c-bottom__tel {
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	transition: .3s all ease;
	width: 100%;
	z-index: 10;
	padding: .5em .3em;
	background: #009eee;
	box-shadow: 1px -1px 5px rgba(0, 0, 0, .2);
	color: #fff
}
@media screen and (min-width:768px) {
	.c-bottom__tel {
		display: none
	}
}
.c-bottom__tel-catch {
	width: auto;
	display: block;
	font-size: 3vw;
	line-height: 1.2;
	text-align: center;
}
.c-bottom__tel-catch-inbox {
	width: auto;
	display: inline-block;
	margin: 0 5px;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 700;
	font-size: 3vw;
	line-height: 1.2;
	text-align: center;
	border-radius: 100px;
	background: #fff;
	padding: .3em 1em;
	color: #f23a42;
	border: 2px solid #fff
}
.c-bottom__tel-caption {
	width: 100%;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 700;
	font-size: 4vw;
	line-height: 1.2;
	text-align: center;
	margin-top: .5em;
	position: relative;
}
.c-bottom__tel-caption:after, .c-bottom__tel-caption:before {
    content: '';
    position: absolute;
    top: -20%;
    display: inline-block;
    width: 14%;
    height: 2px;
    background-color: #fff;
    transform: rotate(-70deg);
}
.c-bottom__tel-caption:before {
    left: 12%;
    transform: rotate(70deg);
}
.c-bottom__tel-caption:after {
    right: 12%;
}
.c-bottom__tel-buttons{
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: stretch;
	margin-top: .5em;
}
.c-bottom__telbutton{
	width: 65%;
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: center;
}
.c-bottom__telbutton.c-button{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	border: 2px #12a73b solid;
	font-size: 5vw;
	padding: .8em .5em;
	text-align: left;
	border-radius: 10px;
}
.c-bottom__mailbutton{
	width: 35%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	flex-direction: row;
	font-size: 3vw;
}
.c-bottom__mailbutton.c-button{
	padding: .8em .5em;
}
.c-bottom__mail-icon{
	margin-right: 5px;
	width: 8vw;
}
.c-bottom__tel-number {
	font-family: Overpass, sans-serif;
	font-weight: 700;
	font-size: 6.8vw;
	margin-bottom: -5px
}
.c-bottom__tel-icon {
	width: 8vw;
	margin-right: .2em
}
.c-reason {
	width: 100%
}
.c-reason__intro {
	width: 100%;
	padding: 3em 1em 2em;
	margin: 0 auto;
	text-align: center
}
.c-reason__intro-subcatch {
	color: #009eee;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	font-size: 4vw
}
.c-reason__intro-catch {
	color: #009eee;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 700;
	text-decoration: underline;
	font-size: 5.5vw
}
.c-reason__intro-heading {
	color: #005777;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 10vw;
	line-height: 1.2
}
.c-reason__intro-heading>span {
	background: url(../img/reason_underwave.svg) left bottom no-repeat;
	background-size: 100% auto;
	padding-bottom: 0
}
.c-reason__intro figure {
	margin-top: 5%
}
@media screen and (min-width:768px) {
	.c-reason__intro {
		width: 1000px;
    padding-top: 5em;
	}
	.c-reason__intro-subcatch {
		font-size: 26px
	}
	.c-reason__intro-catch {
		font-size: 34px
	}
	.c-reason__intro-heading {
		font-size: 56px
	}
	.c-reason__intro-heading>span {
		padding-bottom: 5px
	}
}
.c-reason__contwrap {
	width: 100%;
	position: relative;
	background: linear-gradient(75deg, #bfebfb, #66bdf5)
}
.c-reason__contwrap::before {
	content: "";
	width: 100%;
	height: 50px;
	background-color: #fff;
	position: absolute;
	top: -1px;
	clip-path: polygon(50% 100%, 100% 0, 0 0)
}
.c-reason__inner {
	width: 100%;
	padding: 5em 1em 2em;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 1
}
@media screen and (min-width:768px) {
  .c-reason__contwrap::before {
    height: 80px;
  }  
	.c-reason__inner {
		width: 1000px;
		padding: 8em 1em
	}
}
.c-reason__catch{
  color: #005777;
  font-family: "M PLUS 1p", sans-serif;
	font-size: 6vw;
	font-weight: 700;
  line-height: 1.3;
  position: relative;
}
.c-reason__catch:after, .c-reason__catch:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 14%;
  height: 2px;
  background-color: #005777;
  transform: rotate(-70deg);
}
.c-reason__catch:before {
  left: 8%;
  transform: rotate(70deg);
}
.c-reason__catch:after {
  right: 8%;
}
.c-reason__catch--blue {
	color: #009eee;
  font-size: 7vw;
}

.c-reason__heading {
	color: #000;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 6vw;
	font-weight: 700;
	display: flex;
	align-items: baseline;
  justify-content: center;
	margin: 0 auto;
	text-align: left;
	line-height: 1.2;
	text-shadow: 4px 4px 3px #fff, -4px -4px 3px #fff, -4px 4px 3px #fff, 4px -4px 3px #fff, 4px 0 3px #fff, -4px 0 3px #fff, 0 4px 3px #fff, 0 -4px 3px #fff;
	color: #f27c40;
}
@media screen and (min-width:768px) {
  .c-reason__catch{
    font-size: 36px;
  }  
  .c-reason__catch--blue {
    font-size: 44px;
  }  
	.c-reason__heading {
		font-size: 50px;
		align-self: center
	}
  .c-reason__catch:after, .c-reason__catch:before {
    width: 10%;
    height: 2px;
  }
  .c-reason__catch:before {
    left: 24%;
    transform: rotate(70deg);
  }
  .c-reason__catch:after {
    right: 24%;
  }  
}
.c-reason__heading--black {
	font-size: 6vw;
  color: #000;
  align-self: center;
}
.c-reason__heading--blue {
	color: #005777;
}
.c-reason__heading--big {
	font-size: 8vw
}
@media screen and (min-width:768px) {
  .c-reason__heading--black {
    font-size: 36px;
  }
	.c-reason__heading--big {
		font-size: 50px;
	}
}
.c-reason__heading--big-number {
  font-size: 16vw;
	font-family: inter, sans-serif
}
.c-reason__lead {
	font-size: 16px;
	font-size: 1rem;
	text-align: left;
	width: 100%;
	margin-top: 1em
}
@media screen and (min-width:768px) {
  .c-reason__heading--big-number{
    font-size: 100px;
  }
	.c-reason__lead {
		margin-top: 2em
	}
}
.c-reason__content {
	margin: 1em auto 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	overflow: hidden
}
@media screen and (min-width:768px) {
	.c-reason__content {
		width: 100%;
		margin: 2em auto 0
	}
}
.c-reason__content-item {
	border-radius: 10px;
	padding: 0;
	background: #fff;
	margin-top: 1em;
	width: 100%;
	margin-right: 0;
	overflow: hidden
}
.c-reason__content-number {
	font-family: inter, sans-serif;
	font-size: 30px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	background: #f27c40;
	border-radius: 100px;
	border: 2px solid #fff;
	color: #fff;
	margin: -20px auto 0;
	position: relative;
	z-index: 1
}
@media screen and (min-width:768px) {
	.c-reason__content-item {
		width: calc((100% - 80px)/ 3);
		margin-right: 20px
	}
	.c-reason__content-item:nth-child(3n) {
		margin-right: 0
	}
	.c-reason__content-number {
		width: 70px;
		height: 70px;
		font-size: 45px
	}
}
.c-reason__content-heading {
	white-space: nowrap;
	padding: .5em;
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 5vw;
	color: #005777;
	font-weight: 700;
	font-family: "M PLUS 1p", sans-serif;
	line-height: 1.3
}
@media screen and (min-width:768px) {
	.c-reason__content-heading {
		font-size: 28px
	}
}
.c-reason__content-photo {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 35vw;
	position: relative
}
.c-reason__content-photo>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto
}
.c-reason__content-text {
	text-align: left;
	padding: 0 .8em 1em
}
.c-reason .c-button__wrap {
	margin-top: 2em
}
.c-reason .c-button__wrap .c-button--orange {
	font-size: 18px;
	font-size: 1.125rem
}
@media screen and (min-width:768px) {
	.c-reason__content-photo {
		height: 150px
	}
	.c-reason .c-button__wrap .c-button--orange {
		font-size: 24px;
		font-size: 1.5rem
	}
}
.c-entrust {
	width: 100%;
	background: radial-gradient(circle, #bfebfb 0 5%, #8dcff7 25% 30%, #58b6f3 50% 100%)
}
.c-entrust__inner {
	width: 100%;
	padding: 2em 1em;
	margin: 0 auto;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 600;
	text-align: center
}
@media screen and (min-width:768px) {
	.c-entrust__inner {
		width: 1000px;
		padding: 4em 1em 5em
	}
}
.c-entrust__heading-maincaption {
	width: auto;
	max-width: 1000px;
	display: inline-block;
	margin: 0 auto .5em;
	text-shadow: 4px 4px 3px #fff, -4px -4px 3px #fff, -4px 4px 3px #fff, 4px -4px 3px #fff, 4px 0 3px #fff, -4px 0 3px #fff, 0 4px 3px #fff, 0 -4px 3px #fff;
	text-align: center;
	line-height: 1.4;
	position: relative;
}
.c-entrust__heading-maincaption:after, .c-entrust__heading-maincaption:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30%;
	height: 2px;
	background-color: #000;
	transform: rotate(-70deg)
}
.c-entrust__heading-maincaption:before {
	left: -20%;
	transform: rotate(70deg)
}
.c-entrust__heading-maincaption:after {
	right: -20%
}
.c-entrust__heading-subcaption {
	width: 90%;
	text-align: center;
	color: #000;
	display: block;
	margin-top: 0;
	margin-bottom: .5em;
	margin-left: auto;
	margin-right: auto;
	font-size: 3.8vw;
	font-weight: 700;
	text-shadow: 4px 4px 3px #fff, -4px -4px 3px #fff, -4px 4px 3px #fff, 4px -4px 3px #fff, 4px 0 3px #fff, -4px 0 3px #fff, 0 4px 3px #fff, 0 -4px 3px #fff
}
@media screen and (min-width:768px) {
	.c-entrust__heading-maincaption {
		font-size: 50px
	}
	.c-entrust__heading-subcaption {
		font-size: 34px
	}
	.c-entrust__heading-text {
		margin-top: -3em;
		margin-bottom: 3em;
		width: 90%
	}
}
.c-entrust__heading--bigblue {
	color: #005777;
	font-size: 48px;
	font-size: 3rem;
	font-size: 6.5vw
}
@media screen and (min-width:768px) {
	.c-entrust__heading--bigblue {
		font-size: 60px
	}
}
.c-entrust__heading--bigorange {
	font-size: 48px;
	font-size: 3rem;
	font-size: 6.5vw;
	display: block
}
@media screen and (min-width:768px) {
	.c-entrust__heading--bigorange {
		font-size: 60px
	}
}
.c-cvarea {
	width: 100%;
  text-align: center;
}
.c-cvarea--last {
	width: 100%;
  text-align: center;
  margin: 3em auto;
}
.c-cvarea__heading-maincaption {
	width: auto;
	max-width: 1000px;
	display: inline-block;
	margin: 0 auto .5em;
	text-shadow: 4px 4px 3px #fff, -4px -4px 3px #fff, -4px 4px 3px #fff, 4px -4px 3px #fff, 4px 0 3px #fff, -4px 0 3px #fff, 0 4px 3px #fff, 0 -4px 3px #fff;
	text-align: center;
	line-height: 1.4;
	position: relative;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
}
.c-cvarea__heading-maincaption:after, .c-cvarea__heading-maincaption:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30%;
	height: 2px;
	background-color: #000;
	transform: rotate(-70deg)
}
.c-cvarea__heading-maincaption:before {
	left: -20%;
	transform: rotate(70deg)
}
.c-cvarea__heading-maincaption:after {
	right: -20%
}
.c-cvarea__heading-subcaption {
	width: 90%;
	text-align: center;
	color: #009eee;
	display: block;
	margin-top: 0;
	margin-bottom: .5em;
	margin-left: auto;
	margin-right: auto;
	font-size: 3.8vw;
	font-weight: 700;
	text-shadow: 4px 4px 3px #fff, -4px -4px 3px #fff, -4px 4px 3px #fff, 4px -4px 3px #fff, 4px 0 3px #fff, -4px 0 3px #fff, 0 4px 3px #fff, 0 -4px 3px #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
}
@media screen and (min-width:768px) {
	.c-cvarea--last{
		margin-top: 5em;
	}
	.c-cvarea__heading-maincaption {
		font-size: 50px
	}
	.c-cvarea__heading-subcaption {
		font-size: 34px
	}
	.c-cvarea__heading-text {
		margin-top: -3em;
		margin-bottom: 3em;
		width: 90%
	}
}
.c-cvarea__heading--bigblue {
	color: #005777;
	font-size: 48px;
	font-size: 3rem;
	font-size: 6.5vw
}
@media screen and (min-width:768px) {
	.c-cvarea__heading--bigblue {
		font-size: 60px
	}
}
.c-cvarea__heading--bigorange {
	font-size: 48px;
	font-size: 3rem;
	font-size: 6.5vw;
	display: block
}
@media screen and (min-width:768px) {
	.c-cvarea__heading--bigorange {
		font-size: 60px
	}
}

.c-cvarea__inner {
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 auto 0;
	background-image: url(../img/cv_bg.jpg);
	background-blend-mode: multiply;
	background-size: cover;
	border: 5px solid #009eee
}
.c-cvarea__incont {
	position: relative;
	padding: 20px
}
@media screen and (min-width:768px) {
	.c-cvarea__inner {
		width: 1000px;
		margin: 5em auto 0
	}
  .c-cvarea--last > .c-cvarea__inner{
    margin: 1em auto 0
  }  
}
.c-cvarea__catch {
	background: #009eee;
	border-radius: 20px;
	font-size: 5vw;
	color: #fff;
	font-family: 'M PLUS 1p', sans-serif;
	width: 100%;
	font-weight: 500;
	margin: 0 auto;
	padding: 10px 10px 20px;
	text-align: center;
	position: relative
}
.c-cvarea__catch:after {
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(0, 158, 238, 0);
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-width: 10px;
	margin-left: -10px;
	border-top-color: #009eee;
	top: 100%;
	left: 50%
}
.c-cvarea__catch--bigtext {
	font-size: 6.4vw;
	font-weight: 700
}
.c-cvarea__catch--biggoldprice {
	font-size: 12vw;
	font-weight: 700;
	font-family: Inter, sans-serif;
	font-style: italic;
	border-bottom: 2px solid;
	color: #f8c103;
	background: -webkit-linear-gradient(-90deg, #f6db59, #f8c103);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.2
}
.c-cvarea__catch--biggoldsmall {
	font-size: 5vw;
	font-weight: 700;
	font-family: 'M PLUS 1p', sans-serif;
	font-style: nomal
}
.c-cvarea__catch--biggoldtext {
	font-size: 6.4vw;
	margin-left: 10px;
	color: #f8c103;
	background: -webkit-linear-gradient(-90deg, #f6db59, #f8c103);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700
}
@media screen and (min-width:768px) {
	.c-cvarea__catch {
		font-size: 30px;
		padding: 10px 15px 20px
	}
	.c-cvarea__catch--bigtext {
		font-size: 34px;
		margin-left: 10px
	}
	.c-cvarea__catch--biggoldprice {
		font-size: 60px
	}
	.c-cvarea__catch--biggoldsmall {
		font-size: 26px
	}
	.c-cvarea__catch--biggoldtext {
		font-size: 34px
	}
}
.c-cvarea__caption {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	width: 100%;
	margin: 0 auto;
	font-size: 7vw;
	text-align: center;
	line-height: 1.4;
	margin-top: .5em
}
.c-cvarea__caption--bigorange {
	font-size: 8vw
}
.c-cvarea__caption--bigblue {
	font-size: 11vw;
	color: #005777;
	display: inline;
	line-height: 1.2
}
@media screen and (min-width:768px) {
	.c-cvarea__caption {
		font-size: 36px
	}
	.c-cvarea__caption--bigorange {
		font-size: 43px
	}
	.c-cvarea__caption--bigblue {
		font-size: 50px;
		display: inline-block
	}
}
.c-cvarea__subcaption {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	width: 100%;
	margin: 0 auto;
	font-size: 6vw;
	text-align: center;
	line-height: 1.4;
	margin-top: .5em;
	position: relative
}
.c-cvarea__subcaption:after, .c-cvarea__subcaption:before {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 33%;
	height: 2px;
	background-color: #f27c40;
	transform: rotate(-70deg)
}
.c-cvarea__subcaption:before {
	left: -12%;
	transform: rotate(70deg)
}
.c-cvarea__subcaption:after {
	right: -12%
}
.c-cvarea__subcaption--bigorange {
	font-size: 7vw
}
@media screen and (min-width:768px) {
	.c-cvarea__subcaption {
		font-size: 32px
	}
	.c-cvarea__subcaption--bigorange {
		font-size: 40px
	}
	.c-cvarea__subcaption:after, .c-cvarea__subcaption:before {
		width: 12%
	}
	.c-cvarea__subcaption:before {
		left: 11%
	}
	.c-cvarea__subcaption:after {
		right: 11%
	}
}
.c-cvarea__content {
	width: 70%;
	margin: 1em auto;
	text-align: center;
	font-size: 5vw;
	display: block;
	color: #005777
}
.c-cvarea__content>span {
	display: inline-block;
	white-space: nowrap
}
@media screen and (min-width:768px) {
	.c-cvarea__content {
		width: 60%;
		display: flex;
		flex-wrap: wrap;
		gap: 10px 20px;
		justify-content: center;
		font-size: 24px
	}
}
.c-cvarea__content>span {
	gap: 10px;
	justify-content: center;
	align-self: center;
	border-bottom: 1px solid #005777;
	font-weight: 700
}
.c-cvarea__content-photo--right {
	position: absolute;
	left: 1%;
	bottom: -1%;
	width: 26%;
	max-width: 175px;
	z-index: 0
}
.c-cvarea__content-photo--left {
	position: absolute;
	right: 2%;
	bottom: -1%;
	width: 22%;
	max-width: 146px;
	z-index: 0
}
.c-cvarea__contact {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	background: #005ba6;
	padding: 1em .5em;
	position: relative;
	z-index: 1;
	flex-direction: column;
	gap: 15px;
}
.c-cvarea__tel {
	font-weight: 700;
	padding: .5em;
	margin: 0 auto .1em;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	justify-content: center;
	align-items: center
}
.c-cvarea__tel>.c-button {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	border: 2px #12a73b solid;
	font-size: 5vw;
	padding: .8em 2em;
	text-align: left
}
@media screen and (min-width:768px) {
	.c-cvarea__contact {
		flex-direction: row;
		padding: 1.5em
	}
	.c-cvarea__tel {
		justify-content: center;
		align-items: center;
		white-space: nowrap;
		display: flex;
		flex-wrap: wrap;
		font-size: 60px;
		font-size: 5rem;
		width: 55%;
		margin: 0 auto;
		padding: 0
	}
}
.c-cvarea__tel-caption {
	color: #000;
	font-size: 5vw
}
@media screen and (min-width:768px) {
	.c-cvarea__tel-caption {
		font-size: 24px;
		width: 100%;
		text-align: center;
		color: #fff
	}
}
.c-cvarea__tel-number {
	color: #fff;
	font-size: 85px;
	font-size: 5.3125rem;
	font-size: 8vw;
	font-family: 'Inter', sans-serif;
	line-height: 1
}
@media screen and (min-width:768px) {
	.c-cvarea__tel-number {
		font-size: 56px
	}
}
.c-cvarea__tel-icon {
	width: 15%;
	max-width: 87px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 5px
}
.c-cvarea__button-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background: #005ba6;
	padding: .5em
}
@media screen and (min-width:768px) {
	.c-cvarea__button-wrap {
		flex-wrap: nowrap;
		width: 45%;
		padding: 0
	}
}
.c-cvarea__button-wrap .c-button--orange {
	font-size: 24px;
	font-size: 1.5rem;
	font-size: 5vw;
	margin-right: 0;
	width: 100%
}
@media screen and (min-width:768px) {
	.c-cvarea__button-wrap .c-button--orange {
		font-size: 24px;
		font-size: 1.5rem
	}
}
.c-cvarea__message {
	padding: 10px;
	display: block;
	background: #fff;
	text-align: center;
	font-size: 7vw;
	line-height: 1.4;
	font-weight: 700;
	font-family: "M PLUS 1p" , sans-serif;
}
@media screen and (min-width:768px) {
	.c-cvarea__message {
		font-size: 40px;
		padding: 20px
	}
}
.c-attention {
	width: 100%;
	margin-top: 3em
}
@media screen and (min-width:768px) {
	.c-attention {
		margin-top: 5em
	}
}
.c-attention__intro {
	width: 94%;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
	.c-attention__intro {
		width:860px;
    margin: 0 auto;
	}
}
.c-attention__catch{
  font-family: "M PLUS 1p", sans-serif;
	font-weight: 700;
  color: #009eee;
  font-size: 5vw;
  text-align: center;
  line-height: 1.3;
}
.c-attention__heading{
  font-family: "M PLUS 1p", sans-serif;
	font-weight: 800;
  line-height: 1.3;
  font-size: 5vw;
}
.c-attention__board{
  background: url(../img/attention__bgboard.png) center top no-repeat;
  background-size: 100% auto;
  padding: 15vw 0 2em;
  margin-top:1em;
  text-align: center;
}
@media screen and (min-width:768px) {
	.c-attention__board{
    padding: 150px 0 5em;
	}
}
@media screen and (min-width:768px) {
	.c-attention__catch{
		font-size: 40px;
	}
}
.c-attention__heading{
  font-size: 5vw;
  text-align: center;
}
@media screen and (min-width:768px) {
	.c-attention__heading {
		font-size: 40px;
	}
}
.c-attention__heading--middle{
    font-size: 6vw;
}
@media screen and (min-width:768px) {
	.c-attention__heading--middle {
		font-size: 50px;
	}
}
.c-attention__heading--big{
  font-size: 7vw;
}
@media screen and (min-width:768px) {
	.c-attention__heading--big {
		font-size: 60px;
	}
}
.c-attention__label{
  background: #fcdd05;
  line-height: 1.2;
  padding: .5em 1em;
  font-family: "M PLUS 1p", sans-serif;
	font-weight: 800;
  font-size: 5vw;
  text-align: center;
  transform: rotate(-5deg);
  margin-bottom: 6vw;
}
@media screen and (min-width:768px) {
	.c-attention__label {
		font-size: 45px;
    margin-bottom: 1.5em;
	}
}
.c-attention__list{
  width: 82%;
  margin-left:auto;
  margin-right: auto;
  padding-left: 30px;
  line-height: 1.4;
}
@media screen and (min-width:768px) {
	.c-attention__list {
		width: 700px;
    padding-left: 45px;
    line-height: 1.6;
	}
}
.c-attention__list > li{
  position: relative;
  text-align: left;
  font-size: 4vw;
  font-family: "M PLUS 1p", sans-serif;
	font-weight: 600;
  margin-top: .5em;
}
@media screen and (min-width:768px) {
	.c-attention__list > li {
		font-size: 30px;
    	margin-top: 1em;
	}
}
.c-attention__list > li:before{
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  left: -35px;
  top: 3px;
  bottom: 0;
  background: url(../img/attention_check.svg) no-repeat;
  background-size: contain;
}
@media screen and (min-width:768px) {
	.c-attention__list > li:before{
    height: 40px;
    width: 40px;
    left: -45px;
    top: 3px;
    bottom: 0;
  }
}

.c-attention__staff{
  background: linear-gradient(0deg, #005777 , #009eee );
  padding: 1em 0;
  width: 100%;
  text-align: center;
}
.c-attention__staff-caption{
  font-family: "M PLUS 1p", sans-serif;
	font-weight: 800;
  font-size: 5.4vw;
  display: inline-block;
  line-height: 1.2;
  color: #fff;
  position: relative;
}
.c-attention__staff-caption:before,.c-attention__staff-caption:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 22%;
  height: 2px;
  background-color: #fff;
  transform: rotate(-70deg);
}
.c-attention__staff-caption:before {
  left: -15%;
  transform: rotate(70deg);
}
.c-attention__staff-caption:after {
  right: -15%;
}
.c-attention__staff-caption--bigtext{
  font-size: 7vw;
}
.c-attention__staff-caption--bignumber{
  font-size: 10vw;
  font-family: "Inter", sans-serif;
}
.swiper-button-prev,.swiper-button-next{
  color: #005777;
}
.swiper {
  width: 100%;
  height: 100%;
  margin-top: 1em;
}
.swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px){
  .c-attention__staff{
    padding: 2em 0;
  }
  .c-attention__staff-caption{
    font-size: 40px;
  }
  .c-attention__staff-caption:before,.c-attention__staff-caption:after{
    width: 160px;
  }
  .c-attention__staff-caption--bigtext{
    font-size: 50px;
  }
  .c-attention__staff-caption--bignumber{
    font-size: 80px;
  }
  .c-attention__staff-caption:before {
      left: -120px;
  }
  .c-attention__staff-caption:after {
    right: -120px;
  }
  .swiper {
    margin-top: 2em;
  }
}

.c-service {
	width: 100%;
	margin-top: 0
}
@media screen and (min-width:768px) {
	.c-service {
		margin-top: 5em
	}
}
.c-service__inner {
	width: 100%;
	padding: 2em 1em;
	margin: 0 auto;
	text-align: center
}
@media screen and (min-width:768px) {
	.c-service__inner {
		width: 1000px;
		padding: 5em 0;
	}
}
.c-service__content {
	margin: 2em auto 0
}
@media screen and (min-width:768px) {
	.c-service__content {
		width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
	}
}
.c-service__content-item {
	width: 100%;
	max-width: 1100px;
	border: #009eee 5px solid;
	border-radius: 10px;
	padding: 0;
	background: #fff;
	margin-top: 1em
}
.c-service__content-heading {
	white-space: nowrap;
	background: #009eee;
	padding: .5em;
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 30px;
	font-size: 1.875rem;
	font-size: 5vw;
	color: #fff;
	font-weight: 700
}
@media screen and (min-width:768px) {
  .c-service__content-item {
    width: calc( ( 100% - 20px ) / 2 );
    margin-top: 0;
  }  
	.c-service__content-heading {
		font-size: 34px;
    padding: .3em;
	}
}
.c-service__content-inner figure {
	width: 100%;
	height: 45vw;
	overflow: hidden;
	position: relative
}
.c-service__content-photo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	object-fit: cover
}
.c-service__content-list {
	width: 100%;
	padding: 10px
}
.c-service__content-list-item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: .2em 0;
}
.c-service__content-list-trouble{
  font-size: 4.6vw ;
  font-weight: 700;
}
.c-service__content-list-checkbox {
	width: 16px;
	height: 16px;
	border: 2px solid #005777;
	position: relative;
	display: block;
	margin-right: .6em;
	border-radius: 5px;
}
.c-service__content-list-checkbox:before {
	content: '';
	display: block;
	position: absolute;
	top: -.2em;
	left: .2em;
	width: 16px;
	height: 10px;
	border-left: 3px solid #f27c40;
	border-bottom: 3px solid #f27c40;
	transform: rotate(-45deg)
}
@media screen and (min-width:480px) {
  .c-service__content-list-trouble{
    font-size: 18px ;
  }  
}
@media screen and (min-width:768px) {
  .c-service__content-inner figure {
    height: 230px;
  }  
  .c-service__content-list-trouble{
    font-size: 20px ;
  }  
	.c-service__content-list-checkbox {
		width: 22px;
		height: 22px
	}
	.c-service__content-list-checkbox:before {
		width: 22px;
		height: 12px;
		border-left: 3px solid #f27c40;
		border-bottom: 3px solid #f27c40
	}
}
.c-service__content-price{
  width: 100%;
  padding: 10px;
  border-top: 2px dashed #009eee;
}
.c-service__content-price-incont{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.6;
}
.c-service__content-price-icon--basic {
	font-size: 14px;
	line-height: 1.2;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 700;
	width: 50px;
	height: 50px;
	background: #009eee;
	position: relative;
	border-radius: 10px;
	align-self: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
  color: #fff;
}
@media screen and (min-width:480px) {
.c-service__content-price-incont{
  line-height: 1.3;
}
}
@media screen and (min-width:768px) {
  .c-service__content-price{
    padding: 10px 15px;
  }
  .c-service__content-price-incont{
    line-height: 1.3;
  }
	.c-service__content-price-icon--basic {
		width: 60px;
		height: 60px;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.2
	}
}
.c-service__content-price-basic{
  color: #005777;
  font-size: 5vw;
  font-family: "M PLUS 1p" , sans-serif;
  font-weight: 700;
  position: relative;
}
.c-service__content-price-basic:after{
  content: "";
  border-top: 3px solid #005777;
  border-bottom: 3px solid #005777;
  width: 100%;
  height: 10px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom:0;
  left: 0;
  right: 0;
}
.c-service__content-price-basic--bignumber{
  font-size: 9vw;
  font-family: "Inter" , sans-serif;
  font-style: italic;
  margin-right:10px;
}
.c-service__content-price-icon--web {
	font-size: 16px;
	line-height: 1.2;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 700;
	width: 60px;
	height: 60px;
	background: #f6db59;
	position: relative;
	border-radius: 200px;
	align-self: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.c-service__content-price-after{
  color: #f27c40;
  font-size: 7vw;
  font-family: "M PLUS 1p" , sans-serif;
  font-weight: 700;
}
.c-service__content-price-after--bignumber{
  font-size: 14vw;
  font-family: "Inter" , sans-serif;
  font-style: italic;
  margin-right: 10px;
}
@media screen and (min-width:768px) {
  .c-service__content-price-basic{
    font-size: 30px;
  }  
  .c-service__content-price-basic--bignumber{
    font-size: 50px;
  }  
	.c-service__content-price-icon--web {
		width: 80px;
		height: 80px;
		font-size: 20px;
		line-height: 1.2
	}
  .c-service__content-price-after{
    font-size: 40px;
  }
  .c-service__content-price-after--bignumber{
    font-size: 80px;
  }
}


.c-difference {
	width: 100%;
	margin-top: 3em;
}
@media screen and (min-width:768px) {
	.c-difference {
		margin-top: 0;
	}
}
.c-difference__inner {
	width: 100%;
	max-width: 1000px;
	padding: 0 1em;
	margin: 0 auto;
	text-align: center
}
@media screen and (min-width:768px) {
	.c-difference__inner {
		width: 1000px;
		padding: 5em 1em
	}
}
.c-difference__lead {
	font-size: 16px;
	font-size: 1rem;
	text-align: left;
	width: 100%;
	margin-top: 2em
}
.c-difference__content {
	margin: 2em auto 0
}
@media screen and (min-width:768px) {
	.c-difference__content {
		width: 100%
	}
}
.c-difference__content-table {
	display: block;
	margin-top: 2em
}
@media screen and (min-width:768px) {
	.c-difference__content-table {
		margin-top: 3em
	}
}
.c-difference .c-button__wrap {
	margin-top: 2em
}
.c-difference .c-button__wrap .c-button--orange {
	font-size: 18px;
	font-size: 1.125rem
}
@media screen and (min-width:768px) {
	.c-difference .c-button__wrap .c-button--orange {
		font-size: 24px;
		font-size: 1.5rem
	}
}
.c-accounting {
	width: 100%;
	margin-top: 1em;
	background: url(../img/accounting_bg.png) center top no-repeat;
	background-size: cover;
	position: relative
}
.c-accounting__inner {
	width: 100%;
	padding: 3em 1em 40vw;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
@media screen and (min-width:768px) {
	.c-accounting {
		margin-top: 4em;
	}
	.c-accounting__inner {
		width: 1000px;
    padding: 3em 1em 22em;
	}
}
.c-accounting__catch {
	width: 100%;
	text-align: center;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 700;
	font-size: 4vw;
  color: #005777;
}
@media screen and (min-width:768px) {
	.c-accounting__catch {
		font-size: 34px;
		font-size: 1.875rem
	}
}
.c-accounting__catch + .c-heading{
  color: #009eee;
}
.c-accounting__img{
  width: 100%;
  max-width: 750px;
  margin: 2em auto;
}
.c-accounting__illust{
  position: absolute;
  width: 50vw;
  max-width: 500px;
  bottom: -1em;
  left: 0;
  right: 0;
  top: auto;
  margin: 0 auto;
}
.c-accounting__content {
	margin: 1em auto 0;
	width: 100%;
  margin: 2em auto 0;
  padding: 2em 1em;
  background: rgba(255,255,255,.7);
  border-radius: 20px;
}
@media screen and (min-width:768px) {
	.c-accounting__content {
		width: 100%;
    padding: 3em 2em;
	}
  .c-accounting__illust{
    width: 430px;
  }
}
.c-accounting__lead {
	font-size: 18px;
	text-align: left;
	width: 94%;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
}
.c-accounting__lead:first-of-type {
  margin-top: 0;
}
@media screen and (min-width:768px) {
	.c-accounting__lead {
		font-size: 24px;
		font-size: 1.25rem;
		width: 100%;
		margin-top: 2em;
		line-height: 1.9
	}
}
.c-accounting__lead--bigtext {
  font-size: 150%;
  color: #f27c40;
  font-weight: 700;
  background:linear-gradient(transparent 60%, rgba(252,221,5,.5) 60%);
}
.c-accounting__cancell {
	font-size: 20px;
	font-size: 1.25rem;
	font-size: 4vw;
	color: #fff;
	text-align: center;
	width: 100%;
	margin-top: -1em;
	background: url(../img/accounting_cancel_bg.jpg) center center no-repeat;
  background-size: cover;
	padding: 2em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
	.c-accounting__cancell {
		font-size: 20px;
		font-size: 1.25rem;
    padding: 3em 2em;
	}
}
.c-accounting__cancell-lead {
	font-size: 18px;
	font-size: 1rem;
	text-align: left;
	width: 100%;
	margin-top: 1em;
	line-height: 1.9;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width:768px) {
	.c-accounting__cancell-lead {
		font-size: 24px;
		font-size: 1.25rem;
    width: 1000px;
    margin: 0 auto;
	}
}
.c-accounting__cancell-lead--bigtext {
  font-size: 150%;
  color: #fcdd05;
  font-weight: 700;
  text-decoration: underline;
}

.c-certification {
	width: 100%;
	padding: 2em 1em;
  background: linear-gradient(75deg, #4bb1f2, #009eee)
}
@media screen and (min-width:768px) {
	.c-certification {
		padding: 4em 1em
	}
}
.c-certification__inner {
	width: 100%;
	padding: 1em;
	margin: 0 auto;
	text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width:768px) {
	.c-certification__inner {
		width: 1000px;
		padding: 1em
	}
}
.c-certification__inner > .c-heading__index{
  color: #fff;
  font-size: 6vw;
}
.c-certification__inner  .c-heading__index--bigyellow{
  color: #fcdd05;
  font-size: 130%;
}
.c-certification__inner  .c-heading__index--bigtext{
  font-size: 120%;
}
.c-certification__photo {
	width: 90%;
  margin-top: 1em;
}
@media screen and (min-width:768px) {
  .c-certification__inner > .c-heading__index{
    width: 60%;
    font-size: 30px;
    text-align: left;
  }  
	.c-certification__photo {
		width: 40%;
    margin-top: 0;
	}
}

.c-company {
	width: 100%;
	padding: 3em 0;
}
.c-company__inner{
  width: 100%;
  font-size: 16px;
}
.c-company__content{
  margin-top: 3em;
}
.c-company__content dl{
  border-top: 2px solid #005777;
  padding: 1em;
  display: flex;
  gap: 20px;
  align-items: center;
}
.c-company__content dl:last-of-type{
  border-bottom: 2px solid #005777;
}
.c-company__content dl dt{
  width: 25%;
  color:#005777;
  font-weight: 700;
}
.c-company__content dl dd{
  width: 75%;
}

@media screen and (min-width:768px) {
	.c-company {
		padding: 5em 1em
	}
  .c-company__content{
    width: 1000px;
    margin-left: auto;
	margin-right: auto;
	font-size: 20px;
  }  
}


.c-flow {
	width: 100%;
}
.c-flow__inner {
	width: 100%;
	padding: 2em 1em;
	margin: 0 auto;
	text-align: center
}
@media screen and (min-width:768px) {
	.c-flow__inner {
		width: 1000px;
		padding: 5em 1em
	}
}
@media screen and (min-width:768px) {
	.c-flow__content {
		display: flex;
		margin-top: 3em;
    flex-wrap: wrap;
	}
}
.c-flow__content-item {
	width: 100%;
	border-radius: 20px;
	padding: 0;
	background: #bfebfb;
	margin-top: 2em;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.c-flow__content-item-arrow {
  margin       : auto;
                              /* はみ出し部分は非表示にする */
  overflow     : hidden;
  position     : absolute;
  width        : 125px;
  height       : 37px;
  bottom: -30px;
  left: 0;
  right: 0;
}
.c-flow__content-item-arrow::after {
  content      : "";
  position     : absolute;
  width        : 89px;
  height       : 89px;
                              /* 図形のCSS */
  background   : linear-gradient(135deg, #009eee, #009eee, #76c5f6);
  top          : -45px;
  left         : 18px;
  transform    : scaleY(.6)
                 rotate(45deg);
}
@media screen and (min-width:768px) {
	.c-flow__content-item {
		display: block;
		margin-top: 1em;
		width: calc((100% - 60px)/ 3);
		margin-right: 30px;
    position: relative;
    z-index: 1;
    padding: 1em;
	}
	.c-flow__content-item:nth-child(3n) {
		margin-right: 0
	}
  .c-flow__content-item-arrow {
    margin       : auto;
                                /* はみ出し部分は非表示にする */
    overflow     : hidden;
    position     : absolute;
    width        : 37px;
    height       : 125px;
    right: -30px;
    left: auto;
    top: 0;
    bottom: 0;
  }
  .c-flow__content-item-arrow::after {
    content      : "";
    position     : absolute;
    width        : 85px;
    height       : 85px;
                                /* 図形のCSS */
    background   : linear-gradient(45deg, #009eee, #009eee, #76c5f6);
    top          : 18px;
    left         : -45px;
    transform    : scaleX(.6)
                   rotate(45deg);
    z-index: 2;
  }
}
.c-flow__content-heading {
	padding: 0;
	width: 100%;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	font-size: 6vw;
	color: #005777;
	font-weight: 700;
	line-height: 1.4;
  width: 60%;
  order: 2;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width:768px) {
	.c-flow__content-heading {
		width: 100%;
		font-size: 32px;
		font-size: 1.75rem;
    text-align: center;
    justify-content: center;
    align-items: center;
	}
}
.c-flow__content-heading-step {
	padding: 0 0 .2em;
	font-family: "Inter", sans-serif;
	color: #009eee;
	line-height: 1;
	margin-bottom: 5px;
	font-size: 6vw;
  font-style: italic;
  position: relative;
}
@media screen and (min-width:768px) {
	.c-flow__content-heading-step {
		font-size: 48px;
	}
}
.c-flow__content-heading-step:after {
  width: 50px;
  height: 3px;
  content: "";
  background: #009eee;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.c-flow__content-heading-caption {
  margin-top: .1em;
	width: auto;
}
@media screen and (min-width:768px) {
  .c-flow__content-heading-step:after {
    height: 5px;
  }
}
.c-flow__content figure {
	width: 35%;
	padding: 1em;
  order: 1;
}
@media screen and (min-width:768px) {
	.c-flow__content figure {
		width: 100%;
		padding: 1em;
		text-align: center;
	}
}
.c-flow__content-photo {
	display: block;
	height: auto;
	width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
	.c-flow__content-photo {
		height: 160px;
		width: auto;
		display: block;
		margin: 0 auto
	}
}
.c-flow__content-text {
	width: 100%;
	text-align: left;
	padding: 0 1em 1em;
	align-self: center;
  order: 3;
}
@media screen and (min-width:576px) {
	.c-flow__content-text {
		padding: 0 .8em 1em;
		width: 100%
	}
}

.c-voice {
	width: 100%;
}
.c-voice__inner {
	width: 100%;
	padding: 2em 0;
	margin: 0 auto;
	text-align: center
}
@media screen and (min-width:768px) {
	.c-voice__inner {
		width: 1000px;
		padding: 5em 1em
	}
}
.c-voice__heading-ribbon{
  position: relative;
  width: fit-content;
    display:block;
    height: 60px;
    line-height: 60px;
    padding: 0 2rem;
    background: linear-gradient(#f6db59 0 20%, #f8c103 80%);
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  color: #000;
  margin: 0 auto;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
}
.c-voice__heading-ribbon::before,
.c-voice__heading-ribbon::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: transparent #fff;
    border-style: solid;
    content: '';
}

.c-voice__heading-ribbon::before {
    left: 0;
    border-width: 30px 0px 30px 10px;
}
.c-voice__heading-ribbon::after {
    right: 0;
    border-width: 30px 10px 30px 0px;
}
.c-voice__heading-ribbon--bignumber{
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-right: 5px;
  font-size: 150%;
}
.c-voice__heading-subcaption{
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 6vw;
  margin-top: .3em;
  display: block;
}
.c-voice__heading-subcaption--bignumber{
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-right: 5px;
  font-size: 150%;
}
.c-voice__heading-subcaption--marker{
  background: linear-gradient(transparent 70%, #f6db59 70%);
}
@media screen and (min-width:768px) {
  .c-voice__heading-subcaption{
    font-size: 30px
  }
	.c-voice__content {
		display: flex;
		margin-top: 3em;
    	flex-wrap: wrap;
		gap: 30px;
	}
}
.c-voice__content-item {
	width: 94%;
  	border: 2px solid #009eee;
	padding: 1em;
	background: #fff;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
  box-shadow: 0 1px 8px rgba(0,0,0,.15);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.c-voice__content-heading {
	width: 60%;
  text-align: left;
}
.c-voice__content-heading-catch {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  color: #009eee;
  display: block;
  font-size: 4.5vw;
  line-height: 1.3;
}
.c-voice__content-heading-prof {
  font-family: "M PLUS 1p", sans-serif;
  color: #005777;
  display: block;
  margin-top: 1em;
}
.c-voice__content-photo {
  width: 30%;
  margin-left: auto;
}
.c-voice__content-text {
  text-align: left;
}
@media screen and (min-width:768px) {
  .c-voice__content-item {
    width: calc( ( 100% - 30px ) / 2 );
    margin-left: 0;
  } 
  .c-voice__content-heading-catch {
    font-size: 24px;
  }
  .c-voice__content-heading {
    width: 60%;
  }  
  .c-voice__content-photo {
    width: 33%;
  }  
}

.c-faq {
	width: 100%;
	margin-top: 1em;
	position: relative;
	padding: 2em 0;
  background: #bfebfb;
}
.c-faq__inner {
	width: 100%;
	padding: 1em 0;
	margin: 0 auto;
	text-align: center;
	position: relative
}
@media screen and (min-width:768px) {
  .c-faq {
    margin-top: 5em;
  }
	.c-faq__inner {
		width: 1000px;
		padding: 2em 0
	}
}
.c-faq__lead {
	font-size: 16px;
	font-size: 1rem;
	text-align: left;
	width: 100%;
	margin-top: 2em;
	line-height: 1.9;
	padding: 0 1em
}
.c-faq__list {
	width: 100%;
	margin-top: 2em
}
.c-faq__item {
	width: 100%;
	margin-top: 1em
}
.c-faq__header {
	font-size: 20px;
	font-size: 1.15rem;
	font-family: "M PLUS 1p", sans-serif;
	color: #005777;
	font-weight: 700;
	background: #fff;
	width: 100%;
	padding: .5em 1em .3em;
	text-align: left;
	display: flex;
	align-items: baseline;
  border-top:#005777 solid 2px;
  border-bottom:#005777 solid 2px;
  position: relative;
}
.c-faq__header::before,
.c-faq__header::after {
  content: '';
  display: block;
  width: 25px;
  height: 5px;
  border-radius: 5px;
  background: #005777;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.c-faq__header:after {
	content: "";
  background: #005777;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
@media screen and (min-width:768px) {
  .c-faq__header{
    border:#005777 solid 2px;
    border-radius: 20px;
  }
	.c-faq__header::before,
  .c-faq__header::after {
    content: none;
  }
}
.c-faq__header.open:after {
	transform: rotate(0);
  transition: 0.5s;
  opacity: 0;
}
@media screen and (min-width:768px) {
	.c-faq__header.open:after {
		display: none
	}
}
@media screen and (min-width:768px) {
	.c-faq__header {
		font-size: 22px;
		font-size: 1.375rem;
		border-radius: 10px;
		pointer-events: none
	}
}
.c-faq__question {
	width: calc(100% - 60px);
	padding-bottom: .5em
}
@media screen and (min-width:576px) {
	.c-faq__question {
		width: 80%
	}
}
@media screen and (min-width:768px) {
	.c-faq__question {
		width: auto
	}
}
.c-faq__accordicon {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: .2s;
	position: relative
}
.c-faq__icon {
	font-size: 24px;
	font-size: 1.5rem;
	color: #009eee;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	line-height: 1.8;
	margin-right: 10px
}
.c-faq__cont {
	width: 100%;
    padding: 1em 1.4em;
    text-align: left;
    display: flex;
}
@media screen and (min-width: 768px) {
    .c-faq__cont.accordion_inner {
        display:flex
    }
}
.c-faq__text {
	margin-top: 6px;
	font-size: 18px;
	font-size: 1.125rem;
	width: auto;
	flex: 1
}
.c-form {
	width: 100%;
	background: #bfebfb;
	margin-top: 0
}
@media screen and (min-width:768px) {
	.c-form {
		margin-top: 0
	}
}
.c-form__inner {
	width: 100%;
	padding: 2em 0;
	margin: 0 auto;
	text-align: center
}
@media screen and (min-width:768px) {
	.c-form__inner {
		width: 1000px;
		padding: 5em 1em
	}
}
.c-form__content {
	width: 100%;
	padding: 2em 0;
	margin: 0 auto;
	text-align: center
}
@media screen and (min-width:768px) {
	.c-form__content {
		padding: 2em 1em
	}
}
.c-form__content .inquiry {
	text-align: left;
	border-collapse: collapse;
	border-top: 2px dashed #fff;
	padding: 0
}
.c-form__content .inquiry dl {
	border-bottom: 2px dashed #fff;
	display: flex;
	flex-wrap: wrap;
	padding: 1em;
	align-items: center
}
.c-form__content .inquiry dt {
	width: 100%;
	font-size: 16px;
	font-size: 1.125rem;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 700;
	color: #005777;
	position: relative;
	text-align: left
}
@media screen and (min-width:768px) {
	.c-form__content .inquiry dt {
		width: 25%;
		font-size: 18px;
	}
}
.c-form__content .inquiry dt .red {
	font-size: 12px;
	background: #f27c40;
	padding: 10px;
	line-height: .5;
	color: #fff;
	display: inline-block;
	border-radius: 10px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	height: auto
}
@media screen and (min-width:768px) {
	.c-form__content .inquiry dt .red {
		font-size: 14px;
		font-size: .875rem
	}
}
.c-form__content .inquiry dd {
	padding: 1em 0;
	width: 100%;
	text-align: left;
	font-size: 16px;
}
@media screen and (min-width:768px) {
	.c-form__content .inquiry dd {
		width: 70%;
		padding: 1em;
		font-size: 18px;
	}
}
.c-form__content .inquiry dd input[type=email], .c-form__content .inquiry dd input[type=tel], .c-form__content .inquiry dd input[type=text], .c-form__content .inquiry dd textarea {
	padding: 10px;
	border-radius: 10px;
	font-size: 18px;
	font-size: 1.125rem;
	width: -webkit-fill-available;
	border: none;
}
.c-form__content .inquiry dd select {
	padding: 10px 20px;
	border-radius: 10px;
	border: 2px solid #85d4f5
}
.c-form__content input[type=submit] {
	padding: .8em 2em;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	border-radius: 200px;
	border: 3px solid #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .15);
	text-align: center;
	overflow: hidden;
	transition: .3s all ease;
	background: linear-gradient(0deg, #f28e26, #f27c40);
	color: #fff;
	margin: 2em auto 0;
	font-size: 20px;
	font-size: 1.25rem;
	width: 90%;
	max-width: 450px;
}
.c-form__content input[type=submit]:hover {
	border-radius: 10px;
	background-blend-mode: darken
}
.c-form__content .wpcf7-response-output {
	border: none;
	padding: 1em;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #f23a42;
	background: #fff;
	font-size: 20px;
	font-size: 1.25rem
}
.c-form__content .wpcf7-not-valid-tip {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	color: #f23a42
}
.c-form__content .wpcf7-list-item {
    display: block;
}
.p-index-mv {
	width: 100%;
	margin: 0;
	background: url(../img/mv_bg.jpg) center 40% no-repeat;
	background-size: cover;
	overflow: visible;
	position: relative;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 600
}
.p-index-mv--ver2 {
	background-image: url(../img/mv_bg_ver2.jpg) !important;
}
.p-index-mv--ver3 {
	background-image: url(../img/mv_bg_ver3.jpg) !important;
}
@media screen and (min-width:768px) {
	.p-index-mv {
		background: url(../img/mv_bg.jpg) center center no-repeat;
		background-size: cover;
		overflow: hidden
	}
}
.p-index-mv__inner {
	position: relative;
	height: 680px;
	height: 100vw;
	width: 100%;
	margin: 0
}
@media screen and (min-width:768px) {
	.p-index-mv__inner {
		height: 590px;
		width: 1000px;
		margin: auto
	}
}
.p-index-mv__heading {
	position: absolute;
	top: .5em;
	z-index: 2;
	letter-spacing: -1px;
	font-size: 30px;
	font-size: 1.875rem;
	color: #005ba6;
	width: 94%
}
@media screen and (min-width:768px) {
	.p-index-mv__heading {
		font-size: 64px;
		font-size: 4rem;
		line-height: 1.4;
		top: .5em
	}
}
.p-index-mv__lisence {
	position: absolute;
	bottom: -3.5vw;
	right: 0;
	width: 50vw;
	z-index: 1
}
@media screen and (min-width:768px) {
	.p-index-mv__lisence {
		width: 34%;
		bottom: .5em;
		right: 0
	}
	.p-index-mv__lisence-message--pc {
		margin-bottom: -1em
	}
}
.p-index-mv__illust {
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	position: absolute;
	overflow: hidden;
	height: 100%;
	z-index: 1
}
.p-index-mv__illust>img {
	bottom: -0.8rem;
	left: 0;
	width: 58%;
	z-index: 0;
	max-width: 380px;
	position: absolute
}
.p-index-mv__illust>img.u-pc-none {
	bottom: 29%;
	left: 47%;
	width: 34%;
	z-index: 0;
	position: absolute
}
@media screen and (min-width:768px) {
	.p-index-mv__illust {
		width: 80%;
		max-width: 450px;
		left: 0;
		right: 0;
		bottom: -.5em;
		position: absolute;
		margin: auto
	}
	.p-index-mv__illust>img {
		width: 100%;
		max-width: none;
		bottom: -1rem
	}
}
.p-index-mv__price.u-pc-none {
	width: 100%;
	background: #009eee;
	padding: 20px 3%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: "M PLUS 1p", sans-serif;
	font-weight: 600
}
@media screen and (min-width:768px) {
	.p-index-mv__price {
		max-width: 280px;
		position: absolute;
		bottom: 2em;
		left: 0;
		width: 50%;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border: 3px solid #009eee;
		background: #fff
	}
	.p-index-mv__price.u-pc-none {
		display: none
	}
}
.u-pc-none>.p-index-mv__price-top {
	font-size: 5vw;
	color: #000
}
.u-pc-none>.p-index-mv__price-inner {
	font-weight: 800;
	font-size: 26px;
	text-align: center;
	line-height: 1;
	text-shadow: 4px 4px 3px #fff, -4px -4px 3px #fff, -4px 4px 3px #fff, 4px -4px 3px #fff, 4px 0 3px #fff, -4px 0 3px #fff, 0 4px 3px #fff, 0 -4px 3px #fff
}
.u-pc-none>.p-index-mv__price-inner .c-fontfamily--inter {
	font-weight: 800;
	font-size: 65px;
	font-style: italic;
	margin-right: 10px;
	letter-spacing: -.2rem
}
@media screen and (min-width:480px) {
	.u-pc-none>.p-index-mv__price-top {
		font-size: 22px;
		color: #000
	}
	.u-pc-none>.p-index-mv__price-inner {
		font-weight: 800;
		color: #f27c40;
		font-size: 33px;
		text-align: center;
		line-height: 1;
		text-shadow: 4px 4px 3px #fff, -4px -4px 3px #fff, -4px 4px 3px #fff, 4px -4px 3px #fff, 4px 0 3px #fff, -4px 0 3px #fff, 0 4px 3px #fff, 0 -4px 3px #fff
	}
	.u-pc-none>.p-index-mv__price-inner .c-fontfamily--inter {
		font-weight: 800;
		font-size: 75px;
		font-style: italic;
		margin-right: 10px;
		letter-spacing: -.2rem
	}
}
@media screen and (min-width:768px) {
	.p-index-mv__price-top {
		padding: .3em .5em;
		text-align: center;
		color: #fff;
		background: repeating-linear-gradient(-45deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1) 15px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 30px), #009eee;
		font-size: 30px
	}
	.p-index-mv__price-discount {
		background: #fcdd05;
		display: block;
		text-align: center;
		margin: 10px;
		padding: 5px;
		font-size: 24px
	}
	.p-index-mv__price-inner {
		padding: 0 10px 10px;
		font-weight: 800;
		color: #f27c40;
		font-size: 30px;
		text-align: center;
		line-height: 1
	}
	.p-index-mv__price-inner .c-fontfamily--inter {
		font-weight: 800;
		font-size: 68px;
		font-style: italic;
		margin-right: 10px;
		letter-spacing: -.2rem
	}
}




.c-area__inner {
	width: 100%;
	padding: 2em 0 0 0;
	margin: 0 auto;
	text-align: center
}
@media screen and (min-width:768px) {
	.c-area__inner {
		width: 1000px;
		padding: 5em 1em 0em 1em;
	}
}
.area_h3{
color:#f27c40;
font-size: 26px;
font-family: "Noto Sans JP", sans-serif;
font-weight: 600;
margin:16px 0;
}
.area-list{
text-align:left;
}


@media screen and (max-width:767px) {
	.area-list{
	margin:0 16px;
	}
}


/*2025.4追加*/
.p-index-mv__price{
	flex-wrap: wrap;
}
.p-index-mv__price-arrival{
	background: #f27c40;
	color: #fff;
	font-size: 20px;
	padding: 5px 10px;
	text-align: center;
	width: 100%;
}
.p-index-mv__price-arrival span{
	font-weight: bold;
	font-size: 130%;
}
@media screen and (min-width: 768px) {
	.p-index-mv__price-arrival{
		font-size: 30px;
	}
}

.c-scam{
	width: 100%;
    background: url(../img/scam_bg.png) top left repeat-x;
	background-size: 100% auto;
}
@media screen and (min-width: 768px) {
	.c-scam{
		background-size: 55% auto;
		min-width: 1000px;
	}
}
.c-scam__inner{
	width: 100%;
    padding: 1em;
    margin: 0 auto;
    text-align: center;
}
@media screen and (min-width: 768px) {
	.c-scam__inner {
		width: 1000px;
	}
}
.c-scam__inner > h3{
	margin-top: 2rem;
}


.c-scam__content{
	display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
}
.c-scam__content p{
	text-align: left;
	line-height: 1.8;
	font-size: 1.2rem;
}
.c-scam__content .c-scam__marker{
	background: linear-gradient(transparent 70%, #f6db59 70%);
	font-weight: bold;
}
.c-scam__content figure{
	width: 40%;
}
@media screen and (min-width: 768px) {
	.c-scam__content figure{
		width: 30%;
	}
}
.c-scam__content--right{
	width: auto;
	flex: 1;
	margin-left: 2rem;
	margin-top: 4em;
}
.c-scam__content > p{
	width: 100%;
	margin-top: 1rem;
}

@media screen and (min-width: 768px) {
	.c-scam__content figure{
		width: 30%;
	}
	.c-scam__content--right p:last-of-type{
		width: 100%;
		margin-top: 1rem;
	}
}

.c-scam__footer-maincaption{
	display: block;
	max-width:600px;
	margin: .5rem auto 0;
}
.c-scam__footer-subcaption{
	font-size: 20px;
	color: #000;
	-webkit-text-stroke: none;
	font-weight: bold;
	margin-top: 2rem;
}
.c-scam__footer-subcaption--red{
	color: #fe0000;
}
@media screen and (min-width: 768px) {
	.c-scam__footer-subcaption{
		font-size: 28px;
	}
}
@media screen and (max-width: 500px) {
	.c-scam__footer-subcaption br{
		display: none;
	}
}

.c-relief{
	width: 100%;
    position: relative;
    background: #bfebfb;
}
.c-relief::before {
    content: "";
    width: 100%;
    height: 50px;
    background-color: #fff;
    position: absolute;
    top: -1px;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
}
@media screen and (min-width: 768px) {
    .c-relief::before {
        height: 80px;
    }
}
.c-relief__inner{
	width: 100%;
    padding: 5em 1em .5em;
    margin: 0 auto;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .c-relief__inner{
		padding: 7em 1em 1em;
		max-width: 1000px
	}
}
.c-relief__heading-maincaption{
	width: 100%;
	max-width:640px;
	margin: 0 auto;
}
.c-relief__list{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 1em;
	margin-top: 2em;
}
.c-relief__item{
	display: flex;
	flex-direction: column;
	align-items center;
	border: 5px solid #005777;
	background: #fff;
	padding: 1em;
	border-radius: 10px;
	position: relative;
	width: 100%;
	padding: 3em 2em 2em;
	margin-top: 2em;
}
@media screen and (min-width:768px) {
	.c-relief__list{
		margin-top: 4em;
	}
	.c-relief__item{
		width: calc( ( 100% - 2em ) / 3 );
		margin-top: 0;
		padding: 3em 1em 2em;
	}
}
.c-relief__item i{
	color: #fff;
	width: 90px;
	height: 90px;
	background: #005777;
	border-radius: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 260%;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	left: 0;
	right: 0;
	top: -45px;
	margin: auto;
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;

}
.c-relief__item i span{
	font-size: 35%;
	margin-bottom: 2px;
}
.c-relief__item-heading{
	font-size: 130%;
	color: #005777;
	text-align: left;
	font-weight: bold;
	line-height: 1.4;
}
.c-relief__item-heading span{
	font-size: 130%;
	color: #005777;
	text-align: left;
	background: linear-gradient(transparent 70%, #f6db59 70%);
	font-weight: bold;
}
.c-relief__item figure{
	margin-top:1em;
}
.c-relief__item p{
	text-align: left;
	margin-top: 1em;
}
.c-relief__footer{
	margin: 1em auto;
}
@media screen and (min-width:768px) {
	.c-relief__footer{
		margin: 2em auto;
	}
}
.c-relief__footermsg01{
	width: 80%;
	max-width: 460px;
	display: block;
	margin: 0 auto;
}
.c-relief__footermsg02{
	width: 100%;
	display: block;
	margin: 1em auto 0;
	padding: 1.5em 0 5em 0;
	background: url(../img/relief_arrow.png) center center no-repeat;
	background-size: contain;
}
@media screen and (min-width:768px) {
	.c-relief__footermsg02{
		margin: 2em auto 0;
		padding: 1.5em 0 6em 0;
	}
}
.c-relief__footermsg02 img{
	width: 100%;
	max-width: 800px;
	display: block;
	margin: 0 auto;
}

@media screen and (min-width:768px) {
	.u-pc-none {
		display: none;
	}
}
@media screen and (max-width:767px) {
	.u-sp-none {
		display: none;
	}
}

@media(max-width:750px){
	.sp_display {
		display: none !important;
	}
}

.u-cf::after {
	clear: both;
	content: "";
	display: block;
}