<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

img {
  width: 100%;
}
.row-reverse {
  flex-direction: row-reverse;
}

.inner {
 max-width: 1400px;
}
.section_title_head {
  position: relative;
  text-align: center;
}
.title_en {
  color: #90bfd2;
  font-family: 'EB Garamond', serif;
  letter-spacing: 0.195em;
  font-size: 52px;
}
.lower .mainVisual .mainVisual__inner .txtArea h2 {
  line-height: 1.5;
}
.lower .mainVisual .mainVisual__inner .txtArea h2 span.line_title {
  display: flex !important;
  font-size: 56px;
  align-items: center;
  letter-spacing: 0.2em;
}
.line_title:before,
.line_title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #00193f;
}
.line_title:before {
  margin-right: 1rem;
}
.line_title:after {
  margin-left: 1rem;
}

@media only screen and (max-width:768px) {
  .title_en {
    letter-spacing: 0.1em;
    font-size: 32px;
  }
  .lower .mainVisual .mainVisual__inner .txtArea h2 span.line_title {
    font-size: 32px;
  }
}

/* point
================================== */
.point {
  overflow: hidden;
}
.point_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.point_wrap_img {
  width: 62.5%;
}
.point_wrap_body {
  width: 36%;
}
.point_label_title {
  width: 80%;
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 3px 8px; 
  color: #fff;
  background: rgb(106,162,191);
  background: linear-gradient(90deg, rgba(106,162,191,1) 0%, rgba(255,255,255,0) 70%);
}
.point_wrap_title {
  margin-top: 36px;
  font-size: 32px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 500;
}
.point_wrap_text {
  margin-top: 24px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.wide_left {
  margin-right: auto;
  margin-left: calc(50% - 50vw);
}
.wide_right {
  margin-left: auto;
  margin-right: calc(50% - 50vw);
}


@media only screen and (max-width:768px) {
  .point_wrap {
    flex-direction: column;
    row-gap: 32px;
    margin-top: 40px;
  }
  .point_wrap_img {
    width: 100%;
  }
  .point_wrap_body {
    width: 100%;
  }
  .point_label_title {
    width: 100%;
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 3px 8px; 
  }
  .point_wrap_title {
    margin-top: 20px;
    font-size: 22px;
  }
  .point_wrap_text {
    margin-top: 20px;
    font-size: 16px;
  }
  .wide_left,
  .wide_right {
    width: 100vw ;
    margin-inline: calc(50% - 50vw);
  }
}

/* flow_area
============================ */
.lower section.flow_area {
  position: relative;
  padding-bottom: 180px;
  background-color: #eeeeee;
}
.flow_title {
  position: relative;
  text-align: center;
  z-index: 2;
}
.flow_text + .flow_text {
  margin-top: 30px;
}
.flow_text span {
  font-size: 38px;
  letter-spacing: 0.1em;
  padding: 12px 8px;
  background-color: #fff;
}
.flow_img {
  position: relative;
  z-index: 2;
  margin-top: 80px;
}
.flow_img_item {
  position: relative;
  display: block;
  width: calc(100% - 200px);
  max-width: 1400px;
  margin-inline: auto;
  z-index: 2;
}
.flow_arrow {
  position: absolute;
  display: block;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 76%;
  z-index: 1;
}

@media only screen and (max-width:768px) {
  .lower section.flow_area {
    padding-bottom: 80px;
  }
  .flow_text + .flow_text {
    margin-top: 0px;
  }
  .flow_text span {
    font-size: 20px;
    line-height: 2.5;
    padding: 6px 14px;
  }
  .flow_img {
    margin-top: 40px;
  }
  .flow_img_item {
    width: calc(100% - 20px);
  }
  .flow_arrow {
    bottom: 20px;
    height: 60%;
  }
}

/* equipment_area
============================ */
.equipment_area {
  padding: 120px 0;
  background-color: #e9f1f5;
}
.equipment_contents + .equipment_contents {
  margin-top: 140px;
}
.equipment_wrap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 43px;
  row-gap: 60px;
}
.equipment_title {
  margin-top: 18px;
  font-size: 30px;
  letter-spacing: 0.1em;
  text-align: center;
}
.equipment_text {
  margin-top: 14px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.equipment_cap {
  display: block;
  font-size: 16px;
  letter-spacing: normal;
  margin-top: 12px;
}

@media only screen and (max-width:768px) {
  .equipment_area {
    padding: 60px 0;
  }
  .lower .section_title {
    margin-top: 18px;
  }
  .equipment_contents + .equipment_contents {
    margin-top: 80px;
  }
  .equipment_wrap {
    margin-top: 30px;
    grid-template-columns: repeat(1,1fr);
    row-gap: 30px;
  }
  .equipment_title {
    margin-top: 14px;
    font-size: 18px;
  }
  .equipment_text {
    margin-top: 12px;
    font-size: 16px;
  }
  .equipment_cap {
    font-size: 12px;
    margin-top: 10px;
  }
}


/* banner_area
============================= */
.banner_item {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.banner_item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../imgs/banner_img_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s ease-out;
}
.banner_item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  outline: 1px solid rgb(255, 255, 255);
	outline-offset: -8px;
  z-index: 2;
  transition: all .5s ease-out;
}
.banner_item_body {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  background-color: rgba(159, 194, 207, .8);
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.banner_item:hover::after {
  transform:scale(1.05);
}
.banner_item:hover::before {
  background-color: rgba(51, 51, 51, .1);
}

@media only screen and (max-width:768px) {
  .banner_item::after {
    background-image: url(../imgs/banner_img_sp.jpg);
  }
  .banner_item_body {
    width: 200px;
    height: 200px;
  }
}

/* finebubble  
================================== */
/* .finebubble {
  margin-top: 80px;
} */
.c02box02 {
	display: flex;
	background: #9EA9B0;
	color: #FFF;
}
.c02box02_l {
	width: 50%;
}
.c02box02_r {
	width: 50%;
	box-sizing: border-box;
	padding: 40px;
}
.c02box02_r .fb_txt01 {
	font-size: 24px;
	margin: 0 0 40px 0;
}
.c02box02_r .fb_txt02 {
	font-size: 24px;
	font-family: "EB Garamond";
	letter-spacing: 0.1em;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #FFF;
}
.c02box02_r .fb_txt03 {
	font-size: 18px;
	margin: 0 0 15px 0;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.c02box02_r .fb_txt04 {
	font-size: 14px;
	margin: 0 0 40px 0;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.c02box04 {
	display: flex;
	background: #9EA9B0;
	color: #FFF;
	justify-content: space-between;
	padding: 40px;
}
.c02box04_l {
	width: 33%;
}
.c02box04 .fb_txt01 {
	font-size: 24px;
	font-family: "EB Garamond";
	letter-spacing: 0.1em;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #FFF;
}
.c02box04 .fb_txt02 {
	font-size: 18px;
	margin: 0 0 15px 0;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.c02box04 .fb_txt03 {
	font-size: 14px;
	margin: 0 0 40px 0;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.c02box04 .fb_txt04 {
	font-size: 16px;
	margin: 0 0 5px 0;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.c02box04 .fb_txt05 {
	font-size: 12px;
	margin: 0 0 10px 0;
	line-height: 1.8;
	letter-spacing: 0.1em;
	padding: 5px 10px;
	background: #FFF;
	color: rgba(158, 169, 176, 1.00);
	display: inline-block;
}
.c02box04 .fb_txt06 {
	font-size: 12px;
	margin: 0 0 0 0;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.c02box04_r {
	width: 20.5%;
	box-sizing: border-box;
}
.c02box05 {
	display: flex;
	background: #D8DCDF;
	color: #000;
	justify-content: space-between;
}
.c02box05_l {
	width: 33%;
}
.c02box05 .fb_txt01 {
	font-size: 18px;
	margin: 0 0 15px 0;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.c02box05 .fb_txt02 {
	font-size: 14px;
	margin: 0 0 0 0;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.c02box05_r {
	width: 40%;
	box-sizing: border-box;
	padding: 40px 40px 40px 40px;
}
.c02box05_r2 {
	width: 26%;
	box-sizing: border-box;
	padding: 40px 40px 0 0;
}
.c02box05 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c02box05 li {
	width: 48%;
	padding: 20px;
	background: #FFF;
	border-radius: 10px;
	margin: 0 0 10px;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	line-height: 1.4;
	height: 90px;
}
.c02box06 {
	display: flex;
	justify-content: space-between;
}
.c02box06_l {
	width: 22.5%;
}
.c02box06_r {
	width: 76%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.c02box06_r .equ_item01:nth-child(3n) {
	max-width: 290px;
	margin: 0 0 30px 0;
}
.equ_item02 {
	max-width: 400px;
	margin: 0 40px 30px 0;
}
.equ_item02:nth-child(3n) {
	max-width: 400px;
	margin: 0 0 30px 0;
}
.finebubble_cap {
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
  margin-right: 40px;
  margin-top: 8px;
}

@media screen and (max-width: 1280px) {
	.c02box01_r .equ_item01 {
		width: 48.333%;
		margin: 0 3.333% 30px 0;
	}
	.c02box01_r .equ_item01:nth-child(2n) {
		width: 48.333%;
		margin: 0 0 30px 0;
	}
	.c02box01_f .equ_item01 {
		width: 22.5%;
		margin: 0 3.333% 30px 0;
	}
	.c02box01_f .equ_item01:nth-child(4n) {
		width: 22.5%;
		margin: 0 0 30px 0;
	}
	.c02box06_l {
		width: 22.5%;
		margin-right: 3.333%
	}
	.c02box06_r {
		width: 77.5%;
	}
	.c02box06_r .equ_item01 {
		width: 31%;
		margin: 0 3.5% 30px 0;
	}
	.c02box06_r .equ_item01:nth-child(3n) {
		width: 30%;
		margin: 0 0 30px 0;
	}
	.c02box01_f .equ_item02 {
		width: 31%;
		margin: 0 3.5% 30px 0;
	}
	.c02box01_f .equ_item02:nth-child(3n) {
		width: 31%;
		margin: 0 0 30px 0;
	}
}
@media screen and (max-width: 768px) {
	/* .finebubble {
    margin-top: 40px;
	} */
	.c02box02 {
		display: flex;
		background: #9EA9B0;
		color: #FFF;
		flex-wrap: wrap;
	}
	.c02box02_l {
		width: 100%;
	}
	.c02box02_r {
		width: 100%;
		box-sizing: border-box;
		padding: 5%;
	}
	.c02box02_r .fb_txt01 {
		font-size: 4.5vw;
		margin: 0 0 20px 0;
	}
	.c02box02_r .fb_txt02 {
		font-size: 4.5vw;
		font-family: "EB Garamond";
		letter-spacing: 0.1em;
		margin: 0 0 10px;
		padding: 0 0 10px;
		border-bottom: 1px solid #FFF;
	}
	.c02box02_r .fb_txt03 {
		font-size: 4vw;
		margin: 0 0 15px 0;
		line-height: 1.6;
		letter-spacing: 0.1em;
	}
	.c02box02_r .fb_txt04 {
		font-size: 3vw;
		margin: 0 0 20px 0;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}
	.c02box03 {
		display: flex;
		background: #9EA9B0;
		color: #FFF;
		flex-wrap: wrap;
	}
	.c02box04 {
		display: flex;
		background: #9EA9B0;
		color: #FFF;
		justify-content: space-between;
		padding: 5%;
		flex-wrap: wrap;
	}
	.c02box04_l {
		width: 100%;
	}
	.c02box04 .fb_txt01 {
		font-size: 4.5vw;
		font-family: "EB Garamond";
		letter-spacing: 0.1em;
		margin: 0 0 10px;
		padding: 0 0 10px;
		border-bottom: 1px solid #FFF;
	}
	.c02box04 .fb_txt02 {
		font-size: 4.5vw;
		margin: 0 0 15px 0;
		line-height: 1.6;
		letter-spacing: 0.1em;
	}
	.c02box04 .fb_txt03 {
		font-size: 3vw;
		margin: 0 0 40px 0;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}
	.c02box04 .fb_txt04 {
		font-size: 3vw;
		margin: 0 0 5px 0;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}
	.c02box04 .fb_txt05 {
		font-size: 10px;
		margin: 0 0 7px 0;
		line-height: 1.8;
		letter-spacing: 0.1em;
		padding: 5px 10px;
		background: #FFF;
		color: rgba(158, 169, 176, 1.00);
		display: inline-block;
	}
	.c02box04 .fb_txt06 {
		font-size: 10px;
		margin: 0 0 0 0;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}
	.c02box04_r {
		width: 100%;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between
	}
	.c02box04_r .equ_item01img {
		width: 40%;
		margin: 10px 0 0 0;
	}
	.c02box04_r .equ_item01txt {
		width: 55%;
		margin: 0 0 20px 0;
	}
	.c02box05 {
		display: flex;
		background: #D8DCDF;
		color: #000;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.c02box05_l {
		width: 100%;
	}
	.c02box05 .fb_txt01 {
		font-size: 18px;
		margin: 0 0 15px 0;
		line-height: 1.6;
		letter-spacing: 0.1em;
	}
	.c02box05 .fb_txt02 {
		font-size: 14px;
		margin: 0 0 20px 0;
		line-height: 1.8;
		letter-spacing: 0.1em;
	}
	.c02box05_r {
		width: 100%;
		box-sizing: border-box;
		padding: 20px 5% 0;
		margin: 0;
	}
	.c02box05_r2 {
		width: 100%;
		box-sizing: border-box;
		padding: 0 5% 20px 5%;
	}
	.c02box05 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.c02box05 li {
		width: 48%;
		padding: 20px;
		background: #FFF;
		border-radius: 10px;
		margin: 0 0 10px;
		text-align: center;
		align-items: center;
		display: flex;
		justify-content: center;
		line-height: 1.4;
		height: 70px;
		font-size: 4vw
	}
  .finebubble_cap {
    text-align: left;
    margin-right: 0;
  }
}</pre></body></html>