@charset "utf-8";
/* CSS Document */

/* Reset
------------------------------------------------------------*/
html { overflow-y: scroll; min-width:1300px; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0;padding: 0; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal;}
address,em { font-style: normal; }
table { border-collapse: collapse; border-spacing: 0; }
th { font-weight:normal; text-align: left; vertical-align: top; }
legend { display: none; }
img,fieldset { border: 0; }
li { list-style-type: none; }
article, main, aside, dialog, figure, footer, header,hgroup, nav, section { display: block;margin: 0;padding: 0; }


/* Fonts
------------------------------------------------------------*/
html, button, input, select, textarea {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-feature-settings: "palt";
	font-size: 62.5%;
	line-height:1.7;
	letter-spacing: 0.12em;
	color:#333;
	}

body{ font-size: 1.6rem; }

/* Form
------------------------------------------------------------*/
button, input, select, textarea { outline: none; box-sizing: border-box; border: none; }

/* Media
------------------------------------------------------------*/
object,embed { vertical-align: top; }
img { max-width: 100%; vertical-align: middle; font-size: 0;line-height: 0;-webkit-backface-visibility: hidden; }

/* link
------------------------------------------------------------*/
a { text-decoration: none; transition: .3s; color: #00b1dc;}
a:hover{ opacity: .6; }

*{ box-sizing: border-box; }
.inner{ max-width:1200px; margin:0 auto; position:relative; }
.alignL{text-align:left;}
.alignR{text-align:right;}
.alignC{text-align:center;}
.fr{ float:right;}
.fl{ float:left;}
img.fr,figure.fr{ width:40%; margin:0 0 20px 20px;}
img.fl,figure.fl{ width:40%; margin:0 20px 20px 0;}
.mt10{ margin-top: 10px !important;}
.mt20{ margin-top: 20px !important;}
.mt30{ margin-top: 30px !important;}
.mt40{ margin-top: 40px !important;}
.mt50{ margin-top: 50px !important;}
.fs80{ font-size: 80% !important;}
.fs90{ font-size: 90% !important;}
.fs120{ font-size: 120% !important;}
.bg_gray{ background-color: #f5f5f5;}

.blank {
	position: relative;
}

.blank::before,
.blank::after {
	content: "";
	display: block;
	width: 6px;
	height: 5px;
	border: 1px solid #04447c;
	position: absolute;
	top: 50%;
	transition: .3s;
}

.blank::before {
	right: -15px;
	margin-top: -5px;
	}

.blank::after {
	right: -12px;
	margin-top: -2px;
	border-top: none;	
	border-right: none;
}

ul.disc li {
	list-style: disc;
	margin-left: 20px;
}

ol li{
	list-style: decimal;
	margin-left: 20px;
}

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

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

p + p{
	margin-top: 15px;
}


/*loader
------------------------------------------------------------*/
#loader {
	width: 100%;
	height: 100%;
	background: #fff;
	text-align: center;
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
}

#loader div {
	margin: -32px 0 0 -32px;
	position: absolute;
	top: 50%;
	left: 50%;
}

/*pagetop
------------------------------------------*/
.pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 100;
}

.pagetop a {
	line-height: 50px;
	width: 50px;
	background: #00b1dc;
	display: block;
	text-align: center;
	transition: .3s;
}

.pagetop a:hover {
	opacity: .6;
}

/*header
------------------------------------------*/
header > div,
header nav,
header ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}

header {
	padding: 15px 20px;
	background-color: #fff;
}

header .upper {
	font-size: 1rem;
	margin-bottom: 20px;
}

header .upper ul li {
	margin-left: 20px;
}

header .upper ul li a {
	color: #666;
}

header .lower img {
	height: 35px;
}

header .lower nav ul li {
	margin-left: 30px;
}

header .lower nav ul li a {
	font-weight: bold;
	color: #333;
}

header .lower nav ul li a br{
	display: none;
}

header .lower nav ul li a:hover {
	opacity: 1;
	color: #00b1dc;
}

dl.cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
}

dl.cta dt {
	font-size: 1.2rem;
	text-align: center;
	color: #666;
	margin-right: 15px;
}

dl.cta dt span {
	display: block;
	font-size: 200%;
	color: #fac500;
	margin-bottom: 5px;
}

dl.cta dd a {
	display: inline-block;
	background-color: #fac500;
	border: 1px solid #fac500;
	border-radius: 5px;
	padding: 11px;
	color: #fff;
}

dl.cta dd a:hover {
	background-color: #fff;
	color: #fac500;
	opacity: 1;
}

.contactInfo {
	line-height:1.5 !important;
}

/*nav
------------------------------------------*/
.navBtn,
#open {
	display:none;
}

/*footer
------------------------------------------*/
footer {
	background-color: #333;
	color: #ccc;
	font-size: 1.2rem;
	text-align: center;
	padding: 40px;
}

footer img {
	height: 35px;
}

footer ul.flex {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px 0;
}

footer ul.flex li {
	margin: 0 10px;
	font-size: 1.4rem;
	font-weight: bold;
}

footer a {
	color: #ccc;
}

/*top
------------------------------------------*/
#kv {
	background: url(../img/ptn_01.png) #00b1dc;
	color: #fff;
}

#kv .inner {
	align-items: center;
	height: 500px;
}

#kv .inner p {
	font-weight: bold;
	font-size: 3rem;
}

#kv .inner p span {
	font-size: 130%;
	line-height: 1;
	background-color: #fff;
	color: #00b1dc;
	display: inline-block;
	padding: 8px 4px 5px;
}

#kv .inner figure {
	position: relative;
	width: 44%;
}

.section {
	padding: 100px 0;
}

.section h2 {
	font-size: 5rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #00b1dc;
	margin-bottom: 30px;
}

.section h2 span{
	font-size: 60%;
}

#about {
	text-align: center;
	padding-bottom: 50px;
}

#about ul {
	background-color: #f3f2e9;
	padding: 40px;
	margin-top: 60px;
	text-align: left;
	font-weight: bold;
	font-size: 2rem;
	display: inline-block;
}

#about ul li {
	background: url(../img/i_check.svg) no-repeat left;
	background-size: 20px;
	padding-left: 35px;
	line-height: 2;
}

#about ul li span {
	font-size: 150%;
	line-height: 1;
	background: linear-gradient(transparent 60%, #eee945 60%);
}

#worries {
	margin-bottom: 80px;
	position: relative;
}

#worries::after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 96px;
	background: #00b1dc;
	position: absolute;
	left: 50%;
	bottom: -20px;
}

#worries h2 {
	margin-bottom: 56px;
}

#worries .worriesBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 80px;
}

#worries .worriesBox li {
	-webkit-box-flex: 1;
	-ms-flex: 1;	flex: 1;
  min-width: 250px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}

#worries .worriesBox li .txtBox {
	background: #00b1dc;
	text-align: center;
	padding: 24px;
	border-radius: 5px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

#worries .worriesBox li .txtBox::after {
	content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #00b1dc;
  border-bottom-right-radius: 4px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}

#worries .worriesBox li .txtBox p {
	color: #fff;
	font-weight: 600;
	font-size: clamp(2rem, 1vw, 2.4rem);
}

#worries .worriesBox li .imgBox img {
	width: 100%;
}

#create {
  background: -webkit-image-set(url(../img/create_bg_pc.png) 1x, url("../img/create_bg_pc@2x.png") 2x) no-repeat center top / cover;
  background: image-set(url(../img/create_bg_pc.png) 1x, url("../img/create_bg_pc@2x.png") 2x) no-repeat center top / cover;
  margin-bottom: 50px;
}	

#create .createBox {
	text-align: center;
}

#create .numberCircle {
	position: absolute;
	max-width: 200px;
	top: -150px;
	right: 150px;
	border-radius: 50%;
	width: 200px;
	height: 200px;
	border: 8px solid #00b1dc;
	color: #00b1dc;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1;
	gap: 4px;
	font-size: 3.2rem;
	box-sizing: border-box;
}

#create .numberCircle span {
	display: inline-block;
	font-weight: 600;
	font-family: noto-sans-cjk-jp, sans-serif;
	line-height: 1;
}

#create .numberCircle span.ttl {
	font-size: 3rem;
	letter-spacing: 0em;
}

#create .numberCircle span.number {
	font-size: 5.6rem;
	font-weight: 600;
	font-family: noto-sans, sans-serif;
	font-style: normal;
	letter-spacing: -0.01em;
	position: relative;
	z-index: 1;
}

#create .numberCircle span.number::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 16px;
	left: 2px;
	bottom: 4px;
	background: #EEE945;
	position: absolute;
	pointer-events: none;
	z-index: -1;
}

#create .createBox h2 {
	color: #00b1dc;
	background: #fff;
	font-size: 4rem;
	display: inline-block;
	padding: 4px 8px 0;
}

#create .createBox .subTtl{
	color: #fff;
	font-size: 5.6rem;
	display: block;
	font-weight: 700;
	margin-bottom: 32px;
	line-height: 1.8;
	letter-spacing: 0.04em;
	font-family: noto-sans-cjk-jp, sans-serif;
}

#create .createBox .subTtl .small {
	font-size: 4rem;
	display: inline-block;
	margin: 0 4px;
	}

#create .createBox .subTtl .wave {
	position: relative;
}

#create .createBox .subTtl .wave::after {
	content: "";
	width: 100%;
	height: 18px;
	left: 0;
	bottom: -10px;
	background: url("../img/wave.svg") no-repeat;
	background-size: cover;
	display: inline-block;
	position: absolute;
	pointer-events: none;
	z-index: 1;
}

#create .createBox .subTtl .line {
	position: relative;
}

#create .createBox .subTtl .line::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 8px;
	left: 0;
	bottom: -8px;
	background: #EEE945;
	position: absolute;
	pointer-events: none;
	z-index: 1;
}

#create .createBox .txt {
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
}

#create .createSlider {
	display: none;
}

#service ul li{
	width: 340px;
	margin-top: 40px;
	}

#service ul li h3 {
	font-size: 2rem;
	font-weight: bold;
	color: #00b1dc;	
	}

#service ul li p {
	font-size: 1.4rem;
	}

#service ul li figure {
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 10px;
	}

#price {
	padding: 50px 0;
}

.scroll-hint-icon {
  display: none !important;
}

#price .tableWrap {
	margin-bottom: 30px;
}

#price .tableCont {
  display: block; 
	position: relative;
}

#price .ttlPrice {
  position: sticky;
  top: 0;
  z-index: 10; 
  background: #fff;
	display: flex;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

#price .ttlPrice > div {
  flex: 1;
	text-align: center;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}

#price .ttlPrice > div .ttl h3 {
	color: #00b1dc;
	font-size: 2.4rem;
	font-family: noto-sans-thin, sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

#price .ttlPrice > div .pricebox {
	background: #F5F5F5;
	padding: 16px;
	height: 120px;
}

#price .ttlPrice > div .pricebox p {
	font-weight: 700;
}

#price .ttlPrice > div .pricebox p .number {
	color: #00b1dc;
	font-size: 2.4rem;
	font-family: noto-sans, sans-serif;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.01em;
}

#price .ttlPrice > div .pricebox p .unit {
	font-size: 1.4rem;
}

#price .ttlPrice > div .pricebox p .estimate {
	color: #00b1dc;
	font-size: 2rem;
}

#price .ttlPrice > div .pricebox p:last-child {
	margin-top: 0 !important;
}

#price .ttlPrice .btnBox a {
	text-align: center;
	background-color: #FAC500;
	border: 1px solid #fac500;
	color: #fff !important;
	padding: 8px 16px;
	border-radius: 5px;
	transition: .3s;
	font-weight: 700;
	display: block;
}

#price .ttlPrice .btnBox a:hover {
	background-color: #fff;
	color: #fac500 !important;
	opacity: 1;
}

#price .tableWrap .boxWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#price .tableWrap .boxWrap:nth-child(even) {
	background: #F5F5F5;
}

#price .tableWrap .boxWrap > div{
	flex-basis: calc(100% / 5);
	max-width: calc(100% / 5);
}

#price .tableWrap .boxWrap > div p {
	padding: 16px;
	text-align: center;
	font-weight: 700;
	font-size: 2.4rem;
	width: 100%;
}

#price .tableWrap .boxWrap > div:first-child p {
	text-align: left;
}

#price .tableWrap .boxWrap > div .ttl {
	font-size: 1.6rem;
}

#price .tableWrap .boxWrap > div .small {
	font-size: 1.6rem;
}

#price .tableWrap .boxWrap > div sup {
	font-size: 1.2rem;
}

#price .bg_gray {
	padding: 24px;
	font-size: 1.4rem;
}

.indentTXt {
	text-indent: -1em;
  padding-left: 1em;
	margin-top: 0;
}

#flow {
	text-align: center;
}

#flow h3 {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1;
	margin: 50px 0;
}

#flow h3 span {
	background: linear-gradient(transparent 60%, #eee945 60%);
}

#flow ul li {
	width: 150px;
}

#flow ul li div {
	border: 3px solid #00b1dc;
	padding: 50px 0;
	margin-bottom: 10px;
	color: #00b1dc;
}

#flow ul li div p {
	font-weight: bold;
	font-size: 2.6rem;
	text-align: center;
}

#flow ul li div p span {
	display: block;
	font-size: 60%;
	line-height: 1;
}

#flow ul li p {
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: left;
}

#flow ul li:last-child div {
	background-color: #00b1dc;
	color: #fff;
}

#contact {
	background-color: #fac500;
	text-align: center;
	padding: 70px 0;
}

#contact .inner {
	display:flex;
	gap:80px;
}

#contact p {
	font-weight: bold;
	font-size: 3.4rem;
	color: #fff;
	line-height: 1;
	}

#contact dl.cta {
	margin: 20px auto 0;
	width: 560px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #fff;
	padding-top: 30px;
	display: block;
}

#contact dl.cta dt {
	font-size: 2.2rem;
	color: #fff;
	line-height: 1;
	margin-bottom:30px;
}

#contact dl.cta dt span {
	color: #fff;
}

#contact dl.cta dd {
	font-size: 3rem;
}

#contact dl.cta dd a {
	padding: 20px 30px;
	background-color: #fff;
	border-color: #fff;
	color: #fac500;
	line-height: 1;
}

#contact dl.cta dd a:hover {
	background-color: #fac500;
	color: #fff;
}

#company .inner{
	width: 900px;
}

#company dl {
	margin-top: 60px;
	padding-top: 15px;
	border-top: 1px dotted #ccc;
}

#company dl dt {
	float: left;
	font-weight: bold;
	}

#company dl dd {
	padding: 0 0 15px 150px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

#form > p {
	text-align: center;
}

#form .inner > div {
	width: 48%;
	margin: 100px 0;
}

#form .inner > p {
	margin: 50px 0;
}

#form .inner dl dt {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 10px;
}

#form .inner dl dd {
	margin-bottom: 30px;
}

#form .privacy {
	border: 5px solid #eee;
	background-color: #fff;
	padding: 20px;
	font-size: 1.4rem;
}

#form .privacy h3 {
	font-size: 2rem;
	font-weight: bold;
	color: #00b1dc;
	margin-bottom: 15px;
}

#form .privacy h4 {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0;
	margin-top: 15px;
}

form span {
	display: inline-block;
	border: 1px solid #00b1dc;
	background-color: #00b1dc;
	color: #fff;
	font-size: 1.4rem;
	padding: 3px;
	margin-left: 10px;
}

form span.option {
	background-color: #fff;
	color: #00b1dc;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"] {
	width:100%;
	border: 1px solid #ddd;
	padding: 7px;
	font-size: 1.4rem;
}

form textarea {
	width:100%;
	height:150px;
	border: 1px solid #ddd;
	padding: 7px;
	font-size: 1.4rem;
}

form input[type="submit"] {
	width:200px;
	height:50px;
	background-color: #fac500;
	border: 1px solid #fac500;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	transition: .3s;
	font-size: 2rem;
}

form input[type="submit"]:hover {
	background-color: #fff;
	color: #fac500;
	opacity: 1;
}

.tabmenu ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top:100px;
}

.tabmenu ul .select {
	background: #f5f5f5;
}
.tabmenu ul .select a {
	color: #00b1dc;
}

.tabmenu ul li {
	width: 50%;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	padding: 30px;
	padding-bottom: 50px;
	position: relative;
}

.tabmenu ul li::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #00b1dc;
	border-right: 1px solid #00b1dc;
	transform: rotate(45deg);
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -10px;
}

.tabmenu ul li a {
	display: block;
}

.btn a{
	display: inline-block;
	background-color: #fac500;
	border: 1px solid #fac500;
	border-radius: 5px;
	padding: 11px;
	color: #fff;
}

.btn a:hover {
	background-color: #fff;
	color: #fac500;
	opacity: 1;
}

.red {
	color: red;
}

.frame {
	background: #fff;
	border: 1px solid red;
	padding: 24px;
}

.bg_blue {
	background: #8DD5E7;
}

.bg_green {
	background: #f3f2e9;
	border: none;
}

.exContact__wrap {
	width: 100% !important;
	padding: 40px;
	margin: 24px auto 0 !important;
	border: 1px solid red;
}

.exContact__list {
	margin-top: 24px;
	gap: 24px;
	-webkit-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.exContact__item {
	width: 100%;
	max-width: calc((100% - 24px) / 2);
	background: #f3f2e9;
	padding: 40px;
	box-sizing: border-box;
}

.exContact__ttl {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 24px;
	text-align: center;
}

.exContact__table {
	background: #FFF;
	width: 100%;
	margin-bottom: 24px;
	-webkit-display: flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.exContact__table dt,
.exContact__table dd {
	padding: 16px;
	margin-bottom: 0!important;
}

.exContact__table dt {
	font-size: 1.6rem!important;
	line-height: 1.7!important;
	width: 36%;
}

.exContact__table dd {
	width: 64%;
	border-left: 2px solid #f3f2e9;
}

#privacy .inner {
	width: 900px;
}

#privacy h2 {
	margin-bottom: 50px;
}

#privacy h3 {
	font-size: 2rem;
	font-weight: bold;
	margin: 30px 0 10px;
}

/*SP
================================================================================================================================*/
@media screen and (max-width: 480px){

	/*common
	------------------------------------------*/
	html {
		min-width:initial;
	}

	/*pagetop
	------------------------------------------*/
	.pagetop {
		bottom: 115px;
		right: 20px;
	}

	.pagetop a{
		line-height: 30px;
		width: 30px;
	}

	/*header
	------------------------------------------*/
	header > div,
	header nav,
	header ul {
		flex-wrap: wrap;
		width: 100%;
	}

	header {
		padding: 0;
	}

	header .upper {
		display: none;
	}

	header .lower figure {
		width: 100%;
		padding: 10px;
		text-align: center;
	}

	header .lower img {
		height: 25px;
	}

	header .lower nav ul {
		flex-wrap: nowrap;
		padding: 0 5px 5px;
	}

	header .lower nav ul li {
		margin: 0;
	}

	header .lower nav ul li a {
		padding: 5px;
		font-size: 1.2rem;
		text-align: center;
		line-height: 1.3;
		letter-spacing: 0;
		display: block;
	}

	header .lower nav ul li a br {
		display: inherit;
	}

	header dl.cta {
		display: none;
	}

	/*footer
	------------------------------------------*/
	footer {
		padding: 15px;
		margin-bottom: 56px;
	}

	.footerTop {
		margin-bottom: 98px;	
	}

	/*top
	------------------------------------------*/
	#kv {
			padding: 40px 5px;
		}

	#kv .inner {
		height: auto;
	}
	
	#kv .inner > div {
		width: 100%;
	}

	#kv .inner p {
		font-size: 1.6rem;
		text-align: center;
	}

	#kv .inner figure {
		right: 0;
		margin: 15px auto 0;
		width: 80%;
	}

	.section {
		padding: 40px 15px;
	}

	.section h2 {
		font-size: 2.4rem;
		margin-bottom: 15px;
	}

	#about {
		text-align: left;
		padding-bottom: 0;
	}

	#about p br {
		display: none;
	}

	#about ul {
		background: none;
		padding: 0;
		margin-top: 20px;
		font-size: 1.4rem;
		display: block;
	}

	#about ul li {
		background-image: none;
		background-color: #f3f2e9;
		padding: 10px;
		margin-top: 10px;
		line-height: 1.5;
	}

	#about ul li span {
		font-size: 110%;
	}
	
	#worries {
		margin-bottom: 40px;
	}
	
	#worries::after {
		height: 32px;
		bottom: 0;
	}

	#worries h2 {
		margin-bottom: 24px;
	}

	#worries .worriesBox {
		gap: 8px 24px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	#worries .worriesBox li {
		min-width: initial;
		gap: 10px;
		width: calc(50% - 12px); 
  	box-sizing: border-box;
		flex: initial;
	}

	#worries .worriesBox li .txtBox {
		padding: 8px;
	}
	
	#worries .worriesBox li .txtBox p {
		font-size: 1.6rem;
		line-height: 1.4;
	}

	#worries .worriesBox li .imgBox {
		width: 80%;
		margin: 0 auto;
	}
	
	#create {
		background: #00B1DC;
		margin-bottom: 0;
		padding: 40px 0;
	}
	
	#create  .inner {
		padding: 15px;
		margin-bottom: 20px;
	}

	#create .createBox {
		text-align: center;
	}

	#create .numberCircle {
		max-width: initial;
		top: -64px;
		left: 50%;
		transform: translateX(-50%); 
		right: initial;
		border-radius: 80px;
		width: 80%;
		height: initial;
		border: 4px solid #00b1dc;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		font-size: 2rem;
		padding: 4px;
	}
	
	#create .numberCircle br {
		display: none;
	}
	
	#create .numberCircle span.ttl {
		font-size: 2rem;
	}

	#create .numberCircle span.number {
		font-size: 3.5rem;
		margin-right: 4px;
	}

	#create .numberCircle span.number::after {
		height: 8px;
	}

	#create .createBox h2 {
		font-size: 2.4rem;
		line-height: 1.2;
		padding: 8px 8px 4px;
		position: relative;
		z-index: 10;
	}

	#create .createBox .subTtl {
		font-size: 3rem;
		line-height: 2;
	}

	#create .createBox .subTtl .small {
		font-size: 2.4rem;
	}

	#create .createBox .subTtl .wave::after {
		height: 14px;
		bottom: -14px;
	}

	#create .createBox .txt {
		font-size: 1.6rem;
		text-align: left;
	}
	
	#create .createSlider {
		display: block;
	}

  .createSlider {
    overflow: hidden;
    width: 100%;
  }

  .sliderTrack {
    display: flex;
    width: max-content;
    animation: infinity-loop 20s linear infinite;
  }

  .createSlider img {
    max-width: none;
    width: 800px;
    height: auto;
    display: block;
  }

  .createSlider img:nth-child(2) {
    display: block;
  }

	@keyframes infinity-loop {
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-50%);
		}
	}

	#price {
		padding: 40px 0;
	}
	
	.scroll-hint,
  .scroll-hint-icon {
    display: block !important;
		z-index: 100;
  }

	#price .tableWrap {
		margin-bottom: 30px;
		overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	}
	
	#price .tableWrap::-webkit-scrollbar {
    height: 12px;
  }

  #price .tableWrap::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
  }
	
  #price .tableWrap::-webkit-scrollbar-thumb {
    background: #00b1dc;
    border-radius: 6px;
    border: 2px solid #f1f1f1;
  }

  #price .tableWrap::-webkit-scrollbar-thumb:hover {
    background: #008ba3;
  }

	#price .tableCont {
		display: block; 
		position: relative;
		width: 100%;
    min-width: 1000px;
	}

	#price .ttlPrice > div,
  #price .tableWrap .boxWrap > div {
    flex-basis: calc(100% / 5) !important;
    max-width: calc(100% / 5) !important;
    flex-shrink: 0;
  }
	
	#price .ttlPrice > div:first-child,
  #price .tableWrap .boxWrap > div:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #fff;
		flex-basis: 140px !important;
		max-width: 140px !important;;
  }

  #price .tableWrap .boxWrap:nth-child(even) > div:first-child {
    background: #F5F5F5;
  }
	
	#price .ttlPrice {
		position: static;
	}

	#price .ttlPrice > div {
		gap: 8px;
	}

	#price .ttlPrice > div .pricebox {
		padding: 8px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		height: 90px;
	}

	#price .ttlPrice > div .pricebox p .number {
		font-size: 2rem;
	}

	#price .ttlPrice > div .pricebox p .unit {
		font-size: 1.2rem;
	}

	#price .ttlPrice > div .pricebox p .estimate {
		font-size: 1.6rem;
	}

	#price .tableWrap .boxWrap > div p {
		padding: 8px;
		font-size: 2rem;
	}

	#price .tableWrap .boxWrap > div .ttl {
		font-size: 1.4rem;
	}

	#price .tableWrap .boxWrap > div .small {
		font-size: 1.4rem;
	}

	#price .tableWrap .boxWrap > div sup {
		font-size: 1.2rem;
	}

	#price .bg_gray {
		padding: 16px;
		width: calc(100% - 30px);
		margin: 0 auto;
	}

	.tax {
		width: calc(100% - 30px);
		margin: 0 auto;
	}

	#service ul li {
		width: 100%;
		margin-top: 20px;
	}

	#service ul li h3 {
		text-align: center;
	}

	#flow {
		text-align: center;
	}

	#flow h3 {
		font-size: 1.8rem;
		line-height: 1.5;
		margin: 20px 0;
	}

	#flow ul li {
		width: 100%;
		border: 3px solid #00b1dc;
		margin-top: 15px;
	}

	#flow ul li div {
		border: none;
		padding: 15px 15px 0;
		margin-bottom: 0;
	}

	#flow ul li div p {
		padding: 0;
	}

	#flow ul li p {
		padding: 10px 15px 15px;
	}

	#flow ul li:last-child p {
		background-color: #00b1dc;
		color: #fff;
		text-align: center;
	}

	#flow p.alignR {
		text-align: left;
		font-size: 1rem;
		margin-top: 10px;
	}

	#contact {
		padding: 10px;
		letter-spacing: 0;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 100;
	}

	#contact .inner {
		display: block;		
	}

	#contact p {
		display: none;
	}

	#contact dl.cta {
		margin: 0;
		width: initial;
		padding-top: 0;
		border: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	#contact dl.cta br {
		display: none;		
	}

	#contact .inner div:first-of-type dl {
		margin-bottom: 12px;
	}
	
	#contact dl.cta dt {
		font-size: 1rem;
		margin-right: 0;
		width: 50%;
		margin-bottom:0;
	}

	#contact dl.cta dt span {
		font-size: 160%;
	}

	#contact dl.cta dt a {
		color: #fff;
	}

	#contact dl.cta dd {
		font-size: 1.2rem;
		width: 50%;
	}

	#contact dl.cta dd a {
		padding: 10px 15px;
	}

	#company .inner {
		width: initial;
	}

	#company dl {
		margin-top: 20px;
		border-top: 1px dotted #ccc;
		}

	#company dl dt {
		float: none;
	}

	#company dl dd {
		padding: 0 0 15px 0;
	}

	#form > p {
		text-align: left;
	}

	#form .inner > div {
		width: 100%;
		margin: 30px 0;
	}

	#form .inner dl dt {
		font-size: 1.6rem;
	}

	#form .inner dl dd {
		margin-bottom: 15px;
	}

	#form .privacy {
		padding: 10px;
	}

	#form .privacy h3 {
		text-align: center;
	}

	form input[type="checkbox"] {
		border: 1px solid #ddd;
	}

	.btn {
		text-align: center !important; 
	}
	
	.frame {
		margin: 15px 0 !important;
		text-align: left;
		padding: 8px;
	}
	
	.tabmenu ul {
		margin-top: 30px;	
	}
	
	.tabmenu ul li {
		font-size: 1.4rem;
		padding: 8px;	
		padding-bottom: 40px;
	}
	
	.section .bg_gray {
		padding-bottom: 0px;		
		padding: 12px;	
	}

	#form .inner > p {
		margin: 24px 0!important;
	}

	.exContact__wrap {
		padding: 24px;
	}

	.exContact__item {
		max-width: 100%;
		padding: 24px;
	}

	.exContact__ttl {
		font-size: 1.8rem;
	}

	.exContact__table {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.exContact__table dt,
	.exContact__table dd {
		width: 100%;
		padding: 8px 16px;
		text-align: center;
	}

	.exContact__table dd {
		border-top: 2px solid #f3f2e9;
		border-left: none;
	}

	form input[type="submit"]{
		-webkit-appearance: none;
	}

	#privacy .inner{
		width: 100%;
	}

	#privacy h2{
		margin-bottom: 20px;
		}

	#privacy h3{
		line-height: 1.4;
	}
}