@charset "UTF-8";
/* setting */
/*
	サイト全体で使うフォントの指定
*/
/* メイン・サブカラー */
/* リンク色 */
/*
	サイト全体で使うフォントの指定
*/
/*
	サイト全体で使うフォントの指定
*/
/* ページのwidth */
/* 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: 2;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  *font-size: 100%;
  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: blue;
}

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

/* 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 {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

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

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

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

/* ページ幅 */
.layout-container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .layout-container {
    width: 100%;
  }
}

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

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

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

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

/*
	ヘッダーの指定
*/
/* ヘッダー外枠 */
.header {
  width: 100%;
  position: absolute;
  top: 0;
  text-align: left;
  z-index: 2;
}

.header-main {
  width: 1206px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .header-main {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* ヘッダーロゴ */
.header-site-name {
  padding-top: 35px;
  display: block;
  float: left;
}
@media screen and (max-width: 599px) {
  .header-site-name {
    background: #fff;
    padding: 10px;
    margin-top: -10px;
    margin-left: -10px;
    width: 30%;
  }
}

/*
	フッターの指定
*/
/* フッター外枠 */
footer {
  background: url(../img/common/footer/bgi--over.svg) center top repeat-y, url(../img/common/footer/bgi--under.svg) center top repeat-y;
  background-size: auto, 100% auto;
  padding-top: 110px;
  clear: both;
  display: block;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 599px) {
  footer {
    padding-top: 0;
  }
}

.footer-container {
  width: 1209px;
  margin: 0 auto 85px;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .footer-container {
    width: 100%;
  }
}

.footer-sitename {
  width: 200px;
  padding-left: 80px;
  float: left;
}
@media screen and (max-width: 599px) {
  .footer-sitename {
    background: #fff;
    width: 100%;
    padding: 30px 0 30px;
    float: none;
  }
  .footer-sitename img {
    display: block;
    width: 140px;
    margin: 0 auto;
  }
}

.footer-nav {
  width: 280px;
  float: left;
  margin-left: 273px;
  margin-top: 44px;
  color: #fff;
}
.footer-nav .footer-nav__title {
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 125%;
}
.footer-nav .footer-nav__list {
  width: 100%;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-nav .footer-nav__list li {
  font-weight: bold;
  font-size: 88%;
}
.footer-nav .footer-nav__list a {
  color: #fff;
}
@media screen and (max-width: 599px) {
  .footer-nav {
    width: 100%;
    padding: 0 40px;
    margin: 40px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
  }
}

.footer-address {
  width: 320px;
  margin-top: 44px;
  float: right;
  color: #fff;
}
.footer-address .footer-address__title {
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 125%;
}
.footer-address .footer-address__text {
  margin-bottom: 10px;
  font-size: 88%;
}
.footer-address .footer-address__btn {
  display: inline-block;
  width: 240px;
  padding: 10px 0;
  border: 1px solid #fff;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .footer-address {
    width: 100%;
    padding: 0 40px;
    margin: 40px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: none;
  }
}

address {
  font-style: normal;
}

/* コピーライト */
.copy {
  display: block;
  text-align: center;
  line-height: 30px;
  color: #A0767C;
}

/* module */
/*
	サイト全体のナビゲーション設定
*/
/* グローバルナビの設定 */
.global-nav {
  text-align: right;
  z-index: 10;
}
.global-nav .global-nav-list {
  background: #fff;
  list-style: none;
  width: 355px;
  padding: 20px 20px;
  border-radius: 40px;
  float: right;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 50px;
  right: 20px;
}
.global-nav .global-nav-list a {
  padding: 15px;
  text-decoration: none;
  font-weight: bold;
  color: #313131;
}
.global-nav .global-nav-list .global-nav-list_btn {
  background: #1EA4A5;
  padding: 10px 25px;
  border-radius: 50px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .global-nav {
    padding-top: 15px;
  }
  .global-nav .global-nav-list {
    width: 50%;
    padding: 10px;
    top: 20px;
    font-size: 81%;
  }
  .global-nav .global-nav-list a {
    padding: 5px;
  }
  .global-nav .global-nav-list .global-nav-list_btn {
    padding: 5px;
  }
}

/* ローカルナビの設定 */
.side-nav {
  margin-bottom: 20px;
}
.side-nav .side-nav__title {
  background: #850215;
  padding: 7px;
  font-size: 114%;
  color: #fff;
}
.side-nav .side-nav__list {
  list-style: none;
}
.side-nav .side-nav__list li {
  border-bottom: 1px solid #850215;
}
.side-nav .side-nav__list li a {
  display: block;
  padding: 5px 5px 5px 5px;
}

/*
	サイト全体の見出しの設定
*/
/* ページタイトル */
.page-title {
  padding: 15px;
  margin-bottom: 20px;
  border-bottom: 3px solid #850215;
  color: #850215;
}

/* 見出し */
.title-lv1 {
  font-size: 169%;
  margin-bottom: 30px;
  text-align: center;
}

.title-lv2 {
  padding: 0 0 0 5px;
  border-left: 3px solid #850215;
  margin-bottom: 5px;
  color: #850215;
}

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

/* 汎用見出し */
.title-other-01 {
  background: #EAE6D0;
  padding: 3px 10px;
  margin-bottom: 5px;
  color: #850215;
}

.title-other-02 {
  padding: 0px 10px;
  border-bottom: 1px dashed #83300E;
  margin-bottom: 5px;
  color: #850215;
}

/*
	サイト全体のテーブルの設定
*/
/* テーブルの設定 */
.table-ptn--01 {
  width: 100%;
  border-top: 1px solid #D3D3D3;
}
.table-ptn--01 th {
  background: #F7F7F7;
  border-bottom: 1px solid #D3D3D3;
  padding: 15px 20px;
}
.table-ptn--01 td {
  background: #fff;
  border-bottom: 1px solid #D3D3D3;
  padding: 15px 20px;
}
@media screen and (max-width: 599px) {
  .table-ptn--01 th, .table-ptn--01 td {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.table-ptn--02 th {
  background: #CCE4AE;
  border: 1px solid #ABA073;
  padding: 5px 10px;
  color: #39330C;
}
.table-ptn--02 td {
  background: #fff;
  border: 1px solid #ABA073;
  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;
}

/*
	サイト全体のリンク・ボタンの設定
*/
/* ボタンの設定 */
.btn-more {
  background: url(../img/common/mark/ico--triangle.png) right 10px center no-repeat;
  width: 184px;
  padding: 5px 0;
  border: 1px solid #fff;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.btn-more:hover {
  text-decoration: underline;
  color: #fff;
}

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

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

/* ボーダー型リストの設定 */
.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 {
  border: 1px solid #ABA073;
  background: #fff;
  padding: 15px;
}

.box-sub--02 {
  border: 4px solid #FFC693;
  padding: 7px;
}

/*
	サイト全体の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%;
}

/* ページネーションの設定 */
.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;
  border-radius: 20px;
  font-size: 125%;
  color: #850215;
}
.pagination a {
  border: 1px solid #850215;
}
.pagination a:hover {
  background-color: #850215;
  border: 1px solid #850215;
  color: #fff;
}
.pagination .current {
  background-color: #850215;
  border: 1px solid #850215;
  color: #fff;
}

/*
	サイト全体のアイテムの設定
*/
.common-contact {
  background: url(../img/common/contact/bgi--section.svg) center top no-repeat;
  background-size: cover;
  padding-top: 320px;
  padding-bottom: 125px;
}
.common-contact .common-contact__en {
  display: block;
  margin: 0 auto 10px;
}
.common-contact .common-contact__title {
  margin-bottom: 40px;
  font-weight: normal;
  font-size: 100%;
}
.common-contact .common-contact__text {
  margin-bottom: 40px;
}
.common-contact .common-contact-content {
  background: #313131;
  width: 747px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.common-contact .common-contact__tel {
  width: 50%;
  padding: 55px 0 50px;
  text-align: center;
}
.common-contact .common-contact__time {
  margin-top: 15px;
  display: inline-block;
}
.common-contact .common-contact__time dt {
  display: inline-block;
  padding: 0 10px;
  margin-right: 10px;
  border: 1px solid #fff;
  border-radius: 20px;
  font-size: 88%;
}
.common-contact .common-contact__time dd {
  display: inline-block;
  font-weight: bold;
}
.common-contact .common-contact__contact {
  width: 50%;
  padding: 55px 0 0;
  text-align: center;
}
.common-contact .common-contact__contact a {
  background: #19A4A5;
  width: 305px;
  padding: 10px 0;
  display: inline-block;
  border-radius: 50px;
  font-weight: bold;
  font-size: 125%;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .common-contact {
    padding-left: 30px;
    padding-right: 30px;
  }
  .common-contact .common-contact__tel {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .common-contact .common-contact__contact {
    width: 100%;
    padding: 0;
  }
  .common-contact .common-contact-content {
    width: 100%;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  .common-contact .common-contact__contact a {
    width: 100%;
  }
}

.catch {
  padding-top: 230px;
  padding-bottom: 50px;
  margin-bottom: 20px;
  position: relative;
}
.catch .catch-photo {
  width: calc(50vw + 360px);
  height: 359px;
  position: absolute;
  top: 0;
  right: 0;
}
.catch .layout-container {
  position: relative;
  z-index: 2;
}
.catch .catch__en {
  display: block;
  margin-bottom: 10px;
}
.catch .catch__title {
  font-size: 100%;
  font-weight: normal;
}
.catch.catch-about .catch-photo {
  background: url(../img/about/bgi--catch.jpg) center center no-repeat;
  background-size: cover;
}
.catch.catch-contact .catch-photo {
  background: url(../img/contact/bgi--catch.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 599px) {
  .catch {
    height: 300px;
    padding-top: 130px;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .catch .catch-photo {
    height: 300px;
  }
}

.topic-path {
  width: 1000px;
  margin: 0 auto 0;
  text-align: left;
}
.topic-path a {
  color: #313131;
}
@media screen and (max-width: 599px) {
  .topic-path {
    width: 100%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* 会社概要 */
.about-intro {
  background: url(../img/about/intro/bgi--section.svg) center center no-repeat;
  background-size: cover;
  padding-top: 112px;
  padding-bottom: 110px;
}
.about-intro .about-intro__en {
  display: block;
  margin: 0 auto 10px;
}
.about-intro .about-intro__title {
  margin-bottom: 170px;
  font-size: 100%;
}
.about-intro .about-intro__lede {
  display: block;
  margin: 0 auto 220px;
}
@media screen and (max-width: 599px) {
  .about-intro {
    background: url(../img/about/intro/bgi--section.svg) center center no-repeat;
    background-size: cover;
    padding: 0;
    margin: 100px 0;
  }
}

.about-intro-arrow {
  display: block;
  margin: 110px auto 170px;
}

.about-outline th {
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* お問い合わせ */
.contact-intro {
  padding-top: 50px;
}
.contact-intro .contact-intro__en {
  display: block;
  margin: 0 auto 10px;
}
.contact-intro .contact-intro__title {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 100%;
}
.contact-intro .contact-intro__lede {
  background: url(../img/contact/intro/bgi--01.svg) left top no-repeat, url(../img/contact/intro/bgi--02.svg) right 30px bottom no-repeat;
  width: 760px;
  padding: 30px 0 60px;
  margin: 0 auto 80px;
}
.contact-intro .contact-intro__text {
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .contact-intro {
    padding: 50px 30px 0;
  }
  .contact-intro .contact-intro__lede {
    background: url(../img/contact/intro/bgi--01.svg) left top no-repeat, url(../img/contact/intro/bgi--02.svg) right bottom no-repeat;
    background-size: 50px auto, 50px auto;
    width: 100%;
    padding: 30px 30px 30px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact-intro .contact-intro__text {
    text-align: left;
  }
}

.about-intro-arrow {
  display: block;
  margin: 110px auto 170px;
}
@media screen and (max-width: 599px) {
  .about-intro-arrow {
    margin: 100px auto 100px;
  }
}

.about-outline th {
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .about-outline {
    width: calc(100% - 40px);
    margin: 0 20px 40px;
  }
  .about-outline th {
    width: 100%;
  }
}

.recruit-info {
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .recruit-info {
    width: calc(100% - 40px);
    margin: 0 20px 40px;
  }
  .recruit-info th {
    width: 100%;
  }
}

.recruit-note {
  text-align: center;
  font-size: 125%;
}

.recruit-repry {
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
}

.recruit-tel {
  background: url(../img/contact/tel/bgi--section.svg) center 10px no-repeat;
  width: 780px;
  margin: 0 auto 75px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruit-tel dt {
  background: url(../img/contact/tel/ico--tel.svg) left 25px no-repeat;
  width: 50%;
  padding-left: 40px;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 169%;
  font-weight: bold;
  color: #850215;
}
.recruit-tel dd {
  width: 50%;
  padding-left: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 93%;
}
.recruit-tel dd p {
  padding-top: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .recruit-tel {
    background: none;
    width: 100%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    text-align: left;
  }
  .recruit-tel dt {
    width: 100%;
  }
  .recruit-tel dd {
    width: 100%;
  }
}

.contact-form .contact-form__title {
  background: url(../img/contact/ico--form.svg) center top no-repeat;
  padding-top: 40px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 169%;
  color: #850215;
}
@media screen and (max-width: 599px) {
  .contact-form {
    padding: 0 30px;
    text-align: left;
  }
}

.contact-tab {
  width: 500px;
  margin: 0 auto 80px;
  list-style: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-tab li {
  width: 206px;
}
.contact-tab li a {
  border-radius: 40px;
  border: 1px solid #313131;
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #313131;
}
.contact-tab li a:hover, .contact-tab li a .active {
  background: #1EA4A5;
  border-color: #1EA4A5;
  color: #fff;
}

/* トップ */
.top-catch {
  height: 768px;
  padding-bottom: 50px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.top-catch .catch-photo {
  background: url(../img/index/main/pic--main.jpg) center center no-repeat;
  background-size: cover;
  width: calc(50vw + 260px);
  height: 768px;
  position: absolute;
  top: 0;
  right: 0;
}
.top-catch .layout-container {
  position: relative;
  z-index: 2;
}
.top-catch .top-catch-recruit {
  background: #850215;
  width: calc(50vw - 207px);
  padding: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: calc(-50vw + 500px);
  top: 296px;
  text-align: right;
}
.top-catch .top-catch-lede {
  display: block;
  padding-top: 610px;
}
@media screen and (max-width: 599px) {
  .top-catch {
    height: 100vh;
  }
  .top-catch .catch-photo {
    height: 100vh;
  }
  .top-catch .top-catch-recruit {
    width: 60%;
    padding: 15px 35px;
    top: 50vh;
    left: 0;
  }
  .top-catch .top-catch-recruit img {
    width: 80%;
  }
  .top-catch .top-catch-lede {
    padding-top: 70vh;
    padding-left: 20px;
  }
}

.top-intro {
  background: url(../img/index/intro/bgi--01.jpg) center center no-repeat;
  background-size: cover;
  padding: 110px 0;
  margin-bottom: 100px;
  color: #fff;
}
.top-intro .top-intro-container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-intro .top-intro__title {
  background: url(../img/index/intro/tit--en.svg) left top no-repeat;
  width: 293px;
  padding-top: 70px;
  margin-top: 67px;
  font-weight: normal;
  font-size: 100%;
}
.top-intro .top-intro__lede {
  display: block;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .top-intro {
    padding: 50px 30px;
  }
  .top-intro .top-intro-container {
    display: block;
  }
  .top-intro .top-intro__title {
    width: auto;
    margin: 0 auto 40px;
  }
}

.top-about {
  background: url(../img/index/about/pic--01.png) calc(50% - 408px) 215px no-repeat, url(../img/index/about/bgi--01.svg) center top repeat-y, url(../img/index/about/bgi--02.svg) center top repeat-y;
  background-size: 617px auto, auto auto, 100% auto;
  padding: 95px 0;
  margin-bottom: 145px;
  color: #fff;
}
.top-about .top-about__title {
  background: url(../img/index/about/tit--en.svg) center top no-repeat;
  padding-top: 70px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: normal;
  font-size: 100%;
}
.top-about .top-about-content {
  padding-left: 455px;
}
.top-about .top-about__lede {
  display: block;
  margin-bottom: 50px;
  line-height: 1.63;
  font-weight: bold;
  font-size: 219%;
}
.top-about .top-about__text {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .top-about {
    background: #850215 url(../img/index/about/pic--01.png) right 0px top 140px no-repeat;
    background-size: 300px auto;
    padding: 95px 30px;
  }
  .top-about .top-about__title {
    margin-bottom: 190px;
  }
  .top-about .top-about-content {
    padding: 0;
  }
  .top-about .top-about__lede {
    font-size: 150%;
  }
}

.top-recruit {
  background: #850215 url(../img/index/recruit/bgi--section.svg) center top no-repeat;
  background-size: 100% auto;
  padding: 100px 0 250px;
  margin-bottom: -200px;
  color: #fff;
}
.top-recruit .top-recruit__title {
  background: url(../img/index/recruit/tit--en.svg) left top no-repeat;
  padding-top: 70px;
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 100%;
}
.top-recruit .top-recruit__pic {
  display: block;
  width: 470px;
  margin-top: 30px;
  float: right;
}
.top-recruit .top-recruit__lede {
  display: block;
  margin-bottom: 30px;
  line-height: 1.63;
  font-weight: bold;
  font-size: 219%;
}
.top-recruit .top-recruit__text {
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .top-recruit {
    background-position: left top;
    background-size: 200% auto;
    padding: 100px 30px;
  }
  .top-recruit .top-recruit__pic {
    display: block;
    margin: 0 auto 40px;
  }
  .top-recruit .top-recruit__lede {
    font-size: 150%;
  }
}

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

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

.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-white {
  color: white;
}

.u-color-main {
  color: #850215;
}

.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-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--xx-large {
  margin-bottom: 80px;
}

.u-margin-bottom--max {
  margin-bottom: 120px;
}

/* フォント */
.u-ff-en, .footer-nav .footer-nav__title, .footer-address .footer-address__title, .footer-address .footer-address__btn {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* 改行 */
.u-br-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-br-sp {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .u-br-notsp {
    display: none;
  }
}

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