@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
.wf-notosansjapanese, .prifile .prifile__title, .u-lede, .sp .u-lede {
  font-family: "Noto Sans Japanese"; }

/*
	サイト全体で使うフォントの指定
*/
/* ページの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 {
  -moz-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"] {
  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 */
  -moz-box-sizing: content-box;
  -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.75;
  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: 18px;
  *font-size: 113%;
  overflow-x: hidden;
  color: #000; }

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: #333; }

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

/* 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, .sp-blog-list li:after, .faq-category:after, .staff:after, .flow li:after, .service-category-list:after, .all-service-list:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix, .sp-blog-list li, .faq-category, .staff, .flow li, .service-category-list, .all-service-list {
  display: inline-block; }

/* Hides from IE Mac */
* html .clearfix, * html .sp-blog-list li, .sp-blog-list * html li, * html .faq-category, * html .staff, * html .flow li, .flow * html li, * html .service-category-list, * html .all-service-list {
  height: 1%; }

.clearfix, .sp-blog-list li, .faq-category, .staff, .flow li, .service-category-list, .all-service-list {
  display: block; }

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

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

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

/* ページ幅 */
.layout-container {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: left; }

/* メインカラム */
.layout-main-column {
  width: 805px;
  float: left; }

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

/* 汎用レイアウト */
.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.last {
  margin-right: 0%; }

.layout-4-col {
  float: left;
  width: 24%;
  margin-right: 1%; }

.layout-4-col.last {
  margin-right: 0; }

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  background: url(../img/common/header/bgi--header.png) repeat-x;
  padding-top: 22px;
  height: 120px;
  box-sizing: border-box;
  position: relative;
  box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.3);
  text-align: left;
  z-index: 10000; }

/* ヘッダー上段 */
/* ヘッダーロゴ */
.header-sitename {
  display: block;
  width: 222px;
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: -111px; }

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

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

/*
	フッターの指定
*/
/* フッター外枠 */
.footer {
  margin-top: 60px;
  clear: both;
  display: block;
  position: relative;
  text-align: left; }

.footer__bg {
  background: #F6F9DB;
  border-bottom: 2px solid  #EC1C24; }

.footer__bg .layout-container {
  padding: 40px 40px 50px;
  background: url(../img/common/footer/bgi--footer.png) 890px top no-repeat;
  position: relative; }

.footer__bg .footer__ribbon {
  position: absolute;
  left: 0;
  bottom: -12px; }

/* フッター　会社情報 */
.footer-site-name {
  margin-bottom: 10px; }

.footer-address {
  width: 305px;
  margin-right: 37px;
  float: left; }

address {
  font-style: normal;
  font-size: 83%; }

.footer-address__mail {
  margin: 5px 0; }

.footer-address__mail dt {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

.footer-address__mail dd {
  display: inline-block; }

.footer-calendar {
  width: 228px;
  margin-right: 37px;
  float: left; }

.footer-service-area {
  width: 217px;
  float: left; }

.footer-service-area .footer-service-area__title {
  border-left: 3px solid  #F6921E;
  padding-left: 10px;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: bold; }

/* コピーライト */
.copy {
  width: 1100px;
  margin: 0 auto;
  padding: 0 120px 30px;
  display: block;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 67%;
  color: #989898; }

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  display: block;
  height: 74px;
  margin-bottom: 30px;
  clear: both; }

.global-nav ul {
  background: url(../img/common/menu/bgi--item.jpg) 100% 51px no-repeat;
  width: 1100px;
  list-style: none;
  margin: 0 auto; }

.global-nav li {
  background: url(../img/common/menu/bgi--item.jpg) 0 51px no-repeat;
  float: left;
  padding-left: 8px; }

.global-nav a, .global-nav span {
  background-image: url(../img/common/menu/global-nav.jpg);
  display: block;
  height: 74px;
  overflow: hidden;
  text-indent: -9999px; }

.global-nav .global-nav-item--01 {
  width: 130px; }

.global-nav .global-nav-item--01 a {
  background-position: -7px 74px; }

.global-nav .global-nav-item--01.active span {
  background-position: -7px 74px; }

.global-nav .global-nav-item--01 span {
  background-position: -7px 0; }

.global-nav .global-nav-item--02 {
  width: 138px; }

.global-nav .global-nav-item--02 a {
  background-position: -147px 74px; }

.global-nav .global-nav-item--02.active span {
  background-position: -147px 74px; }

.global-nav .global-nav-item--02 span {
  background-position: -147px 0; }

.global-nav .global-nav-item--03 {
  background: url(../img/common/menu/bgi--item.jpg) 0 51px no-repeat, url(../img/common/menu/bgi--item.jpg) 100% 51px no-repeat;
  width: 137px;
  margin-right: 224px;
  padding-right: 8px; }

.global-nav .global-nav-item--03 a {
  background-position: -292px 74px; }

.global-nav .global-nav-item--03.active span {
  background-position: -292px 74px; }

.global-nav .global-nav-item--03 span {
  background-position: -292px 0; }

.global-nav .global-nav-item--04 {
  width: 128px; }

.global-nav .global-nav-item--04 a {
  background-position: -668px 74px; }

.global-nav .global-nav-item--04.active span {
  background-position: -668px 74px; }

.global-nav .global-nav-item--04 span {
  background-position: -668px 0; }

.global-nav .global-nav-item--05 {
  width: 139px; }

.global-nav .global-nav-item--05 a {
  background-position: -805px 74px; }

.global-nav .global-nav-item--05.active span {
  background-position: -805px 74px; }

.global-nav .global-nav-item--05 span {
  background-position: -805px 0; }

.global-nav .global-nav-item--06 {
  width: 140px; }

.global-nav .global-nav-item--06 a {
  background-position: -951px 74px; }

.global-nav .global-nav-item--06.active span {
  background-position: -951px 74px; }

.global-nav .global-nav-item--06 span {
  background-position: -951px 0; }

/* 固定ナビの設定 */
.floating-nav {
  background: url(../img/common/menu/floating-nav/bgi--floating-nav.png);
  width: 100%;
  padding-top: 8px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  position: fixed;
  left: 0;
  top: -130px; }

.floating-nav .floating-nav__logo {
  float: left; }

.floating-nav .floating-nav__list {
  width: 875px;
  float: right;
  list-style: none; }

.floating-nav .floating-nav__list li {
  background: url(../img/common/menu/floating-nav/bgi--line.jpg) right center no-repeat;
  width: 145px;
  padding-right: 1px;
  float: left; }

.floating-nav .floating-nav__list li:last-child {
  padding-right: 0; }

.floating-nav .floating-nav__list li a {
  display: block;
  border-bottom: 3px solid  #EC1E79; }

.floating-nav .floating-nav__list li a span {
  display: block;
  text-align: center;
  line-height: 62px; }

.floating-nav .floating-nav__list li a span img {
  vertical-align: middle;
  opacity: 0.7; }

.floating-nav .floating-nav__list li a:hover img {
  opacity: 1; }

/* ローカルナビの設定 */
.side-nav {
  margin-bottom: 20px; }

.side-nav .side-nav__title {
  background: url(../img/common/subcolumn/bgi--side-nav-dt.png) right top no-repeat;
  padding: 15px 10px;
  font-weight: bold;
  font-size: 150%; }

.side-nav .side-nav__list {
  list-style: none; }

.side-nav .side-nav__list li {
  margin-bottom: 10px; }

.side-nav .side-nav__list li a {
  display: block;
  padding: 5px 5px 5px 5px;
  border: 1px dashed #6FCFEB;
  line-height: 1.3; }

/* フッターナビ */
.footer-nav {
  width: 1100px;
  margin: 0 auto;
  padding: 60px 120px 30px;
  position: relative;
  box-sizing: border-box; }

.footer-nav a {
  text-decoration: none; }

.footer-nav a:hover {
  text-decoration: underline; }

.footer-nav .footer-response {
  width: 228px;
  position: absolute;
  right: 40px;
  top: -200px; }

.footer-nav .footer-response a {
  position: absolute;
  left: 20px;
  bottom: 40px; }

.footer-nav .footer-nav__item {
  width: 166px;
  float: left; }

.footer-nav .footer-nav__item dt {
  font-weight: bold;
  font-size: 83%; }

.footer-nav .footer-nav__item ul {
  list-style: none;
  font-size: 78%; }

.footer-nav .footer-nav__item ul li {
  margin-top: 15px;
  line-height: 1; }

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.2;
  font-size: 188%; }

.page-title:after {
  background: #FFE800;
  content: ' ';
  width: 200px;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: -7px; }

/* 見出し */
.title-lv1, .voice .voice__title {
  background: url(../img/common/heading/bgi--title-lv1--full.png) left top no-repeat;
  padding: 25px 10px 25px 30px;
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 125%; }

.layout-main-column .title-lv1, .layout-main-column .voice .voice__title, .voice .layout-main-column .voice__title {
  background: url(../img/common/heading/bgi--title-lv1.png) left top no-repeat; }

.title-lv2 {
  background: url(../img/common/item/line--dashed.png) left bottom no-repeat;
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-size: 113%; }

.title-lv3 {
  padding: 0 0 0 17px;
  margin-bottom: 5px;
  color: #83300E; }

/* 汎用見出し */
.title-other-01 {
  background: linear-gradient(transparent 60%, #FFF238 80%);
  display: inline-block;
  padding: 0 20px 0 5px;
  position: relative;
  font-size: 113%;
  color: #6FCFEB; }

.title-other-02 {
  font-size: 125%;
  color: #FF7BAB; }

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 th {
  background: #A6E1F3;
  border: 1px solid #fff;
  padding: 15px 10px; }

.table-ptn--01 td {
  background: #fff;
  border: 1px solid #B3B3B3;
  padding: 15px 10px; }

.table-ptn--02 th, .company-coutline th {
  background: #FDF18A;
  border: 1px solid #fff;
  padding: 15px 10px; }

.table-ptn--02 td, .company-coutline td {
  background: #fff;
  border: 1px solid #B3B3B3;
  padding: 15px 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; }

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn {
  display: inline-block;
  padding: 8px 18px; }

.btn img {
  vertical-align: text-top; }

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

.btn--main {
  background: #5EC3DA;
  box-shadow: 3px 3px #9CDCED;
  text-decoration: none;
  color: #fff; }

.btn--yellow {
  background: #FBED21;
  box-shadow: 3px 3px #FBD08A;
  text-decoration: none;
  color: #000; }

.btn--black {
  background: #000;
  box-shadow: 3px 3px #999;
  text-decoration: none;
  color: #fff; }

.btn--pink {
  background: #EC1E79;
  box-shadow: 3px 3px #C20067;
  text-decoration: none;
  color: #fff; }

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

/*
	サイト全体のリストの設定
*/
/* アイコン型リストの設定 */
.list-mark {
  list-style: none; }

.list-mark li {
  background: url(../img/common/mark/ico--mark-01.png) 4px 7px no-repeat;
  padding-left: 23px; }

.list-circle {
  list-style: none; }

.list-circle li {
  background: url(../img/common/mark/ico--circle-01.png) 2px 4px no-repeat;
  padding-left: 23px; }

/* ボーダー型リストの設定 */
.list-border {
  list-style: none; }

.list-border li {
  padding-left: 5px;
  border-bottom: 1px dashed #ABA073; }

/* 番号型リストの設定 */
.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 {
  background: #fff;
  padding: 15px;
  border: 2px solid #6FCFEB; }

.box-sub--02, .service-speed {
  background: #F1F1F1;
  padding: 15px; }

/*
	サイト全体のWordPress記事の設定
*/
/* ブログ・お知らせの設定 */
.blog-list {
  list-style: none; }

.blog-list li {
  width: 250px;
  float: left;
  margin-right: 27px;
  margin-bottom: 30px;
  border: 1px solid  #ccc;
  box-sizing: border-box;
  position: relative;
  z-index: 10; }

.blog-list li:nth-child(3n) {
  margin-right: 0; }

.blog-list li:nth-child(3n+1) {
  clear: both; }

.blog-list li:before, .blog-list li:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 20px 10px rgba(0, 0, 0, 0.3);
  transform: rotate(-3deg); }

.blog-list li:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto; }

.blog-list li span {
  display: block; }

.blog-list li a {
  text-decoration: none; }

.blog-list .blog-list__container {
  background: #fff;
  padding: 15px; }

.blog-list .blog-list__date {
  margin-bottom: 5px;
  font-size: 94%;
  font-family: Meiryo; }

.blog-list .blog-list__article-title {
  height: 64px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 122%;
  font-weight: bold;
  text-decoration: underline; }

.blog-list .blog-list__more {
  border: 1px solid  #B2B2B2;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
  font-size: 78%;
  color: #808080; }

.blog-list a:hover .blog-list__more {
  background: #6FCFEB;
  border: 1px solid #6FCFEB;
  color: #fff; }

.sp-blog-list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid  #ccc;
  box-sizing: border-box; }

.sp-blog-list li span {
  display: block; }

.sp-blog-list li a {
  text-decoration: none; }

.sp-blog-list li img {
  width: 80px;
  float: left;
  margin-right: 10px; }

.sp-blog-list .blog-list__date {
  font-size: 94%;
  font-family: Meiryo; }

.sp-blog-list .blog-list__article-title {
  line-height: 1.3;
  font-size: 122%;
  font-weight: bold;
  text-decoration: underline; }

.sp-blog-list .blog-list__more {
  border: 1px solid  #B2B2B2;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
  font-size: 78%;
  color: #808080; }

.sp-blog-list a:hover .blog-list__more {
  background: #6FCFEB;
  border: 1px solid #6FCFEB;
  color: #fff; }

.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%; }

/* ページネーションの設定 */
.pagination {
  position: relative;
  padding: 20px 0;
  clear: both;
  text-align: center;
  line-height: 40px;
  font-size: 12px; }

.pagination span, .pagination a {
  background-color: #fff;
  display: inline-block;
  width: 40px;
  margin: 2px 5px 2px 0;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 125%;
  color: #6FCFEB; }

.pagination a {
  border: 1px solid #6FCFEB; }

.pagination a:hover {
  background-color: #6FCFEB;
  border: 1px solid #6FCFEB;
  color: #fff; }

.pagination .current {
  background-color: #6FCFEB;
  border: 1px solid #6FCFEB;
  color: #fff; }

/*
	サイト全体のアイテムの設定
*/
/* カテゴリキャッチ */
.catch {
  background: url(../img/common/catch/pic--catch.png) center top no-repeat, url(../img/common/catch/bgi--catch.jpg) center top;
  height: 270px;
  margin-bottom: 40px; }

.topic-path {
  font-size: 88%;
  padding: 10px 0;
  margin-bottom: 60px;
  color: #4d4d4d; }

.side-contact {
  position: relative; }

.side-contact a {
  position: absolute;
  top: 373px;
  left: 30px; }

.response-area {
  background: url(../img/common/item/response/bgi--area.png) left top no-repeat;
  width: 811px;
  height: 373px;
  box-sizing: border-box;
  padding: 50px 50px 0;
  margin: 0 auto 40px;
  text-align: center; }

.response-area .response-area__title {
  margin-bottom: 30px; }

.response-area .response-area__tel {
  margin-top: 12px;
  display: inline-block;
  float: right; }

.response-area .response-area__contact {
  text-align: left; }

.response-area .response-area__text {
  line-height: 1.5;
  margin: 5px 0;
  font-size: 67%; }

/* よくある質問 */
.faq-category {
  list-style: none;
  margin-bottom: 40px; }

.faq-category li {
  width: 145px;
  float: left;
  margin-right: 20px;
  font-size: 94%; }

.faq-category li:last-child {
  margin-right: 0; }

.faq-category li a {
  background: #F1F1F1 url(../img/faq/pic--arrow.png) center bottom 5px no-repeat;
  display: block;
  padding: 10px 0 20px;
  text-align: center; }

.faq-category li a img {
  display: block;
  margin: 0 auto; }

.faq dt {
  background: url(../img/faq/ico--faq-q.jpg) left top no-repeat;
  padding: 0 0 10px 45px;
  font-size: 118%;
  font-weight: bold; }

.faq dd {
  background: #F1F1F1;
  padding: 15px;
  margin-bottom: 30px; }

/* お客様の声 */
.voice {
  margin-bottom: 60px; }

.voice .voice__photo {
  width: 500px;
  text-align: right;
  float: left; }

.voice .voice__img {
  border: 1px solid  #ccc;
  margin-bottom: 10px; }

.voice .voice__contents {
  width: 560px;
  float: right;
  line-height: 1.6; }

.voice .voice__contents dt {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 111%; }

/* スタッフ */
.staff {
  margin-bottom: 60px; }

.staff .staff__info {
  width: 485px;
  float: right; }

.staff .staff__photo {
  width: 295px;
  float: left; }

.staff .staff__comment {
  font-size: 88%;
  color: #50BEF0; }

.staff .staff__name {
  background: url(../img/company/staff/bgi--name.jpg) left bottom no-repeat;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.staff .staff__profile dt {
  font-weight: bold;
  font-size: 111%; }

.staff .staff__profile dd {
  margin-bottom: 20px;
  color: #666; }

/* 会社紹介 */
.prifile {
  width: 530px;
  position: relative; }

.prifile .prifile__contents {
  min-height: 465px;
  border: 10px solid; }

.prifile .prifile__title {
  padding: 10px 0;
  font-size: 111%; }

.prifile.prifile--blue {
  float: left; }

.prifile.prifile--blue .prifile__title {
  color: #2196F3; }

.prifile.prifile--blue .prifile__contents {
  background: #E6FFFF;
  border-color: #6FCFEB;
  padding: 20px;
  line-height: 2; }

.prifile.prifile--blue .prifile__contents dl {
  background: #fff;
  padding: 20px; }

.prifile.prifile--blue .prifile__contents dl dt {
  font-weight: bold; }

.prifile.prifile--blue .prifile__pic {
  position: absolute;
  top: -40px;
  right: 0; }

.prifile.prifile--yellow {
  float: right; }

.prifile.prifile--yellow .prifile__title {
  color: #F05A24; }

.prifile.prifile--yellow .prifile__contents {
  background: #FFFDF0;
  border-color: #FDF18A;
  padding: 20px;
  line-height: 2; }

.prifile.prifile--yellow .prifile__contents dl {
  background: #fff;
  padding: 20px; }

.prifile.prifile--yellow .prifile__contents dl dt {
  font-weight: bold; }

.prifile.prifile--yellow .prifile__pic {
  position: absolute;
  top: -40px;
  right: 0; }

.company-coutline th {
  padding: 8px 10px;
  text-align: center; }

.company-coutline td {
  padding: 8px 10px; }

/* 流れ */
.flow {
  list-style: none; }

.flow li {
  background: url(../img/service/flow/bgi--flow.png) center bottom no-repeat;
  padding-bottom: 60px;
  margin-bottom: 40px; }

.flow dl {
  width: 450px;
  padding: 25px 0 0 100px;
  box-sizing: border-box; }

.flow dl dt {
  margin-bottom: 30px;
  font-size: 111%;
  font-weight: bold; }

.flow .flow__item-01 dl {
  background: url(../img/service/flow/ico--01.png) left top no-repeat;
  width: 100%; }

.flow .flow__item-01 img {
  vertical-align: top; }

.flow .flow__item-01 a {
  display: inline-block;
  margin-top: 10px; }

.flow .flow__item-02 dl {
  background: url(../img/service/flow/ico--02.png) left top no-repeat; }

.flow .flow__item-03 dl {
  background: url(../img/service/flow/ico--03.png) left top no-repeat; }

.flow .flow__item-04 dl {
  background: url(../img/service/flow/ico--04.png) left top no-repeat; }

.flow .flow__item-05 dl {
  background: url(../img/service/flow/ico--05.png) left top no-repeat; }

.flow .flow__item-06 dl {
  background: url(../img/service/flow/ico--06.png) left top no-repeat; }

.flow .flow__item-07 dl {
  background: url(../img/service/flow/ico--07.png) left top no-repeat; }

.flow .flow__item-08 dl {
  background: url(../img/service/flow/ico--08.png) left top no-repeat; }

/* サービス */
.service-speed {
  width: 440px;
  float: right; }

.service-speed h3 {
  margin-top: -40px;
  margin-bottom: 20px;
  text-align: center; }

.service-category-list {
  list-style: none; }

.service-category-list li {
  width: 322px;
  float: left;
  margin-right: 67px; }

.service-category-list li:last-child {
  margin-right: 0; }

.all-service-list {
  list-style: none;
  width: 1010px;
  margin: 0 auto 40px; }

.all-service-list li {
  background: url(../img/common/mark/ico--mark-01.png) 0px 16px no-repeat;
  width: 320px;
  margin-right: 25px;
  padding: 10px 0 10px 20px;
  box-sizing: border-box;
  float: left;
  border-bottom: 1px solid  #C8C8C8; }

.all-service-list li:nth-child(3n) {
  margin-right: 0; }

.all-service-list li:nth-child(3n+1) {
  clear: both; }

.service-article-list {
  list-style: none;
  margin-bottom: 60px; }

.service-article-list li {
  width: 255px;
  float: left;
  margin-right: 20px;
  margin-bottom: 40px; }

.service-article-list li:nth-child(3n) {
  margin-right: 0; }

.service-article-list li:nth-child(3n+1) {
  clear: both; }

.service-article-list li strong {
  font-size: 111%; }

.service-detail-thumb {
  float: left;
  margin-right: 20px; }

.service-tag {
  list-style: none; }

.service-tag li {
  background: url(../img/service/detail/ico--tag.png) 5px center no-repeat;
  padding: 5px 10px 5px 25px;
  border: 1px solid  #EC1E79;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: bold; }

.service-tag li a {
  text-decoration: none;
  color: #EC1E79; }

.service-data {
  margin-bottom: 60px; }

.service-data th {
  width: 25%;
  text-align: center; }

/* トップページ */
.top-main {
  background: #F1EEEB;
  height: 540px;
  padding-bottom: 30px; }

.top-main img {
  margin: 0 15px; }

.top-main .slick-prev {
  background: url(../img/index/main/btn--prev.png) left top no-repeat;
  left: 50%;
  margin-left: -570px;
  width: 38px;
  height: 38px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 1000; }

.top-main .slick-next {
  background: url(../img/index/main/btn--next.png) left top no-repeat;
  left: 50%;
  margin-left: 530px;
  width: 38px;
  height: 38px;
  text-indent: -9999px;
  overflow: hidden; }

.top-main .slick-dots li button:before {
  content: '●';
  font-size: 14px; }

.top-main .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #6FCFEB; }

.top-about {
  background: url(../img/index/about/bgi--section.jpg) center top no-repeat;
  padding-top: 70px;
  text-align: center; }

.top-about .top-about__title {
  margin-bottom: 45px; }

.top-service {
  background: url(../img/index/service/bgi--section.jpg) right 80px no-repeat;
  padding-left: 25px; }

.top-service .top-service__title {
  margin-bottom: 20px; }

.top-service .top-service__copy {
  background: #fff;
  width: 616px;
  padding: 10px 20px 10px 10px;
  margin-left: 130px;
  margin-bottom: 40px; }

.top-service .top-service__list {
  width: 610px;
  list-style: none; }

.top-service .top-service__list li {
  width: 33%;
  float: left;
  text-align: center;
  margin-bottom: 40px; }

.top-service .top-service__list li img {
  display: block;
  margin: 0 auto 5px; }

.top-service .top-service__more-btn {
  width: 610px;
  margin-bottom: 65px;
  text-align: center; }

.top-service .top-service__bnr {
  width: 610px;
  text-align: center; }

.top-service .top-service__bnr a {
  display: inline-block;
  margin: 0 10px; }

.top-facility {
  background: url(../img/index/facility/bgi--section.png) center top no-repeat;
  padding: 120px 0 0; }

.top-facility .top-facility__title {
  margin-bottom: 60px; }

.top-facility-main {
  background: url(../img/index/facility/pic--main.jpg) center top no-repeat;
  background-size: cover;
  width: 120%;
  margin-left: -10%;
  height: 510px;
  transform-origin: left center;
  transform: rotate(-3deg); }

.top-facility-main img {
  transform-origin: left center;
  transform: rotate(3deg);
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -460px; }

.top-tradition {
  background: url(../img/index/tradition/bgi--section.jpg) center top no-repeat;
  padding-top: 700px;
  min-height: 1404px;
  box-sizing: border-box; }

.top-tradition .top-tradition__title {
  margin-bottom: 40px; }

.top-tradition .top-tradition__bnr {
  text-align: center; }

.top-tradition .top-tradition__bnr a {
  display: inline-block;
  margin: 0 85px; }

.top-staff {
  background: url(../img/index/staff/bgi--section.png) center top no-repeat, url(../img/index/staff/bgi--section-dot.jpg);
  padding: 60px 0 70px; }

.top-staff .top-staff__content {
  padding-left: 530px; }

.top-staff .top-staff__title {
  margin-bottom: 40px; }

.top-contact {
  background: url(../img/index/contact/bgi--section-01.jpg) center top no-repeat, url(../img/index/contact/bgi--section-02.jpg) center bottom no-repeat, url(../img/index/contact/bgi--section-03.jpg) center top repeat-y;
  box-sizing: border-box;
  padding: 60px 35px 35px;
  width: 948px;
  margin: 0 auto 60px; }

.top-contact .top-contact__title {
  margin-bottom: 50px; }

.top-contact .top-contact__form {
  background: #fff;
  border: 4px solid  #EC1C24;
  padding: 10px; }

.top-blog {
  background: url(../img/index/blog/bgi--section.jpg) center center no-repeat;
  background-size: cover;
  padding: 70px 0 45px;
  text-align: left; }

.top-blog .top-blog__title {
  margin-bottom: 60px;
  text-align: center; }

.top-blog .top-blog__list {
  width: 1020px;
  margin: 0 auto 60px;
  list-style: none; }

.top-blog .top-blog__list li {
  width: 315px;
  float: left;
  margin-right: 37px;
  position: relative;
  z-index: 10; }

.top-blog .top-blog__list li:before, .top-blog .top-blog__list li:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  box-shadow: 0 20px 10px rgba(0, 0, 0, 0.3);
  transform: rotate(-3deg); }

.top-blog .top-blog__list li:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto; }

.top-blog .top-blog__list li:last-child {
  margin-right: 0; }

.top-blog .top-blog__list li span {
  display: block; }

.top-blog .top-blog__list li a {
  text-decoration: none; }

.top-blog .top-blog__container {
  background: #fff;
  padding: 15px; }

.top-blog .top-blog__date {
  margin-bottom: 5px;
  font-size: 94%;
  font-family: Meiryo; }

.top-blog .top-blog__article-title {
  height: 64px;
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 122%;
  font-weight: bold;
  text-decoration: underline; }

.top-blog .top-blog__more {
  border: 1px solid  #B2B2B2;
  padding: 10px;
  border-radius: 3px;
  text-align: center;
  font-size: 78%;
  color: #808080; }

.top-blog a:hover .top-blog__more {
  background: #6FCFEB;
  border: 1px solid #6FCFEB;
  color: #fff; }

/*
	サイト全体のユーティリティ設定
*/
/* リード文の設定 */
.u-lede {
  line-height: 1.2;
  font-size: 163%;
  font-weight: bold; }

.sp .u-lede {
  line-height: 1.2;
  font-size: 125%;
  font-weight: bold; }

/* 文字サイズの設定 */
.u-font-size--small {
  font-size: 78%; }

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

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

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

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

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

.u-color-main {
  color: #6FCFEB; }

.u-color-sub {
  color: #FF0087; }

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

.u-marker-pink {
  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-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; }

/* theme */
/*
	サイト全体で使う色の指定
*/

/*# sourceMappingURL=master.css.map */
