@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/* 全体背景色 */
/*
	サイト全体で使うフォントの指定
*/
/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* グローバルのアイテム数 */
/* グローバルのアイテムwidth */
/* グローバルのアイテムheight */
/* tool */
/*
	サイト全体で使うmixinの指定
*/
/* base */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * 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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
	サイトの基本となるCSS
*/
/* 余白のリセット */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
}

/* body */
body {
  text-align: center;
  line-height: 1.8;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  _font-family: "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  *font-size: 100%;
  color: #333;
  background-color: #FFFFFA;
}

body.macOs, body.win8-1 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
}

/*
Font-size list (base: 14px)
 57% =  8px
 64% =  9px
 71% = 10px
 79% = 11px        150% = 21px        221% = 31px
 86% = 12px        157% = 22px        229% = 32px
 93% = 13px        163% = 23px        236% = 33px
100% = 14px        171% = 24px        243% = 34px
107% = 15px        179% = 25px        250% = 35px
114% = 16px        186% = 26px        257% = 36px
121% = 17px        193% = 27px        264% = 37px
129% = 18px        200% = 28px        271% = 38px
136% = 19px        208% = 29px        276% = 39px
143% = 20px        214% = 30px        286% = 40px
*/
/* リンク色 */
a {
  color: #3FC646;
}

a:hover, a:active {
  text-decoration: none;
  color: #81d485;
}

/* hover時の画像 */
a:hover img {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  border: none;
}

/* IE8 */
html > body a:hover img {
  display: inline-block\9 ;
  zoom: 1\9 ;
}

/* 新旧Firefox */
a:hover img, x:-moz-any-link {
  background: #fff;
}

a:hover img, x:-moz-any-link, x:default {
  background: #fff;
}

/* for IE7: page zoom bug fix */
*:first-child + html body,
*:first-child + html br {
  letter-spacing: 0;
}

/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* Clearfix */
.clearfix:after, .recruit-content .picture:after, .side-nav .side-nav__list li:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix, .recruit-content .picture, .side-nav .side-nav__list li {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix, .recruit-content html .picture, .side-nav html .side-nav__list li, .side-nav .side-nav__list html li {
  height: 1%;
}

.clearfix, .recruit-content .picture, .side-nav .side-nav__list li {
  display: block;
}

/* End Hack */
/* layout */
/*
	サイト全体のレイアウトグリッドの指定
*/
/* ヘッダー */
.layout-header {
  width: 100%;
}

/* フッター */
.layout-footer {
  width: 100%;
}

.layout-footer-half {
  width: 460px;
  float: left;
}

/* ページ幅 */
.layout-container {
  width: 100%;
  text-align: left;
  background-repeat: no-repeat;
  background-image: url(../../assets/img/common/header/bgi--page-title.png);
  background-position-x: center;
}

/* メインカラム */
.layout-main-column {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.layout-main-column-wp {
  width: 900px;
  float: left;
}

/* サブカラム */
.layout-sub-column {
  width: 280px;
  float: right;
  line-height: 1.5;
}

/* 汎用レイアウト */
.layout-section {
  margin-bottom: 60px;
}

.layout-half {
  width: 49%;
}

.layout-1-third {
  width: 32%;
}

.layout-2-third {
  width: 66%;
}

.layout-3-col {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.layout-3-col:nth-child(3n) {
  margin-right: 0;
}
.layout-3-col:nth-child(3n+1) {
  clear: both;
}

.layout-4-col {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.layout-4-col:nth-child(4n) {
  margin-right: 0;
}
.layout-4-col:nth-child(4n+1) {
  clear: both;
}

.layout-full {
  width: 100%;
}

/* パンくず */
.topic-path {
  font-size: 14px;
  padding-top: 18px;
}

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  margin-bottom: 30px;
  text-align: left;
  background-color: #FFFFFA;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* ヘッダー上段 */
.header-primal {
  padding: 3px 0;
  margin-bottom: 5px;
  line-height: 1.8;
}

.site-description {
  width: 60%;
  float: left;
  font-weight: normal;
  font-size: 86%;
}

.primal-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 35%;
  float: right;
  text-align: right;
  font-size: 86%;
}
.primal-nav li {
  display: inline;
}
.primal-nav li:before {
  content: "| ";
}
.primal-nav li a {
  color: #000;
}

/* ヘッダーメイン部分 */
.header-main {
  margin-bottom: 20px;
}

/* ヘッダーロゴ */
.header-site-name {
  display: block;
  width: 300px;
  margin: 30px 0 0 0;
  float: left;
}

/* ヘッダーお問い合わせ */
.header-contact {
  width: 600px;
  float: right;
}

.btn--header-contact {
  width: 300px;
  text-align: center;
}

/* ヘッダーロゴ */
.global-nav-item--04 {
  margin-top: -12px;
}

/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  clear: both;
  display: block;
  position: relative;
  text-align: left;
  background-image: url(../../assets/img/common/footer/bgi--page-footer.png);
  background-repeat: no-repeat;
  background-position-x: center;
  padding-top: 68px;
}

/* フッターナビ */
.footer-nav {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../../assets/img/common/footer/bgi--page-footer-nav.png);
  background-repeat: no-repeat;
  text-align: center;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 320px;
}
.footer-nav li {
  list-style: none;
  background: url(../../assets/img/common/footer/ico--footer-nav.png) 5px 6px no-repeat;
  text-align: left;
  padding-left: 22px;
}
.footer-nav li a {
  color: #333333;
  text-decoration: none;
}
.footer-nav li a:hover {
  color: #666666;
}
.footer-nav dt {
  text-align: center;
  padding-bottom: 8px;
}
.footer-nav dd {
  display: inline-block;
}

/* フッター　画像スライド */
.footer-slide {
  background-image: url(../../assets/img/common/footer/bgi--footer-slide.png);
  background-repeat: repeat-x;
  background-position-x: center;
  width: 100%;
  height: 204px;
  padding: 24px 0 0;
}
.footer-slide li {
  margin-right: 4px;
}

.footer--content {
  background-color: #66D480;
}

.footer-other-facility {
  background-color: #7DF098;
  width: 100%;
  padding: 40px 0 60px;
  text-align: center;
}
.footer-other-facility .footer-other-facility-title {
  font-size: 200%;
  font-weight: bold;
}

/* フッター　お知らせ */
.footer-news {
  margin-bottom: 20px;
}

.footer-news__title {
  padding: 5px;
  border-bottom: 3px solid #6B625B;
  font-size: 129%;
}

.footer-news__list {
  list-style: none;
  margin-bottom: 10px;
}
.footer-news__list li {
  padding: 8px 5px;
  border-bottom: 1px dashed #999;
  font-size: 93%;
}

/* フッター　会社情報 */
.footer-address {
  padding: 0 0 2px;
  text-align: center;
  background-color: #66D480;
}

address {
  font-style: normal;
}

/* フッター　お問い合わせ */
.footer-contact {
  background: #66D480;
  position: relative;
  width: 470px;
  float: right;
}
.footer-contact a {
  position: absolute;
  left: 85px;
  bottom: 15px;
}

.footer-banner li {
  display: inline-block;
}

/* フッター　エントリーボタン */
.footer-entry {
  position: absolute;
  margin-left: 870px;
}

/* コピーライト */
.copy {
  display: block;
  background: #66D480;
  text-align: center;
  line-height: 30px;
  padding-bottom: 12px;
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  position: relative;
  height: 130px;
  margin-bottom: 30px;
}
.global-nav ul {
  width: 1200px;
  margin: 0 auto;
  list-style: none;
  display: block;
}
.global-nav li {
  float: left;
}
.global-nav li ul.child {
  width: 140px;
  margin-left: 5px;
  display: none;
  position: absolute;
  z-index: 999;
}
.global-nav li li {
  font-size: 14px;
  padding: 12px;
  text-align: center;
  line-height: 1.4;
  display: block;
  width: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.global-nav li li a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #333333;
}
.global-nav li li a:hover {
  color: #888888;
  display: block;
}

.global-nav-item--01:hover {
  background-image: url(../../assets/img/common/header/bgi--nav01.png);
}
.global-nav-item--01:hover ul {
  background-color: #FFC2C2;
  margin-top: -2px;
}
.global-nav-item--01:hover li {
  background-image: url(../../assets/img/common/header/line--nav01.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.global-nav-item--02:hover {
  background-image: url(../../assets/img/common/header/bgi--nav02.png);
}
.global-nav-item--02:hover ul {
  background-color: #FFFF85;
  margin-top: -14px;
}
.global-nav-item--02:hover li {
  background-image: url(../../assets/img/common/header/line--nav02.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.global-nav-item--03:hover {
  background-image: url(../../assets/img/common/header/bgi--nav03.png);
}
.global-nav-item--03:hover ul {
  background-color: #FFD099;
  margin-top: -24px;
}
.global-nav-item--03:hover li {
  background-image: url(../../assets/img/common/header/line--nav03.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.global-nav-item--05:hover {
  background-image: url(../../assets/img/common/header/bgi--nav04.png);
}
.global-nav-item--05:hover ul {
  background-color: #E1FFBB;
  margin-top: -24px;
}
.global-nav-item--05:hover li {
  background-image: url(../../assets/img/common/header/line--nav04.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

.global-nav-item--06:hover {
  background-image: url(../../assets/img/common/header/bgi--nav05.png);
}

.global-nav-pdfbtn--syoguukaizen {
  position: absolute;
  right: 16px;
  bottom: -64px;
  z-index: 999;
}

/* ローカルナビの設定 */
.side-nav {
  margin-bottom: 20px;
}
.side-nav .side-nav__title {
  background-image: url(../../assets/img/common/subcolumn/bgi--side-nav-title.png);
  background-repeat: no-repeat;
  background-position-y: 44px;
  padding: 7px 0 14px;
  font-size: 114%;
  font-weight: bold;
}
.side-nav .side-nav__list {
  list-style: none;
}
.side-nav .side-nav__list li {
  border-bottom: 1px dashed #C8C8C8;
  padding: 14px 8px;
}
.side-nav .side-nav__list li a {
  display: block;
  color: #333333;
  text-decoration: none;
}
.side-nav .side-nav__list li a:hover {
  color: #999999;
}
.side-nav .side-nav__list .side__thumb {
  width: 110px;
  float: left;
  margin-right: 10px;
  margin-left: -7px;
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  padding: 24px 0 0;
  background-image: url(../../assets/img/common/heading/line--page-title-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-position-y: 78px;
  text-align: center;
  font-size: 38px;
  height: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-title img {
  margin: 0 0 26px;
}

/* 見出し */
.title-lv1 {
  padding: 32px 0 0;
  background-image: url(../../assets/img/common/heading/line--page-title-2.png);
  background-position-x: center;
  background-repeat: no-repeat;
  text-align: center;
  height: 125px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 34px;
}

.title-lv2 {
  padding: 0 0 0 0;
  margin-bottom: 5px;
  background-image: url(../../assets/img/common/heading/line--page-title-3.png);
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 24px;
  background-position-y: 42px;
}

.title-lv3 {
  padding: 0 0 0 0;
  color: #3FC646;
  background-image: url(../../assets/img/common/heading/line--page-title-4.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 44px;
  text-align: center;
  font-size: 26px;
  background-position-y: 22px;
}

/* 汎用見出し */
.title-other-01 {
  padding: 20px 20px;
  margin-bottom: 5px;
  height: 70px;
  background-image: url(../../assets/img/common/heading/ico--other.png);
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.title-other-02 {
  padding: 12px 16px;
  border: 2px solid #3FC646;
  margin-bottom: 5px;
  width: 350px;
  color: #4d4d4d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 th {
  background: #DBEFC7;
  border: 1px solid #B3B3B3;
  padding: 12px 6px;
  color: #3A4D39;
}
.table-ptn--01 td {
  border: 1px solid #B3B3B3;
  padding: 12px 6px;
}

.table-ptn--02 th {
  background: #FFF8B3;
  border: 1px solid #B3B3B3;
  padding: 5px 10px;
  color: #4A4D39;
}
.table-ptn--02 td {
  border: 1px solid #B3B3B3;
  padding: 5px 10px;
}

.table-ptn--03 th {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
  font-weight: bold;
}
.table-ptn--03 td {
  border-bottom: 1px dashed #ABA073;
  padding: 10px;
}

.table-ptn--04 th {
  border-left: 1px solid #3FC646;
  padding: 10px;
  font-weight: bold;
  text-align: left;
  width: 120px;
}
.table-ptn--04 th:before {
  content: "●";
  color: #3FC646;
  margin-right: 15px;
  margin-left: -15px;
  font-size: 10px;
}
.table-ptn--04 th.history-none:before {
  content: none;
}
.table-ptn--04 td {
  border-bottom: 1px dashed #C8C8C8;
  padding: 14px 0;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 3px;
  behavior: url(PIE.htc);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.6);
}

.btn--full {
  display: block;
  padding: 12px 0;
  border-radius: 3px;
  text-align: center;
  behavior: url(PIE.htc);
}

.btn--main {
  background: #FFFF00;
  display: block;
  padding: 12px 0;
  border-radius: 3px;
  text-align: center;
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.2);
}

.btn--prev {
  display: block;
  padding: 12px 0 12px 24px;
  background-image: url(../../assets/img/news/bgi--prev.png);
  background-repeat: no-repeat;
  text-align: left;
}

.btn--next {
  background-image: url(../../assets/img/news/bgi--next.png);
  background-repeat: no-repeat;
  display: block;
  padding: 12px 24px 12px 0;
  text-align: right;
  background-position-x: right;
}

.btn--orange {
  background: #E7590D;
  color: #fff;
  text-decoration: none;
}

.btn--white {
  background: #fff;
  border: 2px solid #83300E;
  text-decoration: none;
  color: #83300E;
}

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-circle {
  list-style: none;
}
.list-circle li {
  background: url(../img/common/mark/ico--circle-01.png) 5px 6px no-repeat;
  padding-left: 22px;
  padding-bottom: 12px;
}

.list-circle-2 {
  list-style: none;
}
.list-circle-2 li {
  background: url(../img/common/mark/ico--circle-02.png) 4px 6px no-repeat;
  padding-left: 22px;
}

/* ボーダー型リストの設定 */
.list-border {
  list-style: none;
}
.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #C8C8C8;
}

.list-border-2 {
  list-style: none;
}
.list-border-2 li {
  padding-left: 5px;
  border-bottom: 1px solid #3FC646;
}

/* 番号型リストの設定 */
.list-numbering {
  list-style: decimal;
  padding-left: 25px;
}
.list-numbering li {
  display: list-item;
  margin-bottom: 10px;
}
.list-numbering li .list-numbering {
  list-style: lower-roman inside;
}
.list-numbering li .list-numbering li {
  text-indent: -1.2em;
}

/* 通常リストの設定 */
.list-nomal {
  padding-left: 20px;
}
.list-nomal li {
  margin-bottom: 5px;
}

/* リストマークなし */
.list-style-none {
  list-style: none;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ブロックの設定 */
.box-sub--01 {
  border: 5px double #5CE5BC;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
}

.box-sub--02 {
  border: 4px solid #FFFFD1;
  border-radius: 5px;
  background-color: #FFFFD1;
  padding: 12px;
}

.box-sub--03 {
  border: 3px solid #3FC646;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
}

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.article {
  border-bottom: 1px dashed #ABA073;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
}
.article .article__date {
  display: block;
  width: 20%;
  border-right: 1px dashed #666666;
  float: left;
}
.article .article__title {
  width: 78%;
  float: left;
  font-weight: normal;
  font-size: 100%;
}

.category-pi {
  background: #FF8080;
  display: inline-block;
  padding: 5px;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 75%;
  color: #fff;
  width: 150px;
  text-align: center;
}

.category-ye {
  background: #FFBA33;
  display: inline-block;
  padding: 5px;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 75%;
  color: #fff;
  width: 150px;
  text-align: center;
}

.category-gr {
  background: #A0E55C;
  display: inline-block;
  padding: 5px;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 75%;
  color: #fff;
  width: 150px;
  text-align: center;
}

.news-list li {
  float: left;
  width: 49%;
  margin-right: 1%;
  list-style: none;
  line-height: 1.5;
  height: 620px;
}
.news-list li:nth-child(2n) {
  margin-right: 0;
}
.news-list img {
  margin-bottom: 16px;
}
.news-list .title {
  padding: 8px 0 12px;
  display: block;
  font-size: 18px;
  border-bottom: 1px dashed #C8C8C8;
  font-weight: bold;
}
.news-list .title a {
  color: #333333;
  text-decoration-line: none;
}
.news-list .title a:hover {
  color: #999999;
}
.news-list .detail {
  padding: 16px 0 8px;
  display: block;
}
.news-list .date {
  padding: 5px 0;
  display: block;
  font-size: 75%;
}

.news-article h2 {
  font-size: 36px;
  line-height: 1.4;
  margin: 8px 0 12px;
}
.news-article p {
  padding: 8px 0;
}
.news-article img {
  padding: 8px 0;
}
.news-article .date {
  margin: 5px 18px 0 0;
  display: block;
  font-size: 75%;
  float: right;
  border-bottom: 1px solid #333333;
}

.news-article-link {
  margin: 32px 0 64px;
  width: 100%;
}
.news-article-link a {
  color: #333;
  text-decoration: none;
}

/* ページネーションの設定 */
.pagination {
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  margin-bottom: 36px;
}
.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 8px 2px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  font-size: 125%;
  color: #666666;
}
.pagination a {
  border: 1px solid #66D480;
}
.pagination a:hover {
  background-color: #66D480;
  border: 1px solid #66D480;
  color: #fff;
}
.pagination .current {
  background-color: #66D480;
  border: 1px solid #66D480;
  color: #fff;
}

/*
	サイト全体のアイテムの設定
*/
/* トップページ */
.top-main {
  background-color: #fffffa;
}
.top-main .catch {
  position: absolute;
  margin-left: -532px;
  margin-top: 60px;
  z-index: 100;
}
.top-main p {
  width: 540px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.bt-main-special {
  position: absolute;
  margin-top: -150px;
  margin-left: 140px;
  z-index: 1000;
}

.top-interview {
  background-image: url(../../assets/img/index/interview/bgi--interview.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 706px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-interview h2 {
  font-size: 46px;
  line-height: 1.2;
}
.top-interview h2 img {
  margin-bottom: 12px;
}
.top-interview .box {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}
.top-interview .box .content {
  width: 310px;
  padding-right: 10px;
  margin-top: 66px;
  margin-left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-merit {
  background-image: url(../../assets/img/index/merit/bgi--merit.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  height: 2120px;
}
.top-merit .box {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.top-merit h2 {
  text-align: center;
  font-size: 46px;
  margin-bottom: 120px;
}
.top-merit h2 img {
  padding-bottom: 12px;
}
.top-merit .adjust-i2 {
  position: absolute;
  margin-left: 370px;
  margin-top: -120px;
}
.top-merit .adjust-p2 {
  width: 340px;
  height: 235px;
}
.top-merit .adjust-i3 {
  position: absolute;
  margin-left: 300px;
  margin-top: -25px;
}
.top-merit .adjust-p3 {
  width: 300px;
  height: 245px;
}
.top-merit .adjust-i5 {
  position: absolute;
  margin-left: 300px;
  margin-top: -32px;
}
.top-merit .adjust-p5 {
  width: 310px;
  height: 245px;
}

.top-works {
  background-image: url(../../assets/img/index/works/bgi--works.png);
  background-repeat: no-repeat;
  background-position-x: center;
}
.top-works h2 {
  margin-top: -140px;
  text-align: center;
  font-size: 46px;
}
.top-works h2 img {
  padding-bottom: 12px;
}
.top-works .box {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  height: 680px;
}

.top-works-02 {
  background-image: url(../../assets/img/index/works/bgi--works-02.png);
  background-repeat: no-repeat;
  background-position-x: center;
  text-align: center;
  margin: 50px 0px 80px;
}

.top-works-entry {
  position: absolute;
  margin-top: -35px;
  margin-left: 950px;
}

/* 会社概要*/
.company-detail table {
  margin-left: auto;
  margin-right: auto;
  width: 970px;
}
.company-detail th {
  text-align: center;
  padding: 16px;
  width: 200px;
}
.company-detail td {
  padding: 16px;
}

.company-history table {
  margin-left: auto;
  margin-right: auto;
  width: 870px;
}

/* 施設一覧 */
.facility-item-list {
  list-style: none;
}
.facility-item-list li {
  width: 48%;
  margin-bottom: 40px;
}
.facility-item-list li:first-child {
  width: 100%;
}
.facility-item-list li:nth-child(2n) {
  float: left;
  clear: both;
}
.facility-item-list li:nth-child(2n+1) {
  float: right;
}

.facility-bottom {
  background-image: url(../../assets/img/facility/bgi--content.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position: bottom;
  margin-bottom: 100px;
}
.facility-bottom .box {
  text-align: left;
  line-height: 1.8;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.facility-bottom p {
  width: 275px;
  position: absolute;
}
.facility-bottom .txt1 {
  margin: 225px 0 0 50px;
}
.facility-bottom .txt2 {
  margin: 185px 0 0 465px;
}
.facility-bottom .txt3 {
  margin: 222px 0 0 886px;
}
.facility-bottom .txt4 {
  margin: 570px 0 0 258px;
}
.facility-bottom .txt5 {
  margin: 565px 0 0 685px;
}

/* 施設紹介*/
.facility-detail table {
  width: 290px;
  text-align: center;
}

.facility-room table {
  width: 980px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.facility-room th {
  width: 400px;
}
.facility-room .box {
  width: 977px;
  margin-left: auto;
  margin-right: auto;
}

.facility-other-box {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.facility-other-1 {
  width: 375px;
}
.facility-other-1 table {
  width: 230px;
}
.facility-other-1 th {
  width: 115px;
}

.facility-other-2 {
  width: 720px;
}
.facility-other-2 table {
  width: 575px;
}
.facility-other-2 th {
  width: 115px;
}

.facility-other-3 {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.facility-other-3 table {
  width: 1035px;
}
.facility-other-3 th {
  width: 115px;
}

.facility-room-drawing {
  margin: 0 auto 80px;
}

.facility-room-drawing--left {
  float: left;
}

.facility-room-drawing--right {
  float: right;
}

.facility-map {
  width: 970px;
  margin: 0 auto 40px;
}
.facility-map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 97/42;
}

.facility-back {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto 120px;
}

/* 保育園紹介*/
.nursery-detail {
  margin-bottom: 40px;
}
.nursery-detail table {
  width: 290px;
  text-align: center;
}

.nursery-vision {
  text-align: center;
}
.nursery-vision .nursery-vision-txt {
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 20px;
}
.nursery-vision .nursery-policy-txt {
  font-size: 133%;
  margin-bottom: 20px;
}
.nursery-vision .nursery-policy-point li {
  list-style: none;
  width: 380px;
  padding-right: 20px;
  text-align: left;
  float: left;
}
.nursery-vision .nursery-policy-point li:nth-child(3n) {
  padding-right: 0px;
}
.nursery-vision .nursery-policy-point .point-icon {
  height: 60px;
  padding-right: 10px;
}
.nursery-vision .nursery-policy-point .point-title {
  height: 60px;
  margin-bottom: 20px;
  color: #4fb34b;
  display: inline-block;
  vertical-align: middle;
}
.nursery-vision .nursery-policy-point .nursery-policy-point-txt {
  font-size: 93%;
}

.nursery-facility {
  width: 700px;
  margin: auto;
}
.nursery-facility .point-title {
  height: 50px;
  color: #4fb34b;
  vertical-align: middle;
}
.nursery-facility li {
  display: table-cell;
  margin-bottom: 20px;
  list-style-type: none;
  margin-bottom: 30px;
  display: block;
  clear: both;
}
.nursery-facility li h2 {
  float: left;
  width: 200px;
}
.nursery-facility p {
  padding-top: 5px;
}
.nursery-facility .point-icon01 {
  width: 25px;
  padding-right: 22px;
  padding-bottom: 5px;
}
.nursery-facility .point-icon02 {
  width: 40px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.nursery-facility .point-icon03 {
  width: 40px;
  padding-right: 10px;
  padding-bottom: 5px;
}

.nursery-photo {
  text-align: center;
  margin: 0 auto;
}
.nursery-photo .nursery-photo-list li {
  margin-bottom: 30px;
  margin-right: 30px;
}
.nursery-photo .nursery-photo-list .slick-slide img {
  display: inline-block;
}
.nursery-photo .thumb {
  margin-bottom: 100px;
  width: 900px;
  text-align: left;
  display: inline-block;
}
.nursery-photo .thumb li {
  padding-right: 20px;
}
.nursery-photo .thumb li:last-child {
  padding-right: 0px;
}

.nursery-contact-tel {
  height: 20px;
  padding-right: 5px;
  padding-bottom: 3px;
}

.nursery-access {
  width: 978px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
.nursery-access .nursery-access-map {
  display: inline-block;
}

.nursery-contact-telno {
  font-size: 250%;
  font-weight: bold;
  padding: 20px 0;
}

/* キャリアアップ*/
.training-box {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.training-box .adjust {
  margin-left: 20px;
  margin-right: -36px;
}

/* 現場を知る インタビュー*/
.interview h2 {
  margin-left: 115px;
  margin-top: -42px;
}
.interview p {
  margin-left: 115px;
}
.interview .main {
  margin-top: -120px;
}
.interview img.icon {
  position: absolute;
  margin-left: 48px;
  margin-top: -2px;
}

.ver-or h2 {
  color: #FF8900;
}
.ver-or img.pos-r {
  position: absolute;
  margin-left: 520px;
  margin-top: -50px;
  z-index: -999;
}
.ver-or img.pos-l {
  position: absolute;
  margin-left: 110px;
  margin-top: -20px;
}
.ver-or .adjust-dl {
  margin-top: 120px;
}
.ver-or .adjust-dl img.icon {
  margin-top: -34px;
}
.ver-or .adjust-dr {
  margin-top: 60px;
  margin-left: 400px;
}
.ver-or .adjust-dr img.icon {
  margin-top: -2px;
}

.ver-pi h2 {
  color: #FF8080;
}
.ver-pi img.pos-r {
  position: absolute;
  margin-left: 700px;
  margin-top: -10px;
  z-index: -999;
}
.ver-pi img.pos-l {
  position: absolute;
  margin-left: 110px;
  margin-top: -20px;
}
.ver-pi .adjust-dl img.icon {
  margin-top: -34px;
}
.ver-pi .adjust-dr {
  margin-top: 60px;
  margin-left: 400px;
}
.ver-pi .adjust-dr img.icon {
  margin-top: -2px;
}

.ver-gr h2 {
  color: #3FC646;
}
.ver-gr img.pos-r {
  position: absolute;
  margin-left: 520px;
  margin-top: -10px;
  z-index: -999;
}
.ver-gr img.pos-l {
  position: absolute;
  margin-top: 20px;
  z-index: -999;
}
.ver-gr .adjust-dl img.icon {
  margin-top: -34px;
}
.ver-gr .adjust-dr {
  margin-top: 60px;
  margin-left: 540px;
}
.ver-gr .adjust-dr img.icon {
  margin-top: -2px;
}

.interview-footer {
  background-image: url(../../assets/img/interview/bgi--interview.png);
  background-position-x: center;
  background-repeat: no-repeat;
  height: 700px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 110px;
}
.interview-footer .box {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.interview-footer img {
  margin-left: 12px;
}
.interview-footer .icon {
  position: absolute;
  margin-left: -110px;
  margin-top: -210px;
}

/* 募集要項*/
.recruit-search {
  background-color: #ffffff;
  padding: 25px;
  border: 1px solid #cccccc;
}
.recruit-search h3 {
  text-align: center;
  border-bottom: 1px solid #cccccc;
  font-size: 22px;
  padding: 0 0 12px;
  margin-bottom: 12px;
}
.recruit-search h4 {
  border-right: 1px solid #cccccc;
  margin: 12px 0 12px 12px;
}
.recruit-search th {
  width: 200px;
  vertical-align: top;
}
.recruit-search td {
  padding: 12px 32px;
}
.recruit-search li {
  list-style: none;
  float: left;
  width: 220px;
  padding: 6px 0px 12px 0;
}
.recruit-search input {
  margin-right: 4px;
}
.recruit-search a {
  color: #333333;
}

.recruit-search-btn {
  border-top: 1px solid #cccccc;
  padding: 20px 0px 0 70px;
  text-align: center;
  margin-top: 14px;
}
.recruit-search-btn .reset {
  background: none;
  border: none;
  display: inline-block;
  margin-left: 16px;
  margin-bottom: 10px;
}

.recruit-search-list li {
  list-style: none;
  width: 280px;
  float: left;
  margin-right: 26px;
  height: 720px;
}
.recruit-search-list li:nth-child(4n) {
  margin-right: 0;
}
.recruit-search-list img.icon {
  position: absolute;
}
.recruit-search-list .catch {
  display: block;
  margin-left: 58px;
  height: 62px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 0 0;
  line-height: 1.4;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.recruit-search-list dl {
  margin: 10px 0 0;
}
.recruit-search-list dt {
  background-color: #A0E55C;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 80px;
  text-align: center;
  float: left;
  margin-bottom: 12px;
  border-bottom: 2px dotted #cccccc;
}
.recruit-search-list dd {
  margin-bottom: 12px;
  border-bottom: 2px dotted #cccccc;
  overflow: hidden;
  padding-left: 12px;
}

.recruit-content {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.recruit-content img.main {
  position: relative;
  z-index: -999;
}
.recruit-content .catch {
  margin: 40px 0;
  font-size: 30px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}
.recruit-content ul {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.recruit-content li {
  list-style: none;
  padding: 0 8px;
  display: inline;
}
.recruit-content p {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.recruit-content .picture {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.recruit-content .picture li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
  display: block;
  padding: 0;
}
.recruit-content .picture li:nth-child(3n) {
  margin-right: 0;
}
.recruit-content .picture li:nth-child(3n+1) {
  clear: both;
}
.recruit-content th {
  text-align: center;
  width: 150px;
}
.recruit-content td {
  padding: 12px 16px;
}

/* 仕事を探す*/
.recruit-flow p {
  margin-left: 115px;
}
.recruit-flow .tit-box-gr {
  padding: 8px 12px;
  position: absolute;
  font-size: 18px;
  color: #ffffff;
  background-color: #3FC646;
  margin-left: 115px;
  margin-top: 18px;
}
.recruit-flow .tit-box-lbl {
  padding: 8px 12px;
  position: absolute;
  font-size: 18px;
  color: #ffffff;
  background-color: #5CE5BC;
  margin-left: 40px;
  margin-top: 18px;
}
.recruit-flow .tit-box-ye {
  padding: 8px 12px;
  position: absolute;
  font-size: 18px;
  color: #666666;
  background-color: #FFE600;
  margin-left: 105px;
  margin-top: 18px;
}
.recruit-flow ul.box-ver-01 {
  background-color: #FFFFD1;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 880px;
  margin-left: 300px;
  padding: 24px 16px 20px 205px;
}
.recruit-flow ul.box-ver-01 li {
  float: left;
  width: 305px;
}
.recruit-flow ul.box-ver-02 {
  background-color: #FFFFD1;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 530px;
  margin-left: 50px;
  padding: 80px 20px 20px 30px;
}
.recruit-flow ul.box-ver-02 li {
  float: left;
  width: 210px;
}
.recruit-flow ul.box-ver-03 {
  background-color: #FFFFD1;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 465px;
  margin-left: 115px;
  padding: 80px 20px 20px 30px;
}
.recruit-flow ul.box-ver-03 li {
  float: left;
  width: 450px;
}
.recruit-flow img.adjust-i2 {
  margin-top: -15px;
  margin-left: 55px;
}
.recruit-flow img.adjust-i3 {
  margin-top: 100px;
  margin-right: 40px;
}

/* よくある質問*/
.faq-nav li {
  float: left;
  width: 25%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.faq dl {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.faq dt {
  border-bottom: 1px dotted #C8C8C8;
  font-size: 20px;
  height: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 0 0 64px;
  font-weight: bold;
  cursor: pointer;
  display: block;
  margin-top: 10px;
}
.faq dt img.icon {
  position: absolute;
  margin-top: -12px;
  margin-left: -64px;
}
.faq dt span {
  float: right;
  margin-top: -10px;
}
.faq dd {
  padding: 12px 0 18px 10px;
  display: none;
}

/* エントリーフォーム*/
.entry-contact {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 40px 0 12px;
}
.entry-contact img {
  margin: 0 90px;
}
.entry-contact p {
  border-top: 2px solid #3FC646;
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  margin-top: 35px;
}

.entry-step {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
}

.entry-form {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}

button {
  padding: 0;
  border: 0;
}

/*ローディング*/
.loading {
  background: #FFFFFA;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}

.loading .loading__sitename {
  margin-left: -8%;
  margin-top: -9%;
  position: fixed;
  left: 50%;
  top: 50%;
}

.loading .loading__dots {
  position: fixed;
  margin-top: 6%;
  margin-left: -4%;
  top: 50%;
  left: 50%;
}

/*
	サイト全体のユーティリティ設定
*/
/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 88%;
}

.u-font-size--large {
  font-size: 113%;
}

.u-font-size--x-large {
  font-size: 125%;
}

.u-font-size--xx-large {
  font-size: 150%;
}

/* 文字色、装飾の設定 */
.u-font-bold {
  font-weight: bold;
}

.u-color-red {
  color: red;
}

.u-color-main {
  color: #83300E;
}

.u-color-sub {
  color: #83300E;
}

/* マーカーの設定 */
.u-marker-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF238));
  background: linear-gradient(transparent 60%, #FFF238 60%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

.u-marker-pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #FFD4D3));
  background: linear-gradient(transparent 40%, #FFD4D3 40%);
  padding: 0 2px;
  position: relative;
  behavior: url(PIE.htc);
}

/* 段落の設定 */
.u-txt {
  padding: 0 1px;
}

.u-paragraph {
  padding: 0 1px 0 1px;
  margin-bottom: 1em;
}

.u-txt-sub {
  font-size: 85% !important;
  color: #666;
}

.u-txt-attention {
  padding: 0 0 0 0.7em;
  text-indent: -0.7em;
  color: #C60;
}

.u-text-lineh {
  line-height: 2;
}

/* 文字寄せの設定 */
.u-textalign-center {
  text-align: center;
}

.u-textalign-right {
  text-align: right;
}

.u-textalign-left {
  text-align: left;
}

/* floatの設定 */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

.u-overflow-hidden {
  overflow: hidden;
}

/* 画像の寄せ */
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 線の設定 */
.u-line-dashed {
  border: none;
  border-top: 1px dashed #ccc;
  height: 1px;
}

/* マージンボトムの設定 */
.u-margin-bottom--small {
  margin-bottom: 10px;
}

.u-margin-bottom {
  margin-bottom: 20px;
}

.u-margin-bottom--large {
  margin-bottom: 40px;
}

.u-margin-bottom--x-large {
  margin-bottom: 60px;
}

.u-margin-bottom--xs-large {
  margin-bottom: 90px;
}

.u-margin-bottom--xl-large {
  margin-bottom: 120px;
}

/* theme */
/*
	サイト全体で使う色の指定
*/
/*# sourceMappingURL=master.css.map */