@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&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: #fff;
	padding: 0;
	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;
  display: block;
}
.l-footer__link{
  text-align: center;
  padding: 10px;
}
.l-footer__link li{
  display: inline-block;
}
@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;
  background: #007bff;
  padding: 10px;
}
.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;
  height: 65px;
  display: flex;
  align-items: center;
}
.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 {
    height: auto;
    display: block;
  }
	.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: 1em 2em;
	font-size: 10px;
	font-size: .8rem;
	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__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)
	}
}
.c-gnavi{
  width: 100%;
  padding: 10px;
  background: #eee;
  display: none;
}
@media screen and (min-width:768px) {
  .c-gnavi{
    width: 100%;
    padding: 10px;
    background: #eee;
    display: block;
  }
}
.c-gnavi__list{
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 1000px;
  margin: 0 auto;
}
.c-gnavi__list li{
  position: relative;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.c-gnavi__list li a{
  color: #000093;
  font-weight: bold;
}
.c-gnavi__list li::after{
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background: #000093;
}
.c-gnavi__list li:last-of-type::after{
  content:none;
}
.l-contwrap {
	width: 100%;
	margin-top: 66px
}
@media screen and (min-width:768px) {
	.l-contwrap {
		margin-top: 123px
	}
}
.l-main {
	width: 100%
}
.l-main__flex {
	display: flex;
	justify-content: center
}
.l-main__inner {
	width: 100%;
	padding: 0
}
.l-main__inner--bggray {
	width: 100%;
	padding: 0;
  background: #f5f5f5;
}

.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: bold;
}
.c-heading__index {
	font-size: 7vw;
	text-align: center;
	line-height: 1.2;
	color: #000093;
}
@media screen and (min-width:768px) {
	.c-heading__index {
		font-size: 40px;
	}
}
.c-heading--bigtext {
	font-size: 120%;
  	color: #fa8021;
}

.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: row;
	justify-content: center;
	overflow: hidden;
	transition: .3s all ease;
	background: #fec215;
	color: #000093
}
@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--full-width {
	width: 100%;
	display: block
}
.c-button--blue {
	background: #000093;
	color: #fff;
}
.c-page-top-button {
	position: fixed;
	bottom: 5px;
	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: #000093;
  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
}

.p-index-mv {
	width: 100%;
	margin: 0;
  padding: 1em .3em 0;
	background: #007bff url(../img/kv_bg.png) center center no-repeat;
	background-size: cover;
	overflow: visible;
	position: relative;
}
.p-index-mv__inner {
	position: relative;
	width: 100%;
	margin: 0
}
@media screen and (min-width:768px) {
  .p-index-mv {
    padding-top: 2em;
	padding-left: 1em;
	  padding-right: 1em;
  }
	.p-index-mv__inner {
		width: 820px;
		margin: auto
	}
}
.p-index-mv__heading {
	position: relative;
  width: 100%;
  margin: 2rem auto 1rem;
}
@media screen and (min-width:768px) {
	.p-index-mv__heading {
		font-size: 64px;
		font-size: 4rem;
		line-height: 1.4;
    width: 745px;
	}
}
.p-index-mv__check {
	position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
    display: flex;
    padding: 0 12px 0;
    font-size: 14px;
    line-height: 1.3;
    text-decoration: none;
    z-index: 1;
}
.p-index-mv__check::before {
  content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #000093;
    transform: skewX(-20deg);
}
.p-index-mv__check figure{
  width: 30%;
  max-width: 100px;
  margin-left: -2rem;
  display: flex;
  align-items: flex-end;
}
.p-index-mv__checklist{
  width: auto;
  flex:1;
  margin-left:0;
}
.p-index-mv__checklist li{
  width: auto;
  flex:1;
  margin-left:1rem;
  position: relative;
  display: flex;
  color: #fff;
  margin: 10px;
}
.p-index-mv__checklist li:before{
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #007bff;
  border-radius: 2px;
  position: relative;
  display: block;
  margin-right: 10px;
}
.p-index-mv__checklist li:after{
  content: "";
  position: absolute;
  border-bottom: 3px solid #fb7f23;
  border-left: 3px solid #fb7f23;
  transform: rotate(-45deg);
  top: 1px;
    left: 4px;
    width: 12px;
    height: 8px;
}
.p-index-mv__face {
  position: absolute;
    width: 26vw;
    height: auto;
    top: -14vw;
    right: -4vw;
	z-index: 1;
}
.p-index-mv__points{
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.p-index-mv__points p{
  font-size: 4.5vw;
  line-height: 1.4;
}
.p-index-mv__pointtext25{
  font-size: 5vw;
}
.p-index-mv__pointtext30{
  font-size: 5.2vw;
}
.p-index-mv__pointtext32{
  font-size: 5.4vw;
}
.p-index-mv__pointscaption{
  width: 84%;
  padding: 1em;
  background: url(../img/kv_ribbon.png) center center no-repeat;
  background-size: contain;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.5vw;
}
.p-index-mv__medals{
  width: 100%;
  margin: 1rem auto;
}
.p-index-mv__mainillust{
  max-width: 750px;
  margin: 1rem auto 0;
}
.p-index-mv__mainillust img{
  margin-bottom: -4rem;
}
@media screen and (min-width:768px) {
  .p-index-mv__check {
    width: 810px;
      padding: 10px 12px 0;
      font-size: 18px;
  } 
  .p-index-mv__check figure{
    width: 120px;
    max-width: 120px;
    margin-left: -2rem;
  }
  .p-index-mv__checklist{
    margin-left:1rem;
  }
  .p-index-mv__checklist li::before{
    width: 20px;
    height: 20px;  
  }
  .p-index-mv__checklist li::after{
    top: -1px;
    left: 4px;
    width: 20px;
    height: 10px;  
  }
  .p-index-mv__face {
    position: absolute;
    width: 278px;
    height: auto;
    top: -8rem;
    right: -11rem;
  }
  .p-index-mv__pointscaption{
    width: 450px;
    height: 80px;
    font-size: 28px;
  }  
  .p-index-mv__points p{
    font-size: 22px;
  }  
  .p-index-mv__pointtext25{
    font-size: 25px;
  }
  .p-index-mv__pointtext30{
    font-size: 30px;
  }
  .p-index-mv__pointtext32{
    font-size: 32px;
  }
  
}

.c-cvarea{
  width: 94%;
  margin: 3rem auto 2rem;
  border: #000093 5px solid;
  background: #cce2f9;
}
.c-cvarea--type1{
  margin-top: 7rem;
}
.c-cvarea__incont{
  background: url(../img/cta_bg1.png) right center no-repeat;
  background-size: 50% auto;
  padding: .5rem;
}
.c-cvarea--type2 .c-cvarea__incont{
  display: flex;
}
.c-cvarea--type2 .c-cvarea__incont{
  background: url(../img/cta_bg2.png) right center no-repeat;
	background-size: cover;
  padding: .5rem;
  align-items: center;
  gap: 1em;
	flex-direction: column;
}
.c-cvarea__price{
	width: 80%;
}

.c-cvarea__contact{
  background-size: auto auto;
background-color: rgba(0, 123, 255, 1);
background-image: repeating-linear-gradient(135deg, transparent, transparent 14px, rgba(26, 136, 255, 1) 14px, rgba(26, 136, 255, 1) 20px );
  padding: .5rem;
}
.c-cvarea__button-wrap .c-button {
  padding: .5em 1em;
  border-radius: 100px;
  border: 3px solid #fff;
  font-size: 5vw;
  height: auto;
  width: auto;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
	line-height: 1.3;
}
.c-cvarea__button-wrap .c-button__icon {
	width: 8vw;
	margin-right: 5px;
	display: flex;
}
.c-cvarea__button-wrap span{
	text-align: left;
    line-height: 1.3;
}
.c-cvarea__button-wrap .c-cvarea__buttontext--big{
  font-size: 120%;
}
.c-cvarea__contact p{
  color: #fff;
  font-size: 2.4vw;
  font-weight: 700;
  text-align: center;
  margin-top: 1em;
}
@media screen and (min-width:768px) {
  .c-cvarea{
    width: 1000px;
    margin-top: 5em;
  }
  .c-cvarea__incont{
    padding: 2em;
  }
  .c-cvarea__contact{
    padding: 1.5em;
  }
  .c-cvarea__contact p {
    font-size: 18px;
  }
  .c-cvarea__button-wrap .c-button {
    padding: .5em 1.5em;
    font-size: 18px;
    font-size: 2.4rem;
  }
  .c-cvarea__button-wrap .c-button__icon {
    width: 50px;
    margin-right: 10px
  }  
  .c-cvarea{
    margin: 5rem auto;
  }  
  .c-cvarea--type1{
    margin-top: 10rem;
  }
  .c-cvarea--type2 .c-cvarea__incont{
	  background: url(../img/cta_bg2.png) left center no-repeat;
    padding: 2rem;
	  background-size: contain;
	  flex-direction: row;
  }
.c-cvarea__price{
	width: 60%;
}
}

.c-spplan{
  width: 100%;
  padding: 2em 0 3em;
}
.c-spplan__inner{
  width: 94%;
  background: #fff;
  padding: 1em;
  box-shadow: 1px 1px 10px rgba(0,0,0,.2);
  position: relative;
  margin: 0 auto;
}
.c-spplan__incont{
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  align-items: center;
  justify-content: space-between;
}
.c-spplan__inner h2{
  width: 100%;
  margin: -11vw auto 0;
}
.c-spplan__inner p{
  font-size: 90%;
  font-weight: bold;
  text-align: center;
  margin-top: 1em;
}
.c-spplan__price{
  width: 42%;
}
.c-spplan__measures{
  width: 55%;
}
@media screen and (min-width:768px) {
  .c-spplan{
    padding: 3em 0 5em;
  }
	.c-spplan__inner {
		width: 1000px;
		margin: 0 auto;
		padding: 1em 2em
	}
	.c-spplan__inner h2{
	  width: 90%;
	  margin: -120px auto 0;
	}
  .c-spplan__inner p{
    font-size: 120%;
  }  
}

.c-reason{
  padding: 3em 0 0;
}
.c-reason__intro{
  width: 100%;
}
.c-reason__intro-heading{
  width: 90%;
  margin:0 auto
}
.c-reason__intro-nayami{
  width: 94%;
  margin:2em auto 0;
}
.c-reason__contwrap{
  clip-path: polygon(50% 15vw, 100% 0, 100% 100%, 0 100%, 0 0);
    background: url(../img/point_bg.png) repeat;
    background-size: 50% auto;
    margin-top: -17vw;
    padding-top: 22vw;
    padding-bottom: 2em;
}
.c-reason__heading{
  width: 94%;
  margin: 0 auto;
}
.c-reason__medals{
  width: 94%;
  margin: 1em auto;
}
.c-reason__content{
  width: 94%;
  margin: 2em auto;
}
.c-reason__content-item{
  width: 100%;
  background: #fff;
  margin-top: 3em;
  position: relative;
}
.c-reason__content-number{
  position: absolute;
  top: -1.2em;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: fit-content;
  z-index: 1;
  padding: .5em 2em;
  color: #fff;
  font-size: 4.5vw;
  font-weight: 700;
  line-height: 1;
}
.c-reason__content-number span{
  font-family: Inter, sans-serif;
  font-style: italic;
  color: #fdc83a;
  font-size: 160%;
}
.c-reason__content-number::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #000093;
  transform: skewX(-20deg);
}
.c-reason__content-cont{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.c-reason__content-photo{
  width: 100%;
  height: 0;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}
.c-reason__content-photo img{
  width: auto;
  height: auto;
  position: absolute;
  top:0;
  right:0;
  bottom: 0;
  left: 0;
  margin: auto;
    object-fit: cover;
}
.c-reason__content-continner{
	padding: 1.5rem 1rem;
}
.c-reason__content-heading{
  color: #000093;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}
.c-reason__content-heading > br{
  display: none;
}
.c-reason__content-text{
  margin-top: 1em;
}
@media screen and (min-width:768px) {
  .c-reason{
    padding: 5em 0 0;
  }
	.c-reason__intro{
    width: 1000px;
    margin: 0 auto;
  }
  .c-reason__intro-heading{
    width: 600px;
  }
  .c-reason__intro-nayami{
    width: 1000px;
  }
  .c-reason__heading{
    width: 875px;
  }
  .c-reason__medals{
    width: 815px;
	  margin: 2em auto;
  }
  .c-reason__content{
    width: 900px;
  }
  .c-reason__content-cont{
    flex-wrap: nowrap;
    flex-direction: row-reverse;
  }
  .c-reason__content-photo {
    width: 50%;
    height: 0;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
  }
  .c-reason__content-continner{
    width: auto;
    flex: 1;
    display: flex;
        flex-direction: column;
        justify-content: center;
	  padding: 2rem;
  }
  .c-reason__content-number{
    top: -1.2em;
    font-size: 24px;
  }  
  .c-reason__content-heading{
    font-size: 27px;
  } 
  .c-reason__content-heading > br{
    display: block;
  }  
  .c-reason__contwrap{
	  clip-path: polygon(50% 100px, 100% 0, 100% 100%, 0 100%, 0 0);
  background: url(../img/point_bg.png) repeat;
  background-size: 50% auto;
  margin-top: -105px;
  padding-top: 130px;
  padding-bottom: 2em;
    padding-bottom: 3em;
  }
}

.c-service{
  width: 100%;
  padding: 3em 0;
}
.c-service__inner{
  width: 94%;
  margin: 0 auto;
}
.c-service__inner h2{
  width: 100%;
  margin: 0 auto;
}
.c-service__inner > p{
  margin-top: 1em;
}
.c-service__content{
  display: flex;
  flex-wrap: wrap;
}
.c-service__content-item{
  width: 100%;
  border: 5px solid #000093;
  margin-top: 2em;
}
.c-service__content-heading{
  background: #000093;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding: .5em;
}
.c-service__content-inner{
  padding: 1em;
}
.c-service__content-photo{
  width: 90%;
  margin: 0 auto;
  display: block;
}
.c-service__content-text{
  margin-top: 2em;
}
@media screen and (min-width:768px) {
	.c-service__inner{
    width: 1000px;
  }
  .c-service__inner h2{
    width: 580px;
  }  
  .c-service__inner > p{
    text-align: center;
      margin-top: 2em;    
  }
  .c-service__inner figure{
    height: 200px;
    text-align: center;
  }
  .c-service__content-inner{
    padding: 2em;
  }  
  .c-service__content-heading{
    font-size: 26px;
  }
  .c-service__content-photo{
    height: 200px;
    width: auto;
    margin: 0 auto;
  }
  .c-service__content-item{
    width: calc( ( 100% - 2em ) / 2 );
    margin-right: 2em;
  }
  .c-service__content-item:nth-of-type(2n){
    margin-right: 0;
  } 
}
.c-onestop{
  background: #cce2f9;
  padding: 3em 0;
}
.c-onestop__inner{
  width: 94%;
  margin: 0 auto;
}
.c-onestop__content{
  margin-top: 2em;
}
.c-onestop__message{
  text-align: center;
  margin-top: 2em;
}
.c-onestop__message-lead{
  font-size: 5vw;
  font-weight: 700;
  color: #000093;
}
.c-onestop__message-lead--bigtext{
  background:linear-gradient(transparent 60%, #fec215 60%);
  font-size: 120%;
  
}
@media screen and (min-width:768px) {
  .c-onestop{
    padding: 5em 0;;
  }
  .c-onestop__inner{
    width: 1000px;
    margin: 0 auto;
  }
  .c-onestop__message-lead{
    font-size: 40px;
  }  
}
.c-works{
  background:url(../img/works_bg.png) center center repeat;
  background-size: 128px auto;
  padding: 3em 0;
}
.c-works .c-heading__index{
  width: 90%;
  margin:0 auto
}
.c-works__content{
  border: 5px solid #000093;
  background: #fff;
  width: 94%;
  position: relative;
  margin: 3em auto 0;
  padding: 1em;
}
.c-works__caseicon{
  position: absolute;
  width: 100px;
  top: -50px;
  left: -25px;
}
.c-works__content-heading{
  background: #cce2f9;
  display: flex;
	align-items: flex-start;
}
.c-works__content-heading figure{
  width:50vw;
  max-width: 100px;
  padding: 0 10px 0 0;
}
.c-works__content-caption{
  padding: 1em;
	width: auto;
	flex: 1;
}
.c-works__content-caption-areas{
	font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    gap: .5em;
    padding-top: 1em;
    border-top: 1px solid #000093;
	color: #000093;
}
.c-wprks__content-caption-areas div{
	margin-right: 10px;
}
.c-works__content-caption i{
  background: #000093;
  color: #fff;
  line-height: 1;
  border-radius: 100px;
  padding: 5px 10px;
	font-weight: normal;
	margin-right: 5px;
}
.c-works__content-caption h3{
  color: #000093;
  font-weight: 700;
  margin-bottom: .5em;
  font-size: 130%;
  line-height: 1.4;
	display: flex;
	align-items: center;
}
.c-works__support{
  display: flex;
  margin-top: 1em;
  flex-direction: column;
}
.c-works__support-suggestion{
  width: 100%;
  position: relative;
  padding-right: 0;
  padding-bottom: 2em;
}
.c-works__support-suggestion::after{
  content: "";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-width: 1.6em 1em;
  border-left-color: #000093;
  border-right: 0;
  transform: rotate(90deg);
  right: 0;
    top: auto;
    bottom: 0;
    left: 0;
    margin: 0 auto;
}
.c-works__support-suggestion span{
  display:block;
  color: #000093;
  border-bottom: 2px solid #000093;
  text-align: left;
  font-size: 100%;
  font-weight: 700;
  padding: 5px 10px;
}
.c-works__support-suggestion p{
  padding: 10px;
}
.c-works__support-result{
  border: 5px solid #fec215;
  border-radius: 20px;
}
.c-works__support-result span{
  background: #fec215;
  color:#000093;
  font-weight: 700;
  text-align: center;
  display: block;
  font-size: 140%;
  padding: 5px;
}
.c-works__support-result h4{
  padding: 1em 1em .5em;
  color:#000093;
  font-weight: 700;
  font-size: 120%;
}
.c-works__support-result p{
  padding: 0 1em 1em;
}
@media screen and (min-width:768px) {
  .c-works{
    padding: 5em 0;
  }
  .c-works .c-heading__index{
    width: 500px;
  }
  .c-works__content{
    width: 1000px;
    margin-top: 5em;
  }
  .c-works__support{
    flex-direction: row;
  }
	.c-works__content-heading{
		align-items: center;
	}
  .c-works__content-heading figure{
    width: 150px;

  }
  .c-works__support-suggestion span{
    font-size: 120%;
  }
  .c-works__support-suggestion{
    width: 70%;
    padding-right: 3em;
  }  
  .c-works__support-suggestion::after{
    transform:none;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
  }
  .c-works__caseicon{
    width: 140px;
    top: -70px;
  }
  .c-works__content-caption h3{
    font-size: 150%;
  }
}
.c-test{
  margin: 2em 0;
}
.c-test > h2{
  width: 96%;
  margin: 0 auto;
}
.c-test__inner{
  background: #000093;
  width: 94%;
  margin: 0 auto;
}
.c-test__heading{
  padding: 1em 1em 0;
  display: flex;
}
.c-test__content{
  margin: 0 1em 1em;
  background: #fff;
  position: relative;
  padding: 3.5em 1em 1em;
}
.c-test__content h4{
  position: absolute;
    top: -1.2em;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: fit-content;
    z-index: 1;
    padding: .5em 1em;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    width: 90%;
    font-size: 4vw;
}
.c-test__content h4::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #fb7f23;
  transform: skewX(-20deg);
}
.c-test__list{
  width: fit-content;
  margin: auto;
}
.c-test__list li{
  position: relative;
  margin: .5em;
  font-size: 4.3vw;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.c-test__list li span{
  background:linear-gradient(transparent 60%, #fec215 60%);
  font-size: 120%;
  color: #000093;
  font-weight: 700;
}
.c-test__list li i::before,.c-test__list li i::after{
  content: '';
  vertical-align: middle;
}
.c-test__list li i::before{
  display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000093;
    margin-right: 10px;
}
.c-test__list li i::after {
  position: absolute;
    top: 14px;
    left: 13px;
    transform: rotate(45deg);
    width: 14px;
    height: 18px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
}
.c-test__contact{
  display: flex;
  background-size: auto auto;
background-color: #fb7f23;
background-image: repeating-linear-gradient(135deg, transparent, transparent 14px, #fb8c39 14px, #fb8c39 20px );
  padding: 1.5rem;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}
.c-test__button-wrap .c-button {
  padding: .5em 1.5em;
  border-radius: 100px;
  border: 3px solid #fff;
  font-size: 5vw;
  height: auto;
  width: auto;
  flex-wrap: nowrap;
  flex-direction: row;
  width: 100%;
}
.c-test__button-wrap .c-button__icon {
  width: 8vw;
  margin-right: 10px
}
.c-test__button-wrap .c-test__buttontext--big{
  font-size: 120%;
}
.c-test__contact p{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-top: 1em;
}
.c-test__contact h5{
  color: #fff;
  width: 100%;
  font-size: 5vw;
  font-weight: 700;
  text-shadow: 1px 1px 10px rgba(0,0,0,.4);
  text-align: center;
  padding-bottom: .5em;
  line-height: 1.4;

}
.c-test__contact h5 br{
  display: none;
}

@media screen and (min-width:768px) {
  .c-test > h2{
    width: 800px;
  }
  .c-test__inner{
    width: 1000px;
  }
  .c-test__heading{
    padding: 2em 2em 0;
  }  
  .c-test__content{
    margin: 0 2em 2em;
    padding: 2em 1em 1em;
  }
  .c-test__content h4{
    font-size: 24px;
    line-height: 1;
    width: fit-content;
    padding: .5em 1em;
  }
  .c-test__list li{
    font-size: 24px;
  }
  .c-test__contact{
    flex-direction: row;
  }
  .c-test__contact h5{
    width: 40%;
    font-size: 34px;
    text-align: left;
  } 
  .c-test__contact h5 br{
    display: block;
  }  
  .c-test__button-wrap .c-button {
    font-size: 18px;
    font-size: 2.4rem;
  }
  .c-test__button-wrap .c-button__icon {
    width: 50px;
  }  
}

.c-flow{
  margin: 5em 0;
}
.c-flow .c-heading__index{
  width: 75%;
  margin: 0 auto;
}
.c-flow__content{
  width: 94%;
  margin: 0 auto;
}
.c-flow__content-item{
  background: #cce2f9;
  padding: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 2em auto 0;
}
.c-flow__content-heading{
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.c-flow__content-heading-step{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #007bff;
  margin-right: 1em;
  position: relative;
  z-index: 1;
  font-family: inter, sans-serif;
  color: #fec215;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
}
.c-flow__content-heading-step span{
  font-size: 200%;
}
.c-flow__content-heading-caption{
  width: auto;
  flex:1;
  color: #000093;
  font-weight: 700;
  font-size: 5vw;
}
.c-flow__content-text{
  width: auto;
  flex: 1;
  margin-top: 10px;
}
@media screen and (min-width:768px) {
  .c-flow .c-heading__index{
    width: 415px;
  }
  .c-flow__content-heading{
    width: 40%;
  }
  .c-flow__content-heading-step{
    width: 100px;
    height: 100px;
    font-size: 20px;
  }  
  .c-flow__content{
    width: 1000px;
  }
  .c-flow__content-item{
    padding: 2em;
  }  
  .c-flow__content-heading::after{
    content:"";
    position:absolute;
    top:50%;
    left: 35px;
    border-left: 10px dotted #007bff;
    width: 1px;
    height: 27vh;
  }
  .c-flow__content-heading::after{
    left: 45px;
    height: 200px;
  }  
  .c-flow__content-item:last-of-type .c-flow__content-heading::after{
    content: none;
  }
  
  .c-flow__content-heading-caption{
    font-size: 24px;
  }
  .c-flow__content-text{
    padding-left: 0;
  }  
}
.c-faq{
  background-color: #f5f5f5;
  padding: 3em 0;
}
.c-faq__accordioon {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: .2s;
	position: relative
}
.c-faq .c-heading__index{
  width: 60%;
  margin: 0 auto;
}
.c-faq__list{
  width: 100%;
}
.c-faq__item{
  margin-top: 2em;
}
.c-faq__header{
  background: #000093;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
  display: flex;
}
.c-faq__icon{
  font-family: inter, sans-serif;
  color: #fec215;
  margin-right: 1em;
  font-size: 30px;
  margin-top: -6px;
  font-weight: 700;
}
.c-faq__cont{
  display:flex;
  padding: 10px 20px;
}
.c-faq__text{
  padding-top: 5px;
}
@media screen and (min-width:768px) {
  .c-faq{
    margin-top:5em;
  }
  .c-faq__header{
    font-size: 24px;
  }
  .c-faq .c-heading__index{
    width: 330px;
  }
  .c-faq__list{
    width: 1000px;
    margin: 0 auto;
  }
  .c-faq__cont{
    padding: 20px;
  }
}
.c-column{
	width: 100%;
	margin-bottom: 3em;
	margin-top: 3em;
}
.c-column .c-heading__index{
	width: 94%;
    margin: 0 auto;
}
.c-column__button-wrap{
	width: 94%;
	text-align: center;
	margin: 0 auto;
}
.c-form {
    width: 100%;
    background: #cce2f9;
    margin-top: 0;
}
.c-form__inner {
    width: 100%;
    padding: 2em 0;
    margin: 0 auto;
    text-align: center;
}
.c-form__content {
    width: 100%;
    padding: 2em 0;
    margin: 0 auto;
    text-align: center;
}
.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-weight: 700;
    color: #000093;
    position: relative;
    text-align: left;
}
.c-form__content .inquiry dd {
    padding: 1em 0;
    width: 100%;
    text-align: left;
    font-size: 16px;
}
textarea {
    padding: 0;
    font: inherit;
    color: inherit;
}
input {
    margin: 0;
    padding: 0;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: ltr;
}
.wpcf7 .wpcf7-submit:disabled{
  background: #ccc;
  color: #555;
}
input.wpcf7-not-valid,textarea.wpcf7-not-valid{
    border: 2px solid #dc3232 !important;
    background: #fff3eb !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  background:#fff3eb !important;
  border-color: #dc3232 !important;
}
.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 dt .red {
    font-size: 12px;
    background: #fa8021;
    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;
}
.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: #fec215;
    color: #000093;
    margin: 2em auto 0;
    font-size: 20px;
    font-size: 1.25rem;
    width: 90%;
    max-width: 450px;
}
.formcheck_sent{
	margin-top: 2em;
}
@media screen and (min-width: 768px) {
    .c-form {
        margin-top: 0;
    }
	.c-form__inner {
        width: 1000px;
        padding: 5em 1em;
    }
	.c-form__content {
        padding: 2em 1em;
    }
	.c-form__content .inquiry dt {
        width: 25%;
        font-size: 18px;
    }
	.c-form__content .inquiry dd {
        width: 70%;
        padding: 1em;
        font-size: 18px;
    }
	.c-form__content .inquiry dt .red {
        font-size: 14px;
        font-size: .875rem;
    }
}
.catpost-cards {
	width: 94%;
	margin: 1.5em auto;
    -ms-grid-columns: (1fr)[1];
    display: -ms-grid;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width:480px) {
	.catpost-cards {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
}
.c_linkto_wrap {
    -webkit-animation: fadeIn 0.7s ease 0s 1 normal;
    animation: fadeIn 0.7s ease 0s 1 normal;
    display: flex;
	position: relative;
    transition: 0.3s ease-in-out;
	max-width: none;
}
.c_linkto{
	background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 2px 0 rgba(24, 44, 84, 0.1), 0 1px 3px 1px rgba(24, 44, 84, 0.1);
    color: #555;
    display: block;
    font-weight: 700;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-decoration: none !important;
    width: 100% !important;
}
.c_linkto_img_wrap {
    display: block;
    height: 0;
    margin: 0;
    overflow: hidden;
    padding-bottom: 57.7%;
    position: relative;
}
.c_linkto img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.c_linkto .c_linkto_text {
    display: block;
    line-height: 1.6;
    padding: 15px 13px;
}
.sng-link-time {
    color: #b5b5b5;
    display: block;
    font-size: 13.5px;
    margin-bottom: 5px;
}
.c_linkto_text h2 {
    font-size: 17px;
    margin: 8px 0 0;
}
@media screen and (min-width:768px) {
	.c-column__button-wrap{
		width: 1000px;
	}
	.catpost-cards{
		width: 1000px;
		-ms-grid-columns: (1fr)[4];
		grid-template-columns: repeat(4, 1fr);
	}
}
.c-sp--none{
	display: none;
}
@media screen and (min-width:768px) {
	.c-sp--none{
		display: block;
	}	
}
.c-pc--none{
	display: block;
}
@media screen and (min-width:768px) {
	.c-pc--none{
		display: none;
	}	
}



/*========= ‹­’² =========*/
.b-txt{
background: linear-gradient(transparent 80%, #ff3333 60%);
}

.ad-shot{
padding:10px 10px 0 10px;
margin-top:20px;
font-size:14px;
text-align:center;
}

