<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html, body, #body_inner, .container {
  height: 100%;
}

video {
  max-width: 100%;
  height: auto;
}

/*--- トップページ用ヘッダー ---*/
body.home #header {
  /* position:absolute; */
  left: 0;
  right: 0;
}
.sec_h {
  height: 500px;
  background: center no-repeat #FFF;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.iOS .sec_h {
  background-attachment: inherit;
}
.sech_inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/bg_1.png) 0 0 rgba(255, 255, 255, 0.44);
}
.sec_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/cover.png) center no-repeat #000;
  background-attachment: fixed;
  background-size: cover;
}
.iOS .sec_bg {
  background-attachment: inherit;
}
.sec h2 {
  margin: 0 0 20px;
  text-align: left;
}
h3.toph3 {
  color: #176467;
  font-size: 28px;
  font-weight: 200;
  text-align: center;
  border: none;
  padding: 0;
  margin:50px auto 40px;
  display: block;
}
.sec .sec_tit {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  font-weight: 200;
  font-size: 185%;
  padding: 40px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 2px 10px rgb(89 130 128 / 80%);
}
.sec .sec_tit.characteristics {
	padding: 0;
}
.sec .sec_tit .top_x {
  display: block;
  background: url(../images/icon_top_x.png) center no-repeat;
  background-size: 30px;
  height: 50px;
}
.sec p {
  line-height: 2.5;
  text-align: left;
  text-align: justify;
  word-break: break-all;
  color: #adadad;/* color: rgba(255,255,255,0.7); */
}
.top_text {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding: 46px 0 40px;
  line-height: 2.3;
  font-size: 16px;
}
.top_text strong {
  color: #1870b3;
  font-weight: 500;
}
.tsume_mae {
  display: inline-block;
  text-indent: -0.4em;
}
.tsume_ato {
  letter-spacing: -0.4em;
}
 @media screen and (max-width:767px) {
body {
  font-size: 13px;
}
.home .container {
    /*padding-top: 115px;*/
    padding-top: 60px;
}
img {
  max-width: 100%;
  height: auto;
}
.sec_h {
  max-height: 300px;
  background-attachment: initial;
}
.sec_bg {
  max-height: 400px;
  background-attachment: initial;
}
.sec h2 {
}
h3.toph3 {
  font-size: 160%;
  margin-top: 40px;
  border: none;
  font-weight: 200;
  padding: 0;
}
.sec .sec_tit {
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
  padding: 20px 24px;
  width: auto;
  min-width: 0;
  font-size: 150%;
  font-weight: 200;
}
.sec p {
  line-height: 1.9;
  font-size: 96%
}
.top_text {
  width: 90%;
  text-align: justify;
  padding: 26px 0;
  box-sizing: border-box;
  line-height: 1.9;
}
}
/*-----------------------------------------------------------------------------* main_v */

#sec1 {
  background-image: url(../images/top_main.jpg);
  background-position: center top 40px;
  background-attachment: fixed;
  max-height: none;
}
.iOS #sec1 {
  background-attachment: initial;
}
#sec1 .sec_content {
    height: 100%;
    position: relative;
}
#sec1 #top_title {
  text-align: right;
  font-size: 170%;
  letter-spacing: 3px;
  font-weight: normal;
  max-width: 750px;
  min-width: 355px;
  color: #fff;
  text-shadow: 0 3px 4px rgba(27,80,110,0.3);
  box-shadow: 0 4px 20px rgba(99,78,30,0.3);
  background: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#sec1 #top_title img {
  width: 750px;
}
#sec1 #top_title strong {
  color: #ecf1c1;
  font-weight: normal;
}
ul.slick-dots li {
    background: none;
}

@media screen and (max-width:767px) {
#sec1 {
  background: url(../images/top_main_sp.jpg) no-repeat;
  background-position: center;
  height: 430px;
  background-size: cover;
}
#sec1 #top_title {
  width: 90%;
  min-width: 0;
  padding: 0px;
  letter-spacing: 2px;
}
}
@media screen and (max-width:425px) {
#sec1 {
  height: 250px;
}
}
@media screen and (max-width:320px) {
#sec1 {
  height: 200px;
}

}
/*-----------------------------------------------------------------------------* news */
#news {
  background: #f5f4f1;
  /* height:120px; */
  padding: 40px 30px;
}
#news .sec_content {
  text-align: center;
  max-width: 800px;
  position: relative;
  border: rgba(0,0,0,0.2) 1px solid;
  border-width: 0 1px;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}
#news #top_news_body {
  display: block;
  text-align: left;
  vertical-align: top;
  color: #ccc;
  margin-left: 24%;
  border-left: rgba(0,0,0,0.2) 1px solid;
  padding: 5px 10px 5px 5%;
}
#news .news-date {
  padding: 0 0.5em 0 0;
  color: #327577;
  font-size: 90%;
}
#news #top_news_body a, #news #top_news_body p {
  display: block;
  padding: 7px 0 7px;
  font-size: 16px;
}
#news #top_news_body a.btn-to-index {
	position: relative;
    text-align: right;
}
#news #top_news_body a.btn-to-index span {
    background: #87bf9c;
    display: inline-block;
    width: auto;
    position: relative;
    border-radius: 5px;
    padding: 8px;
    color: #fff;
    font-size: 90%;
}
#news #top_news_body p {
  color: #666;
  line-height: 1.5;
}
#news #top_news_body a:hover {
  text-decoration: underline;
}
#news #top_news_body .date {
  display: inline-block;
  margin-right: 5px;
  color: #999;
}
#news #top_news_btn {
  display: block;
  margin: -15px 0 0;
  vertical-align: top;
  position: absolute;
  left: 5%;
  top: 50%;
  width: 14%;
}
#news #top_news_btn h2 {
  text-align: center;
  font-weight: normal;
  margin: 0;
  font-size: 13px;
  padding: 0 0 3px;
  letter-spacing: 2px;
}
img.news-icon {
    margin-right: 0.3rem;
    vertical-align: sub;
}
span.news-red {
    color: #F44336;
}
 @media screen and (max-width:767px) {
#news {
  height: auto;
  padding: 0;
}
#news .sec_content {
  padding: 12px;
  border: none;
}
#news #top_news_body {
  width: auto;
  max-width: none;
  height: auto;
  padding: 0;
  margin-left: 0;
  border: none;
}
#news #top_news_body a, #news #top_news_body p {
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
  border-top: rgba(0,0,0,0.3) 1px dotted;
}
#news #top_news_btn {
  position: static;
  text-align: center;
  margin: 0 auto;
  width: auto;
  letter-spacing: 3px;
}
}
/*-----------------------------------------------------------------------------* sec */
.top-txt-block {
	width: 70%;
	margin: 0 auto 40px;
}
strong {
	color: #176467;
}
.top-txt-block p {
	margin-bottom: 20px;
}
#sec2 {
  background: url(../images/top_first.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 45px;
}
#sec3 {
  background: url(../images/top_second.jpg) no-repeat;
  background-size: cover;
}
#sec4 {
  background: url(../images/top_third.jpg) no-repeat;
  background-size: cover;
  margin-top: 40px;
}
#sec3 .sec_tit {
  font-size: 185%;
  text-align: left;
  letter-spacing: 4px;
  padding: 50px 35px;
  width: 50%;
  display: inline-block;
  box-shadow: 0 2px 10px rgb(89 130 128 / 80%);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box;
  text-align: right;
}
#sec3 .sec_tit strong, #sec4 .sec_tit strong {
    font-weight: 500;
}
#sec4 .sec_tit {
  position: absolute;
  top: 50%;
  left: inherit;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  line-height: 1.8;
  padding: 60px 35px;
  width: 50%;
  margin: 0;
  box-shadow: 0 2px 10px rgb(89 130 128 / 80%);
  box-sizing: border-box;
}
 @media screen and (max-width:767px) {
.top-txt-block {
	width: 96%;
	margin: 0 auto 10px;
}
#sec2 .sec_tit span {
  white-space: nowrap;
}
.sec .sec_tit .top_x {
  background-size: 20px;
  height: 30px;
}
#sec3 {
  background-image: url(../images/top_second_sp.jpg);
}
#sec3 .sec_tit {
  text-align: right;
  font-size: 150%;
  letter-spacing: 1px;
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 20px 24px;
  width: auto;
  min-width: 0;
  font-size: 170%;
}
#sec4 {
  background: url(../images/top_third_sp.jpg) no-repeat;
  margin-top: 26px;
}
#sec4 .sec_tit {
  text-align: left;
  font-size: 150%;
  letter-spacing: 1px;
  position: absolute;
  right: 0;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 20px 24px;
  width: auto;
  min-width: 0;
}
}
#top_form_btn {
  display: block;
  margin: 30px auto 0px;
  max-width: 400px;
}
.flex-container.top_bnrs {
    padding: 75px 0 80px;
    border-top: 1px solid #ccc;
    margin-top: 40px;
	margin-bottom: 0;
    background: #f9f9fa;
}
.top_bnrs .bnr {
  display: block;
  width: 30%;
}
.top_bnrs .bnr &gt; img {
	display: inline-block;
	width: 100%;
	border: 1px solid #d9d9d9;
}
 @media screen and (max-width:767px) {
#top_form_btn {
  padding: 20px 0;
  letter-spacing: 1px;
  width: auto;
  max-width: 400px;
}
.top_bnrs {
  padding: 30px 20px 30px;
  width: auto;
  margin: 20px auto 0;
  box-sizing: border-box;
}
.top_bnrs .bnr {
  display: block;
  margin: 0 0 10px;
  width: 100%;
}
.top_bnrs .bnr img {
  display: block;
  width: 96%;
  margin: 0 auto;
  height: auto;
}
}
/*20210119 トップ変更*/

.panels {
  background: none;
  padding: 0;
  margin: 0 auto;
}
.panels.top-fourth-panels {
    max-width: 700px;
}
.home .panel {
  width: 300px;
  height: 280px;
  background: url(../images/top_bnr_1.jpg) center no-repeat #fff;
}
.home .panel_link {
  height: auto;
  padding-top: 238px;
}
.home .panel_title {
  padding: 10px 0;
  font-size: 16px;
}
.home #pan_ortho1 {
  background: rgb(19 140 192 / 11%) url(../images/top_bnr_1.jpg);
  background-blend-mode: color-burn;
  background-size: 100% auto;
}
.home #pan_ortho2 {
  background: rgb(119 120 145 / 10%) url(../images/top_bnr_5.jpg);
  background-blend-mode: color-burn;
  background-size: 100% auto;
}
.home #pan_ortho3 {
  background: rgb(171 195 128 / 23%) url(../images/top_bnr_6.jpg);
  background-blend-mode: color-burn;
  background-size: 100% auto;
}
.home #pan_ortho4 {
  background: rgb(22 174 218 / 12%) url(../images/top_bnr_2.jpg);
  background-blend-mode: color-burn;
  background-size: 100% auto;
}
.home #pan_ortho5 {
  background: rgb(45 183 189 / 20%) url(../images/top_bnr_3.jpg);
  background-blend-mode: color-burn;
  background-size: 100% auto;
}
.home #pan_ortho6 {
  background: rgb(202 171 37 / 23%) url(../images/top_bnr_4.jpg);
  background-blend-mode: color-burn;
  background-size: 100% auto;
}
.home #pan_ortho7 {
  background-image: url(../images/top_bnr_7.jpg);
  background-size: 100% auto;
}
.home #pan_ortho7_2 {
  background-image: url(../images/top_bnr_7_2.jpg);
  background-size: 100% auto;
}
.home #pan_ortho8 {
  background-image: url(../images/top_bnr_8.jpg);
  background-size: 100% auto;
}
.home #pan_ortho9 {
  background-image: url(../images/top_bnr_9.jpg);
  background-size: 100% auto;
}
.home #pan_ortho1 .panel_title {
  background-color: rgba(0,73,104,0.5);
}
.home #pan_ortho2 .panel_title {
  background-color: rgba(119,120,145,0.5);
}
.home #pan_ortho3 .panel_title {
  background-color: rgb(171 195 128 / 80%);
}
.home #pan_ortho4 .panel_title {
  background-color: rgba(64, 182, 217, 0.8);
}
.home #pan_ortho5 .panel_title {
  background-color: rgba(45, 183, 189, 0.6);
}
.home #pan_ortho6 .panel_title {
  background-color: rgba(213,166,13,0.5);
}
.home #pan_ortho7 .panel_title {
  background-color: rgba(0,0,0,0.3);
}
.home #pan_ortho7_2 .panel_title {
  background-color: rgba(0,0,0,0.3);
}
.home #pan_ortho8 .panel_title {
  background-color: rgba(0,0,0,0.3);
}
.home #pan_ortho9 .panel_title {
  background-color: rgba(0,0,0,0.3);
}
 @media screen and (max-width:767px) {
#top_form_btn {
  padding: 20px 0;
  letter-spacing: 1px;
  width: auto;
  max-width: 400px;
}
.panels {
  /* max-width: 400px; */
  padding: 0 2%;
}
.home .panel {
  width: auto;
  display: inline-block;
  width: 46%;
  box-sizing: border-box;
  height: auto;
  background-position: center center;
  margin: 0 2% 16px;
}
.home .panel_link {
  height: auto;
  padding-top: 100%;
}
.home .panel_title {
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 7px
}
}</pre></body></html>