<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
.pc_none {
  display: none;
}
/*---------------------------------

  header

---------------------------------*/
header {
  padding-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: .3s;
  width: 100%;
  z-index: 3;
	background: #fff;
}
header .wrap {
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  padding: 30px 50px 18px;
  transition: .3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* logo */
header #logo {
  width: 100px;
  margin-right: 1em;
}
header #logo img {
  width: 100%;
}
/*  
  gnav_main
---------------------------------*/
header #gnav_main {}
header #gnav_main #navTgl, header #gnav_main label {
  display: none;
}
header #gnav_main .gnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
header #gnav_main .gnav ul li.active {
  position: relative;
}
header #gnav_main .gnav ul li.active a {
  color: #286499;
}
header #gnav_main .gnav ul li.active::before {
  content: '';
  width: 100%;
  height: 5px;
  background: #286499;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  transform: scale(1, 1);
}
header #gnav_main .gnav ul li {
  position: relative;
  margin: 0 15px;
}
header #gnav_main .gnav ul li::before {
  content: '';
  width: 100%;
  height: 5px;
  background: #286499;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
header #gnav_main .gnav ul li:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
header #gnav_main .gnav ul li a {
  display: inline-block;
  color: #000;
  font-weight: bold;
  transition: .3s;
  position: relative;
}
header #gnav_main .gnav ul li a:hover {
  opacity: 1;
  color: #286499;
}
/*  
  スクロールアクション
---------------------------------*/
header.is-animation {
  background: #fff;
}
header.is-animation .wrap {
  padding: 20px 30px;
  width: 100%;
}
/*---------------------------------

  main

---------------------------------*/
img {
  width: 100%;
  vertical-align: bottom;
}
h1 {
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  margin: 80px 0 80px;
}
h1 .en {
	background: #f2a0a1;
	border-radius: 20px;
  color: #ffffff;
	display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  width: 100%;
	max-width: 900px;
  margin: 10px auto;
}
section h2 {
	text-align: center;
}
section h2 span {
  background: linear-gradient(transparent 50%, #ffe4a7 50%);
  font-size: 28px;
  padding: 0 50px 10px;
  margin: 0 auto 40px;
  display: inline-block;
}
section {
  margin-top: -90px;
  padding-top: 90px;
}
section .wrap {
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}
section .txt {
	line-height: 1.8;
	text-align: justify;
}
section div.btn {
  text-align: center;
  display: block;
  width: 100%;
	max-width: 300px;
  margin: 50px auto 0;
}
section div.btn a {
  text-align: center;
  border: solid 1px #1069BB;
  display: block;
  padding: 20px;
  color: #2CA6E0;
}
section div.btn a:hover {
  background: #2CA6E0;
  color: #fff;
}
/*---------------------------------

  mein_visual

---------------------------------*/
.mein_visual {
  position: relative;
	margin-top: 100px;
	background: #fef4f4;
	text-align: center;
  padding: 40px 0px;
}
.mein_visual img {
  max-width: 1100px;
	width: 100%;
}
/*---------------------------------

  block01

---------------------------------*/
.block01 .section_wrap {
  margin: 0 auto;
  padding: 0px 0 100px;
}
/* 写真+テキスト　横並び */
.block01 .section_wrap .pic_txt_wrap {
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
}
.block01 .section_wrap .pic_txt_wrap figure {
	width: 40%;
}
.block01 .section_wrap .pic_txt_wrap .txt {
	width: 55%;
}
.block01 .section_wrap .pic_txt_wrap .txt h2.copy {
	text-align: justify;
	font-weight: bold;
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 150%;
}
.block01 .section_wrap .pic_txt_wrap .txt ul {
	margin-left: 25px;
}
.block01 .section_wrap .pic_txt_wrap .txt ul li {
	margin: 10px 0;
}
/*---------------------------------

  block02

---------------------------------*/
.block02 .section_wrap {
  margin: 0 auto;
  padding: 0px 0 100px;
}
.block02 .ex {
  margin-top: -90px;
  padding-top: 90px;
	margin-bottom: 50px;
}
.block02 h3 {
  padding: 50px 0 0 10px;
  border-bottom: dotted 2px #D6D6D6;
  font-size: 18px;
  font-weight: bold;
}
.block02 h3 span {
  font-size: 12px;
  font-weight: normal;
}
.block02 div.ex h4 {
  font-weight: bold;
  font-size: 20px;
  border-bottom: #2CAFEF solid 1px;
  border-left: #2CAFEF solid 10px;
  padding-left: 10px;
	margin-bottom: 20px;
}
/* 写真+テキスト　横並び */
.block02 .section_wrap .pic_txt_wrap {
	display: flex;
	justify-content: space-between;
	margin: 50px auto;
}
.block02 .section_wrap .pic_txt_wrap figure {
	width: 45%;
}
.block02 .section_wrap .pic_txt_wrap .txt {
	width: 50%;
}
/* 写真+写真　横並び */
.block02 .section_wrap .pic_wrap {
	display: flex;
	margin: 30px auto;
}
.block02 .section_wrap .pic_wrap figure {
	width: 100%;
	max-width: 400px;
}
/*---------------------------------

  block03

---------------------------------*/
.block03 .section_wrap {
  margin: 0 auto;
  padding: 0px 0 100px;
}
.section_wrap ul.sec_icon li {
  margin: 0px;
  border-bottom: dotted 2px #EFD8D8;
  font-size: 18px;
  list-style: none;
  padding: 10px 0px 10px 36px;
  background-image: url("../images/icon01.png");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position-y: center;
}
.section_wrap ul.sec_icon li span {
  font-size: 12px;
}
/*---------------------------------

  block04

---------------------------------*/
.block04 .section_wrap {
  margin: 0 auto;
  padding: 0px 0 80px;
}
.block04 h4 {
	text-align: center;
	margin: 50px 0 30px;
}
.block04 .section_wrap .list_col {
	display: flex;
	justify-content: space-between;
	list-style: none;
}
.block04 .section_wrap ul.list_col li figcaption {
  text-align: center;
  background: #008899;
  color: #ffffff;
  padding: 10px;
}
.block04 .section_wrap ul.list_col li h3 {
  font-weight: normal;
  padding: 10px 0 10px;
  font-size: 16px;
  text-align: center;
  background-color: #ffffff;
  color: #000000;
  position: relative;
  margin: 0 0 20px 0;
}
.block04 .section_wrap ul.list_col li h3:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 15%;
  height: 5px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #36A5F5;
  border-radius: 2px;
}
.block04 .section_wrap ul.list_col li p.copy {
  font-weight: bold;
  margin: 0px 10px 0;
  font-size: 18px;
  line-height: 200%;
  width: 350px;
}
.block04 .section_wrap ul.list_col li:nth-child(3) p.copy span {
  font-weight: bold;
  font-size: 28px;
  line-height: 150%;
}
.block04 .section_wrap ul.list_col li:nth-child(3) {
  margin: 50px 0 0;
  text-align: center;
}
.block04 .section_wrap ul.list_col li:nth-child(2) {
	order: 1;
}
.block04 .section_wrap h4 {
	font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: rgb(197, 61, 67);
    margin: 50px 0px 30px;
}
/*---------------------------------

  お問い合わせ

---------------------------------*/
.contact .section_wrap {
  background: #f3f3f3;
  margin: 50px auto 50px;
  padding: 70px 0;
  max-width: 1140px;
  width: 90%;
  text-align: center;
}
.contact .section_wrap h2 {
	font-size: 30px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 10px;
}
.contact .section_wrap h2 + p {
  margin-bottom: 30px;
}
.contact .section_wrap .wrap {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 40px auto;
}
.contact .section_wrap .wrap div {
  width: 50%;
  padding: 20px;
	text-align: center;
}
.contact .section_wrap .wrap div + div {
  border-left: 1px solid #ccc;
}
.contact .section_wrap .wrap div h3 {
  color: #2660AD;
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.contact .section_wrap .wrap div p strong {
  font-size: 45px;
  font-weight: 900;
  font-family: 'Impact', 'DIN Condensed', sans-serif;
  line-height: 1.5;
}
.contact .section_wrap .wrap .txt {
  font-size: 16px;
  line-height: 2;
}
.contact .section_wrap .wrap + .txt {
  font-size: 20px;
  line-height: 2;
	text-align: center;
}
.contact .section_wrap .txt a {
  color: #286499;
  text-decoration: underline;
}
/*---------------------------------

  footer

---------------------------------*/
footer {
  text-align: center;
  font-size: 12px;
  background: #286499;
  color: #fff;
  padding: 20px;
}
/*---------------------------------

	pagetop

---------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page-top a {
  background: #8BC4BD;
  text-decoration: none;
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
}
#page-top a .arrow {
  display: block;
}
#page-top a .arrow::before {
  content: '';
  width: 10px;
  height: 6px;
  background: url("../images/pagetop_arrow.svg") no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .3s;
}
#page-top a:hover {
  opacity: 1;
  text-decoration: none;
  background: #5FADA4;
}
#page-top a:hover .arrow::before {
  top: -10px;
}</pre></body></html>