@charset "UTF-8";
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*!
* ress.css • v1.0.1
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
/**
* 1. All browsers without overlaying scrollbars
* 2. iOS 8+

* 1. すべてのブラウザで、スクロールバーのオーバーレイを無し。
* 2. iOS 8+
*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

/**
* 1. Inherit text-decoration and vertical align to ::before and ::after pseudo elements

* 1. 「::before」と「::after」に、「text-decoration」と「vertical-align」を継承。
*/
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit; }

/**
* 1. Set `background-repeat: no-repeat` to all elements
* 2. Reset `padding` and `margin` of all elements

* 1. すべての要素に、「background-repeat: no-repeat;」を指定。
* 2. すべての要素に、「padding」と「margin」をリセット。
*/
* {
  background-repeat: no-repeat;
  /* 1 */
  padding: 0;
  /* 2 */
  margin: 0; }

/* # =================================================================
# General elements
# ================================================================= */
/**
* Add the correct display in iOS 4-7.

* iOS 4-7に、正しいdisplayを設定。
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/**
* 1. Show the overflow in Edge and IE

* 1. EdgeとIEに、「overflow: visible;」を定義。
*/
hr {
  overflow: visible;
  /* 1 */ }

/**
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11

* IE8/9に、displayプロパティを定義。
* IE10/11とFirefoxのdetail要素とsummary要素に、displayプロパティを定義。
* IE11のmain要素に、displayプロパティを定義。
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
* 1. Set font-size to 80% in `small` elements

* 1. small要素に、フォントサイズ「80%」を定義。
*/
small {
  font-size: 80%;
  /* 1 */ }

/**
* 1. Add the correct display in IE

* 1. IEに、displayプロパティを定義。
*/
[hidden],
template {
  display: none;
  /* 1 */ }

/**
* 1. Add a bordered underline effect in all browsers
* 2. Remove text decoration in Firefox 40+

* 1. すべてのブラウザに、点線を定義。
* 2. Firefox40+に、テキストの装飾を削除。
*/
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */ }

/**
* 1. Remove the gray background on active links in IE 10
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+

* 1. IE10に、アクティブリンクのグレーの背景を削除。
* 2. iOS8+とSafari8+に、リンクの下線のギャップを削除。
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
* 1. Remove the outline when hovering in all browsers

* 1. すべてのブラウザに、ホバー時のアウトラインを削除。
*/
a:active,
a:hover {
  outline-width: 0;
  /* 1 */ }

/**
* 1. Specify the font family of code elements

* 1. コード要素に、フォントファミリーを指定。
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */ }

/**
* 1. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+

* 1. Edge12+, Safari6.2+, Chrome18+に、「bold」を適用。
*/
b,
strong {
  font-weight: bolder;
  /* 1 */ }

/**
* 1. Address styling not present in Safari and Chrome

* 1. SafariとChromeに、定義。
*/
dfn {
  font-style: italic;
  /* 1 */ }

/**
* Address styling not present in IE 8/9

* 1. IE8/9に、定義。
*/
mark {
  background-color: #ff0;
  color: #000; }

/**
* https://gist.github.com/unruthless/413930
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0; }

/**
* 1. Firefox 36+

* 1. Firefox 36+
*/
[type="number"] {
  width: auto;
  /* 1 */ }

/**
* 1. Safari 8+

* 1. Safari 8+
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
* 1. Safari 8

* 1. Safari 8
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* 1 */ }

/**
* 1. Internet Explorer 11+
* 2. Specify textarea resizability

* 1. Internet Explorer 11+
* 2. textarea要素に、垂直方向のリサイズを指定。
*/
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
* 1. Specify font inheritance of form elements

* 1. フォーム要素に、フォントの継承を指定。
*/
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */ }

/**
* 1. Restore the font weight unset by the previous rule.

* 1. 前の指定により、フォントのウェイトを再定義。
*/
optgroup {
  font-weight: bold;
  /* 1 */ }

/**
* 1. Address `overflow` set to `hidden` in IE 8/9/10/11

* 1. IE8/9/10/11に、overflow時にhiddenを設定。
*/
button {
  overflow: visible;
  /* 1 */ }

/**
* Remove inner padding and border in Firefox 4+

* Firefox4+に、内側のpaddingとborderを削除。
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/**
* Replace focus style removed in the border reset above

* 1. フォーカス時のスタイルを定義。
*/
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4
* 2. Correct the inability to style clickable types in iOS

* 1. Android4に、ネイティブのaudio要素とvideo要素のコントロールのバグを防ぐ。
* 2. iOSに、クリッカブルなbutton要素のtypeのスタイルを修正。
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
* 1. Firefox 40+, Internet Explorer 11-

* 1. Firefox 40+, Internet Explorer 11-
*/
button,
select {
  text-transform: none;
  /* 1 */ }

/**
* Remove the default button styling in all browsers

* すべてのブラウザにおいて、デフォルトのボタンのスタイルを削除。
*/
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/**
* Style select like a standard input
* 1. Firefox 36+
* 2. Chrome 41+

* 標準的なinput要素のスタイルを選択。
* 1. Firefox 36+
* 2. Chrome 41+
*/
select {
  -moz-appearance: none;
  /* 1*/
  -webkit-appearance: none;
  /* 2 */ }

/**
* 1. Internet Explorer 11+

* 1. Internet Explorer 11+
*/
select::-ms-expand {
  display: none;
  /* 1 */ }

/**
* 1. Internet Explorer 11+

* 1. Internet Explorer 11+
*/
select::-ms-value {
  color: currentColor;
  /* 1 */ }

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11
* 2. Correct the color inheritance from `fieldset` elements in IE
* 3. Correct the text wrapping in Edge and IE
* 4. Correct the text wrapping in Edge and IE
* 5. Correct the text wrapping in Edge and IE

* 1. IE 8/9/10/11に、カラーの継承を定義。
* 2. IEに、fieldset要素からカラーを継承するように定義。
* 3. EdgeとIEに、テキストのラッピングを修正。
* 4. EdgeとIEに、テキストのラッピングを修正。
* 5. EdgeとIEに、テキストのラッピングを修正。
*/
legend {
  border: 0;
  /* 1*/
  color: inherit;
  /* 2 */
  display: table;
  /* 3 */
  max-width: 100%;
  /* 4 */
  white-space: normal;
  /* 5 */ }

/**
* 1. Correct the inability to style clickable types in iOS and Safari
* 2. Change font properties to `inherit` in Chrome and Safari

* 1. iOSとSafariに、クリッカブルなtypeのスタイルを修正。
* 2. ChromeとSafariに、フォントプロパティの継承を変更。
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
* Correct the text style of placeholders in Chrome, Edge, and Safari

* Chrome, Edge, Safariに、テキストのスタイルを修正。
*/
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
* 1. Correct the odd appearance in Chrome and Safari
* 2. Correct the outline style in Safari

* 1. ChromeとSafariに、アピアランスを修正。
* 2. Safariに、アウトラインを修正。
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/* # =================================================================
# Specify media element style
# ================================================================= */
/**
* 1. Remove border when inside `a` element in IE 8/9/10

* 1. IE8/9/10に、a要素の中にある時にボーダーを削除。
*/
img {
  border-style: none;
  /* 1 */ }

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera

* 1. Chrome, Firefox, Operaに、正しいvertical-alignを与える。
*/
progress {
  vertical-align: baseline; }

/**
* 1. Internet Explorer 11-

* 1. Internet Explorer 11-
*/
svg:not(:root) {
  overflow: hidden;
  /* 1 */ }

/**
* 1. Internet Explorer 11+, Windows Phone 8.1+

* 1. Internet Explorer 11+, Windows Phone 8.1+
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */ }

/* # =================================================================
# Acessibility
# ================================================================= */
/**
* Hide content from screens but not screenreaders

* コンテンツを隠す時は、スクリーンリーダーからでなく、スクリーンから。
*/
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/**
* Specify the progress cursor of updating elements

* アップデート中の要素のプログレスのカーソルを指定。
*/
/* */
[aria-busy="true"] {
  cursor: progress; }

/**
* Specify the pointer cursor of trigger elements

* トリガー要素のポインターのカーソルを指定。
*/
[aria-controls] {
  cursor: pointer; }

/**
* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements

* 使用不可、編集不可の要素のスタイルが無いカーソルを指定。
*/
[aria-disabled] {
  cursor: default; }

/* # =================================================================
# Selection
# ================================================================= */
/**
* Specify text selection background color and omit drop shadow

* テキスト選択時の背景色を指定し、ドロップシャドウを削除。
*/
/**
* 1. Required when declaring ::selection

* 1. 「::selection」を使用する時に必要。
*/
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none; }

/**
* 1. Required when declaring ::selection

* 1. 「::selection」を使用する時に必要。
*/
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none; }
::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #fff;
  text-shadow: none; }

img {
  width: 100%;
  vertical-align: bottom; }

h1, h2, h3, h4, h5, h6, p, a, li, th, td {
  font-family: "Rounded Mplus 1c"; }

.icon {
  width: 50px;
  line-height: 50px; }

.nav_btn {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #ffffff; }
  .nav_btn span {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ff00ff;
    margin: 10px 10px 0 10px; }
    .nav_btn span:last-child {
      margin-bottom: 10px; }

.nav_btn span.active:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(45deg);
  -ms-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg); }

.nav_btn span.active:nth-child(2) {
  opacity: 0; }

.nav_btn span.active:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(-45deg);
  -ms-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg); }

@media screen and (min-width: 768px) {
  .nav_btn {
    display: none; } }

.header {
  width: 100%;
  top: 0; }

.c_header {
  position: fixed;
  top: 0;
  left: 0; }

.top_header_wrap {
  position: fixed;
  z-index: 100;
  width: 100%;
  overflow: hidden;
  background-image: url(../images/nav_bg.png);
  background-repeat: repeat;
  opacity: 0.8;
  -webkit-box-shadow: 3px #ccc;
  box-shadow: 3px #ccc; }
  .top_header_wrap .niji {
    display: block;
    float: left;
    line-height: 90px;
    padding-left: 10px;
    font-size: 18px; }
    .top_header_wrap .niji a {
      color: #000000;
      text-decoration: none; }
    .top_header_wrap .niji span {
      font-size: 10px; }

.header_link_area {
  position: fixed;
  width: 30%;
  right: 0;
  top: 3%;
  overflow: hidden; }

.header_link_img {
  float: left; }

.nana_link_img {
  width: 70%;
  max-width: 180px;
  max-height: 80px;
  padding: 0; }

.fb_link_img {
  width: 30%;
  max-height: 50px;
  max-width: 50px; }

.header_ttl {
  position: relative; }

.header_img_p {
  display: none; }

.contact_btn {
  position: fixed;
  z-index: 10;
  top: 5px;
  right: 60px;
  width: 50%;
  max-width: 400px; }

.header_img {
  top: 70px;
  display: none;
  position: absolute; }

@media screen and (min-width: 568px) {
  .header_link_area {
    top: 0;
    right: 20%;
    width: 30%;
    float: left;
    overflow: hidden; }
  .header_link_img {
    float: left; }
  .nana_link_img {
    width: 70%;
    padding: 5px 10px 0 10px;
    padding: 0; }
  .fb_link_img {
    width: 30%;
    max-height: 50px;
    max-width: 50px; } }

@media screen and (min-width: 768px) {
  .top_header {
    width: 100%;
    overflow: hidden; }
    .top_header .niji {
      display: block;
      width: 40%;
      float: left;
      line-height: 70px;
      padding-left: 10px;
      font-size: 24px; }
      .top_header .niji span {
        font-size: 12px; }
  .header_link_area {
    top: 0;
    right: 40%;
    width: 20%;
    float: left;
    overflow: hidden; }
  .header_link_img {
    float: left; } }

@media screen and (min-width: 1024px) {
  .top_header {
    width: 100%;
    overflow: hidden; }
  .header_ttl_area {
    width: 60%;
    float: left;
    overflow: hidden; }
    .header_ttl_area .niji {
      width: 70%;
      float: left;
      padding-left: 30px;
      font-size: 28px; }
      .header_ttl_area .niji span {
        font-size: 14px; }
    .header_ttl_area .header_link_area {
      width: 20%;
      float: right;
      margin: 0;
      padding: 0; }
      .header_ttl_area .header_link_area .nana_link_img {
        width: 60%;
        margin: 8px 0; }
      .header_ttl_area .header_link_area .fb_link_img {
        width: 40%;
        max-height: 70px;
        max-width: 70px;
        margin-top: 0;
        margin: 5px 0;
        padding-top: 0;
        padding: 0 5px; }
  .header_img_m {
    display: none; }
  .header_img_p {
    display: block; } }

@media screen and (min-width: 1300px) {
  .header_link_area {
    display: inline-block;
    text-align: right; }
  .nana_link_img {
    width: 50%;
    padding: 0 20px;
    margin: 0; }
  .fb_link_img {
    width: 50%;
    max-height: 50px;
    max-width: 50px; } }

.nav_menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  padding: 10% 0;
  background-color: rgba(0, 0, 0, 0.7); }
  .nav_menu li {
    text-align: center; }
    .nav_menu li a {
      display: block;
      line-height: 100px;
      font-size: 20px;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      letter-spacing: 1px; }
      .nav_menu li a:hover {
        color: #49adff;
        background-image: url(../images/nav_h.png);
        background-size: contain;
        background-position: center center; }

#hear {
  background-image: url(../images/nav_h.png);
  background-size: contain;
  background-position: center center; }

.footer_nav_area {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 50px 0 150px 0; }
  .footer_nav_area li {
    list-style-type: none;
    text-align: center;
    display: block; }
    .footer_nav_area li a {
      display: block;
      text-decoration: none;
      color: #000000;
      font-size: 14px;
      line-height: 28px; }
      .footer_nav_area li a:hover {
        color: #00ff00; }

@media screen and (min-width: 768px) {
  .nav {
    width: 40%;
    float: right;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000; }
  .nav_menu {
    display: block;
    overflow: hidden;
    background-color: transparent;
    position: relative;
    padding: 0; }
    .nav_menu li {
      width: 20%;
      float: left;
      border-right: 1px dotted #000; }
      .nav_menu li:last-child {
        border-right: none; }
      .nav_menu li a {
        line-height: 70px;
        font-size: 10px; }
  .footer_nav_area {
    overflow: hidden; }
    .footer_nav_area li {
      width: 20%;
      float: left; } }

@media screen and (min-width: 1024px) {
  .nav_menu {
    margin: 0 auto; }
    .nav_menu li:first-child {
      border-left: 1px dotted #000; }
    .nav_menu li:last-child {
      border-right: 1px dotted #000; }
  .nav_menu li a {
    font-size: 16px; color: #000000;} }

.main {
  width: 100%; }

.t_main {
  padding-top: 0px; }

.c_main {
  margin-top: 120px; }

.rainbow_bg {
  display: none; }

.main_sect {
  margin-top: 30px;
  padding: 16px; }

.main_ttl_area {
  text-align: center;
  margin: 0 auto; }
  .main_ttl_area p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px; }
  .main_ttl_area .under {
    border-top: dotted #ccc 2px;
    width: 80%;
    margin: auto 10%; }
  .main_ttl_area .t_under {
    margin-top: 50px; }
  .main_ttl_area .b_under {
    margin: 50px auto; }

.sect_ttl {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 32px; }

.info_txt_area {
  border: solid 2px #000;
  border-radius: 20px;
  -webkit-box-shadow: 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 3px rgba(0, 0, 0, 0.3);
  padding: 10px;
  background-color: #ffffff;
  height: 280px;
  overflow-y: scroll; }
  .info_txt_area p {
    line-height: 24px; }
    .info_txt_area p a {
      color: #cf31ad;
      text-decoration: none;
      font-weight: bold; }
  .info_txt_area::-webkit-scrollbar {
    width: 12px; }
  .info_txt_area::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 2px #777;
    box-shadow: inset 0 0 2px #777; }
  .info_txt_area::-webkit-scrollbar-thumb {
    background: #ffa9d1;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none; }

.shien_img_area {
  width: 60%;
  margin: 20px 20%; }
  .shien_img_area img {
    width: 100%; }

.shien_txt_area {
  background-position: center 0; }

.shien_txt {
  padding-left: 10px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 32px; }

.user_txt span {
  color: #ffa2db; }

.public_txt span {
  color: #fff456; }

.life_txt span {
  color: #412cff; }

.ichinishi_img {
  display: none; }

.access_sect {
  margin-top: 40px; }

.access_wrap {
  width: 100%; }

.map_area iframe {
  width: 100%; }

.link_area {
  padding: 10px 0; }

.facebook_area {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0; }

.report_icon:hover {
  opacity: 0.7; }

.c_access_sect iframe {
  width: 100%; }

.access_ico {
  color: #6dff68; }

.business_view {
  margin-top: 30px; }
  .business_view p {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    background-image: url(../images/ve_bg.png);
    background-position: center right;
    background-size: cover;
    -webkit-box-shadow: 1px 1px 1px 1px #acedf8;
    box-shadow: 1px 1px 1px 1px #acedf8;
    margin-top: 10px; }

.hyouka_area {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px; }
  .hyouka_area img {
    width: 50%;
    float: left;
    padding: 10px; }

.report_block {
  margin-bottom: 30px;
  width: 100%;
  overflow: hidden; }
  .report_block > div {
    margin-bottom: 30px; }
  .report_block .report_txt_block {
    border: #ccc dotted 3px;
    border-radius: 30px;
    padding: 20px; }

@media screen and (min-width: 568px) {
  .link_area {
    padding: 10px 0;
    width: 100%;
    overflow: hidden; }
  .facebook_area {
    max-width: 300px;
    width: 70%;
    float: left;
    padding: 0; }
  .nana_link_area {
    width: 30%;
    float: right;
    padding: 0; }
  .report_block > div {
    width: 50%;
    float: left;
    padding: 0 20px; } }

@media screen and (min-width: 768px) {
  .main_ttl_area .main_txt {
    background-image: url(../images/raimbow02.png);
    background-repeat: no-repeat;
    background-position: center -30px;
    background-size: 300px; }
  .main_ttl_area img {
    width: 100%; }
  .main_ttl_area p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 44px; }
  .sect_ttl {
    font-size: 30px;
    line-height: 50px; }
  .info_txt_area {
    width: 70%;
    margin: 0 15%; }
    .info_txt_area p {
      line-height: 40px; }
      .info_txt_area p time {
        width: 30%; }
  .support_area {
    width: 100%;
    overflow: hidden;
    border: #fff solid 1px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 30px;
    -webkit-filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.6)); }
  .shien_img_area {
    margin: 0 auto;
    width: 25%;
    float: left; }
    .shien_img_area img {
      width: 100%; }
  .shien_txt_area {
    width: 75%;
    float: right;
    padding: 30px 0; }
  .shien_txt {
    padding: 0 10px 0 20px;
    line-height: 44px; }
  .flow_txt_area {
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .ichinishi_img {
    display: block; }
  .ichinishi_img_m {
    display: none; }
  .access_sect {
    margin-top: 50px; }
  .map_area {
    width: 100%; }
    .map_area iframe {
      width: 100%; }
  .sect_wrap {
    width: 100%;
    overflow: hidden; }
  .flow_sect {
    width: 65%;
    float: left; }
  .flow_txt_area {
    width: 100%; }
  .access_wrap {
    width: 100%;
    padding: 0;
    overflow: hidden; }
  .map_area {
    width: 65%;
    float: left;
    padding: 0 10px 0 0; }
    .map_area iframe {
      width: 100%; }
  .link_area {
    width: 30%;
    float: right;
    margin: 0;
    padding: 0;
    padding-top: 60px; }
    .link_area .facebook_area {
      width: 100%;
      margin: 0;
      padding: 0; }
      .link_area .facebook_area iframe {
        width: 100%; }
    .link_area .nana_link_area {
      width: 100%; }
      .link_area .nana_link_area img {
        padding-top: 10px; }
  .niji_img_area {
    width: 35%;
    float: right; }
  .hyouka_sect {
    margin-bottom: 50px;
    margin-top: 0 !important; }
    .hyouka_sect .hyouka_area img {
      width: 20%;
      margin: 30px 0; }
  .report_block p {
    font-size: 18px; }
  .report_block > div {
    width: 50%;
    float: right;
    padding: 0 20px; }
  .c_wrapper {
    position: absolute;
    width: 100%;
    background-image: url(../images/contents_bg.jpg);
    background-size: cover;
    background-position: 0 0; }
  .c_main_sect {
    width: 100%;
    float: none;
    height: auto; }
    .c_main_sect .txt_block {
      width: 100% !important;
      border: #eee solid 1px;
      border-radius: 30px;
      padding: 20px 50px;
      -webkit-box-shadow: 10px 10px 10px rgba(209, 255, 149, 0.6);
      box-shadow: 10px 10px 10px rgba(209, 255, 149, 0.6); }
  .fa-moon {
    font-size: 50px;
    color: #ffef0d; }
  .service_sect {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/txt_bg01.png);
    background-position: top right;
    padding-bottom: 50px; }
    .service_sect:nth-child(2) {
      padding-bottom: 0; }
    .service_sect h3 {
      height: 80px; }
  .s_price_main {
    background-image: url(../images/txt_bg05.png);
    background-position: center center;
    background-size: contain; }
  .s_price_sect {
    height: 500px; }
  .recruit_sect {
    padding-bottom: 300px; }
  .c_access_sect .txt_block {
    margin-bottom: 50px;
    background-image: url(../images/txt_bg03.png);
    background-size: cover;
    background-position: center center; }
    .c_access_sect .txt_block span {
      display: inline-block;
      width: 150px; }
  .business_view p {
    font-size: 24px; } }

@media screen and (min-width: 1024px) {
  .main_wrap {
    margin-top: 100px; }
  .rainbow_bg {
    display: block;
    position: absolute;
    z-index: -1;
    height: 1000px;
    width: 100%;
    top: 600px;
    right: 0; }
    .rainbow_bg img {
      width: 100%; }
  .contents_wrap {
    max-width: 1024px;
    width: 90%;
    margin: auto;
    margin-bottom: 70px; }
  .main_ttl_area {
    width: 100%;
    max-width: 1300px; }
    .main_ttl_area p {
      padding-bottom: 20px;
      font-size: 20px; }
  .hyouka_area {
    margin-top: -80px; }
  .c_main_wrap div {
    width: 33.3%;
    padding-right: 10px;
    float: left; }
  .c_main_sect {
    max-width: 1024px;
    width: 90%;
    margin: auto;
    margin-bottom: 30px; }
    .c_main_sect p {
      font-size: 20px;
      line-height: 36px; }
  .c_sect_ttl {
    margin-left: 0; }
  .sub_ttl {
    font-size: 24px;
    line-height: 40px; }
  .top_area_wrap {
    width: 100%;
    overflow: hidden;
    margin-top: 70px; }
  .info_sect {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0; }
  .info_txt_area {
    width: 100%;
    margin: 0; }
  .photo_sect {
    width: 50%;
    float: right;
    margin: 0;
    margin-top: 50px;
    padding: 0; }
    .photo_sect img {
      padding: 0 0 0 100px;
      margin-top: 20px; }
  .shien_txt_area {
    padding-left: 20px; }
  .shien_txt {
    width: 100%;
    margin: 0;
    font-size: 22px;
    padding-left: 20px;
    text-indent: -12px; }
  .flow_sect {
    width: 70%; }
  .link_area {
    padding-top: 60px;
    width: 28%; }
    .link_area .nana_link_area {
      width: 70%;
      margin: 0 15%; } }

.footer {
  width: 100%;
  background-image: url(../images/footer_bg.png);
  background-size: cover; }

.footer_txt_area {
  position: relative;
  z-index: 1;
  width: 100%;
  bottom: 30px; }
  .footer_txt_area .add_area {
    width: 80%;
    margin: 0 10%; }
    .footer_txt_area .add_area .niji_txt {
      font-size: 20px;
      line-height: 28px; }
    .footer_txt_area .add_area .add_txt {
      font-size: 14px;
      line-height: 20px; }
    .footer_txt_area .add_area .tel_txt, .footer_txt_area .add_area .fax_txt {
      font-size: 18px;
      line-height: 24px; }

@media screen and (min-width: 768px) {
  .footer_txt_area .add_area .niji_txt {
    font-size: 24px;
    line-height: 44px; }
  .footer_txt_area .add_area .add_txt {
    font-size: 18px;
    line-height: 24px; }
  .footer_txt_area .add_area .tel_txt, .footer_txt_area .add_area .fax_txt {
    font-size: 20px;
    line-height: 28px; } }

@media screen and (min-width: 1024px) {
  .footer_wrap {
    width: 90%;
    margin: 0 5%;
    max-width: 1024%; }
  .footer_nav_area {
    max-width: 1024px;
    margin: 0 auto; }
  .add_area {
    margin-left: 10%;
    padding: 0; } }

    .messe{
      text-align: center;
      margin: 20px;
      font-size: 100%;
      color: #000;
    }
@media screen and (min-width: 1024px) {
.messe{
  font-size: 120%;
}
}

.recruit_sub_ttl {
font-size: 1.2rem;
}
.recruit_txt{
  line-height: 1.5rem;
}

.report_link_area{
width: 100%;
max-width: 1024px;
width: 90%;
margin: auto;
margin: 70px auto;
text-align: center;
}

.report_link_area .report_icon{
width: 300px;
height: auto;
}

.newsec {
  text-align: center;
}

.report_ttl{
	text-align: center;
}
.fb-wrap{
width: 100%;
  text-align: center !important;
	margin: 0 auto !important;
	padding-bottom: 80px;
}
