<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* line 5, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*!
 * Base
 */
/* line 6, ../sass/common/_base.scss */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

/* line 12, ../sass/common/_base.scss */
body {
  font-size: 13.5px;
  line-height: 1.71;
  color: #2b2f36;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  height: 100%;
}
/* line 20, ../sass/common/_base.scss */
body.win {
  font-family: "Meiryo", sans-serif;
}

/* line 25, ../sass/common/_base.scss */
.wrapper {
  position: relative;
  height: 100%;
  color: #5d5d5d;
}
/* line 29, ../sass/common/_base.scss */
.wrapper a {
  color: #5d5d5d;
}

/* line 34, ../sass/common/_base.scss */
.sans {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

/* line 37, ../sass/common/_base.scss */
.win .sans {
  font-family: "Meiryo", sans-serif;
}

/* line 40, ../sass/common/_base.scss */
a {
  text-decoration: none;
}

/* line 43, ../sass/common/_base.scss */
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media only screen and (min-width: 769px) {
  /* line 49, ../sass/common/_base.scss */
  .title_jp {
    letter-spacing: -0.06em;
  }

  /* line 52, ../sass/common/_base.scss */
  .sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 58, ../sass/common/_base.scss */
  .pc {
    display: none;
  }
}
/* line 64, ../sass/common/_base.scss */
.ex_link {
  position: relative;
}
/* line 66, ../sass/common/_base.scss */
.ex_link:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 8px;
  margin-left: 10px;
  background: url("../images/common/link_ex.png") no-repeat left top;
  background-size: contain;
}

/* line 76, ../sass/common/_base.scss */
.ex_link_white {
  position: relative;
}
/* line 78, ../sass/common/_base.scss */
.ex_link_white:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 2px;
  width: 12px;
  height: 10px;
  display: block;
  background: url("../images/common/link_ex_white.png") no-repeat left top;
  background-size: contain;
}

/* line 29, ../sass/core/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 34, ../sass/core/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 95, ../sass/common/_base.scss */
strong {
  font-weight: bold;
}

/*!
 * Header
 */
@media only screen and (min-width: 769px) {
  /* line 7, ../sass/common/_header.scss */
  header {
    position: relative;
    z-index: 20;
    background: url("../images/top/kv_image.jpg") no-repeat center top;
    background-size: 100% auto;
    height: 67px;
  }
  /* line 14, ../sass/common/_header.scss */
  header .content {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  /* line 18, ../sass/common/_header.scss */
  header .content .logo {
    position: absolute;
    z-index: 100;
    background-color: #fff;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    padding: 10px 18px 10px 18px;
  }
  /* line 27, ../sass/common/_header.scss */
  header .content .logo a {
    display: block;
  }
  /* line 30, ../sass/common/_header.scss */
  header .content .logo img {
    width: 100%;
  }
  /* line 34, ../sass/common/_header.scss */
  header .content .gnav {
    float: right;
    color: #fff;
    font-size: 14px;
    margin-top: 14px;
  }
  /* line 39, ../sass/common/_header.scss */
  header .content .gnav li {
    float: left;
    text-align: center;
    position: relative;
    margin-left: 30px;
  }
  /* line 44, ../sass/common/_header.scss */
  header .content .gnav li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 0px 44px;
    position: relative;
    padding-bottom: 8px;
  }
  /* line 52, ../sass/common/_header.scss */
  header .content .gnav li:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #fff;
  }
  /* line 60, ../sass/common/_header.scss */
  header .content .gnav li.lang p {
    display: inline-block;
    font-family: "Bodoni 72 Oldstyle";
    font-size: 18px;
    margin-right: 12px;
  }
  /* line 66, ../sass/common/_header.scss */
  header .content .gnav li.lang a {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #b1c046;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 8px;
    display: inline-block;
    font-size: 14px;
  }
  /* line 80, ../sass/common/_header.scss */
  header .content .sns_block {
    margin-top: 50px;
  }
  /* line 82, ../sass/common/_header.scss */
  header .content .sns_block li {
    float: left;
    margin-right: 10px;
  }
  /* line 85, ../sass/common/_header.scss */
  header .content .sns_block li a {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 99, ../sass/common/_header.scss */
  header {
    position: relative;
    height: 58px;
    position: relative;
    background: url("../images/top/kv_image.jpg") no-repeat center top;
    height: 54px;
  }
  /* line 105, ../sass/common/_header.scss */
  header .logo {
    position: absolute;
    z-index: 100;
    background-color: #fff;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    box-shadow: 2px 2px 3px -2px #000000;
    -moz-box-shadow: 2px 2px 3px -2px #000000;
    -webkit-box-shadow: 2px 2px 3px -2px #000000;
    padding: 8px 10px;
    text-align: center;
  }
  /* line 118, ../sass/common/_header.scss */
  header .logo a {
    display: block;
  }
  /* line 121, ../sass/common/_header.scss */
  header .logo img {
    width: 70%;
  }
  /* line 125, ../sass/common/_header.scss */
  header #gnavi_trigger {
    width: 24px;
    height: 21px;
    position: absolute;
    right: 25px;
    top: 15px;
    z-index: 50;
  }
  /* line 133, ../sass/common/_header.scss */
  header ul.gnav {
    background-color: #b1c046;
    z-index: 100;
    position: absolute;
    top: 66px;
    right: 0;
    width: 70%;
  }
  /* line 140, ../sass/common/_header.scss */
  header ul.gnav li {
    padding: 10px;
    text-align: center;
    border-top: solid 1px #fff;
    color: #000;
  }
  /* line 145, ../sass/common/_header.scss */
  header ul.gnav li a {
    color: #fff;
    font-size: 16px;
    display: block;
  }
  /* line 152, ../sass/common/_header.scss */
  header ul.gnav li.lang p {
    display: inline-block;
    color: #fff;
    margin-right: 10px;
  }
  /* line 157, ../sass/common/_header.scss */
  header ul.gnav li.lang a {
    font-weight: bold;
    width: 24px;
    text-align: center;
    line-height: 23px;
    height: 23px;
    display: inline-block;
    font-size: 13px;
    background-color: #fff;
    color: #b1c046;
  }
  /* line 169, ../sass/common/_header.scss */
  header ul.gnav li:first-child {
    border: none;
  }
  /* line 172, ../sass/common/_header.scss */
  header ul.gnav li.sns {
    text-align: center;
  }
  /* line 174, ../sass/common/_header.scss */
  header ul.gnav li.sns p {
    display: inline-block;
    color: #fff;
  }
  /* line 178, ../sass/common/_header.scss */
  header ul.gnav li.sns .btn {
    display: inline-block;
    text-align: center;
  }
  /* line 181, ../sass/common/_header.scss */
  header ul.gnav li.sns .btn a {
    margin-left: 8px;
    width: 36px;
    height: 36px;
    display: inline-block;
  }
  /* line 191, ../sass/common/_header.scss */
  header ul.gnav.active:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 12px solid #b1c046;
    position: absolute;
    top: -20px;
    right: 28px;
  }
}
/*!
 * Header
 */
@media only screen and (min-width: 769px) {
  /* line 7, ../sass/common/_footer.scss */
  footer {
    width: 100%;
    height: 197px;
    text-align: center;
    line-height: 240px;
    background-color: #b1c046;
  }
}
@media only screen and (max-width: 768px) {
  /* line 20, ../sass/common/_footer.scss */
  footer {
    width: 100%;
    height: 198px;
    text-align: center;
    line-height: 240px;
    background-color: #b1c046;
  }
}
/*!
 * Button
 */
/* line 5, ../sass/common/_button.scss */
.btn {
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
  position: relative;
  font-weight: bold;
  border-radius: 2px;
}
/* line 30, ../sass/common/_button.scss */
.btn a, .btn span, .btn input, .btn button {
  font-size: 16px;
  padding: 0;
  margin: 0;
  height: 52px;
  line-height: 52px;
  text-align: center;
  vertical-align: middle;
  display: block;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  background: none;
  color: #fff;
  border: none;
  width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
  -moz-transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
  transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
  cursor: pointer;
}
/* line 51, ../sass/common/_button.scss */
.btn:hover {
  opacity: 0.7;
}
/* line 57, ../sass/common/_button.scss */
.btn.gray {
  width: 120px;
  height: 48px;
  background-color: #ceccc8;
  border: 1px solid #bfbbb2;
}
/* line 62, ../sass/common/_button.scss */
.btn.gray a, .btn.gray span, .btn.gray input, .btn.gray button {
  color: #5d5951;
  height: 48px;
  line-height: 48px;
}
/* line 68, ../sass/common/_button.scss */
.btn.red {
  background: #ad0c0c;
  width: 200px;
  height: 60px;
}
/* line 72, ../sass/common/_button.scss */
.btn.red a, .btn.red span, .btn.red input, .btn.red button {
  font-size: 18px;
  color: #fff;
  height: 60px;
  line-height: 60px;
}
/* line 79, ../sass/common/_button.scss */
.btn.black {
  background: #2b2f36;
  height: 40px;
}
/* line 83, ../sass/common/_button.scss */
.btn.black a, .btn.black span, .btn.black input, .btn.black button {
  font-size: 14px;
  color: #fff;
  height: 40px;
  line-height: 40px;
}

/*!
 * Modal
 */
/* line 7, ../sass/common/_modal.scss */
.modal-area .modal-content {
  display: none;
  border: 1px solid #dad7ce;
  background: #ffffff;
  width: 490px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -245px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
  min-height: 240px;
}
/* line 23, ../sass/common/_modal.scss */
.modal-area .modal-content .modal-title {
  font-size: 18px;
  line-height: 59px;
  height: 59px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #dad7ce;
  margin-bottom: -20px;
}
/* line 32, ../sass/common/_modal.scss */
.modal-area .modal-content .modal-inner {
  padding: 50px 30px 30px;
}
/* line 35, ../sass/common/_modal.scss */
.modal-area .modal-content .text {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
/* line 40, ../sass/common/_modal.scss */
.modal-area .modal-content .action {
  margin-top: 40px;
  text-align: center;
}
/* line 44, ../sass/common/_modal.scss */
.modal-area .modal-content .btn {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
/* line 48, ../sass/common/_modal.scss */
.modal-area .modal-content .btn:first-child {
  margin-left: 0;
}
/* line 53, ../sass/common/_modal.scss */
.modal-area .modal-bg {
  display: none;
  position: fixed;
  z-index: 500;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*!
 * Top
 */
@media only screen and (min-width: 769px) {
  /* line 6, ../sass/parts/_top.scss */
  header.top {
    background: none;
  }

  /* line 10, ../sass/parts/_top.scss */
  .kv_wrap {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    background: url("../images/top/kv_image.jpg") no-repeat center center;
    background-size: cover;
  }
  /* line 19, ../sass/parts/_top.scss */
  .kv_wrap h1 {
    width: 1000px;
    margin: 0 auto;
    background: url("../images/top/main_text.png") no-repeat left 240px;
    padding: 289px 0 289px;
    text-indent: 99999px;
    white-space: nowrap;
  }

  /* line 29, ../sass/parts/_top.scss */
  main#top {
    position: absolute;
    top: 600px;
    width: 100%;
    left: 0;
    right: 0;
  }
  /* line 35, ../sass/parts/_top.scss */
  main#top section {
    position: relative;
  }
  /* line 37, ../sass/parts/_top.scss */
  main#top section h3 {
    font-size: 74px;
    color: #b1c046;
    font-family: "Bodoni 72 Oldstyle";
    height: 115px;
    line-height: 115px;
  }
  /* line 43, ../sass/parts/_top.scss */
  main#top section h3 span {
    font-size: 29px;
  }
  /* line 47, ../sass/parts/_top.scss */
  main#top section .bg_green {
    background-color: #b1c046;
  }
  /* line 51, ../sass/parts/_top.scss */
  main#top section .bg_white .inner {
    background-color: #b1c046;
  }
  /* line 54, ../sass/parts/_top.scss */
  main#top section .bg_white h3 {
    color: #fff;
  }
  /* line 58, ../sass/parts/_top.scss */
  main#top section .bg_light-green {
    background-color: #e8eaac;
  }
  /* line 61, ../sass/parts/_top.scss */
  main#top section .background_lower {
    position: relative;
  }
  /* line 63, ../sass/parts/_top.scss */
  main#top section .background_lower:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 350px;
    z-index: 10;
  }
  /* line 73, ../sass/parts/_top.scss */
  main#top section .background_upper {
    position: relative;
  }
  /* line 75, ../sass/parts/_top.scss */
  main#top section .background_upper:after {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    height: 350px;
    z-index: 10;
  }
  /* line 85, ../sass/parts/_top.scss */
  main#top section .h_475 {
    height: 700px;
  }
  /* line 88, ../sass/parts/_top.scss */
  main#top section .inner {
    width: 940px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 30px 30px;
    margin-bottom: 60px;
    position: relative;
    z-index: 30;
  }
  /* line 97, ../sass/parts/_top.scss */
  main#top section .inner_light-green {
    background-color: #e8eaac;
  }
  /* line 100, ../sass/parts/_top.scss */
  main#top section .overlap {
    margin-top: -60px;
    z-index: 100;
    position: relative;
  }
  /* line 105, ../sass/parts/_top.scss */
  main#top section .top_inner {
    width: 974px;
    margin: 0 auto;
    background-color: #fff;
  }
  /* line 109, ../sass/parts/_top.scss */
  main#top section .top_inner .text_area {
    background-color: #fff;
    width: 440px;
    padding: 0 30px 30px 30px;
    float: left;
    margin-top: -90px;
    position: relative;
    z-index: 100;
  }
  /* line 117, ../sass/parts/_top.scss */
  main#top section .top_inner .text_area p {
    font-size: 16px;
    line-height: 30px;
  }
  /* line 122, ../sass/parts/_top.scss */
  main#top section .top_inner .image_area {
    text-align: center;
    padding-top: 160px;
    margin-left: 550px;
  }
  /* line 126, ../sass/parts/_top.scss */
  main#top section .top_inner .image_area img.news_text {
    margin-bottom: 15px;
    width: 100%;
  }
  /* line 132, ../sass/parts/_top.scss */
  main#top section .image_wrap {
    position: relative;
    z-index: 10;
    width: 100%;
    background: url("../images/top/news_image.jpg") no-repeat center center;
    background-size: cover;
  }
  /* line 138, ../sass/parts/_top.scss */
  main#top section .image_wrap h2 {
    width: 1000px;
    margin: 0 auto;
    background: url("../images/top/news_text.png") no-repeat left 220px;
    padding: 289px 0 289px;
    text-indent: 99999px;
    white-space: nowrap;
  }
  /* line 147, ../sass/parts/_top.scss */
  main#top section .image_wrap_02 {
    margin-top: -210px;
    z-index: 10;
    width: 100%;
    background: url("../images/top/main_image_02.jpg") no-repeat center center;
    background-size: cover;
    height: 679px;
  }
  /* line 154, ../sass/parts/_top.scss */
  main#top section .image_wrap_02 h2 {
    width: 1000px;
    margin: 0 auto;
    background: url("../images/top/main_text_02.png") no-repeat left 340px;
    background-size: 80%;
    padding: 328px 0;
    text-indent: 99999px;
    white-space: nowrap;
  }
  /* line 164, ../sass/parts/_top.scss */
  main#top section ul.news_list {
    border-top: solid 1px #b1c046;
  }
  /* line 166, ../sass/parts/_top.scss */
  main#top section ul.news_list li {
    border-bottom: solid 1px #b1c046;
    padding: 25px 0;
  }
  /* line 169, ../sass/parts/_top.scss */
  main#top section ul.news_list li span {
    font-size: 12px;
    margin-right: 30px;
    float: left;
    display: block;
  }
  /* line 175, ../sass/parts/_top.scss */
  main#top section ul.news_list li a {
    display: block;
    margin-left: 130px;
    font-weight: bold;
    font-size: 16px;
  }
  /* line 180, ../sass/parts/_top.scss */
  main#top section ul.news_list li a:hover {
    text-decoration: underline;
  }
  /* line 186, ../sass/parts/_top.scss */
  main#top section ul.staff_list {
    margin-top: 20px;
    float: left;
    position: relative;
    left: 50%;
  }
  /* line 191, ../sass/parts/_top.scss */
  main#top section ul.staff_list li {
    float: left;
    position: relative;
    left: -50%;
    width: 280px;
    text-align: center;
    margin-bottom: 22px;
  }
  /* line 198, ../sass/parts/_top.scss */
  main#top section ul.staff_list li img {
    margin-bottom: 7px;
  }
  /* line 201, ../sass/parts/_top.scss */
  main#top section ul.staff_list li p.name {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #b1c046;
    font-size: 24px;
  }
  /* line 205, ../sass/parts/_top.scss */
  main#top section ul.staff_list li p.name span {
    font-size: 14px;
    display: block;
    margin-top: -2px;
  }
  /* line 211, ../sass/parts/_top.scss */
  main#top section ul.staff_list li p.profile {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }
  /* line 218, ../sass/parts/_top.scss */
  main#top section ul.staff_list li:nth-child(2) {
    margin: 0 44px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 228, ../sass/parts/_top.scss */
  header.top {
    background: none;
  }

  /* line 232, ../sass/parts/_top.scss */
  main#top {
    background-color: #b1c046;
  }

  /* line 236, ../sass/parts/_top.scss */
  .h_475 {
    background-color: #fff;
  }

  /* line 240, ../sass/parts/_top.scss */
  .kv_wrap {
    position: absolute;
    z-index: 10;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    background: url("../images/top/kv_image.jpg") no-repeat center center;
    background-size: cover;
  }
  /* line 249, ../sass/parts/_top.scss */
  .kv_wrap h1 {
    margin: 0 auto;
    background: url("../images/top/main_text.png") no-repeat 16px 115px;
    background-size: 236px;
    padding: 140px 0;
    text-indent: 99999px;
    white-space: nowrap;
  }

  /* line 259, ../sass/parts/_top.scss */
  main#top {
    position: absolute;
    top: 307px;
    width: 100%;
    left: 0;
    right: 0;
  }
  /* line 265, ../sass/parts/_top.scss */
  main#top section {
    position: relative;
  }
  /* line 267, ../sass/parts/_top.scss */
  main#top section h3 {
    font-size: 48px;
    color: #b1c046;
    font-family: "Bodoni 72 Oldstyle";
    height: 95px;
    line-height: 95px;
  }
  /* line 273, ../sass/parts/_top.scss */
  main#top section h3 span {
    font-size: 18px;
  }
  /* line 277, ../sass/parts/_top.scss */
  main#top section h3.title_text {
    padding-top: 30px;
    font-size: 48px;
    line-height: 38px;
    height: 100px;
  }
  /* line 282, ../sass/parts/_top.scss */
  main#top section h3.title_text span {
    display: block;
    font-size: 18px;
  }
  /* line 291, ../sass/parts/_top.scss */
  main#top section .bg_white .inner {
    background-color: #b1c046;
  }
  /* line 294, ../sass/parts/_top.scss */
  main#top section .bg_white h3 {
    color: #fff;
  }
  /* line 298, ../sass/parts/_top.scss */
  main#top section .bg_light-green {
    background-color: #e8eaac;
  }
  /* line 301, ../sass/parts/_top.scss */
  main#top section .background_lower {
    position: relative;
  }
  /* line 303, ../sass/parts/_top.scss */
  main#top section .background_lower:after {
    content: "";
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 140px;
    z-index: 10;
  }
  /* line 313, ../sass/parts/_top.scss */
  main#top section .background_upper {
    position: relative;
  }
  /* line 315, ../sass/parts/_top.scss */
  main#top section .background_upper:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
    z-index: 10;
  }
  /* line 325, ../sass/parts/_top.scss */
  main#top section .inner {
    margin: 0 16px;
    background-color: #fff;
    padding: 0 30px 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 30;
  }
  /* line 333, ../sass/parts/_top.scss */
  main#top section .text_inner {
    margin-top: 40px;
  }
  /* line 335, ../sass/parts/_top.scss */
  main#top section .text_inner p {
    font-size: 16px;
    line-height: 30px;
  }
  /* line 340, ../sass/parts/_top.scss */
  main#top section .inner_02 {
    margin-bottom: 0px;
  }
  /* line 343, ../sass/parts/_top.scss */
  main#top section .move_inner {
    padding: 0 16px 10px;
  }
  /* line 345, ../sass/parts/_top.scss */
  main#top section .move_inner h3 {
    height: 70px;
    line-height: 70px;
  }
  /* line 349, ../sass/parts/_top.scss */
  main#top section .move_inner h3.title_text {
    padding-top: 30px;
    font-size: 40px;
    line-height: 38px;
    height: 100px;
  }
  /* line 354, ../sass/parts/_top.scss */
  main#top section .move_inner h3.title_text span {
    display: block;
    font-size: 18px;
  }
  /* line 359, ../sass/parts/_top.scss */
  main#top section .move_inner iframe {
    height: 177px;
  }
  /* line 363, ../sass/parts/_top.scss */
  main#top section .inner_light-green {
    background-color: #e8eaac;
  }
  /* line 366, ../sass/parts/_top.scss */
  main#top section .overlap {
    margin-top: -32px;
    z-index: 100;
    position: relative;
  }
  /* line 371, ../sass/parts/_top.scss */
  main#top section .top_inner {
    margin: 0 16px;
    background-color: #fff;
  }
  /* line 374, ../sass/parts/_top.scss */
  main#top section .top_inner .text_area {
    background-color: #fff;
    padding: 0 30px 30px 30px;
    margin-top: -35px;
    position: relative;
    z-index: 100;
  }
  /* line 380, ../sass/parts/_top.scss */
  main#top section .top_inner .text_area p {
    font-size: 16px;
    line-height: 30px;
  }
  /* line 385, ../sass/parts/_top.scss */
  main#top section .top_inner .image_area {
    padding: 0 20px 60px 20px;
    text-align: center;
  }
  /* line 388, ../sass/parts/_top.scss */
  main#top section .top_inner .image_area img {
    width: 100%;
    height: auto;
  }
  /* line 392, ../sass/parts/_top.scss */
  main#top section .top_inner .image_area img.news_text {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 398, ../sass/parts/_top.scss */
  main#top section .image_wrap {
    width: 100%;
    background: url("../images/top/news_image.jpg") no-repeat center center;
    background-size: cover;
  }
  /* line 402, ../sass/parts/_top.scss */
  main#top section .image_wrap h2 {
    margin: 0 0 0 16px;
    background: url("../images/top/news_text.png") no-repeat left 115px;
    background-size: 284px;
    padding: 140px 0;
    text-indent: 99999px;
    white-space: nowrap;
  }
  /* line 411, ../sass/parts/_top.scss */
  main#top section .image_wrap_02 {
    margin-top: -70px;
    z-index: 10;
    width: 100%;
    background: url("../images/top/main_image_02.jpg") no-repeat center center;
    background-size: cover;
  }
  /* line 417, ../sass/parts/_top.scss */
  main#top section .image_wrap_02 h2 {
    margin: 0 auto;
    background: url("../images/top/main_text_02.png") no-repeat 16px 200px;
    padding: 189px 0;
    background-size: 284px;
    text-indent: 99999px;
    white-space: nowrap;
  }
  /* line 426, ../sass/parts/_top.scss */
  main#top section ul.news_list {
    border-top: solid 1px #b1c046;
    width: 100%;
  }
  /* line 429, ../sass/parts/_top.scss */
  main#top section ul.news_list li {
    border-bottom: solid 1px #b1c046;
    padding: 25px 0;
  }
  /* line 432, ../sass/parts/_top.scss */
  main#top section ul.news_list li span {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
  }
  /* line 437, ../sass/parts/_top.scss */
  main#top section ul.news_list li a {
    display: block;
    font-weight: bold;
    font-size: 16px;
  }
  /* line 441, ../sass/parts/_top.scss */
  main#top section ul.news_list li a:hover {
    text-decoration: underline;
  }
  /* line 448, ../sass/parts/_top.scss */
  main#top section ul.staff_list li {
    text-align: center;
    margin-bottom: 40px;
  }
  /* line 451, ../sass/parts/_top.scss */
  main#top section ul.staff_list li img {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }
  /* line 456, ../sass/parts/_top.scss */
  main#top section ul.staff_list li p.name {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #b1c046;
    font-size: 24px;
  }
  /* line 460, ../sass/parts/_top.scss */
  main#top section ul.staff_list li p.name span {
    font-size: 14px;
    display: block;
    margin-top: -3px;
  }
  /* line 466, ../sass/parts/_top.scss */
  main#top section ul.staff_list li p.profile {
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
  }
  /* line 475, ../sass/parts/_top.scss */
  main#top section.white {
    background-color: #fff;
  }
  /* line 478, ../sass/parts/_top.scss */
  main#top section.white .inner {
    margin-bottom: 0;
  }
  /* line 481, ../sass/parts/_top.scss */
  main#top section.white .staff_inner {
    margin-top: 30px;
  }
}
/*!
 * Top
 */
@media only screen and (min-width: 769px) {
  /* line 10, ../sass/parts/_report.scss */
  main#report {
    position: absolute;
    top: 173px;
    width: 100%;
    left: 0;
    right: 0;
  }
  /* line 16, ../sass/parts/_report.scss */
  main#report section {
    position: relative;
  }
  /* line 18, ../sass/parts/_report.scss */
  main#report section h2 {
    font-size: 26px;
    color: #fff;
    font-family: "Bodoni 72 Oldstyle";
    height: 40px;
    line-height: 40px;
    background-color: #b1c046;
    padding-left: 10px;
    width: 990px;
    margin: 0 auto;
    margin-bottom: 34px;
  }
  /* line 29, ../sass/parts/_report.scss */
  main#report section h2 span {
    font-size: 16px;
  }
  /* line 33, ../sass/parts/_report.scss */
  main#report section h3 {
    font-size: 74px;
    color: #b1c046;
    font-family: "Bodoni 72 Oldstyle";
    height: 115px;
    line-height: 115px;
  }
  /* line 39, ../sass/parts/_report.scss */
  main#report section h3 span {
    font-size: 29px;
  }
  /* line 43, ../sass/parts/_report.scss */
  main#report section .bg_green {
    background-color: #b1c046;
  }
  /* line 47, ../sass/parts/_report.scss */
  main#report section .background_lower {
    position: relative;
  }
  /* line 49, ../sass/parts/_report.scss */
  main#report section .background_lower:after {
    content: "";
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 85px;
    z-index: 10;
  }
  /* line 59, ../sass/parts/_report.scss */
  main#report section .inner {
    width: 940px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 30px 30px;
    position: relative;
    z-index: 30;
  }
  /* line 67, ../sass/parts/_report.scss */
  main#report section .group {
    width: 1000px;
    margin: 0 auto;
    background-color: #f9f8f8;
    padding: 26px 50px;
    box-sizing: border-box;
    margin-bottom: 24px;
  }
  /* line 74, ../sass/parts/_report.scss */
  main#report section .group .head {
    border-bottom: solid 1px #fff;
    padding-bottom: 19px;
    margin-bottom: 15px;
  }
  /* line 78, ../sass/parts/_report.scss */
  main#report section .group .head h4 {
    color: #b1c046;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 5px;
  }
  /* line 85, ../sass/parts/_report.scss */
  main#report section .group .head p.date {
    font-size: 12px;
  }
  /* line 89, ../sass/parts/_report.scss */
  main#report section .group .image_block {
    margin: 21px 0 11px 0;
  }
  /* line 91, ../sass/parts/_report.scss */
  main#report section .group .image_block img:nth-child(even) {
    margin-left: 15px;
  }
  /* line 95, ../sass/parts/_report.scss */
  main#report section .group .text_block {
    font-size: 16px;
    line-height: 30px;
  }
  /* line 100, ../sass/parts/_report.scss */
  main#report section ul.news_list {
    border-top: solid 1px #b1c046;
  }
  /* line 102, ../sass/parts/_report.scss */
  main#report section ul.news_list li {
    border-bottom: solid 1px #b1c046;
    padding: 25px 0;
  }
  /* line 105, ../sass/parts/_report.scss */
  main#report section ul.news_list li span {
    font-size: 12px;
    margin-right: 30px;
    float: left;
    display: block;
  }
  /* line 111, ../sass/parts/_report.scss */
  main#report section ul.news_list li a {
    display: block;
    margin-left: 130px;
    font-weight: bold;
    font-size: 16px;
  }
  /* line 116, ../sass/parts/_report.scss */
  main#report section ul.news_list li a:hover {
    text-decoration: underline;
  }
  /* line 122, ../sass/parts/_report.scss */
  main#report section .pagination {
    width: 1000px;
    margin: 0 auto;
  }
  /* line 125, ../sass/parts/_report.scss */
  main#report section .pagination ul {
    text-align: right;
  }
  /* line 127, ../sass/parts/_report.scss */
  main#report section .pagination ul li {
    margin-left: 20px;
    font-size: 16px;
    display: inline-block;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  /* line 132, ../sass/parts/_report.scss */
  main#report section .pagination ul li a {
    color: #9e9e9e;
  }
  /* line 136, ../sass/parts/_report.scss */
  main#report section .pagination ul .active {
    color: #b1c046;
    text-decoration: underline;
  }
  /* line 141, ../sass/parts/_report.scss */
  main#report section .pagination ul .next a {
    color: #b1c046;
  }
}
@media only screen and (max-width: 768px) {
  /* line 154, ../sass/parts/_report.scss */
  main#report {
    width: 100%;
  }
  /* line 156, ../sass/parts/_report.scss */
  main#report section {
    position: relative;
  }
  /* line 158, ../sass/parts/_report.scss */
  main#report section h2 {
    font-size: 21px;
    color: #fff;
    font-family: "Bodoni 72 Oldstyle";
    height: 40px;
    line-height: 40px;
    background-color: #b1c046;
    padding-left: 10px;
    width: 990px;
    margin: 0 auto;
    margin-bottom: 34px;
    margin-top: 30px;
  }
  /* line 170, ../sass/parts/_report.scss */
  main#report section h2 span {
    font-size: 10px;
    font-weight: bold;
  }
  /* line 175, ../sass/parts/_report.scss */
  main#report section h3 {
    font-size: 48px;
    color: #b1c046;
    font-family: "Bodoni 72 Oldstyle";
    height: 95px;
    line-height: 95px;
  }
  /* line 181, ../sass/parts/_report.scss */
  main#report section h3 span {
    font-size: 18px;
  }
  /* line 185, ../sass/parts/_report.scss */
  main#report section .group {
    margin: 0 auto;
    background-color: #f9f8f8;
    padding: 26px 50px;
    box-sizing: border-box;
    margin-bottom: 24px;
  }
  /* line 191, ../sass/parts/_report.scss */
  main#report section .group .head {
    border-bottom: solid 1px #fff;
    padding-bottom: 19px;
  }
  /* line 194, ../sass/parts/_report.scss */
  main#report section .group .head h4 {
    color: #b1c046;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 12px;
  }
  /* line 201, ../sass/parts/_report.scss */
  main#report section .group .head p.date {
    font-size: 12px;
  }
  /* line 206, ../sass/parts/_report.scss */
  main#report section .group .image_block img {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  /* line 212, ../sass/parts/_report.scss */
  main#report section .group .text_block {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
  }
  /* line 218, ../sass/parts/_report.scss */
  main#report section .bg_green {
    background-color: #b1c046;
    margin-top: 50px;
  }
  /* line 222, ../sass/parts/_report.scss */
  main#report section .background_lower {
    position: relative;
  }
  /* line 224, ../sass/parts/_report.scss */
  main#report section .background_lower:after {
    content: "";
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 70px;
    z-index: 10;
  }
  /* line 234, ../sass/parts/_report.scss */
  main#report section .inner {
    margin: 0 16px;
    background-color: #fff;
    padding: 0 30px 30px;
    position: relative;
    z-index: 30;
  }
  /* line 241, ../sass/parts/_report.scss */
  main#report section ul.news_list {
    border-top: solid 1px #b1c046;
    width: 100%;
  }
  /* line 244, ../sass/parts/_report.scss */
  main#report section ul.news_list li {
    border-bottom: solid 1px #b1c046;
    padding: 25px 0;
  }
  /* line 247, ../sass/parts/_report.scss */
  main#report section ul.news_list li span {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
  }
  /* line 252, ../sass/parts/_report.scss */
  main#report section ul.news_list li a {
    display: block;
    font-weight: bold;
    font-size: 16px;
  }
  /* line 256, ../sass/parts/_report.scss */
  main#report section ul.news_list li a:hover {
    text-decoration: underline;
  }
  /* line 263, ../sass/parts/_report.scss */
  main#report section .pagination ul {
    text-align: center;
  }
  /* line 265, ../sass/parts/_report.scss */
  main#report section .pagination ul li {
    margin: 0 10px;
    font-size: 16px;
    display: inline-block;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  /* line 270, ../sass/parts/_report.scss */
  main#report section .pagination ul li a {
    color: #9e9e9e;
  }
  /* line 274, ../sass/parts/_report.scss */
  main#report section .pagination ul .active {
    color: #b1c046;
    text-decoration: underline;
  }
  /* line 279, ../sass/parts/_report.scss */
  main#report section .pagination ul .next a {
    color: #b1c046;
  }
}
</pre></body></html>