<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------
 	General
-------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&amp;display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font: normal 16px 'Noto Sans JP', sans-serif,"繝｡繧､繝ｪ繧ｪ",Meiryo,"繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3","Hiragino Kaku Gothic Pro","�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け",sans-serif;
  color: #333;
  line-height: 2.0;
}

ul, nav{
	list-style: none;
}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	opacity: 0.9;
}

a:hover{
	opacity: 1;
}

a.btn{
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #2196F3;
	font-weight: 800;
	text-align: center;
}

hr{
	width: 150px;
	height: 2px;
	background-color: #2196F3;
	border: 0;
	margin-bottom: 80px;
}

section{
	display: flex;
	flex-direction: column;
	align-items: center;

	/*padding: 65px 50px;*/
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.blank_i{width:12px; vertical-align: middle; margin:0px 5px;}
.report{
    width:90%;
    margin: 20px auto;
}
/* 逕ｻ髱｢螟悶↓縺�ｋ迥ｶ諷� */
.fadeinLeft {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(-50px, 0);
  -moz-transform : translate(-50px, 0);
  -ms-transform : translate(-50px, 0);
  -o-transform : translate(-50px, 0);
  transform : translate(-50px, 0);
  -moz-opacity:0.0;
}
.fadeinRight {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(50px, 0);
  -moz-transform : translate(50px, 0);
  -ms-transform : translate(50px, 0);
  -o-transform : translate(50px, 0);
  transform : translate(50px, 0);
  -moz-opacity:0.0;
}
.fadeinBottom {
  opacity:0.0;
  filter: alpha(opacity=0);
  transition : all 500ms;
  -webkit-transform : translate(0, 50px);
  -moz-transform : translate(0, 50px);
  -ms-transform : translate(0, 50px);
  -o-transform : translate(0, 50px);
  transform : translate(0, 50px);
  -moz-opacity:0.0;
}

/* 逕ｻ髱｢蜀�↓蜈･縺｣縺溽憾諷� */
.fadeinLeft.scrollin, .fadeinRight.scrollin, .fadeinBottom.scrollin {
  opacity:1.0;
  filter: alpha(opacity=100);
  -webkit-transform : translate(0, 0);
  -moz-transform : translate(0, 0);
  -ms-transform : translate(0, 0);
  -o-transform : translate(0, 0);
  transform : translate(0, 0);
  -moz-opacity:1.0;
}

#floatingBanner {
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;

}
#floatingBanner a {
  position: fixed;
  display: block;
  transform: translate(-50%,-50%);
  width: 100px;
  height: 100px;
  top: 90vh;
  right: 0;
  z-index: 9999999;
  background-color: #0546A5;
  border-radius: 200px;
  text-align: center;
  padding: 30px 0;
  opacity:0;
  filter: alpha(opacity=0);
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
#floatingBanner a div {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 1.0rem;
  font-weight: 600;
  border-top: solid 4px #fff;
  border-left: solid 4px #fff;
  transform: rotate(45deg);
  margin: 10px auto 0 auto;
}
#floatingBanner a.scrollin {
  opacity:1.0;
  filter: alpha(opacity=100);
}
@media (max-width: 767px){
#floatingBanner a {
  width: 50px;
  height: 50px;
  bottom: 0vh;
  right: -10px;
  z-index: 9999999;
  background-color: #0546A5;
  border-radius: 200px;
  text-align: center;
  padding: 15px 0;
  opacity:0;
  filter: alpha(opacity=0);
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
#floatingBanner a div {
  display: block;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 1.0rem;
  font-weight: 600;
  border-top: solid 4px #fff;
  border-left: solid 4px #fff;
  transform: rotate(45deg);
  margin: 5px auto 0 auto;
}
#floatingBanner a.scrollin {
  opacity:1.0;
  filter: alpha(opacity=100);
}
}
/*-------------
 	Header
-------------*/

header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}

header .logoArea {
  display: flex;
    width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
header .logoArea img {
  margin: 20px;
  height: 50px;
}
header .logoArea img.kana {
  height: 22px;
}

@media (max-width: 767px){

header .logoArea img {
  margin: 20px;
  height: 30px;
}
header .logoArea img.kana {
  height: 15px;
}
    .pc {
  display: none !important;
}
.sp {
  display: block !important;
}

}
/*----------------
 	Hero Section
----------------*/
.hero{
    height: 650px;
}
.hero h1 {
  margin: 0 auto;
  width: 780px;
  color: #00111F;
  text-align: center;
  letter-spacing: 0.05rem;
  font-size: 1.6rem;
}
.hero h1 img {
  margin: 0 0 20px 0;
  width: 100%;
}
.hero{
	position: relative;
	justify-content: center;
	min-height: 650px;
	color: #414a4f;
	text-align: center;
}

.hero .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% auto;
	background-image:url("../img/tp_hero.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
	z-index: -1;
}


.hero dl {
display: flex;
    margin: 0 auto -120px auto;
    padding: 20px 20px 10px 20px;
    width: 50%;
    background-color:rgba(255,255,255,0.76);
    box-shadow: 0 5px 10px rgb(0 0 0 / 40%);
    color: #000;
    font-weight: 400;
    font-size: 1.0rem;
    line-height: 1.4;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hero dl dt {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  width: 25%;
  border-bottom: dotted 1px #666;
  text-align: center;
  font-weight: 600;
}
.hero dl dd {
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  width: 75%;
  border-bottom: dotted 1px #666;
  text-indent: 0;
    text-align: left;
}
.hero dl dd a {
  color: #0546A5 !important;
  text-decoration: underline;
  padding: 0 3px;
}


/*Scroll*/
.hero-scroll {
  position: absolute;
  left: 30px;
  bottom: 120px;
  transform-origin: bottom left;
  transform: rotate(90deg);
  opacity: 0;
  transition: opacity 2s 6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}
.hero-scroll {
  transition-delay: 2s;
}
.hero-scroll_container {
  position: relative;
  font-size: 13px;
  font-size: 0.86667rem;
  font-weight: 400;
  letter-spacing: .05em;
  color: #fff;
  width: 100px;
  padding-bottom: 10px;
  overflow: hidden;
}
.hero-scroll_container::before, .hero-scroll_container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background: #fff;
}
.hero-scroll_container::before {
  opacity: .5;
  width: 100%;
}
.hero-scroll_container::after {
  transform-origin: left center;
  animation: scroll_anime 2.8s infinite forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero-scroll {
  opacity: 1;
}
@keyframes scroll_anime {
  0% {
    width: 10px;
    transform: translateX(-100px);
  }
  20% {
    width: 15px;
    transform: translateX(-100px);
  }
  50% {
    width: 60px;
  }
  80% {
    width: 15px;
    transform: translateX(100px);
  }
  100% {
    width: 10px;
    transform: translateX(100px);
  }
}
@media (max-width: 767px){
	.hero h1 {
  margin: 0 auto;
  width: 90%;
  text-align: center;
  letter-spacing: 0.05rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
	.hero h1 img {
  margin: 0 0 20px 0;
  width: 100%;
}
	.hero{
		min-height: 600px;
	}

	.hero h1{
	font-size: 1.5rem;
	}

	.hero dl {
  display: flex;
  margin: 20px auto 0 auto;
  padding: 20px 20px 10px 20px;
  width: 80%;
  color: #000;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.4;

  flex-wrap: wrap;
  justify-content: space-between;
}
	.hero dl dt {
  display: block;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  width: 25%;
  border-bottom: dotted 1px #666;
  text-align: center;
  font-weight: 600;
}
	.hero dl dd {
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  width: 75%;
  border-bottom: dotted 1px #666;
  text-indent: 0;
}
	.hero dl dd a {
  color: #0546A5 !important;
  text-decoration: underline;
  padding: 0 3px;
}

}

/*--------------------
 	Statement Section
---------------------*/
.bg-white{
    background: #FFFFFF;
}
.container {
  margin: 60px auto;
  width: 600px;
}
.statment {
    padding: 50px 0;
  text-align: center;
}
.statment p {
  margin: 0;
  padding: 0 ;
  font-weight: 600;
  font-size: 1.2rem;
    color: #000;
}


@media (max-width: 767px){
.container {
  margin: 60px auto;
  width: 100%;
}
.statment {
  text-align: center;
}
.statment p {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  font-weight: 600;
  font-size: 1.0rem;
}

}

/*----------------------
 	Nav Section
----------------------*/
.top {top:0}
nav {
  width: 100%;
  background-color: #dee4eb;
    z-index: 9998;
  box-shadow: 0 3px 6px rgba(100,100,100,0.2);
}
.navigation {
  display: flex;
  margin: 0 auto;
  padding: 20px 0;
  width: 820px;
  list-style: none;

  flex-wrap: nowrap;
  justify-content: space-between;
}
.navigation li {
  width: 100%;
  text-align: center;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
  font-weight: 500;
  font-size: 0.8rem;
}
.navigation a.products01navi, .navigation a.products02navi, .navigation a.products03navi {
  display: block;
  padding: 10px 0;
  width: 100%;
  border: solid 2px #dee4eb;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}
.navigation a.products01navi {
  background:#0C3388;
}
.navigation a.products02navi {
  background:#0086D1;
}
.navigation a.products03navi {
  background:#00A0C1;
}

@media (max-width: 767px){
nav {
  width: 100%;
  background-color: #dee4eb;
}
.navigation {
  display: flex;
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.navigation li {
  width: 100%;
  text-align: center;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
  font-weight: 600;
  font-size: 0.7rem;
}
.navigation a.products01navi, .navigation a.products02navi, .navigation a.products03navi {
  display: block;
  padding: 10px 0;
  width: 100%;
  border: solid 0px #dee4eb;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
    height: 70px;
}
.navigation a.products01navi {
  background:#0C3388;
}
.navigation a.products02navi {
  background:#0086D1;
}
.navigation a.products03navi {
  background:#00A0C1;
}

  .hero-scroll {
    bottom: 140px;
    right: 0;
    transition-delay: 6s;
  }
}
/*----------------------
 	Product Section
----------------------*/
.products{
    padding-top: 70px;
    z-index: 10;
}
.products ul {
  margin: 0 0 60px 0;
  padding: 0 0 60px 0;
  border-bottom: solid 1px #000;
  list-style: none;
}

.products h2 {
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  text-align: center;
  font-size: 1.8rem;
}
.products h2 img {
  width: 440px;
}
#products01 h2 {
  background-image: linear-gradient(45deg, #F3981C, #D56939);
  background-position: center 100px;
  background-size: 15%;
  background-repeat: no-repeat;
}
#products02 h2 {
  background-image: linear-gradient(45deg, #8DC556, #45B035);
  background-position: center 100px;
  background-size: 15%;
  background-repeat: no-repeat;
}
#products03 h2 {
  background-image: linear-gradient(45deg, #008CD6, #0068B7);
  background-position: center 100px;
  background-size: 15%;
  background-repeat: no-repeat;
}
.products h3 {
  margin: 0 0 10px 0;
  padding: 5px 0;
  width: 100%;
  background-color: #dee4eb;
  text-indent: 10px;
  font-size: 1.2rem;
}
.products h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 600;
  font-size: 1rem;
}
.products ul li {
  margin: 0 0 60px 0;
}
.productsOutline {
  display: flex;
  width: 100%;

  flex-wrap: nowrap;
  justify-content: space-between;
}
.txt {
  margin: 10px auto 5px auto;
  font-weight: 600;
  font-size: 1.2rem;
  width: 95%;
}
.detail {
  margin: 10px auto 5px auto;
  font-weight: 600;
  font-size: 1.2rem;
  width: 95%;
    text-align: right;
}
.detail a{
    position: relative;
    text-decoration: underline;
    color:#083388;
    padding: 0 0 0 16px;
}
.detail a::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #083388;
}

.detail img{
    vertical-align: middle;
    
}
.productsTxt {
  width: 95%;
  line-height: 1.4;
  margin: 0 auto;
}
.productsTxt span {
  font-weight: 600;
}
.productsTxt a {
  display: inline-block;
  padding: 5px 0;
  width: 48%;
  border: solid 1px #000;
  text-align: center;
}
.productsTxt ul {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
}
.productsTxt ul li {
  margin: 0 0 10px 0;
  padding: 0 0 0 0.5rem;
}

#products01 .productsTxt ul li {
  border-left: solid 3px #F3981C;
}
#products02 .productsTxt ul li {
  border-left: solid 3px #8DC556;
}
#products03 .productsTxt ul li {
  border-left: solid 3px #008CD6;
}
.productsTxt p {
  display: block;
  margin: 0 0 20px 0;
}
#products01 .productsTxt p span {
  color: #F3981C;
  line-height: 1.0;
}
#products01 .productsTxt p span.fsc {
  display: inline-block;
  color: #fff !important;
  background-color: #F3981C;
  margin: 5px 0;
  padding: 4px 6px 5px 6px;
}
#products02 .productsTxt p span {
  color: #8DC556;
  line-height: 1.0;
}
#products02 .productsTxt p span.fsc {
  display: inline-block;
  color: #fff !important;
  background-color: #8DC556;
  margin: 5px 0;
  padding: 4px 6px 5px 6px;
}
#products03 .productsTxt p span {
  color: #008CD6;
  line-height: 1.0;
}
#products03 .productsTxt p span.fsc {
  display: inline-block;
  color: #fff !important;
  background-color: #008CD6;
  margin: 5px 0;
  padding: 4px 6px 5px 6px;
}
.productsTxt a.btnLink {
  border: none;
  background-color: #083388;
  color: #fff;
  font-weight: 400;
}
#products01 .productsTxt a.btnLink {
  background-color: #F3981C;
}
#products02 .productsTxt a.btnLink {
  background-color: #8DC556;
}
#products03 .productsTxt a.btnLink {
  background-color: #008CD6;
}
.Linktxt{
    text-decoration: underline;
    color: #083388;
}
.btnArea {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.btnArea a {
  margin: 0 5px;
}
.btnArea a img {
  width: 1rem;
  padding: 4px 0 0 5px;
}

.txt_center {
    text-align: center;
  font-size: 1.2rem;
}
@media (max-width: 767px){
    .hero .background-image{
	background-size: 100% 100%;
}
.products ul {
  margin: 0 0 60px 0;
  padding: 0;
  border-bottom: solid 1px #000;
  list-style: none;
}

.products h2 {
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
  text-align: center;
  font-size: 1.8rem;
}
.products h2 img {
  width: 80%!important;
}
#products01 h2 {
  background-image: linear-gradient(45deg, #0C3388, #0C3388);
  background-position: center 85px;
  background-size: 15%;
  background-repeat: no-repeat;
}
#products02 h2 {
  background-image: linear-gradient(45deg, #0086D1, #0086D1);
  background-position: center 85px;
  background-size: 15%;
  background-repeat: no-repeat;
}
#products03 h2 {
  background-image: linear-gradient(45deg, #00A0C1, #00A0C1);
  background-position: center 85px;
  background-size: 15%;
  background-repeat: no-repeat;
}
.products h3 {
  margin: 0 0 10px 0;
  padding: 5px 5%;
    text-indent: 0;
  font-size: 1.2rem;
  line-height: 1.4;
}
.products h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 600;
  font-size: 0.8rem;
}
.products ul li {
  margin: 0 0 60px 0;
}
.productsOutline {
  display: inline;
  width: 90%;
  margin: 0 auto;
}
.txt {
  margin: 10px auto;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.4;
  width: 90%;
}
    
.productsImg {
  display: block;
  width: 90%!important;
  height: 55vw;
  background-color: #ddd;
  margin: 0 auto 20px auto;
}
.productsTxt {
  width: 90%!important;
  line-height: 1.4;
  margin: 0 auto;
}
.productsTxt span {
  font-weight: 600;
}
.productsTxt a {
  display: inline-block;
  padding: 5px 0;
  width: 100%!important;
  border: solid 1px #000;
  text-align: center;
}
.productsTxt ul {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  border: none;
}
.productsTxt ul li {
  margin: 0 0 10px 0;
  padding: 0 0 0 0.5rem;
 }
#products01 .productsTxt ul li {
  border-left: solid 3px #0C3388;
}
#products02 .productsTxt ul li {
  border-left: solid 3px #0086D1;
}
#products03 .productsTxt ul li {
  border-left: solid 3px #00A0C1;
}
.productsTxt p {
  display: block;
  margin: 0 0 20px 0;
}
#products01 .productsTxt p span {
  color: #F3981C;
  line-height: 1.0;
}
#products01 .productsTxt p span.fsc {
  display: inline-block;
  color: #fff !important;
  background-color: #F3981C;
  margin: 5px 0;
  padding: 4px 6px 5px 6px;
}
#products02 .productsTxt p span {
  color: #8DC556;
  line-height: 1.0;
}
#products02 .productsTxt p span.fsc {
  display: inline-block;
  color: #fff !important;
  background-color: #8DC556;
  margin: 5px 0;
  padding: 4px 6px 5px 6px;
}
#products03 .productsTxt p span {
  color: #008CD6;
  line-height: 1.0;
}
#products03 .productsTxt p span.fsc {
  display: inline-block;
  color: #fff !important;
  background-color: #008CD6;
  margin: 5px 0;
  padding: 4px 6px 5px 6px;
}
.productsTxt a.btnLink {
  border: none;
  background-color: #083388;
  color: #fff;
  font-weight: 400;
}
#products01 .productsTxt a.btnLink {
  background-color: #F3981C;
}
#products02 .productsTxt a.btnLink {
  background-color: #8DC556;
}
#products03 .productsTxt a.btnLink {
  background-color: #008CD6;
}
.btnArea {
  display: block;
}
.btnArea a {
  width: 100%;
  margin: 0 0 10px 0;
}
.btnArea a img {
  width: 1rem;
  padding: 4px 0 0 5px;
}
}

/*-------------
 	Footer
-------------*/

footer {
  padding: 0 0 30px 0;
  text-align: center;
  font-size: 75%;
}
@media (max-width: 767px){

footer {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 30px 0;
  text-align: left;
  font-size: 0.6rem;
}
}
</pre></body></html>