<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-size: 16px;
	font-family:"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",繝｡繧､繝ｪ繧ｪ,Meiryo,"貂ｸ繧ｴ繧ｷ繝�け",YuGothic,sans-serif;
	line-height: 1.6;
	color: #333;
	min-width: 1000px;
	width: 100%;
}

a {
	color: #0064B6;
	transition: .2s;
}

a:hover {
	opacity: .7;
}

.wrap {
	width: 1000px;
	padding: 0 20px;
	margin: auto;
}
.wrap2 {
	width: 879px;
	margin: auto 0 auto auto ;
}

.wrap3 {
	width: 798px;
	margin: auto 0 auto auto ;
}

.header {
	padding: 22px 0;
}

.header .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mv h1 {
	text-align: center;
	margin-bottom: 40px;
}

.mv p {
	text-align: center;
	color: rgba(0, 0, 0, 0.6);
	line-height: 2;
	margin-bottom: 60px;
}

.mv-flex {
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
	text-align: center;
}

.cv1 {
	padding: 60px 0 100px;
}

.cv1 p {
	text-align: center;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 30px;
	font-size: 20px;
}

.cv2 {
  background: rgba(0, 100, 181, 0.1);
	padding: 80px 0;
}


.cv-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.btn1 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #E68706;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	height: 100px;
	width: 474px;
	margin: 0 auto 40px;
	text-decoration: none;
	line-height: 1.2;
}

.btn1 small {
	display: block;
	font-size: 16px;
}

.btn2 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #0064B6;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	height: 60px;
	width: 474px;
	margin: 0 auto;
	text-decoration: none;
	line-height: 1.2;
}

.btn3 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #0064B6;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	height: 60px;
	width: 312px;
	margin: 40px auto 0 auto;
	text-decoration: none;
	line-height: 1.2;
}

.btn4 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #13B965;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	height: 60px;
	width: 474px;
	margin: 0 auto;
	text-decoration: none;
	line-height: 1.2;
}

.btn5 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #E68706;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	height: 80px;
	width: 474px;
	margin: 0 6px 0;
	text-decoration: none;
	line-height: 1.2;
	text-align: center;
}

.btn6 {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #13B965;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	height: 80px;
	width: 312px;
	margin: 0 6px 0;
	text-decoration: none;
	line-height: 1.2;
	text-align: center;
}


.main-ttl {
	background: #0064B6;
	padding: 32px 0;
}

.main-ttl h2 {
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}


.sec1 {
	padding: 80px 0;
}

.sec-ttl {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.icon {
	margin-right: 12px;
	width: 69px;
	font-size: 32px;
	color: #0064B6;
	font-weight: bold;
	text-align: right;
}

.sec-ttl h2 {
	font-size: 32px;
	color: #0064B6;
	font-weight: bold;
}

.lead {
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 40px;
}


.sec1-flex {
	display: flex;
	justify-content: space-around;
	position: relative;
}

.sec1-cont {
	max-width: 40%;
	text-align: center;
}

.sec1-cont:first-child::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 37px;
	border-color: transparent transparent transparent #d00000;
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	margin: auto;
}

.sec1-cont ul {
	text-align: left;
	margin-top: 30px;
}

.sec1-cont li {
	margin-bottom: 5px;
	font-weight: bold;
}

.sec1-cont li small{
	font-size: 14x;
	color: rgba(0, 0, 0, 0.6);
	display: block;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 10px;
}
.sec1-cont p {
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
}

.sec1-cont .end{
	text-align: right;
}

.sec2 {
	background: #F5F5F5;
	padding: 80px 0;
}

.tamaru {
	position: relative;
}

.tamaru::before {
	content: '';
	height: 32px;
	width: 69px;
	position: absolute;
	left: calc(-69px - 12px);
	top: 0;
	background: url(../img/tamaru@2x.png) center center no-repeat / cover;
}

.tukaeru {
	position: relative;
}

.tukaeru::after {
	content: '';
	height: 32px;
	width: 69px;
	position: absolute;
	left: calc(-69px - 12px);
	top: 33px;
	background: url(../img/tukaeru@2x.png) center center no-repeat / cover;
}

.sec3 {
	padding: 80px 0;
}

.sec3 h3 {
	color: #0064B6;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 16px;
}

.sec3 h4 {
	font-weight: bold;
	font-size: 20px;
}

.sec3-cont {
	margin-bottom: 32px;
}

.sec3-flex {
	display: flex;
}

.sec3-flex + img{
	margin-bottom: 24px;
}

.icon2 {
	width: 69px;
	margin-right: 12px;
}

.sec5-cont .icon2 + p {
	width: calc(100% - 12px - 69px);
}


.sec3-flex p {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
}

.shop {
	margin-right: 24px;
}

.note {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.6);
}


.sec4 {
	background: #F5F5F5;
	padding: 80px 0;
}

.sec4-flex {
	display: flex;
	margin-bottom: 24px;
}

.sec4-flex .txt{
	font-size: 24px;
	color: rgba(0, 0, 0, 0.6);
	line-height: 1.2;
	vertical-align: top;
}
.sec4-flex .txt span{
	font-size: 32px;
	color: #0064B6;
	font-weight: bold;
	
}

.sec5 {
	padding: 80px 0;
}

.sec5-flex {
	display: flex;
	margin-bottom: 24px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec5-cont {
	display: flex;
	margin-bottom: 24px;
	width: calc((100% / 2) - 12px);
	color: rgba(0, 0, 0, 0.6);
}

.sec5-cont .icon + div {
	width: calc(100% - 12px - 69px);
}

.sec5-cont h3 {
	font-size: 24px;
	color: #0064B6;
	font-weight: bold;
}

.sec5-cont p {
	font-size: 14px;
}

.sec5-cont ul {
	padding-left: 1.5em;
	margin-top: 10px;
}

.sec5-cont li {
	font-size: 14px;
	margin-bottom: 5px;
}

.sec6 {
	background: #F5F5F5;
	padding: 80px 0;
}

.sec6 h3 {
	margin-top: 8px;
}

.sec6-cont {
	display: flex;
	width: 100%;
}


.sec6-wrap {
	width: 100%;
}

.icon + .sec6-wrap {
	width: calc(100% - 69px - 12px);
}


.sec6-wrap p {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
}

.sec6-cont p {
	display: flex;
	margin-right: 12px;
	
}

.sec6-flex {
	display: flex;
	margin-bottom: 24px;
}

.sec6-flex h3 {
	font-size: 24px;
	color: #0064B6;
	font-weight: bold;
}

.sec6 .sec1-flex {
	justify-content: flex-start;
}

.sec6 .sec1-cont:first-child::before {
	border-color: transparent transparent transparent #0064B6;
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	margin: auto;
	margin-left: 300px;
}

.sec6 .sec1-cont {
	max-width: none;
}

.sec6 .sec1-cont:first-child {
	margin-right: 150px;
}

.sec7 {
	padding: 80px 0;
}

.box {
  border: 2px solid #008BC8;
}

.box p {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
}

.box h2 {
  font-size: 20px;
  background: #008BC8;
  color: #fff;
  padding: 10px;
  margin-bottom: 32px;
}

.box-wrap {
  padding: 0 29px 32px;
}

.box-wrap2 {
  padding: 0 52px;
}

.box-ttl{
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.box-ttl .no {
  display: flex;
  height: 40px;
  width: 40px;
  background: #008BC8;
  color: #fff;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

.box h3{
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}

.box h3 span{
  font-weight: bold;
  color: #D00000;
}

.box-flex {
  display: flex;
  justify-content: space-between;
}

.box-txt2 {
  width: 231px;
  margin-right: 12px;
}

.box-note {
  border-top: 1px solid #eee;
  padding-top: 40px;
  margin-top: 40px;
}

.box-note h3 {
  color: #D00000;
  font-size: 12px;
  margin-bottom: 5px;
}

.box-note li span {
  color: #D00000;
}

.box-note ul {
  padding-left: 1.5em;
}
.box-note li {
  font-size: 12px;
	color: rgba(0, 0, 0, 0.6);
}


.footer {
  text-align: center;
}

.footer h2 {
  font-size: 32px;
  font-weight: bold;
  color: #0064B6;
  margin-bottom: 16px;
}

.footer p {
  font-size:14px;
	color: rgba(0, 0, 0, 0.6);
	margin-bottom: 24px;
}

.footer .btn4 {
  margin: 40px auto;
}

.footer .copy {
  display: block;
  font-size:12px;
	color: rgba(0, 0, 0, 0.4);
	padding: 20px;
}


@media screen and (max-width: 480px){
  .pc {
    display: none;
  }
  html {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  	font-size: 14px;
  	min-width: 0;
  	width: 100%;
  }

  .wrap {
  	width: auto;
  	padding: 0 10px;
  	margin: auto;
  }
  .wrap2 {
  	width: auto;
  	margin: auto ;
  }
  
  .wrap3 {
  	width: auto;
  	margin: auto ;
  }
  .header .misawa{
  	width: 70px;
  }

  .header .misawa + a {
  	font-size: 12px;
  }

  img {
  	max-width: 100%;
  	width: auto;
  	height: auto;
  }
  .cv1 {
  	padding: 40px 0;
  }
  
  .cv2 {
  	padding: 40px 0 20px;
  }
  
  .btn1 {
  	font-size: 16px;
  	height: 80px;
  	width: 100%;
  	margin: 0 auto 20px;
  	border-radius: 5px;
  }
  
  .btn1 small {
  	display: block;
  	font-size: 16px;
  }
  
  .btn2 {
  	font-size: 16px;
  	height: 60px;
  	width: 100%;
  	margin: 0 auto 20px;
  	border-radius: 5px;
  }
  
  .btn3 {
  	font-size: 16px;
  	height: 60px;
  	width: 100%;
  	margin: 0 auto 40px;
  	border-radius: 5px;
  }
  
  .btn4 {
  	font-size: 16px;
  	height: 60px;
  	width: 100%;
  	margin: 0 auto 40px;
  	border-radius: 5px;
  }
  .btn5 {
  	font-size: 16px;
  	height: 60px;
  	width: 100%;
  	margin: 0 auto 20px;
  	border-radius: 5px;
  }
  
  .btn6 {
  	font-size: 16px;
  	height: 60px;
  	width: 100%;
  	margin: 0 auto 20px;
  	border-radius: 5px;
  }

  .mv p {
  	text-align: LEFT;
  	margin-bottom: 40px;
  }
    .mv-flex {
  	flex-wrap: wrap;
  }
  
  .mv-flex div {
  	width: 30%;
  }
  .mv-flex img {
  	zoom:.4;
  }
  
  .cv1 p {
  	text-align: center;
  	margin-bottom: 30px;
  	font-size: 14px;
  }

  .main-ttl {
  	padding: 16px 0;
  }
  
  .main-ttl h2 {
  	font-size: 16px;
  }
  .sec1 {
  	padding: 40px 0;
  }
  .icon {
  	width: 40px;
  	font-size: 24px;
  }
  
  .sec-ttl h2 {
  	font-size: 24px;
  }

  .sec1-flex {
  	display: block;
  }

  .sec1-cont {
  	max-width: 100%;
  	text-align: center;
  	position: relative;
  	display: flex;
  	align-items: flex-start;
  	flex-wrap: wrap;
  	margin-bottom: 20px;
  }

  .sec1-cont img:first-child{
  	max-width: 30%;
  	height: auto;
  }
  .sec1-cont &gt; div {
  	width: 70%;
  }

  .sec1-cont &gt; span {
  	display: block;
  }

  .sec1-cont &gt; span img {
  	width: 100%;
  	max-width: 100% !important;
  }

  .sec1-cont  ul {
  	padding-left: 1.5em;
  }
  
  .sec1-cont &gt; ul {
  	width: 70%;
  	padding-left: 1.5em;
  }
  
  .sec1-cont:first-child::before {
  	content: '';
  	display: block;
  	width: 0;
  	height: 0;
  	border-style: solid;
  	border-width: 24px 20px 0 20px;
  	border-color: #d00000 transparent transparent transparent ;
  	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: -20px;
  	top: auto;
  	margin: auto;
  }

  .sec2 {
  	padding: 40px 0;
  }
  .sec2 .sec1-cont {
  	align-items: center;
  }
  .sec1-cont p {
  	text-align: left;
  	width: 70%;
  	padding-left: 12px;
  }
  .sec3 {
  	padding: 40px 0;
  }
  .sec3 h3 {
  	font-size: 20px;
  }

  .sec4 {
  	padding: 40px 0;
  }
  .sec4 .icon + div {
  	width: calc(100% - 52px);
  }
  .sec4-flex .txt{
  	font-size: 16px;
  }
  .sec4-flex .txt br{
  	display: none;
  }
  .sec4-flex .txt span{
  	font-size: 20px;
  }
  .sec5 {
  	padding: 40px 0;
  }
  .sec5-flex {
  	display: block;
  }
  .sec5-cont {
  	display: flex;
  	margin-bottom: 24px;
  	width: 100%;
  }
  .sec5-cont h3 {
  	font-size: 20px;
  }
  .sec5-cont .icon + div {
  	width: calc(100% - 52px);
  }

  .sec6 {
  	padding: 40px 0;
  }
  .sec6 h3 {
  	font-size: 16px;
  }
  .icon + .sec6-wrap {
  	width: calc(100% - 52px);
  }

  .sec6-cont {
  	display: block;
  }
  .sec6-wrap p {
  	margin-bottom: 10px;
  }
  .sec6 .sec1-flex {
  	display: block;
  }
  .sec6 .sec1-cont {
  	margin-right: 0 !important;
  	max-width: 100% !important;
  }

  .sec6 .sec1-cont img {
  	max-width: 100% !important;
  	margin: 20px 0;
  }
  .sec6 .sec1-cont:first-child::before {
  	border-color: #d00000 transparent transparent transparent ;
  	margin-left: auto;
  	top: auto;
  }

  .sec7 {
  	padding: 40px 0;
  }

  .box-wrap {
    padding: 0 10px 20px;
  }
  .box-wrap2 {
    padding: 0 0;
  }


  .box h3{
    width: calc(100% - 52px);
    font-size: 14px;
  }

  .box img{
    margin-bottom: 10px;
  }

  .box h3 br{
    display: none;
  }

  .box-flex {
    display: block;
  }

  .box-txt2 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .footer h2 {
    font-size: 16px;
  }
  .tamaru::before {
  	left: 0;
  	top: -36px;
  }
  
  .tukaeru::after {
  	left: 70px;
  	top: -36px;
  }
  .tamaru {
  	margin-top: 50px;
  }
  
  .tukaeru {
  	margin-top: 50px;
  }





}</pre></body></html>