<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&amp;display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 &amp; IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

body {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

p,
a,
dt,
dd,
li,
th,
td {
  line-height: 1;
}

a {
  color: #1a1a1a;
}
a:hover {
  color: #1a1a1a;
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.breadcrumb li {
  /**/
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.button01 {
  /**/
}

.button02 {
  /**/
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.pager li {
  /**/
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

header {
  /**/
}
@media screen and (max-width: 1366px) {
  header {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.16);
  }
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

footer {
  /**/
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.news-list li {
  /**/
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.slide-menu {
  /**/
}

.access {
  position: relative;
  margin-top: 140px;
}
@media screen and (max-width: 1366px) {
  .access {
    position: static;
    display: flex;
    flex-direction: column-reverse;
  }
}
.access iframe {
  position: absolute;
  top: 10px;
  right: 100px;
  width: 600px;
  height: 340px;
}
@media screen and (max-width: 1366px) {
  .access iframe {
    position: static;
    width: 100%;
    height: 200px;
    margin-top: -60px;
  }
}
.access .access_container {
  background-color: #f7f5f2;
  padding: 60px 0 145px 0;
  width: 990px;
  margin-bottom: 140px;
  padding-left: 200px;
}
@media screen and (max-width: 1366px) {
  .access .access_container {
    width: 100%;
    margin-bottom: 0;
    padding: 60px 20px 80px 20px;
  }
}
.access .access_container .access_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.access .access_container .access_wrap &gt; h2 {
  margin-bottom: 0;
}
.access .access_container .access_wrap .icon {
  width: 25px;
  height: 35px;
  margin-right: 15px;
}
.access .access_container .access_wrap h2 {
  margin-right: 10px;
}
.access .access_container .access_wrap .sub {
  margin-right: 35px;
}
.access .access_container .access_wrap .arrow {
  width: 24px;
}
.access .access_container .read {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #5a5a5a;
  width: 275px;
}
/*
file: _setting.scss
Description: 
Version: 2.2.0
Changelog: 【URL】
Author: NAME
License: 
*/
/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
#id {
  display: none;
}

.view_container .wrap {
  color: #fff;
  background: transparent linear-gradient(270deg, rgba(153, 216, 100, 0) 40%, rgba(105, 193, 28, 0.8784313725) 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content {
  display: flex;
  justify-content: flex-start;
}

.red_container {
  margin-top: 95px;
  width: 100%;
  max-width: 1322px;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
}
.red_container .ttl_red.pc {
  display: flex;
  background-color: #FBECF4;
}
.red_container .ttl_red.pc .box {
  width: 30%;
  position: relative;
}
.red_container .ttl_red.pc .box .box-title {
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translate(-50%, -50%);
}
.red_container .ttl_red.pc .box .box-title p {
  line-height: 3.5em;
}
.red_container .ttl_red.pc .box .box-title h3 {
  font-size: xx-large;
  line-height: 2.5em;
  font-size: 30px;
}
.red_container .ttl_red.pc .box .box-title h3::after {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: black;
}
.red_container .ttl_red.pc .img-box {
  width: 70%;
}
.red_container .ttl_red.pc .img-box img {
  width: 100%;
  object-fit: cover;
}
.red_container .ttl.sp {
  display: none;
}

@media screen and (max-width: 1366px) {
  .content {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .red_container {
    margin-top: 76px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .red_container .ttl_red.pc {
    display: none;
  }
  .red_container .ttl.sp {
    width: 100%;
    display: block;
    position: relative;
  }
  .red_container .ttl.sp img {
    position: absolute;
    height: 155px;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: 0% 100%;
  }
  .red_container .ttl.sp .box {
    width: 100%;
    height: 155px;
  }
  .red_container .ttl.sp .box .box-title {
    position: absolute;
    top: 50%;
    left: 22%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.25), -2px 2px 2px rgba(0, 0, 0, 0.25), 2px -2px 2px rgba(0, 0, 0, 0.25), -2px -2px 2px rgba(0, 0, 0, 0.25);
  }
  .red_container .ttl.sp .box .box-title h3 {
    font-size: x-large;
    font-weight: bold;
    line-height: 2.5em;
    font-size: 18px;
  }
  .red_container .ttl.sp .box .box-title h3::after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    color: white;
    border: 1px solid white;
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.25), -2px 2px 2px rgba(0, 0, 0, 0.25), 2px -2px 2px rgba(0, 0, 0, 0.25), -2px -2px 2px rgba(0, 0, 0, 0.25);
  }
  .red_container .ttl.sp .box .box-title p {
    font-size: small;
    line-height: 3.5em;
  }
}
.greeting {
  width: 70%;
  margin-left: 109px;
  margin-bottom: 75px;
}
@media screen and (max-width: 1366px) {
  .greeting {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.greeting .greeting_container {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .greeting .greeting_container {
    display: block;
  }
}
.greeting .greeting_container img {
  width: 320px;
  object-fit: cover;
}
@media screen and (max-width: 1366px) {
  .greeting .greeting_container img {
    width: 100%;
  }
}
.greeting .greeting_container .img-box.sp {
  display: none;
}
.greeting .greeting_container .img-box.pc {
  display: block;
}
@media screen and (max-width: 1366px) {
  .greeting .greeting_container .img-box.sp {
    display: block;
    text-align: center;
  }
  .greeting .greeting_container .img-box.sp img {
    height: 280px;
  }
  .greeting .greeting_container .img-box.pc {
    display: none;
  }
}
.greeting .greeting_container .right {
  margin-left: 50px;
}
@media screen and (max-width: 1366px) {
  .greeting .greeting_container .right {
    margin-left: 0;
  }
}
.greeting .greeting_container .right .ttl {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: 0.14em;
  color: #1a1a1a;
  margin: 40px 0 60px 0;
}
.greeting .greeting_container .right ul li {
  margin-bottom: 15px;
}
.greeting .greeting_container .right ul li .read {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #1a1a1a;
}
.greeting .history {
  display: flex;
  width: 100%;
  margin-bottom: 90px;
}
@media screen and (max-width: 1366px) {
  .greeting .history {
    margin-bottom: 45px;
  }
}
.greeting .history .history-content {
  width: 60%;
}
@media screen and (max-width: 1366px) {
  .greeting .history .history-content {
    width: 100%;
  }
}
.greeting .history .history-content .name {
  text-align: left;
  font-size: large;
  line-height: 4em;
  border-bottom: 1px solid #FF76BB;
  width: 100%;
  max-width: 485px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1366px) {
  .greeting .history .history-content .name {
    line-height: 1em;
    margin-top: 25px;
    padding-bottom: 1em;
  }
}
.greeting .history .history-content .history-text .text {
  line-height: 2em;
  font-size: medium;
}
.greeting .history .img-box {
  width: 40%;
}
@media screen and (max-width: 1366px) {
  .greeting .history .img-box {
    width: 217px;
    height: 284px;
    margin: 0 auto;
  }
}
.greeting .history .img-box img {
  margin: 0 auto;
  width: 100%;
  object-fit: cover;
}
.greeting .title {
  position: relative;
  padding-left: 16px;
  font-size: large;
  margin-bottom: 20px;
}
.greeting .title::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #FF76BB;
  width: 5px;
  height: 1.2em;
  left: 0;
  top: 0;
}
.greeting .message {
  margin-bottom: 90px;
}
@media screen and (max-width: 1366px) {
  .greeting .message {
    margin-bottom: 45px;
  }
}
.greeting .message .content {
  display: block;
}
@media screen and (max-width: 1366px) {
  .greeting .message .content {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }
}
.greeting .message .content strong {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
}
@media screen and (max-width: 1366px) {
  .greeting .message .content strong {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.greeting .message .content p {
  display: block;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 2em;
}
@media screen and (max-width: 1366px) {
  .greeting .message .content p {
    line-height: 1.8em;
  }
}
.greeting .message .name {
  margin-top: 45px;
  text-align: right;
  font-size: large;
}
.greeting .link-btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.greeting .link-btn a {
  width: 48%;
  height: 220px;
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .greeting .link-btn a {
    width: 100%;
    height: 171px;
  }
  .greeting .link-btn a:last-child {
    margin-bottom: 0;
  }
}
.greeting .link-btn a::before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.1;
  left: 0;
  z-index: 1;
}
.greeting .link-btn a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 90%;
}
.greeting .link-btn a p {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  font-size: large;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.25), -2px 2px 2px rgba(0, 0, 0, 0.25), 2px -2px 2px rgba(0, 0, 0, 0.25), -2px -2px 2px rgba(0, 0, 0, 0.25);
}
.greeting .link-btn a p::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 136px;
  height: 1px;
  background-color: white;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.25), -2px 2px 2px rgba(0, 0, 0, 0.25), 2px -2px 2px rgba(0, 0, 0, 0.25), -2px -2px 2px rgba(0, 0, 0, 0.25);
}
.greeting .link-btn a p::after {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 50%;
  transform: translate(70px, 0%) rotate(-30deg);
  width: 20px;
  height: 1px;
  background-color: white;
  box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.25), -2px 2px 2px rgba(0, 0, 0, 0.25), 2px -2px 2px rgba(0, 0, 0, 0.25), -2px -2px 2px rgba(0, 0, 0, 0.25);
}
.greeting .bottom {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #1a1a1a;
  margin-bottom: 25px;
}
.greeting .name {
  text-align: end;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 500;
  color: #1a1a1a;
}

.color_bg::before {
  height: 125%;
  top: 100px;
}/*# sourceMappingURL=greeting.css.map */</pre></body></html>