@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@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, 'Noto Sans JP', 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: #e93439
}
.c-text--pink {
	color: #fb4c9a
}
.c-text--lightpink {
	color: #f993c1
}
.c-text--yellow {
	color: #f6d750
}
.c-text--darkblue {
	color: #065c95
}
.c-text--marker{
  background: linear-gradient(transparent 70%, #f4c3d9 70%)
}
.l-wrapper{
	overflow: hidden;
}
.l-footer {
	width: 100%;
	background: #065c95;
	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: 300px;
		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-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-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-weight: 700
}
.c-heading__index {
	font-size: 8vw;
	text-align: center;
	line-height: 1.3;
	color: #065c95
}
@media screen and (min-width:768px) {
	.c-heading__index {
		font-size: 40px;
		line-height: 1.2;
	}
}
.c-heading__caption {
	font-size: 6vw;
	text-align: center;
	line-height: 1.2;
	font-weight: 700;
}
@media screen and (min-width:768px) {
	.c-heading__caption {
		font-size: 40px;
	}
}
.c-heading--bigtext {
	font-size: 120%;
}

.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--pink {
	background: linear-gradient(0deg, #fc4b9a 30%, #f993c1 100% );
	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: 15%;
	right: 5px;
	transition: .3s all ease;
	font-size: 10px;
	font-weight: 700;
	width: 50px;
  height: 50px;
  border-radius: 100px;
	z-index: 10;
  background: #065c95;
  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: #065c95;
	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: 3.4vw;
	line-height: 1.2;
	text-align: center;
}
.c-bottom__tel-catch-inbox {
	width: auto;
	display: inline-block;
	margin: 0 5px;
	font-weight: 700;
	font-size: 3.5vw;
	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: auto;
	font-weight: 700;
	font-size: 3.5vw;
	line-height: 1.2;
	text-align: center;
	margin-top: 0;
	position: relative;
}
.c-bottom__tel-caption:after, .c-bottom__tel-caption:before {
    /*content: '';*/
    position: absolute;
    top: -20%;
    display: inline-block;
    width: 14%;
    height: 1px;
    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__contwrap {
	width: 100%;
	position: relative;
	background: #48a3ea;
}
.c-reason__inner {
	width: 100%;
	padding: 3em 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: #fff;
	font-size: 6vw;
	font-weight: 700;
  line-height: 1.3;
  position: relative;
	display: inline-block;
}
.c-reason__catch:after, .c-reason__catch:before {
  content: '';
  position: absolute;
  bottom: 40%;
  display: inline-block;
  width: 30%;
  height: 2px;
  background-color: #ffffff;
  transform: rotate(-70deg);
}
.c-reason__catch:before {
  left: -30%;
  transform: rotate(70deg);
}
.c-reason__catch:after {
  right: -30%;
}
.c-reason__catch--blue {
  font-size: 7vw;
}
.c-reason__catch--big {
  font-size: 10vw;
	font-style: italic;
}

.c-reason__heading {
	font-size: 7vw;
	font-weight: 700;
	display: flex;
	align-items: flex-end;
  justify-content: center;
	margin: .5em auto 0;
	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;
	letter-spacing: 1px;
}
@media screen and (min-width:768px) {
  .c-reason__catch{
    font-size: 36px;
  }  
  .c-reason__catch--blue {
    font-size: 44px;
  }
	.c-reason__catch--big {
    font-size: 80px;
  }
	.c-reason__heading {
		font-size: 50px;
		align-self: center;
		margin: 0 auto;
	}
  .c-reason__catch:after, .c-reason__catch:before {
    width: 30%;
    height: 2px;
	  bottom: 55%;
  }
  .c-reason__catch:before {
    left: -80px;
    transform: rotate(70deg);
  }
  .c-reason__catch:after {
    right: -80px;
  }  
}
.c-reason__heading--blue {
	color: #065c95;
}
.c-reason__heading--big {
	font-size: 10vw
}
@media screen and (min-width:768px) {
  .c-reason__heading--blue {
    font-size: 32px;
  }
	.c-reason__heading--big {
		font-size: 50px;
	}
}
.c-reason__heading--big-number {
  font-size: 20vw;
	line-height: 0.8;
}
.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: 160px;
  }
	.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-size: 34px;
	width: 50px;
	height: 50px;
	font-style: italic;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	background: #fb4c9a;
	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: 5.4vw;
	color: #065c95;
	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: #065c95;
	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 0;
}
.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: 3em auto;
		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: #065c95;
	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;
	border: 5px solid #065c95;
}
.c-cvarea--last .c-cvarea__inner {
	margin-top: 2em;
}

.c-cvarea__incont {
	position: relative;
	padding: 0 0 1px;
	background: url(../img/cta_bg.jpg) center bottom -20% no-repeat;
	background-size: cover;

}
.c-cvarea--last .c-cvarea__incont{
	padding: 0;
	background:url(../img/cta_bg.jpg) center bottom 10vw no-repeat;
	background-size: cover;
}

@media screen and (min-width:768px) {
	.c-cvarea__incont {
		padding: 0 0 20px;
		background-size: 100%;
	}
	.c-cvarea--last .c-cvarea__incont{
		background: url(../img/cta_bg.jpg) center bottom -2vw no-repeat;
	}
	.c-cvarea__inner {
		width: 1000px;
		margin: 5em auto 0
	}
	.c-attention + .c-cvarea .c-cvarea__inner{
		margin-top: 0;
	}
  .c-cvarea--last > .c-cvarea__inner{
    margin: 1em auto 0
  }  
}
.c-cvarea__catch {
	background: #065c95;
	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--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__heading{
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
	flex-direction: column-reverse;
}
.c-cvarea--last .c-cvarea__heading{
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.c-cvarea__caption {
	font-weight: 800;
	/*width: 100%;
	margin: 0;
	font-size: 6vw;
	text-align: center;*/
	line-height: 1.4;
	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;
	width: 62%;
	margin: 10px 0 0 0;
	font-size: 5vw;
	text-align:left;
}
.c-cvarea--last .c-cvarea__caption{
	width: 100%;
	margin: 0;
	font-size: 6vw;
	text-align: center;
}
.c-cvarea__caption--small {
	font-size: 4.2vw;
	display: block;
}
.c-cvarea__caption--bigpink {
	font-size: 7vw
}
.c-cvarea__caption--bigblue {
	font-size: 7.7vw;
	color: #065c95;
	display: inline;
	line-height: 1.2
}
	.c-cvarea__lisence{
		position: absolute;
		right: 0;
		bottom: 28%;
		width: 40%;
	}

@media screen and (min-width:768px) {
	.c-cvarea__heading{
		flex-wrap: nowrap;
		/*padding: 20px;*/
		flex-direction: row;
		padding: 20px 20px 0;
	}
	.c-cvarea--last .c-cvarea__heading{
		position: relative;
		display: block;
		padding: 20px;
	}
	.c-cvarea__caption,.c-cvarea--last .c-cvarea__caption {
		/*width: 100%;*/
		font-size: 36px;
		/*margin: 0 auto;*/
		text-align: left;
		width: 45%;
        font-size: 36px;
        margin: 0;
	}
	.c-cvarea--last .c-cvarea__caption{
		width: 100%;
	}
	.c-cvarea__caption--small {
		font-size: 26px;
		margin: 0 auto;
	}
	.c-cvarea__caption--bigpink {
		font-size: 43px
	}
	.c-cvarea__caption--bigblue {
		font-size: 50px;
		display: inline-block
	}
	.c-cvarea__lisence {
		position: absolute;
		right: 28%;
		bottom: 47%;
		width: 30%;
	}
}
.c-cvarea__cashless {
	font-weight: 800;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 1.4;
	margin-top: .5em;
	position: relative;
	font-size: 4vw;
}
.c-cvarea__cashless-caption{
	display: block;
	background-size: auto auto;
	background-color: rgba(245, 228, 152, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(247, 233, 173, 1) 10px, rgba(247, 233, 173, 1) 20px );
	padding: 10px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}
@media screen and (min-width:768px) {
	.c-cvarea__cashless {
		/*width: 400px;*/
		font-size: 20px;
		width: 28%;
        max-width: 400px;
        margin-left: auto;
        margin-right: 0;
        align-self: center;
	}
}
.c-cvarea__content {
	width: 70%;
	margin: .5em 10px;
	text-align: center;
	font-size: 5vw;
	display: flex;
	justify-content: space-between;
	gap: 5px;
}
.c-cvarea__content-box{
	border: 3px solid #f0d86c;
	border-radius: 20px;
	background: rgba(255,255,255,.8);
	padding: 10px 2px;
	width: calc( 100% / 3 );
	font-size: 2.6vw;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 30%;
}
.c-cvarea__content-medium{
	font-size: 5vw;
	display: block;
	font-weight: 800;
}
.c-cvarea__content-price{
	font-size: 7vw;
	font-style: italic;
	letter-spacing: 3px;
	margin-right: 0;
}
.c-cvarea__content-big{
	font-size: 4vw;
	display: block;
	font-weight: 800;
	margin-top: 10px;
}
@media screen and (min-width:768px) {
	.c-cvarea__content {
		width: 75%;
		display: flex;
		gap: 10px;
		font-size: 24px;
		margin: .5em 20px;
		margin-top: 1em;
		gap: 15px;
	}
	.c-cvarea__content-box{
		font-size: 22px;
		padding: 20px 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.c-cvarea__content-medium{
		font-size: 34px;
	}
	.c-cvarea__content-price{
		font-size: 60px;
		margin-right: -15px;
	}
	.c-cvarea__content-big{
		font-size: 36px;
	}
}
.c-cvarea__content-photo--right {
	position: absolute;
	right: -8%;
	bottom: -1%;
	width: 38%;
	height: auto;
	z-index: 0;
}
.c-cvarea--last .c-cvarea__content-photo--right {
	position: static;
	width: 38%;
	height: auto;
}
.c-cvarea__contact {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: #065c95;
	padding: 1em .5em;
	position: relative;
	z-index: 1;
	flex-direction: column;
	gap: 5px;
}
.c-cvarea__contact-caption {
	text-align:center;
	width: 100%;
	font-weight: 700;
	text-decoration: underline;
	font-size:5vw;
}
.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__content-photo--right {
		width: 35%;
	}
	.c-cvarea--last .c-cvarea__content-photo--right {
		position: absolute;
		right: -1%;
		bottom: 0;
		width: auto;
		height: 110%;
		z-index: 0;
	}
	.c-cvarea__contact {
		flex-direction: row;
		padding: 1.5em;
		gap: 15px;
	}
	.c-cvarea__contact-caption{
		font-size:32px;
	}
	.c-cvarea__tel {
		justify-content: center;
		align-items: center;
		white-space: nowrap;
		display: flex;
		flex-wrap: wrap;
		font-size: 60px;
		font-size: 5rem;
		width: 52%;
		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: 50px
	}
}
.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: #065c95;
	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--pink {
	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--pink {
		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-index-beginner{
	width: 100%;
}
.c-index-beginner__intro{
	width: 100%;
    padding: 3em 1em 2em;
    margin: 0 auto;
    text-align: center;
}
.c-index-beginner__intro-subcatch {
	font-weight: 700;
	font-size: 6vw;
}
.c-index-beginner__intro-catch {
	font-weight: 800;
	font-size: 8.4vw;
	line-height:1.3;
}
.c-index-beginner__intro-illust{
	display:  block;
	margin: 0 auto -10px;
}
@media screen and (min-width: 768px) {
	.c-index-beginner__intro{
		width: 1000px;
    	padding-top: 5em;
	}
	.c-index-beginner__intro-subcatch {
		font-size: 34px
	}
	.c-index-beginner__intro-catch {
		font-size: 50px;
		line-height: 1.5;
	}
	.c-index-beginner__intro-illust{
		width: 900px;
		margin: 20px auto -30px;
	}
}
.c-index-beginner__arrow{
	background: url(../img/beginner_arrow.png) center top no-repeat;
	background-size: contain;
	height: 50vw;
	text-align: center;
	padding-top:.2em;
}
@media screen and (min-width: 768px) {
	.c-index-beginner__arrow{
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		height: 250px;
		margin-top: 30px;
	}
}
.c-index-beginner__arrow--subcaption{
	line-height: 1.3;
	margin: .5vw auto;
	color:#065c95;
	font-size: 5vw;
	font-weight: 900;
	text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0px 2px #fff, -2px 0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff;
	display: inline-block;
	position: relative;
}
.c-index-beginner__arrow--subcaption:after, .c-index-beginner__arrow--subcaption:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 18%;
  height: 2px;
  background-color: #065c95;
  transform: rotate(-70deg);
}
.c-index-beginner__arrow--subcaption:before {
  left: -40px;
  transform: rotate(70deg);
}
.c-index-beginner__arrow--subcaption:after {
  right: -40px;
}

.c-index-beginner__arrow--caption{
	display: block;
	line-height: 1;
	margin: .5vw auto 0;
	font-size: 7vw;
	color:#065c95;
	font-weight: 900;
	text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0px 2px #fff, -2px 0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff;
}
.c-index-beginner__arrow--bigprice{
	font-size: 12vw;
	font-weight: 900;
	font-style: italic;
	margin:0 10px;
	letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
	.c-index-beginner__arrow--subcaption{
		margin: 1em auto 0;
		font-size: 28px;
		line-height: 1;
	}
	.c-index-beginner__arrow--subcaption:after, .c-index-beginner__arrow--subcaption:before {
		width: 6%;
	}
	.c-index-beginner__arrow--subcaption:before {
	  left: -40px;
	  transform: rotate(70deg);
	}
	.c-index-beginner__arrow--subcaption:after {
	  right: -40px;
	}
	.c-index-beginner__arrow--caption{
		margin: 1vw auto;
		font-size: 40px;
		text-shadow: 4px 4px 3px #fff, -4px -4px 3px #fff, -4px 4px 3px #fff, 4px -4px 3px #fff, 4px 0px 3px #fff, -4px 0px 3px #fff, 0px 4px 3px #fff, 0px -4px 3px #fff;
	}
	.c-index-beginner__arrow--bigprice{
		font-size: 80px;
		letter-spacing: 5px;
	}
}
.c-index-beginner__arrow .c-index-beginner__arrow--smalltxt{
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    line-height: 1.4;
    font-size: 5vw;
}
@media screen and (min-width: 768px) {
	.c-index-beginner__arrow .c-index-beginner__arrow--smalltxt{
		font-size: 34px;
	}
}
.c-index-beginner__content{
	padding: 0 10px 50vw 10px;
	overflow: hidden;
	background: url(../img/soudan_illust.png) center bottom -1% no-repeat;
	background-size: 50%;
}
@media screen and (min-width: 768px) {
	.c-index-beginner__content{
		width: 1000px;
		margin: 0 auto;
		background: url(../img/soudan_illust.png) right bottom -20px no-repeat;
		background-size: 380px;
		padding: 20px 0 40px 0;
	}
}
.c-index-beginner__heading{
	width: 100%;
	background-size: contain;
	font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    line-height: 1.4;
    font-size: 7vw;
    color: #005ba6;
	padding: 10px 10px 20px 10px;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.c-index-beginner__heading{
		width: 65%;
		background: none;
		font-size: 34px;
		color: #005ba6;
		padding: 0;
		text-align: left;
	}
}
.c-index-beginner__caption{
	width: 100%;
	background: #005ba6;
    font-weight: 900;
    line-height: 1.4;
    font-size: 6vw;
    color: #fff;
	padding: 10px 10px;
	text-align: center;
	border-radius: 100px;
}
@media screen and (min-width: 768px) {
	.c-index-beginner__caption{
		width: 60%;
		font-size: 24px;
		margin-top: 20px;
		padding: 10px 20px;
	}
}
.c-index-beginner__list{
	list-style: none;
	margin-top: 15px;
	font-size: 5vw;
}
.c-index-beginner__list li{
	display: block;
	position: relative;
	padding-left: 1.5em;
	margin-top: 5px;
}
@media screen and (min-width: 768px) {
	.c-index-beginner__list{
		width: 65%;
		font-size: 20px;
	}
	.c-index-beginner__list li{
		display: block;
		position: relative;
		padding-left: 1.5em;
		font-size: 22px;
		margin-top: 5px;
	}
}
.c-index-beginner__list li::before{
	content:"";
	background: url("../img/icon_check_pink.svg") left top no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: .2em;
}
.c-index-beginner__list li .c-index-beginner__list-red{
	color: #f23a42;
	font-weight: 900;
}
.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;
	position: relative;
	padding-bottom: 2em;
}
.c-attention__intro-illust {
		width:35%;
    	z-index: 1;
		bottom: 0;
		left: -5%;
		position: absolute;
}

@media screen and (min-width:768px) {
	.c-attention__intro {
		width:1000px;
    	margin: 0 auto;
	}
	.c-attention__intro-illust {
		width:280px;
    	z-index: 1;
		bottom: 0;
		left: -5em;
		position: absolute;
	}
}
.c-attention__catch{
	font-weight: 700;
  color: #000000;
  font-size: 4.4vw;
  text-align: center;
  line-height: 1.3;
}
.c-attention__heading{
	font-weight: 800;
  line-height: 1.3;
  font-size: 7vw;
	margin-top: 8px;
	text-align: center;
}
.c-attention__board{
  padding: 1em ;
	border: 15px solid #f5e498;
	border-radius: 10px;
  margin-top:1em;
  text-align: center;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .15);
}
@media screen and (min-width:768px) {
	.c-attention__board{
		border: 30px solid #f5e498;
    padding: 50px 30px 5em;
		width: 800px;
		margin-right: auto;
		margin-left: auto;
		margin-top: 3em;
	}
}
@media screen and (min-width:768px) {
	.c-attention__catch{
		font-size: 30px;
	}
}
@media screen and (min-width:768px) {
	.c-attention__heading {
		font-size: 50px;
	}
}
.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{
  line-height: 1.2;
  padding: .5em 0 1em;
	font-weight: 800;
  font-size: 5vw;
  text-align: center;
  margin-bottom: 6vw;
	background-size: auto auto;
	position: relative;
}
.c-attention__label::after{
	content:"";
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(252, 221, 5, 1) 10px, rgba(252, 221, 5, 1) 20px );
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.c-attention__lastmsg{
  line-height: 1.6;
  padding: 1em 0 0 5em;
	font-weight: 800;
  font-size: 5vw;
  text-align: left;
	background-size: auto auto;
	position: relative;
}

@media screen and (min-width:768px) {
	.c-attention__label {
		font-size: 34px;
    	margin-bottom: 1.5em;
	}
	.c-attention__label .c-text--pink{
		font-size: 40px;
	}
	.c-attention__lastmsg{
		font-size: 32px;
		padding: 2em 0 0;
		text-align: center;
	}
}
.c-attention__list{
  width: 96%;
  margin-left:auto;
  margin-right: auto;
  padding: 0;
  line-height: 1.4;
}
@media screen and (min-width:768px) {
	.c-attention__list {
		width: 94%;
    	padding-left: 0;
    	line-height: 1.6;
	}
}
.c-attention__list > li{
  position: relative;
  text-align: left;
  font-size: 4vw;
	font-weight: 600;
 	 margin-top: .5em;
	padding-left: 30px;
	padding-bottom: .5em;
	border-bottom: 1px dashed #999;
}
@media screen and (min-width:768px) {
	.c-attention__list > li {
		font-size: 30px;
    	margin-top: .5em;
		padding-bottom: .5em;
		padding-left: 45px;
		border-bottom: 2px dashed #999;
	}
}
.c-attention__list > li:before{
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 0;
  background: url("../img/icon_checkbox.svg") no-repeat;
  background-size: contain;
}
@media screen and (min-width:768px) {
	.c-attention__list > li:before{
    height: 40px;
    width: 40px;
    left: 0;
    top: 3px;
    bottom: 0;
  }
}

.c-attention__staff{
  background: linear-gradient(0deg, #065c95 , #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: #065c95;
}
.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: 3em 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: #065c95 5px solid;
	border-radius: 10px;
	padding: 0;
	background: #fff;
	margin-top: 1em
}
.c-service__content-heading {
	white-space: nowrap;
	background: #065c95;
	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: 15px;
	background:#e1f2fd;
}
.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 #065c95;
	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 #fb4c9a;
	border-bottom: 3px solid #fb4c9a;
	transform: rotate(-45deg)
}
@media screen and (min-width:480px) {
	.c-service__content-list {
		padding: 20px;
	}
  .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 #fb4c9a;
		border-bottom: 3px solid #fb4c9a
	}
}
.c-service__content-price{
  width: 100%;
  padding: 5px 15px 15px;
}
.c-service__content-price-incont{
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.6;
	margin-top: .5em;
}
.c-service__content-price-icon--basic {
	font-size: 14px;
	line-height: 1.2;
	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 20px 20px;
  }
  .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: #065c95;
  font-size: 5vw;
  font-weight: 700;
  position: relative;
}
.c-service__content-price-basic:after{
  content: "";
  border-top: 3px solid #065c95;
  border-bottom: 3px solid #065c95;
  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-style: italic;
  margin-right:10px;
}
.c-service__content-price-icon--web {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	width: 80px;
	height: 80px;
	background: rgb(248,193,3);
	background: linear-gradient(0deg, rgba(248,193,3,1) 0%, rgba(246,219,89,1) 100%);
	position: relative;
	border-radius: 10px;
	align-self: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.c-service__content-price-after{
  font-size: 7vw;
  font-weight: 700;
	color:#fb4c9a;
}
.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: 100px;
		height: 100px;
		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.jpg) center top no-repeat;
	background-size: cover;
	position: relative
}
.c-accounting__inner {
	width: 100%;
	padding: 3em 1em 10vw;
	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 6em;
	}
}
.c-accounting__catch {
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 5vw;
	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: #fc4c9a;
}
@media screen and (min-width:768px) {
	.c-accounting__catch {
		font-size: 34px;
		font-size: 1.875rem
	}
}
.c-accounting__catch + .c-heading{
  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-size: 6.5vw;
}
.c-accounting__img{
  width: 100%;
  max-width: 800px;
  margin: 2em auto;
}
.c-accounting__illust{
  width: 30vw;
  max-width: 300px;
  margin: 0 auto;
}
.c-accounting__content {
	margin: 1em auto 0;
	width: 100%;
  margin: 2em auto 0;
  padding: 10px;
  background: rgba(255,255,255,.8);
  border-radius: 20px;
}
@media screen and (min-width:768px) {
	.c-accounting__catch + .c-heading{
		font-size: 46px;
	}
	.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%;
  font-weight: 700;
}
.c-accounting__off {
	font-size: 20px;
	font-size: 1.25rem;
	font-size: 4vw;
	text-align: center;
	width: 100%;
	margin-top: -1em;
	background: #c7e7fc;
	padding: 1em 2em 0;
  position: relative;
	z-index: 1;}
.c-accounting__off-inner {
	display: flex;
	flex-wrap:wrap;
}
@media screen and (min-width:768px) {
	.c-accounting__off {
		font-size: 20px;
		font-size: 1.25rem;
    padding: 2em 2em 0;
	}
	.c-accounting__off-inner {
		max-width: 960px;
		margin: 0 auto;
	}
}
.c-accounting__off-lead {
	font-size: 18px;
	font-size: 1rem;
	text-align: left;
	width: 100%;
	margin-top: 1em;
	line-height: 1.6;
  font-weight: 700;
}
@media screen and (min-width:768px) {
	.c-accounting__off-lead {
		font-size: 24px;
		font-size: 1.25rem;
		width: auto;
		flex:1;
		line-height: 1.9;
	}
}
.c-accounting__off-lead--bigtext {
  font-size: 150%;
  font-weight: 700;
}

.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;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.c-company__content dl{
  border-top: 2px solid #065c95;
  padding: 1em;
  display: flex;
  gap: 20px;
  align-items: center;
}
.c-company__content dl:last-of-type{
  border-bottom: 2px solid #065c95;
}
.c-company__content dl dt{
  width: 25%;
  color:#065c95;
  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: 900px;
	font-size: 20px;
  }  
}


.c-flow {
	width: 100%;
	background: #c7e7fc;
	margin-top:3em;
}
.c-flow__inner {
	width: 100%;
	padding: 2em 1em;
	margin: 0 auto;
	text-align: center
}
@media screen and (min-width:768px) {
	.c-flow {
		margin-top:0;
	}

	.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: #fff;
	margin-top: 2em;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border: 5px solid #065c95;
	flex-direction: row-reverse;
}
.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, #fc4b9a, #fc4b9a, #f993c1);
  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;
		flex-direction:column;
	}
	.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(90deg, #fc4b9a, #fc4b9a, #f993c1);
    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: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 6vw;
	color: #065c95;
	font-weight: 700;
	line-height: 1.4;
  width: 60%;
  order: 2;
}
@media screen and (min-width:768px) {
	.c-flow__content-heading {
		flex-direction: column;
		justify-content: flex-start;
		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;
	color: #fc4b9a;
	line-height: 1;
	margin-right: 10px;
	font-size: 10vw;
  font-style: italic;
  position: relative;
}
@media screen and (min-width:768px) {
	.c-flow__content-heading-step {
		font-size: 48px;
		margin-bottom: 5px;
		margin-right: 0;
	}
}
.c-flow__content-heading-caption {
  margin-top: .1em;
	width: auto;
}
.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-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%;
	padding: 1.5em;
	background: #e1f2fd;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
	border-radius: 20px;
}
.c-voice__content-heading {
	width: 60%;
  text-align: left;
}
.c-voice__content-heading-catch {
  font-weight: 700;
  display: block;
  font-size: 4.5vw;
  line-height: 1.3;
}
.c-voice__content-heading-prof {
  color: #065c95;
  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;
}
.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;
	color: #fff;
	font-weight: 700;
	background: #065c95;
	width: 100%;
	padding: .5em 1em .3em;
	text-align: left;
	display: flex;
	align-items: baseline;
  position: relative;
}
.c-faq__header::before,
.c-faq__header::after {
  content: '';
  display: block;
  width: 25px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.c-faq__header:after {
	content: "";
  background: #fff;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
@media screen and (min-width:768px) {
  .c-faq__header{
    border:#065c95 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__accordion {
	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: #f993c1;
	font-weight: 700;
	line-height: 1.8;
	margin-right: 10px
}
.c-faq__cont {
	width: 100%;
    padding: 1em 1.4em;
    text-align: left;
    display: flex;
}
.c-faq__cont .c-faq__icon {
	color: #065c95;
}
@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: #c7e7fc;
	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: #065c95;
	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: #fb4c9a;
	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, #fc4b9a 30%, #f993c1 100% );
	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-weight: 700;
	color: #f23a42;
	background: #fff;
	font-size: 20px;
	font-size: 1.25rem
}
.c-form__content .wpcf7-not-valid-tip {
	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.png") center center no-repeat;
	background-size: cover;
	overflow: visible;
	position: relative;
	font-weight: 600
}
@media screen and (min-width:768px) {
	.p-index-mv {
		background-size: cover;
		overflow: hidden
	}
}
.p-index-mv__inner {
	position: relative;
	height: auto;
	width: 100%;
	margin: 0;
	padding: .5em 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media screen and (min-width:768px) {
	.p-index-mv__inner {
		height: 700px;
		width: 980px;
		margin: auto
	}
}
.p-index-mv__heading-box {
	width: 94%;
	position: relative;
	z-index: 1;
	margin: 0 auto
}
.p-index-mv__heading {
	letter-spacing: -1px;
	font-size: 6vw;
	color: #065c95;
	width: 100%;
	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;
	line-height: 1.3;
}
.p-index-mv__heading-caption{
	font-size: 5vw;
	display: block;
}
.p-index-mv__heading-big {
	font-size: 8.2vw;
}
@media screen and (min-width:768px) {
	.p-index-mv__heading {
		font-size: 45px;
		line-height: 1.2;
		top: .5em;
		width: 94%;
	}
	.p-index-mv__heading-big {
		font-size: 56px;
		line-height: 1.3;
	}
	.p-index-mv__heading-caption{
		font-size: 40px;
	}
}
.p-index-mv__lisence {
	position: absolute;
	top: 40vw;
	right: 0;
	width: 45vw;
	z-index: 1;
}
@media screen and (min-width:768px) {
	.p-index-mv__lisence {
		width: 30%;
		bottom: 1em;
		right: 0;
		top: auto;
	}
}
.p-index-mv__illust {
	top: 35vw;
	left: 0;
	width: 60%;
	z-index: 0;
	position: absolute;
	overflow: hidden;
	height: auto;
	z-index: 0;
}
.p-index-mv__map {
	top: .5em;
	right: 10px;
	width: 30%;
	z-index: 0;
	position: absolute;
	overflow: hidden;
	z-index: 1;
}
.p-index-mv__map>img {
	width: 100%;
}
@media screen and (min-width:768px) {
	.p-index-mv__illust {
		top: auto;
		width: 540px;
		right: -3em;
		bottom: 6em;
		position: absolute;
		left: auto;
	}
	.p-index-mv__map {
		top: 1em;
		right: 1em;
		width: 320px;
	}
	.p-index-mv__illust>img {
		width: 100%;
	}
}
.p-index-mv__price {
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: 35vw;
}
.p-index-mv__points {
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: .5em;
}
@media screen and (min-width:768px) {
	.p-index-mv__price {
		width: 605px;
		margin-top: .5em;
	}
	.p-index-mv__points {
		width: 580px;
		margin-top: .2em;
	}
}
@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: #fb4c9a;
		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
	}
}
@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
}




.area {
  background-color: #DEF3FB;
  padding-top: 20px;
  padding-bottom: 40px;
}
.area .area_ttl {
  position: relative;
}
.area .area_ttl h2 {
  margin-bottom: 30px;
}
.area .area_ttl h2::before {
  content: "";
  background: url(../images/icon_area.png) center/cover no-repeat;
  position: absolute;
  left: -10px;
  top: 4px;
  width: 52.3px;
  height: 70px;
  transform: scale(1);
}
@media (max-width: 768px) {
  .area .area_ttl h2::before {
    width: 30px;
    height: 40px;
  }
}
.area .area_cont {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .area .area_cont {
    width: 90%;
  }
}
.area .area_cont p {
  text-align: left;
}
.area .area_item {
  margin-bottom: 30px;
}
.area .area_item .area_name {
  text-align: left;
  background-color: #1F77C3;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 20px;
  cursor: pointer;
}

.area .area_item .area_text {
  padding-left: 20px;
  padding-top: 20px;
}


				.c-staff{
					background:skyblue;
				}
				.c-staff__intro-subcatch {
					font-weight: 700;
					font-size: 6vw;
				}
				.c-staff__intro-catch {
					font-weight: 800;
					font-size: 8.4vw;
					line-height: 1.3;
					margin-top:0;
				}
				.c-staff__lasttext{
					background: #065c95;
					color: #fff;
					padding: 1rem;
					font-size: 120%;
					border-radius: 20px;
					margin-top:1rem;
					text-align:center;
				}
				.c-staff__lasttext span{
					color: yellow;
				}
				.c-staff__contwrap {
					width: 100%;
					position: relative;
					background: #e1f2fd;
				}
				.c-staff__inner {
					width: 100%;
					padding: 3em 1em 2em;
					margin: 0 auto;
					text-align: center;
					position: relative;
					z-index: 1;
				}
				.c-staff__intro h2 br{
					display:none;
				}
				.slider-main--pc{
					display:none;
				}
				.sliderArea {
					max-width: 100%;
					margin: 0 auto;
					padding: 0 25px;
				}
				.sliderArea.w300 {
					max-width: 300px;
				}
				.slick-slide {
					margin: 0 5px;
				}
				.slick-slide img {
					width: 100%;
					height: auto;
				}
				.slider-main--pc{
					display:none;
				}
				.slider-main{
					margin-top:1rem;
				}
				.slider-main > div{
					position:relative;
				}
				.slider-main .staff-name{
					text-align: center;
					font-weight: 700;
					margin-top: 0;
					color: #fff;
					display: block;
					background: #065c95;
					padding: 10px;
					position: absolute;
					top: 0;
					left: 0;
				}
				.slider-main .staff-comment{
					text-align: left;
					font-weight: 400;
					margin-top: 0;
					background: rgba(255, 255, 255, .7);
					padding: 10px;
					position: absolute;
					bottom: 0;
					width:100%;
				}
				.slick-prev, .slick-next {
					z-index: 1;
				}
				.slick-prev:before, .slick-next:before {
					color: #065c95;
				}
				.slick-slide {
					transition: all ease-in-out .3s;
					opacity: .2;
				}
				.slick-active {
					opacity: 1;
				}
				.slick-current {
					opacity: 1;
				}
				.slider-nav {
					margin: 20px 0 0;
				}
				.slider-nav .slick-slide {
					cursor: pointer;
				}
				.slider-nav .slick-slide:hover {
					opacity: .7;
				}
				@media screen and (min-width: 768px) {
					.c-staff__inner {
						width: 1000px;
						padding: 8em 1em;
					}
					.c-staff__intro h2 br{
						display:block;
					}
					.c-staff__intro-subcatch {
						font-size: 34px;
					}
					.c-staff__intro-catch {
						font-size: 50px;
						line-height: 1.5;
					}
					.slider-main--pc{
						display:flex;
						flex-wrap:wrap;
						gap:1rem;
						margin-top:1rem;
					}
					.slider-main--pc > div{
						width:calc(( 100% - 3rem ) / 4 );
						position:static;
						margin-top:1rem;
					}
					.slider-main--pc > div img{
						width:100%;
						display:block;
					}	
					.slider-main--pc .staff-name{
						text-align:center;
						font-weight:700;
						margin-top:10px;
						color: #065c95;
						display: block;
						border-bottom: 1px dashed #065c95;
        				padding-bottom: 5px;
					}
					.slider-main--pc .staff-comment{
						text-align:left;
						font-weight:400;
						margin-top:10px;
					}
					.slider-main{
						display:none;
					}
					.slider-nav{
						display:none;
					}
					.c-staff__lasttext{
						border-radius: 100px;
						text-align:center;
					}
				}
