@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html {
	font-size: 62.5%;
}
body {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: clamp(1.4rem, 3.733vw, 1.6rem);
  line-height: 1.7;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #0359a2;
	text-decoration: underline;
}
a:hover {
	color: #0071bc;
	text-decoration: none;
}
img {
  width: auto;
  max-width: 100%;
}
section + section {
	margin-top: 5em;
}
sup {
	font-size: 70%;
	vertical-align: text-top;
}
sub {
	font-size: 70%;
	vertical-align: text-bottom;
}
.container {
	width: 88%;
	max-width: 960px;
	margin: 0 auto;
}
.flex {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.mt05 {margin-top: .5em;}
.mt10 {margin-top: 1em;}
.red {color: #d0121b;}
.fs_small {font-size: 85%;}
.em {font-weight: 600;}
.list > li {
	position: relative;
	padding-left: 1.3em;
}
.list > li::before {
	position: absolute;
	top: 0;
	left: 0;
}
.list.kome > li::before {
	content: "※";
}
.list.dot > li::before {
	content: "●";
}

header {
	background: #fff;
}
header .container {
	width: 94%;
	padding: 1em 0;
}
header .elogo {
	width: 20%;
	max-width: 112px;
}

article {
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kv_block {
	background: #daf4ff;
	text-align: center;
	position: relative;
}
.kv_block .container {
	width: 94%;
	padding: 1em 0 2em;
}
.link_btn_block {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-content: center;
	text-align: center;
}
.link_btn_block._row {
	width: 100%;
	max-width: 900px;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto;
}
.link_btn_block._row .link_btn {
	width: 48.5%;
}
.link_btn {
	display: inline-block;
	background: #00a7ea;
	border: 2px solid #fff;
	border-radius: .5em;
	color: #fff;
	text-decoration: none;
	font-size: 125%;
	font-weight: 700;
	text-indent: .05em;
	letter-spacing: .05em;
	line-height: 1.2;
	text-align: center;
	padding: .85em 2em;
	margin-top: 1em;
	box-shadow: .15em .25em .3em rgba(0,0,0,.5);
	transition: .5s;
	position: relative;
	z-index: 1;
}
.link_btn::before {
	content: "";
	display: block;
	width: 100%;
	height: 51%;
	background: rgba(255,255,255,.2);
	border-radius: .5em .5em .75em .75em;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.link_btn._flat {
	border-color: #00a7ea;
	border-radius: 999px;
	box-shadow: .15em .25em .3em rgba(0,0,0,.2);
	padding-right: 3em;
}
.link_btn._flat::before {
	width: 2em;
	height: 2em;
	background: url("../images/slide_next.png") no-repeat center center / auto 100%;
	border-radius: 0;
	top: calc(50% - 1em);
	left: auto;
	right: .5em;
}
.link_btn._flat._flip {
	color: #00a7ea;
	background: #fff;
}
.link_btn._flat._flip::before {
	background-image: url("../images/slide_next_blue.png");
}
.link_btn._cbtn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  padding: .5em 1em;
  margin: 1.5em auto 0;
}
.link_btn._cbtn > span._circle {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  background: #fff100;
  border-radius: .3em;
  color: #00a5e9;
  padding: .25em 1em;
  margin-right: .5em;
}
.link_btn._cbtn > span._circle > span:nth-child(1) {
  border-bottom: 1px solid #00a5e9;
  font-size: 75%;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0;
  padding-bottom: .25em;
}
.link_btn._cbtn > span._circle > span:nth-child(2) {
  font-size: 125%;
  font-weight: 700;
  letter-spacing: .3em;
  text-indent: .3em;
}
.link_btn._cbtn > span.fs_large {
  font-size: 125%;
	font-weight: 700;
}
.main_block {
	background: #daf4ff;
	padding-bottom: 4em;
}
.lead_copy {
	font-weight: 600;
}
.slider {
	margin-top: 1.5em;
}
.slide_box {
	background: #fff;
	border: 2px solid #00a7ea;
	border-radius: 1em;
	margin: 0 1.5em;
}
.slide_tit {
	color: #00a7ea;
	font-size: 125%;
	font-weight: 700;
	line-height: 1.4;
	padding: 1em 3% .5em;
	text-align: center;
}
.slide_body {
	text-align: left;
	padding: 0 3% 1em;
}
.slide_stit {
	background: #00a7ea;
	border-radius: .5em;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	padding: .65em 1em;
	margin-bottom: .75em;
}
.slide_lcopy {
	font-weight: 500;
	text-align: center;
	margin-bottom: 1em;
}
.slide_lcopy._pointimg {
	position: relative;
}
.slide_lcopy._pointimg::before {
	content: "";
	width: 3.5em;
	height: 3.5em;
	background: url("../images/img_point.png") no-repeat center center / auto 100%;
	position: absolute;
	top: -.25em;
	right: 0;
}
.service_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.service_list > li {
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	padding: .25em 1em;
}
.service_list > li:nth-child(even) {
	background: #e5f6fd;
}
.service_list > li > ._icon {
	width: 14%;
	max-width: 100px;
}
.service_list > li > ._txt {
	width: 80%;
	font-size: 90%;
	font-weight: 500;
	line-height: 1.34;
	text-align: center;
}
.service_img {
	width: 60%;
	max-width: 576px;
	margin: 0 auto 1em;
	position: relative;
}
.service_img figcaption {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: .25em;
	font-size: 80%;
	line-height: 1;
	padding: .25em .5em .45em;
	position: absolute;
	right: -25%;
	bottom: 0;
}
.tokusan_img {
	width: 100%;
	max-width: 640px; 
	margin: 0 auto 2em;
}
.teikei_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.teikei_list > li {
	width: 25%;
}
.collabo_list {
	display: grid;
	grid-template-columns: 32% 32% 32%;
	gap: 2%;
	padding-bottom: 1em;
}
.collabo_list figure {
	background: #e5f6fd;
	padding: 1em 0;
	text-align: center;
}
.collabo_list figure img {
	display: inline-block;
}
.collabo_list figcaption {
	font-size: 85%;
	line-height: 1.3;
}
.collabo_list figcaption ._nrw {
	display: inline-block;
	width: 120%;
	transform: scaleX(.8);
	margin: 0 -10%;
}
.collabo_list figcaption ._nrw2 {
	display: inline-block;
	width: 130%;
	transform: scaleX(.75);
	margin: 0 -15%;
}
.bnr_block {
	padding: 3em 0 0;
}
.bnr_block_tit {
	color: #008ae2;
	font-size: 125%;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .02em;
	text-align: center;
}
.bnr_block_tit::before,
.bnr_block_tit::after {
	content: "";
	display: inline-block;
	vertical-align: text-bottom;
	width: 1.5em;
	height: 1.5em;
	background: url("../images/emline.png") no-repeat center center / auto 100%;
	margin-right: .3em;
}
.bnr_block_tit::after {
	transform: scaleX(-1);
	margin-right: 0;
}
.bnr_block ._bnr {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 1em auto;
	background: #fff;
}
.bnr_block ._bnr img {
	border: 1px solid #ccc134;
	transition: .5s;
}
.bnr_block ._bnr img:hover {
	opacity: .7;
}
.white_block {
	background: #fff;
	width: 94%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 2em 0 0;
}
.white_block .link_btn_block {
	margin-top: -1em;
}
.white_block .link_btn._flat {
	color: #000;
	border: 1px solid #000;
	border-radius: .5em;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	font-size: 110%;
	text-align: center;
	padding: 1em 1em 1em 0;
}
.white_block .link_btn._flat::before {
	width: 2.2em;
	height: 2.2em;
	background-image: url("../images/slide_next_black.png");
	top: calc(50% - 1.1em);
	right: -.1em;
}
.fixedbtn {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 100%;
	background: rgba(0,0,0,.2);
	padding: 1.5em;
	margin-top: 1.5em;
}
.fixedbtn.static {
	position: static;
	background: none;
	padding: 0;
}
.fixedbtn .link_btn {
	display: block;
	width: 100%;
	max-width: 550px;
	border-radius: .75em;
	font-size: 130%;
	padding: .75em;
	margin: 0 auto;
}
.fixedbtn .link_btn img {
	display: block;
	width: 75%;
	margin: 0 auto .25em;
}

footer {
	margin-top: 5em;
	padding-bottom: 1em;
}
footer .container {
	width: 94%;
}
footer .fnav {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	font-size: 86%;
}
footer .fnav > li + li {
	position: relative;
	margin-left: .75em;
	padding-left: 1.75em;
}
footer .fnav > li + li::before {
	content: "｜";
	position: absolute;
	top: 0;
	left: 0;
}
footer .fnav > li a {
	color: #000;
	text-decoration: none;
}
footer .fnav > li a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url("../../common/images/icon_blank.svg") no-repeat center center / 100% auto;
  vertical-align: -.1em;
  margin-left: .3em;
}
footer .fnav > li a:hover {
  text-decoration: underline;
}
footer .fnav_top {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	margin-top: 1em;
}
footer .ac_link {
	width: 9em;
	background: #878787;
	color: #fff;
	font-size: 86%;
	text-decoration: none;
	text-align: center;
	line-height: 2.5;
}
footer .elogo {
	width: 25%;
	max-width: 107px;
	margin-top: 1.5em;
}
footer small {
	display: block;
	color: #868686;
	font-size: 65%;
	line-height: 1.5;
	text-align: center;
	margin-top: 2.5em;
}
footer small span {
	display: block;
}

@media only screen and (max-width: 768px) {
	.pc {display: none;}
  
  footer .fnav {
    flex-direction: column;
    font-size: 100%;
  }
  footer .fnav > li + li {
    margin-left: 0;
    padding-left: 0;
    margin-top: 1em;
  }
  footer .fnav > li + li::before {
    content: none;
  }
  footer .fnav > li::after {
    content: "";
    display: inline-block;
    width: .8em;
    height: .8em;
    background: url("../../common/images/arrow_bl.svg") no-repeat 0 0 / cover;
    vertical-align: 0;
    margin-left: .75em;
  }
  footer .fnav_top {
    margin-top: 3em;
  }
  
  
}
@media only screen and (min-width: 769px) {
	body {
		font-size: clamp(1.6rem, 1.1713vw, 1.8rem);
	}
	header .container {
		padding: 1.5em 0;
	}
	.sp {display: none;}
	.kv_block .container {
		padding: 2.5em 0 3em;
	}
	.link_btn_block {
		flex-direction: row;
	}
	.link_btn_block .link_btn {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
	}
	.link_btn_block .link_btn + .link_btn {
		margin-left: 1em;
	}
	.link_btn {
		border-width: 3px;
		border-radius: .6em;
		padding: 1em 3em;
		margin-top: 1.5em;
	}
  .link_btn._cbtn {
    padding: .75em 1em;
  }
  .link_btn._cbtn > span.fs_large {
    font-size: 155%;
  }
	.link_btn:hover {
		background: #008ae2;
		color: #fff;
	}
	.link_btn::before {
		border-radius: .6em .6em .75em .75em;
	}
	.link_btn:hover::before {
		background: rgba(255,255,255,.15);
	}
	.link_btn._flat {
		padding-right: 4em;
	}
	.link_btn._flat::before {
		width: 2.5em;
		height: 2.5em;
		top: calc(50% - 1.25em);
	}
	.link_btn._flat:hover {
		border-color: #008ae2;
	}
	.link_btn._flat:hover::before {
		background: url("../images/slide_next.png") no-repeat center center / auto 100%;
	}
	.link_btn._flat._flip:hover {
		color: #008ae2;
	}
	.link_btn._flat._flip:hover::before {
		background-image: url("../images/slide_next_blueh.png");
	}
	.main_block {
		padding-bottom: 5em;
	}
	.lead_copy {
		text-align: center;
	}
	.slide_box {
		border-width: 3px;
	}
	.slide_tit {
		font-size: 150%;
		padding: 1.5em 2em 1em;
	}
	.slide_body {
		padding: 0 2em 2em;
	}
	.slide_stit {
		font-size: 120%;
	}
	.slide_lcopy {
		font-size: 110%;
	}
	.slide_lcopy._pointimg::before {
		top: 0;
		right: calc(50% - 17em);
	}
	.service_list > li {
		flex-direction: row;
		padding: .5em 1.5em;
		width: 50%;
	}
	.service_list > li:nth-child(3) {
		background: #e5f6fd;
	}
	.service_list > li:nth-child(4) {
		background: #fff;
	}
	.service_list > li > ._icon {
		width: 20%;
	}
	.service_list > li > ._txt {
		width: 60%;
		font-size: 100%;
		margin-top: 0;
	}
	.service_img {
		width: 40%;
		margin-bottom: 2em;
	}
	.teikei_list > li {
		width: 14.285%;
	}
	.collabo_list {
		grid-template-columns: 23.5% 23.5% 23.5% 23.5%;
	}
	.collabo_list figure {
		padding-top: 0;
	}
	.collabo_list figcaption ._nrw,
	.collabo_list figcaption ._nrw2 {
		display: inline;
		width: 100%;
		transform: scaleX(1);
		margin: 0;
	}
	.bnr_block {
		padding: 5em 0 0;
	}
	.bnr_block_tit {
		font-size: 150%;
	}
	.bnr_block ._bnr {
		margin: 2em auto;
	}
	.white_block {
		padding: 3em 0;
	}
	.white_block .link_btn._flat {
		border-width: 3px;
		font-size: 120%;
	}
	.white_block .link_btn._flat::before {
		right: 0;
	}
	.white_block .link_btn._flat:hover {
		background: #eee;
		border-color: #888;
		color: #666;
	}
	.white_block .link_btn._flat:hover::before {
		background-image: url("../images/slide_next_gray.png");
	}
	.fixedbtn {
		margin-top: 3em;
	}
	.fixedbtn .link_btn {
		font-size: 155%;
	}
	
	
}


/* slick.css */
.slick-dotted.slick-slider {
	margin-bottom: 4em;
}
.slick-track {
	display: flex;
}
.slick-slide.slide_box {
	height: auto;
}
.slick-dots {
	bottom: -2.5em;
}
.slick-dots li {
	width: 1em;
	height: 1em;
	margin: 0 .5em;
}
.slick-dots li button {
	width: 1em;
	height: 1em;
	padding: .5em;
}
.slick-dots li button::before {
	content: "●";
	color: #878787;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.3rem;
	width: 1em;
	height: 1em;
	line-height: 1;
	mix-blend-mode: multiply;
}
.slick-dots li.slick-active button::before {
	color: #00a7ea;
	mix-blend-mode: normal;
}
.slick-prev,
.slick-next {
	width: 40px;
	height: 40px;
	line-height: 1;
	background: #e85198 url("../images/slide_prev.png") no-repeat 0 0 / 100% auto;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	top: calc(50% - 20px);
	transition: .5s;
	z-index: 1;
}
.slick-prev::before,
.slick-next::before {
	content: none;
}
.slick-prev {
	left: 1%;
}
.slick-next {
	right: 1%;
	background-image: url("../images/slide_next.png");
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	width: 40px;
	height: 40px;
	background: #ff0080 url("../images/slide_prev.png") no-repeat 0 0 / 100% auto;
}
.slick-prev:focus,
.slick-next:focus {
	opacity: 1;
}
.slick-next:hover,
.slick-next:focus {
	background-image: url("../images/slide_next.png");
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	pointer-events: none;
	opacity: 0;
}
@media only screen and (min-width: 640px) {
	.slick-prev,
	.slick-next {
		width: 60px;
		height: 60px;
		top: calc(50% - 30px);
	}
	.slick-prev {
		left: 10%;
	}
	.slick-next {
		right: 10%;
	}
	.slick-prev:hover,
	.slick-prev:focus,
	.slick-next:hover,
	.slick-next:focus {
		width: 60px;
		height: 60px;
	}
	
}
@media only screen and (min-width: 1200px) {
	.slick-prev {
		left: 15%;
	}
	.slick-next {
		right: 15%;
	}
	
}
@media only screen and (min-width: 1400px) {
	.slick-prev {
		left: 20%;
	}
	.slick-next {
		right: 20%;
	}
	
}
@media only screen and (min-width: 1650px) {
	.slick-prev {
		left: 23%;
	}
	.slick-next {
		right: 23%;
	}
	
}
@media only screen and (min-width: 1850px) {
	.slick-prev {
		left: 28.5%;
	}
	.slick-next {
		right: 28.5%;
	}
	
}











