/*** The new CSS reset - version 1.11.1 (last updated 24.10.2023) ***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
	all: unset;
	display: revert
}
*, *::before, *::after {
	box-sizing: border-box
}
html {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none
}
a, button {
	cursor: revert
}
ol, ul, menu, summary {
	list-style: none
}
img {
	max-inline-size: 100%;
	max-block-size: 100%
}
table {
	border-collapse: collapse
}
input, textarea {
	-webkit-user-select: auto
}
textarea {
	white-space: revert
}
meter {
	-webkit-appearance: revert;
	appearance: revert
}
:where(pre) {
	all: revert;
	box-sizing: border-box
}
::placeholder {
	color: unset
}
:where([hidden]) {
	display: none
}
:where([contenteditable]:not([contenteditable="false"])) {
	-moz-user-modify: read-write;
	-webkit-user-modify: read-write;
	overflow-wrap: break-word;
	-webkit-line-break: after-white-space;
	-webkit-user-select: auto
}
:where([draggable="true"]) {
	-webkit-user-drag: element
}
:where(dialog:modal) {
	all: revert;
	box-sizing: border-box
}
/* CSS Document ******************************************* */
/*変数*/ :root {
	--main-color: #00A199;
	--sub-color: #E98E44;
	--sub-bg: #EBF6F6;
	--nav-bg: rgba(255, 255, 255, 0.9);
	--black2: rgba(0, 0, 0, 0.8);
	--yellow: #F6EE08;
	--yellow2: #C5BF0F;
	--img450: clamp(260px, 30vw, 450px);
	--font72: clamp(64px, 4vw, 72px);
	--font60: clamp(32px, 3.5vw, 60px);
	--font48: clamp(32px, 3.5vw, 48px);
	--font40: clamp(24px, 3vw, 40px);
	--font36: clamp(24px, 2vw, 36px);
	--font28: clamp(20px, 2vw, 28px);
	--font24: clamp(16px, 1.6vw, 24px);
	--font22: clamp(16px, 1.6vw, 22px);
	--font18: clamp(14px, 1.5vw, 18px);
	--font16: clamp(14px, 1.5vw, 16px);
	--container: clamp(60px, 8vw, 120px)
}
html {
	scroll-behavior: smooth;
}
body {
	background: #fff;
	color: #333333;
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
}
strong {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.pc-br-none br {
	display: none;
}
#sub,#service,#company,#contact {
    padding-top: 100px;
    margin-top: -100px;
}

a {
	color: var(--main-color);
}
a:hover, #service .card:hover {
	color: var(--main-color);
	opacity: 0.75;
}
h1 {
	color: var(--main-color);
	font-weight: 700;
	margin-left: -0.5em;
	font-size: var(--font48);
}
h1 span {
	margin-left: 0.5em;
}
h2 {
	font-size: var(--font60);
	font-weight: 700;
	margin-bottom: 30px;
	color: var(--main-color);
	line-height: 80%;
}
h2 span {
	font-size: var(--font24);
	color: #333;
}
h3 {
	font-size: var(--font28);
	font-weight: 700;
	margin-bottom: 40px;
}
.maxw-718 {
	max-width: 718px;
	margin: 0 auto;
}

/* ----card---- */
.card {
	border: 0;
	border-radius: 8px;
	overflow: hidden;
}
.card-title {
	font-size: var(--font28);
	font-weight: 700;
	padding-top: 20px;
	margin-bottom: 20px;
}
.card-text {
	color: #000;
	font-size: var(--font16);
	text-align: left;
}
/*nav*/
nav {
	background: var(--nav-bg);
}
.navbar-custom, .navbar-custom .navbar-brand, .navbar-custom .navbar-text, .navbar-custom .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link, nav a {
	color: #333333;
	font-weight: 700;
}
.navbar-light .navbar-toggler {
	border: none;
	color: #333333;
}
.navbar-toggler:active {
	outline: none;
}
button:focus {
	outline: none;
}
button[aria-expanded="true"] > span {
	position: relative;
	display: none;
}
button[aria-expanded="true"]::after {
	position: absolute;
	top: 12px;
	right: 30px;
	font-size: 28px;
	content: "✕";
}
/*main*/
.main-tagline {
	line-height: 1.5em;
	font-size: var(--font60);
}
.sub-tagline {
	line-height: 1.5em;
	font-size: var(--font40);
}
.container {
	padding: var(--container) 0 !important;
}
.logo {
	width: var(--img450);
	margin-bottom: 60px;
	padding-top: 120px;
}
.tag {
	font-size: var(--font24);
	font-weight: 700;
}
#sub {
	margin-top: -60px;
}
#sub img {
	transform: translate(0, -20%)scale(120%);
}
/*==================================================
slider css
===================================*/
.service_stand_slider {
	margin: 1.25em auto 0;
}
.service_stand_slick {
	display: none;
	width: 100%;
}
.service_stand_slick .slick-initialized {
	display: block;
}
.service_stand_slick img {
	width: 100%;
}
.service_stand_slick .slick-dots {
	display: flex;
	justify-content: space-between;
	margin: 1em 0 0;
}
.service_stand_slick .slick-dots li {
	border: 1px solid transparent;
	cursor: pointer;
}
ervice_stand_slick .slick-dots .slick-active img {
	opacity: .6;
}
.service_stand_slider ul {
	padding: 0;
	margin: 0;
}
.slick-dots .slick-active img {
	border: 4px solid #00FFF2;
	box-sizing: border-box;
}
.creation .slick-dots .slick-active img {
	border-color: #EFFF14;
}
@media screen and (min-width:768px) {
	.service_stand_slider {
		margin-top: 0;
	}
}
/*btn*/
.btn-01 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size: 22px;
	margin: auto;
	padding: 1rem;
	font-weight: bold;
	border-radius: 20px;
	border-bottom: 7px solid #017E78;
	background: #fff;
	color: #000;
}
.btn-01 a:hover {
	margin-top: 6px !important;
	border-bottom: 1px solid #017E78;
}
.btn-02 a {
	border-bottom: 7px solid #C96D21;
	background: #fff;
	color: #000;
}
.btn-02 a:hover {
	margin-top: 6px;
	border-bottom: 1px solid #C96D21;
}
/*service*/
#service h2 {
	margin-bottom: 80px;
}
#service h3 {
	line-height: 2em;
	color: #fff;
}
#service p {
	color: #fff;
	font-weight: 700;
	margin-bottom: 2em;
}
#service .btn-01 {
	max-width: 720px;
	margin: 0 auto;
}
#service .btn-01 a {
	text-align: left;
	position: relative;
}
#service .btn-01 a::after {
	content: url("../img/arrow_g.svg");
	position: absolute;
	right: 20px;
	top: 50%;
	height: 50px;
	transform: translate(0, -50%);
}
#service .btn-02 a::after {
	content: url("../img/arrow_o.svg");
}
/*contact*/
#contact .comment {
	position: relative;
	display: inline-block;
	padding: 0 1.2em;
	text-align: center;
	font-size: var(--font36);
}
#contact .comment:before, #contact .comment:after {
	line-height: 1;
	position: absolute;
	top: calc(50% - .5em);
}
#contact .comment:before {
	left: 0;
	content: '／';
	transform: scale(-1, 1);
}
#contact .comment:after {
	right: 0;
	content: '／';
}
#contact .card-title {
	font-size: 20px;
}
#contact .card-body {
	height: 12em !important;
}
#contact .btn-01 a {
	font-size: 18px;
}
#contact .btn-01.main a {
	background: var(--main-color);
	color: #fff;
}
#contact .btn-01.sub a {
	background: var(--sub-color);
	color: #fff;
	border-bottom: 7px solid #C96D21;
}
#contact .btn-01.sub a:hover {
	border-bottom: 1px solid #C96D21;
}
#contact .btn-01.gray a {
	background: #EFEFEF;
	border-bottom: 7px solid #8F8F8F;
}
#contact .btn-01.gray a:hover {
	border-bottom: 1px solid #8F8F8F;
}
/*credit*/
#credit {
	background: var(--sub-bg);
}
#credit ul {
	padding-left: 1em;
}
/*company*/
#company .row, #credit .row {
	font-size: var(--font16);
	text-align: left;
}
.col-md-9 a {
	color: #333333;
	font-weight: 700;
}
.col-md-9 a:hover {
	text-decoration: underline;
}
.col-md-9 a:after {
	right: 0;
	content: url("../img/blank.svg");
	vertical-align: middle;
	margin-left: 4px;
}
#company .col-md-3 {
	font-weight: 700;
	margin-bottom: 4px;
}
#gototop {
	position: relative;
}
#gototop a {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
footer {
	text-align: center;
	background: #fff;
	color: #000;
}
@media (max-width: 991px) {
	.card-body {
		padding: 0 1.2rem 2rem 1.2rem;
	}
	.card-title {
		margin-bottom: 20px;
	}
	.navbar-brand img {
		height: 30px;
	}
	.logo {
		margin-bottom: 50px;
		padding-top: 70px;
	}
	#sub img {
		transform: translate(10%, 20%)scale(140%);
	}
	#sub h2 br {
		display: none;
	}
}
@media (max-width: 767px) {
	h3 {
		margin-bottom: 20px;
	}
	#main-r {
		background: url("../img/main_img1.png") no-repeat top center;
		background-size: 400px;
		padding-top: 480px;
	}

	#sub img {
		display: none;
	}
	.card-deck .card {
		-ms-flex: 1 0 0%;
		flex: auto;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
	#contact .card-body {
		height: auto !important;
	}
}
@media (max-width: 575px) {
	.pc-br-none br {
		display: block;
	}
	.sp-br-none br {
		display: none;
	}
	.sp-left {
		text-align: left;
	}
	a:hover, #service .card:hover {
		opacity: 1;
	}
	#sub img {
		display: none;
	}
	#service h2 {
		margin-bottom: 30px;
	}
	#service h3 img {
		width: 250px;
	}
	#service p {
		margin-bottom: 0;
		padding-top: 1em;
		font-weight: normal;
	}
	#service .btn-01 a img {
		height: 48px;
	}
	#service .btn-01 a::after {
		right: 10px;
		top: 50%;
		transform: translate(0, -50%) scale(50%, 50%);
	}
	#credit .col-md-3 {
		border-bottom: 1px solid #707070;
		margin-bottom: 20px;
		padding-bottom: 4px;
		font-weight: 700;
	}
	.btn-01 a:hover {
	margin-top:0!important;
	border-bottom: 7px solid #017E78;
}

.btn-02 a:hover {
	margin-top:0!important;
	border-bottom: 7px solid #C96D21;
}

#contact .btn-01.sub a:hover {
	border-bottom: 7px solid #C96D21;
}

#contact .btn-01.gray a:hover {
	border-bottom: 7px solid #8F8F8F;
}
	a:hover, #service .card:hover {
	opacity: 1;
}

.col-md-9 a:hover {
	text-decoration:none;
}
}