/* default.css */

@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

*, *::after, *::before {
  box-sizing: inherit
}

*, *:before, *:after {
  box-sizing: border-box;
  outline: none
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  white-space: normal;
  word-break: normal
}

html {
  font-size: 100%
}

body {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  color: #000;
  background: #fff;
  font-size: 1rem;
  font-family: 'Noto Sans JP',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

nav ul, ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

span {
  display: inline
}

label {
  font-weight: 400
}

a, a span {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition: all .3s;
}

a img {
  transition: all .3s
}

@media screen and (min-width:769px) {
  a:hover, a:hover span {
    text-decoration: none;
    cursor: pointer;
  }
  a:hover img {
  }
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

button {
  display: inline-block;
  background: none;
  border: 0
}

img, a img {
  vertical-align: top;
  line-height: 0;
  font-size: 0;
  border: 0;
  border-image-width: 0;
  background: transparent;
  max-width: 100%
}

object, embed {
  vertical-align: top
}

/* common.css */


/* UTYLITY */

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0
}

.pc-hidden {
  display: inline-block;
}

.sp-hidden {
  display: none;
}

img {
  max-width: 100%;
  width: auto;
}

@media screen and (min-width: 768px) {
  .sp-hidden {
    display: inline-block;
  }
  .pc-hidden {
    display: none;
  }
  img {
    max-width: 1680px;
    width: 100%;
  }
  a[href^="tel:"] {
    pointer-events: none
  }
}

/*[ LAYOUT ] ------------------------------------------*/

#wrap {
  position: relative;
}

main {
  display: block;
}

.inner {
  margin: 0 auto;
  position: relative;
  width: 95vw;
}
.center {
	text-align: center;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

section {
  transition: all .3s;
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}
section.fadeInUp {
  animation-name: fadeIn;
  animation-duration: 1.5s;
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
#wrap {
}
.inner {
  width: 960px;
}

}


/*[ header ] ------------------------------------------*/

header {
	width: 100%;
	border-top: 4px solid #008cd7;
}

header .site-branding {
	background: #000;
	color: #fff;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 0.5rem 0;
	letter-spacing: 0.1rem;
}
header nav {
	position: fixed;
	right: 0;
//	bottom: -500px;
bottom: 0;
	z-index: 100;
}
.contactBtn a {
	display: block;
	width: 75%;
	margin: 0 0 0 25%;
}

@media screen and (min-width: 768px) {
header {
	border-top: 10px solid #008cd7;
}
header .site-branding {
	font-size: 38px;
	padding: 1rem 0;
}
header nav {
	left: calc( 100% - 70px);
}
.contactBtn a {
	width: 70px;
	margin: 0;
}

}


/*[ aside ] ------------------------------------------*/

aside {
}


@media screen and (min-width: 768px) {
aside {
}
}



/*[ footer ] ------------------------------------------*/

footer {
	background: #000;
	color: #fff;
	padding: 5vw 0;
	font-size: 0.9rem;
}
.pagetop {
	position: fixed;
	right: 5vw; bottom: -100px;
	max-width: 10vw;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
footer address {
	font-style: normal;
	margin-bottom: 1rem;
}
footer .comName {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}
footer a span {
	text-decoration: underline;
}
footer .copyright {
	margin-top: 1rem;
	font-size: 0.78rem;
}

@media (min-width:768px) {
footer {
	padding: 20px 0;
	font-size: 18px;
}
footer .comName {
	font-size: 24px;
}
footer .copyright {
	font-size: 12px;
}
.pagetop {
	right: 100px;
	width: 60px;
}

}




/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*[ kv ] ------------------------------------------*/
.kv {
	background: url(img/main_bg.png) top center no-repeat;
	background-size: contain;
	padding: 10vw 0 5vw;
}
.kv h1 {
	margin: 0 2.5vw 1rem;
}
.kv h1 IMG{
	width:auto;
}

@media (min-width:768px) {
.kv {
	padding: 140px 0 70px;
}
.kv h1 {
	margin: 0 2.5% 2rem;
}
.kv h1 img{
	max-width:1256px;
	width: 100%;
}

}

/*[ s01 ] ------------------------------------------*/
.s01 {
	background: url(img/s01_bg.png) center no-repeat;
	background-size: 300vw auto;
	padding: 5vw 0;
}
.s01 .ttl {
	font-size: 1.1rem;
	padding: 2vw 0;
	background: #0033a8;
	color: #fff;
	border-radius: 2rem;
	margin-bottom: 1rem;
}
.mvBox {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.mvBox img,
.mvBox iframe {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media (min-width:768px) {
.s01 {
	background: url(img/s01_bg.png) center no-repeat;
	background-size: cover;
	padding: 70px 0;
}
.s01 .ttl {
	font-size: 37px;
	padding: 10px 0;
	border-radius: 40px;
	margin-bottom: 40px;
}

}

/*[ s02 ] ------------------------------------------*/
h1.ttl {
	font-size: 1.5rem;
	color: #fff;
	background: #000;
	padding: 2.5vw 0;
	position: relative;
    background: linear-gradient(110deg, #000 0 7.5%, #999 7.5%);
    line-height: 1.4;
}

h1.ttl span {
	display: block;
	font-size: 1rem;
}

.s02 {
	position: relative;
	background: url(img/s02_bg.png) bottom no-repeat;
	background-size: 100vw;
	margin-bottom: 5vw;
}
.s02 h1.ttl {
    background: linear-gradient(110deg, #000 0 7.5%, #008cd7 7.5%);
}
.s02 figure {
	padding: 5vw 0;
}
.s02 figcaption:before {
	display: block; content: "";
	text-align: center;
	margin: 1vw auto;
	background: url(img/s02_img02.png) no-repeat;
	background-size: contain;
	width: 25vw; height: 12.5vw;
}
.s02 figcaption {
	margin: 2vw auto 5vw;
}
.s02 figcaption h2 span {
	background: #fff;
	padding: 0.25rem 0.75rem;
	border: 1px solid #000;
	font-size: 1.2rem;
}
.s02 figcaption h3 {
	font-size: 2.2rem;
	color: #ff1e5f;
	font-weight: bold;
	line-height: 1.2;
}
.s02 figcaption h3 span {
	font-size: 3rem;
}



@media (min-width:768px) {
h1.ttl {
	font-size: 68px;
	padding: 30px 0;
    background: linear-gradient(135deg, #000 0 7.5%, #999 7.5%);
}

h1.ttl span {
	display: block;
	font-size: 37px;
}

.s02 {
	position: relative;
	background: url(img/s02_bg.png) bottom no-repeat;
	background-size: 100% auto;
	margin-bottom: 70px;
}
.s02 h1.ttl {
    background: linear-gradient(110deg, #000 0 7.5%, #008cd7 7.5%);
}
.s02 figure {
	padding: 70px 0;
}
.s02 figcaption:before {
	margin: 16px auto;
	width: 146px; height: 94px;
}
.s02 figcaption {
	margin: 16px auto 70px;
}
.s02 figcaption h2 span {
	font-size: 40px;
}
.s02 figcaption h3 {
	font-size: 142px;
}
.s02 figcaption h3 span {
	font-size: 120px;
}


}


/*[ s03 ] ------------------------------------------*/
.s03 {
}
.s03 h1.ttl {
    background: linear-gradient(110deg, #000 0 7.5%, #0033a8 7.5%);
}
.s03 ol {
	margin: 5vw auto;
}
.s03 ol li {
	margin-bottom: 2rem;
}
.s03 ol li h2 {
	position: relative;
	padding-left: 2.5rem;
	margin-bottom: 1rem;
}
.s03 ol li h2:before {
	position: absolute;
	left: 0; top: 0;
	display: block; content: "";
	text-align: center;
	margin: 1vw auto;
	width: 2rem; height: 2rem;
}
.s03 ol li:nth-child(1) h2:before {
	background: url(img/s03_1.png) no-repeat;
	background-size: contain;
}
.s03 ol li:nth-child(2) h2:before {
	background: url(img/s03_2.png) no-repeat;
	background-size: contain;
}
.s03 ol li:nth-child(3) h2:before {
	background: url(img/s03_3.png) no-repeat;
	background-size: contain;
}
.s03 ol li:nth-child(4) h2:before {
	background: url(img/s03_4.png) no-repeat;
	background-size: contain;
}
.s03 ol li figcaption {
	margin: 1rem 0;
}
.s03 ol li .box {
	padding: 1rem;
	border: 1px solid #808080;
}



@media (min-width:768px) {
.s03 ol {
	margin: 70px auto;
}
.s03 ol li {
	margin-bottom: 100px;
}
.s03 ol li h2 {
	padding-left: 72px;
	margin-bottom: 30px;
	font-size: 45px;
}
.s03 ol li h2:before {
	margin: auto;
	width: 58px; height: 64px;
}
.s03 ol li figcaption {
	margin: 1rem 0;
	flex-basis: 475px;
	font-size: 24px;
}
.s03 ol li figure {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}
.s03 ol li figure img {
	display: block;
	max-width: 435px;
	flex-basis: 435px;
}
.s03 ol li .box {
	font-size: 20px;
}


}

/*[ s04 ] ------------------------------------------*/
.s04 {
	position: relative;
	margin-bottom: 5vw;
}
.s04 h1.ttl {
    background: linear-gradient(110deg, #000 0 7.5%, #c4407e 7.5%);
}
.s04 ol li {
	margin-bottom: 2rem;
}
.s04 ol li figure img {
	display: block;
	margin: auto;
	width: 90%;
}

.s04 ol li dl {
	padding: 2rem 0 1rem 4.5rem;
	position: relative;
}
.s04 ol li dl dt {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}
.s04 ol li dl:before {
	content: "";
	display: block;
	position: absolute;
	left: 0.5rem; top: 1.5rem;
	width: 3rem; height: 4rem;
}
.s04 ol li:nth-child(1) {
	background: url(img/s04_1_bg_sp.png) bottom center no-repeat;
	background-size: 100% auto;
}
.s04 ol li:nth-child(1) dl:before {
	background: url(img/s04_1.png) no-repeat;
	background-size: contain;
}
.s04 ol li:nth-child(2) {
	background: url(img/s04_2_bg_sp.png) bottom center no-repeat;
	background-size: 100% auto;
}
.s04 ol li:nth-child(2) dl:before {
	background: url(img/s04_2.png) no-repeat;
	background-size: contain;
}
.s04 ol li:nth-child(3) {
	background: url(img/s04_3_bg_sp.png) bottom center no-repeat;
	background-size: 100% auto;
}
.s04 ol li:nth-child(3) dl:before {
	background: url(img/s04_3.png) no-repeat;
	background-size: contain;
}

@media (min-width:768px) {
.s04 {
	margin-bottom: 70px;
}
.s04 ol li {
	margin-bottom: 70px;
}
.s04 ol li dl {
	padding: 100px 0 1rem 140px;
	position: relative;
}
.s04 ol li dl dt {
	font-size: 45px;
}
.s04 ol li dl dd {
	font-size: 24px;
	margin-bottom: 10px;
}
.s04 ol li dl:before {
	left: 0; top: 80px;
	width: 120px; height: 125px;
}
.s04 ol li:nth-child(1) {
	background: url(img/s04_1_bg_pc.png) bottom center no-repeat;
	background-size: cover;
}

.s04 ol li:nth-child(2) {
	background: url(img/s04_2_bg_pc.png) bottom center no-repeat;
	background-size: cover;
}

.s04 ol li:nth-child(3) {
	background: url(img/s04_3_bg_pc.png) bottom center no-repeat;
	background-size: cover;
}


}

/*[ s05 ] ------------------------------------------*/
.s05 {
}
.s05 h1.ttl {
    background: linear-gradient(110deg, #000 0 7.5%, #76bb40 7.5%);
}
.s05 .voice {
	background: #ebf6e6;
	padding: 5vw 0;
}
.s05 ul li {
	margin-bottom: 1.5rem;
	background: #fff;
	padding: 1.5rem 1rem;
	border-radius: 8px;
	position: relative;
	margin-left: 6rem;
}
.s05 ul li:before {
	display: block;
	content: "";
	width: 5rem; height: 12rem;
	position: absolute;
}
.s05 ul li:nth-child(1):before {
	background: url(img/s05_00.png) no-repeat;
	background-size: contain;
	right: -6rem; top: 0;
}
.s05 ul li:nth-child(2):before {
	background: url(img/s05_01.png) no-repeat;
	background-size: contain;
	left: -6rem; top: 0;
}
.s05 ul li:nth-child(3):before {
	background: url(img/s05_02.png) no-repeat;
	background-size: contain;
	right: -6rem; top: 0;
}
.s05 ul li:nth-child(4):before {
	background: url(img/s05_03.png) no-repeat;
	background-size: contain;
	left: -5.5rem; top: 0;
}
.s05 ul li:after {
	content: "";
  display: inline-block;
  position: absolute;
  top: 1rem; 
  left: -2rem;
  border: 8px solid transparent;
  border-right: 32px solid #fff;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.s05 ul li:nth-child(odd):after {
  top: 1rem; 
  left: auto; right: -1.25rem;
  border: 8px solid transparent;
  border-left: 32px solid #000;
  border-right: none;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.s05 ul li:nth-child(odd) {
	margin-right: 6rem;
	margin-left: 0;
	color: #fff;
	background: #000;
}
.s05 ol {
	margin: 5vw auto;
}
.s05 ol li {
	margin-bottom: 2rem;
}
.s05 ol li h2 {
	position: relative;
	padding-left: 2.5rem;
	margin-bottom: 1rem;
	font-size: 1.4rem;
}
.s05 ol li h2:before {
	position: absolute;
	left: 0; top: 0;
	display: block; content: "";
	text-align: center;
	margin: 1vw auto;
	width: 2rem; height: 2rem;
}
.s05 ol li:nth-child(1) h2:before {
	background: url(img/s05_1.png) no-repeat;
	background-size: contain;
}
.s05 ol li:nth-child(2) h2:before {
	background: url(img/s05_2.png) no-repeat;
	background-size: contain;
}
.s05 ol li figcaption {
	margin: 1rem 0;
}
.s05 ol li .box {
	padding: 1rem;
	border: 1px solid #808080;
}

.s05 h3 {
	color: #fff;
	padding: 2vw 0;
	background: #7b3dac;
}


@media (min-width:768px) {
.s05 {
}
.s05 .voice {
	background: #ebf6e6;
	padding: 70px 0;
}
.s05 ul li {
	font-size: 25px;
	margin-bottom: 100px;
	border-radius: 12px;
	margin-left: 180px;
	padding: 30px 40px;
}
.s05 ul li:before {
	width: 120px; height: 380px;
}
.s05 ul li:nth-child(1):before {
	right: -180px;
	top: -20px;
}
.s05 ul li:nth-child(2):before {
	left: -170px;
	top: -50px;
}
.s05 ul li:nth-child(3):before {
	right: -170px;
	top: -50px;
}
.s05 ul li:nth-child(4):before {
	left: -170px;
	top: -50px;
}
.s05 ul li:after {
  top: 50px; 
  left: -60px;
  border: 15px solid transparent;
  border-right: 60px solid #fff;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.s05 ul li:nth-child(odd):after {
  top: 40px; 
  left: auto; right: -50px;
  border: 15px solid transparent;
  border-left: 60px solid #000;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.s05 ul li:nth-child(odd) {
	margin-right: 180px;
}

.s05 ol {
	margin: 70px auto;
}
.s05 ol li {
	margin-bottom: 100px;
}
.s05 ol li h2 {
	padding-left: 72px;
	margin-bottom: 30px;
	font-size: 45px;
}
.s05 ol li h2:before {
	margin: auto;
	width: 58px; height: 64px;
}
.s05 ol li figcaption {
	margin: 1rem 0;
	flex-basis: 475px;
	font-size: 24px;
}
.s05 ol li figure {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 30px;
}
.s05 ol li figure img {
	display: block;
	max-width: 435px;
	flex-basis: 435px;
}
.s05 ol li .box {
	font-size: 20px;
}


.s05 h3 {
	padding: 15px 0;
	font-size: 37px;
}


}

/*[ s06 ] ------------------------------------------*/
.s06 {
}
.s06 h1.ttl {
    background: linear-gradient(110deg, #000 0 7.5%, #009ab7 7.5%);
}
.s06 dl {
	padding: 2rem 0;
}
.s06 dt {
	position: relative;
	font-size: 1.25rem;
	font-weight: bold;
	margin-left: 3rem;
	margin-bottom: 1rem;
}
.s06 dt span {
	border-bottom: 2px solid #b8e3eb;
}
.s06 dt:before {
	display: block;
	content: "";
	background: url(img/q.png) no-repeat;
	background-size: contain;
	width: 2.5rem; height: 4rem;
	position: absolute;
	left: -3rem; top: 0;
}
.s06 dd {
	position: relative;
	margin-left: 3rem;
	margin-bottom: 2rem;
}
.s06 dd:before {
	display: block;
	content: "";
	background: url(img/a.png) no-repeat;
	background-size: contain;
	width: 2.5rem; height: 4rem;
	position: absolute;
	left: -3rem; top: 0;
}


@media (min-width:768px) {
.s06 {
}
.s06 dl {
	padding: 50px 0;
}
.s06 dt {
	position: relative;
	font-size: 33px;
	margin-left: 120px;
	margin-bottom: 30px;
}
.s06 dt span {
	padding-bottom: 4px;
	border-bottom: 4px solid #b8e3eb;
}
.s06 dt:before {
	background: url(img/q.png) no-repeat;
	background-size: contain;
	width: 76px; height: 66px;
	left: -120px; top: 0;
}
.s06 dd {
	position: relative;
	font-size: 24px;
	margin-left: 120px;
	margin-bottom: 70px;
}
.s06 dd:before {
	background: url(img/a.png) no-repeat;
	background-size: contain;
	width: 76px; height: 60px;
	left: -120px; top: 20px;
}


}

/*[ contact ] ------------------------------------------*/
#contact {
	margin:30px auto 70px auto;
}
#contact h1.ttl {
    background: linear-gradient(110deg, #000 0 7.5%, #e13587 7.5%);
}
#contact .crmWebToEntityForm{
	margin-top:2em;
}
#contact .zcwf_row .zcwf_col_lab{
	background: #ffe8f2;
}

#contact .zcwf_col_lab label{
	font-weight:bold;
}
#contact label img {
	vertical-align: middle;
	max-width: 2.5rem;
	padding-left: 0.25rem;
}
#contact .zcwf_col_lab{
	padding:0.5em;
	margin:0.5em auto;
}
#contact .zcwf_col_fld{
	text-align:center;
}
#contact .zcwf_col_fld input[type="text"],
#contact .zcwf_col_fld TEXTAREA{
	width:95%;
	text-align:left;
	font-size:18px;
}
#contact textarea {
	height: 10rem;
}
#contact .zcwf_privacy{
	margin-top:2em;
	margin-left:30px;
}
#contact .zcwf_privacy input[type="checkbox"]{
	width:20px;
	height:20px;
	float:left;
}
#contact input[type="reset"],
#contact input[type="submit"] {
	display: inline-block;
	border-radius: 3px;
	cursor: pointer;
	border-style: none;
	padding: 1rem 2rem;
	color: #fff;
	transition: .3s;
	width:auto;
	font-size:18px;
}
#contact input[type="reset"]{
	background: #ccc;
	margin-left:20px;
}
#contact input[type="submit"]{
	background: #e13587;
		margin-right:20px;	
}

}
#contact .zcwf_privacy{
	margin-left:1em;
}



#contact .captcha_row .zcwf_col_lab,
#contact .submit_row .zcwf_col_lab{
	display:none;
}
#contact .zcwf_privacy{
	margin:2em auto 0 auto;
	width:300px;
}
#contact .captcha_row .zcwf_col_fld .g-recaptcha{
		width:300px;
		margin:auto;
}
#contact .captcha_row .zcwf_col_fld,
#contact .submit_row .zcwf_col_fld{
	width:100%;
	text-align:center;
}



@media (min-width:768px) {
#contact .zcwf_row{
	width:100%;
	overflow:hidden;
}
#contact .zcwf_row .zcwf_col_lab{
	background: none;
}

#contact .zcwf_row:nth-child(even){
	background: #ffe8f2;
}
#contact .zcwf_col_lab,
#contact .zcwf_col_fld{
	font-size: 20px;
	padding: 20px 30px;
	margin:0m auto;
}
#contact .zcwf_col_lab label,
#contact .zcwf_col_fld input[type="text"],
#contact .zcwf_col_fld TEXTAREA{
	display:block;
	font-size: 20px;
}
#contact .zcwf_col_fld input[type="text"],
#contact .zcwf_col_fld TEXTAREA{
	padding:0.5em;
}
#contact .zcwf_col_lab{
	width:25%;
}
#contact .zcwf_col_fld{
	width:75%;
}
#contact .zcwf_col_lab,
#contact .zcwf_col_fld{
	float:left;
}


#contact input[type="reset"],
#contact input[type="submit"] {
	padding: 1rem 3rem;
}

}


