@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; }

iframe {
  width: 100%;
  vertical-align: bottom; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
th,
td,
li {
  font-family: "Kosugi Maru", "Noto Sans JP", BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  letter-spacing: 1px; }

a {
  text-decoration: none; }

li {
  list-style-type: none; }

article {
  width: 100%; }
  article section {
    width: 100%;
    padding-bottom: 30px; }
    article section:first-child {
      padding-top: 30px; }
    article section:last-child {
      margin-bottom: 0;
      padding-bottom: 30px; }
    article section > div {
      width: 100%;
      overflow: hidden;
      max-width: 1366px;
      margin: 0 auto;
      padding: 30px 10px 0; }

.c_main section:first-child {
  padding-top: 80px; }

.c_main section .ttl {
  width: 100%;
  height: 100px;
  background-image: url(../images/ttl_bg.png);
  line-height: 100px;
  color: #ffffff;
  padding: 0 10px; }

.ttl {
  font-size: 20px;
  line-height: 40px; }

.pc_ttl {
  display: none; }

.sub_ttl_l {
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 3px solid #ff3381;
  border-radius: 1px; }
  .sub_ttl_l.blue {
/*    color: #3178D6;*/
    border-bottom: 3px solid #3178D6;
  }

.sub_ttl_m {
  font-size: 17px;
  line-height: 25px;
  margin-top: 20px;
  color: #ff3381;
  font-weight: bold;
  margin-bottom: 10px; }
  .sub_ttl_m.blue { color: #3F8BEF;}

.sub_ttl_s {
  font-weight: bold;
  color: #ff6ba3;
  font-size: 16px;
  line-height: 25px;
  margin: 10px 0; }
  .sub_ttl_s.blue { color: #5F9CEE;}

.txt {
  font-size: 14px;
  line-height: 20px; }

@media screen and (min-width: 768px) {
  article section > div {
    margin-bottom: 50px; }
    article section > div:first-child {
      padding-top: 50px; }
    article section > div:last-child {
      margin-bottom: 0;
      padding-bottom: 50px; }
  .pc_br:before {
    content: "\A";
    white-space: pre; }
  .ttl {
    font-size: 22px;
    line-height: 40px; }
  .point_ttl {
    position: relative;
    padding-bottom: 0.5em; }
    .point_ttl:after {
      position: absolute;
      content: '';
      left: 23%;
      bottom: 0;
      width: 150px;
      height: 7px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-top: 3px solid black;
      border-bottom: 1px solid black; }
  .point_ttl01 {
    padding-left: 10px; }
    .point_ttl01:after {
      width: 150px;
      left: 0; }
  .pc_ttl {
    display: block; }
  .sp_ttl {
    display: none; }
  .sub_ttl_l {
    font-size: 20px;
    line-height: 35px; }
  .sub_ttl_m {
    font-size: 18px;
    line-height: 30px; }
  .sub_ttl_s {
    font-size: 18px;
    line-height: 30px; }
  .txt {
    font-size: 16px;
    line-height: 25px; } }

@media screen and (min-width: 1024px) {
  .ttl {
    font-size: 24px;
    line-height: 50px; }
  .point_ttl:after {
    left: 30%;
    width: 40%; }
  .point_ttl01 {
    padding-left: 10px; }
    .point_ttl01:after {
      width: 150px;
      left: 0; }
  .sub_ttl_l {
    font-size: 22px;
    line-height: 45px; }
  .sub_ttl_m {
    font-size: 20px;
    line-height: 35px; }
  .sub_ttl_s {
    line-height: 35px;
    font-size: 18px; }
  .txt {
    font-size: 16px;
    line-height: 30px; } }

@media screen and (min-width: 1366px) {
  article section > div {
    padding: 0; } }

.nav_btn {
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 80px;
  height: 80px;
  z-index: 10001; }
  .nav_btn span {
    display: block;
    background-color: #ff006a;
    height: 3px;
    width: 60px;
    margin: 15px 10px 0 10px; }
    .nav_btn span:last-child {
      margin-bottom: 10px; }

.nav_btn span.active:nth-child(1) {
  -webkit-transform: translateY(18px) rotate(-675deg);
  -ms-transform: translateY(18px) rotate(-675deg);
  transform: translateY(18px) rotate(-675deg); }

.nav_btn span.active:nth-child(2) {
  opacity: 0; }

.nav_btn span.active:nth-child(3) {
  -webkit-transform: translateY(-18px) rotate(675deg);
  -ms-transform: translateY(-18px) rotate(675deg);
  transform: translateY(-18px) rotate(675deg); }

.fa-arrow-circle-up {
  font-size: 60px;
  position: fixed;
  z-index: 1001;
  bottom: 30px;
  left: 80%;
  color: #ff00dd; }

.back_btn {
  display: none; }

@media screen and (min-width: 768px) {
  .nav_btn {
    width: 100px;
    height: 100px; }
    .nav_btn span {
      height: 4px;
      width: 80px;
      margin: 20px 10px 0 10px; }
      .nav_btn span:last-child {
        margin-bottom: 15px; }
  .nav_btn span.active:nth-child(1) {
    -webkit-transform: translateY(24px) rotate(-675deg);
    -ms-transform: translateY(24px) rotate(-675deg);
    transform: translateY(24px) rotate(-675deg); }
  .nav_btn span.active:nth-child(2) {
    opacity: 0; }
  .nav_btn span.active:nth-child(3) {
    -webkit-transform: translateY(-24px) rotate(675deg);
    -ms-transform: translateY(-24px) rotate(675deg);
    transform: translateY(-24px) rotate(675deg); } }

.header {
  width: 100%;
  z-index: 1000; }

.inner_header {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto; }

.site_ttl img {
  width: 200px;
  position: fixed;
  margin-left: 80px;
  padding: 10px;
  z-index: 10000; }

@media screen and (min-width: 768px) {
  .site_ttl img {
    width: 250px;
    margin-left: 100px; } }

.nav {
  width: 100%; }
  .nav ul {
    margin: 0 auto;
    width: 100%; }
    .nav ul li a {
      display: block; }

.header_nav {
  display: none;
  position: fixed;
  display: none;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0.9;
  height: 100%;
  width: 100%;
  z-index: 10000; }
  .header_nav ul {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 90%;
    height: 320px; }
    .header_nav ul li a {
      line-height: 54px;
      color: #ff006a;
      text-align: center; }

.footer_nav {
  padding-top: 30px;
  width: 100%;
  overflow: hidden; }
  .footer_nav ul li a {
    text-align: center;
    line-height: 30px;
    color: #fff; }

@media screen and (min-width: 768px) {
  .header_nav ul {
    width: 90%;
    height: 600px; }
    .header_nav ul li a {
      line-height: 100px;
      font-size: 24px; }
  .footer_nav ul li a {
    text-align: right; } }

.main_slide > div {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0; }
  .main_slide > div img {
    margin: 0 auto;
    display: block;
    width: auto;
    max-height: 100%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;}
    .main_slide > div .slick-slide {
      -webkit-background-position: center;
      -moz-background-position: center;
      -ms-background-position: center;
      -o-background-position: center;
      background-position: center;
      -webkit-background-size: cover;
      background-size: cover;
    }
    .main_slide > div .slick-slide.slide-01 { background-image: url(../images/main_slide/main_visual01.jpg);}
    .main_slide > div .slick-slide.slide-02 { background-image: url(../images/main_slide/main_visual02.jpg);}
    .main_slide > div .slick-slide.slide-03 { background-image: url(../images/main_slide/main_visual04.jpg);}

.main {
  width: 100%; }

.t_main {
  position: relative;
  z-index: 1; }

.t_ttl_sect, .photo_sect {
  height: 100%;
  background-color: rgba(238, 108, 158, 0.4);
  display: block;
  width: auto;
  max-height: 100%; }
  .t_ttl_sect .t_ttl, .photo_sect .t_ttl {
    display: block;
    height: 100%;
    margin-top: 105%;
    font-size: 30px;
    text-align: right;
    color: #ff3381;
    letter-spacing: 1px; }

.greeting_sect {
  background-color: #fff; }
  .greeting_sect > div {
    text-align: center;
    max-width: 768px; }

.office_sect {
  background-color: #fff; }

.office_block > div {
  padding-bottom: 30px; }
  .office_block > div h3 {
    text-align: center; }
  .office_block > div p a {
    display: block; }
    .office_block > div p a img {
      -webkit-box-shadow: 5px 5px #999;
      box-shadow: 5px 5px #999; }
      .office_block > div p a img:hover {
        opacity: 0.5; }
  .office_block > div .guidline {
    width: 300px;
    margin: 10px auto 0; }
    .office_block > div .guidline:last-child {
      margin-bottom: 30px; }
    .office_block > div .guidline p {
      line-height: 20px; }
    .office_block > div .guidline .guidline_btn {
      display: block;
      background-color: #fff;
      border: solid 1px #ddd;
      -webkit-box-shadow: 3px 3px #888;
      box-shadow: 3px 3px #888; }
      .office_block > div .guidline .guidline_btn:hover {
        background-color: #fa71ff; }
      .office_block > div .guidline .guidline_btn a {
        text-align: center;
        line-height: 20px;
        padding: 2px 10px;
        color: #fa71ff; }
        .office_block > div .guidline .guidline_btn a:hover {
          color: #ffffff; }

.office_block .fb {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  height: 680px; }
  .office_block .fb > div {
    width: 100%;
    display: block;
    margin: 0 auto; }
.office_block .bn {
  text-align: center;
}

.photo_sect {
  margin: 0;
  padding: 200px 0;
  background-color: rgba(12, 9, 185, 0.4); }
  .photo_sect .t_ttl p {
    font-family: 'Petit Formal Script', cursive;
    font-size: 35px;
    color: #ffffff; }

.t_company_sect {
  background-color: #fff; }

.t_company_block > div {
  padding-bottom: 30px; }
  .t_company_block > div:last-child {
    padding-bottom: 0; }
  .t_company_block > div a img {
    -webkit-box-shadow: 5px 5px #999;
    box-shadow: 5px 5px #999; }
    .t_company_block > div a img:hover {
      opacity: 0.7; }

@media screen and (min-width: 568px) {
  .office_block > div {
    width: 100%;
    overflow: hidden; }
    .office_block > div > div {
      width: 50%;
      float: left; }
      .office_block > div > div p {
        padding: 10px; }
  .office_block > div .guidline {
    width: 200px; }
    .office_block > div .guidline p {
      font-size: 14px;
      line-height: 20px;
      padding: 5px 0 0 0; }
    .office_block > div .guidline .guidline_btn {
      padding: 2px 10px; }
      .office_block > div .guidline .guidline_btn a {
        text-align: center;
        line-height: 16px;
        font-size: 14px; }
  .office_block .fb {
    margin: 0 10px; } }

@media screen and (min-width: 768px) {
  .t_ttl_sect .t_ttl, .photo_sect .t_ttl {
    margin-top: 50%;
    font-size: 90px; }
  .greeting_block {
    padding-bottom: 0; }
  .photo_sect .t_ttl {
    padding: 200px 0 30px;
    margin-top: 80%; }
    .photo_sect .t_ttl p {
      font-size: 60px; }
  .office_block p {
    padding: 30px; }
  .t_company_block > div {
    width: 33.3%;
    float: left; }
    .t_company_block > div h2 {
      text-align: center; }
    .t_company_block > div p {
      padding: 10px; } }

@media screen and (min-width: 1024px) {
  .main_slide > div {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0; }
    .main_slide > div img {
      margin: 0 auto;
      display: block;
      width: auto;
      max-height: 100%; }
  .t_ttl_sect .t_ttl, .photo_sect .t_ttl {
    margin-top: 470px;
    padding-bottom: 0;
    font-size: 90px; }
  .greeting_sect {
    margin-bottom: 0; }
    .greeting_sect > div {
      padding-bottom: 0 !important; }
  .photo_sect {
    padding: 10px 0 30px; }
    .photo_sect .t_ttl {
      margin-top: 440px; }
  .office_block > div {
    width: calc(100% - 340px);
    float: left;
    padding-bottom: 0; }
    .office_block > div > div {
      width: calc(50% - 30px);
      margin: 0 15px; }
  .office_block .guidline:last-child {
    margin-bottom: 0; }
  .office_block .fb {
    float: right;
    height: 710px; }
    .office_block .fb > div {
      margin-top: 10px; } }

/*別館*/
.annex_block .annex_block_wrap {
  width: 100%;
/*  margin-top: 30px;*/
  overflow: hidden; }
  .annex_block .annex_block_wrap .sub_ttl_l span {
    font-size: 12px; }
  .annex_block .annex_block_wrap img {
    display: none; }

.annex_block .annex_img01 img {
  display: block;
  max-width: 300px;
  margin: 30px auto; }

.annex_block .annex_ttl_center {
  margin-top: 30px;
  text-align: center; }

.annex_block .annex_block_wrap02 {
  margin-top: 0; }
  .annex_block .annex_block_wrap02 > div {
    padding: 10px; }
    .annex_block .annex_block_wrap02 > div p {
      width: 100%;
      overflow: hidden; }
      .annex_block .annex_block_wrap02 > div p img {
        display: block;
        width: 30%;
        float: right;
        padding: 5px;
        max-width: 150px; }
    .annex_block .annex_block_wrap02 > div .annex_img02 img {
      display: block;
      max-width: 430px;
      margin: 0 auto;
      width: 100%;
      float: none; }

.annex_block .annex_other {
  padding: 0 10px 20px;
  margin: 10px auto;
  border-radius: 20px; }
  .annex_block .annex_other .sub_ttl_m {
    text-align: center; }

.annex_block .program01 {
  border: solid 3px #a2e2ff; }

.annex_block .program02 {
  border: solid 3px #deffa2; }

.annex_block .annex_other01 {
  border: solid 3px #ff9def; }

.annex_block .annex_other02 {
  border: solid 3px #9dffce; }

.fa-gratipay {
  color: #ff3381;
  margin-right: 5px; }
  .fa-gratipay.blue { color: #3178D6; }

.fa-arrow-down {
  color: #ff3381;
  font-size: 30px; }
.fa-arrow-down.blue { color: #3178D6; }

.flow_txt {
  text-align: center;
  background-image: url(../images/annex/flow_bgi.jpg);
  background-position: center center;
  background-size: cover;
  padding: 15px 0; }

.annex_point_txt {
  font-size: 12px;
  line-height: 25px;
  margin-top: 10px; }

.annex_slide li {
  text-align: center;
  line-height: 30px; }

@media screen and (min-width: 568px) {
  /*別館*/
  .annex_block .annex_block_wrap01 > div {
    width: 100%;
    overflow: hidden; }
    .annex_block .annex_block_wrap01 > div > div {
      width: calc(70% - 10px);
      float: left; }
    .annex_block .annex_block_wrap01 > div img {
      width: 30%;
      float: right; }
    .annex_block .annex_block_wrap01.type_b > div > div {
      width: calc(70% - 10px);
      margin-left: 10px;
      float: left; }
    .annex_block .annex_block_wrap01.type_b > div img {
      width: 30%;
      float: right; }
    .annex_block .annex_block_wrap01.type_b > .img {
      display: inline-block;
      float: left; }
    .annex_block .annex_block_wrap01 > div .annex_img01 {
      min-width: 300px; }
  .annex_img02 img {
    display: block;
    width: 100%;
    float: none; } }

@media screen and (min-width: 768px) {
  /*別館*/
  .annex_block .annex_block_wrap img {
    display: block;
    max-width: 300px;
    margin-bottom: 10px; }
  .annex_block .annex_img01 img {
    margin-top: 100px; }
  .annex_block .annex_block_wrap01 > div {
    width: calc(100% - 310px);
    float: left;
    margin-right: 10px; }
    .annex_block .annex_block_wrap01 > div p img {
      display: block;
      float: right; }
  .annex_block .annex_block_wrap02 > div {
    width: 50%;
    float: left; }
  .annex_block .annex_block_wrap02 .annex_other {
    width: calc(50% - 20px);
    margin: 20px 10px 0;
    padding: 0 10px 25px; } }

  .annex_block .annex_block_wrap01.type_c .detail {
    width: calc(100% - 310px);
    float: right;
    margin-right: 0;
    width: 100%;
  }
    .annex_block .annex_block_wrap01.type_c > .img-wrap {
      max-width: 300px;
      float: left; 
    }
    .annex_block .annex_block_wrap01.type_c > .img-wrap .img {
      max-width: 300px;
      margin: 0 auto 10px;
    }
    .annex_block .annex_block_wrap01.type_c > .img-wrap img {
      float: none;
      width: 100%;
      margin: 0;
    }

@media screen and (min-width: 1024px) {
  .annex_block .annex_img01 img {
    margin-top: 30px; }
  .annex_img02 img {
    max-width: 300px !important;
    margin: 0; } }

.footer {
  width: 100%;
  margin-top: -20px;
  background-color: #000;
  position: relative;
  z-index: 1000;
  padding: 30px 0 0; }
  .footer p {
    color: #fff; }

.inner_footer {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px; }

.middle_footer > div {
  margin-bottom: 20px; }

.copy {
  text-align: center;
  font-size: 12px;
  line-height: 30px; }

@media screen and (min-width: 768px) {
  .top_footer {
    width: 25%;
    float: right;
    margin-bottom: 30px; }
  .middle_footer {
    width: 65%;
    float: left; }
    .middle_footer > div:last-child {
      margin-bottom: 0; }
  .footer_ttl {
    text-align-last: left; }
    .footer_ttl img {
      margin-top: 0; }
  .footer_txt {
    text-align-last: left; } }

@media screen and (min-width: 1366px) {
  .inner_footer {
    padding: 0;
    padding-top: 30px; }
  .top_footer {
    margin-bottom: 0;
    margin-right: 0; }
  .footer_ttl {
    text-align-last: left; }
    .footer_ttl img {
      margin-top: 0; }
  .footer_txt {
    text-align-last: left; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: -1;
  display: none;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 40px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

@media screen and (min-width: 768px) {
  .slick-prev,
  .slick-next {
    position: absolute;
    z-index: 4;
    display: block; } }

.slick-prev {
  left: 10px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 10px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: 10px; }
  [dir="rtl"] .slick-next {
    left: 10px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
