@charset "UTF-8";
/* ========================================
    ■ 必須設定
======================================== */
/* 基準値
----------------------------- */
/* 基本コンテンツ幅 */
/* フォント */
/* 使用色管理 */
/* アニメーション */
/* reset
----------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select, textarea, img {
  vertical-align: middle;
}

ul, dl, ol {
  list-style: none;
}

em {
  font-style: normal;
}

/* 共通設定
----------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: 'palt' 1;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}
a {
  color: #0033cc;
  text-decoration: underline;
  transition: 0.2s ease;
}
a:hover {
  text-decoration: none;
  transition: 0.2s ease;
}
a:hover::before, a:hover::after {
  transition: 0.2s ease;
}
a::before, a::after {
  transition: 0.2s ease;
}

img,
video,
object {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

/* ========================================
    ■ ページトップボタン
======================================== */
#page-top {
  position: fixed;
  right: 20px;
}
#page-top a {
  display: block;
  width: 44px;
  height: 44px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}
#page-top a:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* ========================================
    ■ General
======================================== */
.wrap {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.hover:hover {
  opacity: 0.9;
  transition: 0.2s ease;
}

/* 従業員の声、お客様の声
----------------------------- */
.voice {
  margin-top: 60px;
}
.voice li {
  position: relative;
  display: flex;
  background: #fff;
  padding: 30px;
  text-align: left;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
.voice li::before, .voice li::after {
  content: '';
  display: block;
  position: absolute;
  background: #e6d491;
  width: 120px;
  height: 1px;
  transform: rotate(-45deg);
}
.voice li::before {
  left: -40px;
  top: 20px;
}
.voice li::after {
  right: -40px;
  bottom: 20px;
}
.voice li figure {
  flex-shrink: 0;
}
.voice li:nth-of-type(n+2) {
  margin-top: 60px;
}
.voice li:nth-of-type(2n-1) figure {
  margin-right: 30px;
}
.voice li:nth-of-type(2n-1) p {
  margin: 35px 20px 0 20px;
}
.voice li:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.voice li:nth-of-type(2n) figure {
  margin-left: 50px;
}
.voice li:nth-of-type(2n) p {
  margin: 35px 0 0 20px;
}

/* ========================================
    ■ keyv
======================================== */
#keyv {
  background: url(images/keyv_pattern01.png), url(images/keyv_bg01.png) no-repeat center top/cover;
}
#keyv .wrap {
  padding-bottom: 160px;
  text-align: center;
}
#keyv header {
  display: flex;
  justify-content: space-between;
}
#keyv header p:nth-of-type(1) {
  padding-top: 25px;
}
#keyv header p:nth-of-type(2) {
  padding-top: 45px;
}
#keyv h1 {
  margin: 85px 0 50px;
}

/* ========================================
    ■ section-01
======================================== */
#section-01, #section-07, #thanks {
  background: url(images/sec01_bg02.png) no-repeat right top, url(images/sec01_bg01.png) no-repeat left top, url(images/cmn_pattern01.png);
  min-width: 1000px;
}
#section-01 .wrap, #section-07 .wrap, #thanks .wrap {
  padding: 80px 0;
  text-align: center;
}
#section-01 ol, #section-07 ol, #thanks ol {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 40px;
}

/* ========================================
    ■ section-02
======================================== */
#section-02 {
  background: url(images/sec02_bg01.png) no-repeat right bottom, url(images/cmn_pattern02.png);
  min-width: 1270px;
}
#section-02 .wrap {
  padding: 80px 0;
  color: #fff;
  text-align: center;
}
#section-02 .method {
  display: flex;
  margin-top: 50px;
  text-align: left;
}
#section-02 .method figure {
  flex-shrink: 0;
  margin-right: 5px;
}
#section-02 .method h3:nth-of-type(n+2) {
  margin-top: 35px;
}
#section-02 .method p {
  margin-top: 15px;
}

/* ========================================
    ■ section-03
======================================== */
#section-03 {
  background: url(images/sec03_bg01.png) no-repeat center center/auto 100%, url(images/cmn_pattern01.png);
  min-width: 1300px;
}
#section-03 .wrap {
  padding: 80px 0 135px;
  text-align: center;
}
#section-03 h2 {
  margin-bottom: 35px;
}

#slide {
  position: relative;
  width: 915x;
  margin: 55px auto 0;
}
#slide .slide-img {
  width: 280px;
  margin-right: 55px;
}
#slide .flickity-button {
  background: none;
}
#slide .flickity-prev-next-button.previous {
  left: -50px;
}
#slide .flickity-prev-next-button.next {
  right: -10px;
}
#slide .flickity-page-dots {
  left: -30px;
  bottom: -50px;
}
#slide .flickity-page-dots .dot {
  width: 100px;
  height: 8px;
  margin: 0 5px;
  border-radius: 0;
}

/* ========================================
    ■ section-04
======================================== */
#section-04 {
  background: url(images/cmn_pattern03.png), url(images/sec04_bg01.png) no-repeat center top/cover;
}
#section-04 .wrap {
  padding: 80px 0;
  color: #fff;
  text-align: center;
}
#section-04 h2 {
  margin-bottom: 30px;
}
#section-04 figure {
  margin-top: 45px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* ========================================
    ■ cta
======================================== */
.cta {
  background: url(images/cta_bg01.png) no-repeat center top/cover;
}
.cta .wrap {
  padding: 60px 0 50px;
  text-align: center;
}
.cta p {
  margin: 40px 0 45px;
}

/* ========================================
    ■ section-05
======================================== */
#section-05 {
  background: #8c8c8c;
}
#section-05 .wrap {
  padding: 80px 0;
  text-align: center;
}
#section-05 figure {
  margin: 45px 0 50px;
}

/* ========================================
    ■ section-06
======================================== */
#section-06 {
  background: url(images/sec06_bg01.png) no-repeat right bottom, url(images/cmn_pattern02.png);
  min-width: 1300px;
}
#section-06 .wrap {
  padding: 80px 0 60px;
  text-align: center;
}
#section-06 h2 + figure {
  margin: 45px 0 60px;
}

/* ========================================
    ■ section-07
======================================== */
#section-07 ul {
  margin: 70px 0;
  text-align: left;
}
#section-07 ul li {
  position: relative;
  min-height: 330px;
}
#section-07 ul li > * {
  position: relative;
}
#section-07 ul li figure {
  position: absolute;
  top: 0;
}
#section-07 ul li h3 {
  margin-bottom: 25px;
}
#section-07 ul li:nth-of-type(2n-1) {
  padding-top: 60px;
}
#section-07 ul li:nth-of-type(2n-1) figure {
  left: 0;
}
#section-07 ul li:nth-of-type(2n-1) h3 {
  text-align: right;
}
#section-07 ul li:nth-of-type(2n-1) p {
  margin-left: 500px;
}
#section-07 ul li:nth-of-type(2n) {
  padding-top: 85px;
}
#section-07 ul li:nth-of-type(2n) figure {
  right: 0;
}
#section-07 ul li:nth-of-type(2n) p {
  margin-right: 500px;
}
#section-07 ul li:nth-of-type(n+2) {
  margin-top: 10px;
}

/* ========================================
    ■ section-08
======================================== */
#section-08 {
  background: url(images/sec08_bg01.png) no-repeat center top/cover;
}
#section-08 .wrap {
  padding: 80px 0;
  text-align: center;
}

/* ========================================
    ■ section-09
======================================== */
#section-09 {
  background: url(images/cmn_pattern01_2.png);
}
#section-09 .wrap {
  padding: 80px 0 100px;
  text-align: center;
}
#section-09 ul {
  margin: 50px 50px 0;
}
#section-09 ul li:nth-of-type(2n-1) {
  text-align: left;
}
#section-09 ul li:nth-of-type(2n) {
  text-align: right;
}
#section-09 ul li:nth-of-type(n+2) {
  margin-top: 65px;
}

/* ========================================
    ■ section-10
======================================== */
#section-10 {
  background: url(images/sec10_bg02.png) no-repeat center bottom, url(images/sec10_bg01.png) no-repeat center top;
  min-width: 1000px;
  text-align: center;
  padding: 80px 0;
}
#section-10 .effect {
  position: relative;
  height: 380px;
  margin: 70px 0 60px;
  padding: 50px 0 0 calc(50% - 50px);
  text-align: left;
}
#section-10 .effect p {
  width: 500px;
  margin-top: 35px;
}
#section-10 .effect::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: url(images/sec10_effect_img01.png) no-repeat right top/cover;
  width: calc(50% - 100px);
  height: 100%;
}

/* ========================================
    ■ section-11
======================================== */
#section-11 {
  background: url(images/cmn_pattern03.png), url(images/sec11_bg01.png) no-repeat center top/cover;
}
#section-11 .wrap {
  padding: 80px 0;
  text-align: center;
}

/* ========================================
    ■ section-12
======================================== */
#section-12 {
  background: url(images/sec12_bg03.png) repeat-x center bottom, url(images/cmn_pattern01.png);
}
#section-12 .wrap {
  padding: 80px 0 280px;
  text-align: center;
}
#section-12 h2 {
  margin-bottom: 40px;
}

/* ========================================
    ■ form
======================================== */
#form {
  position: relative;
  background: url(images/cmn_pattern01_2.png);
  min-width: 1000px;
  /* 必須 */
  /* placeholder */
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 18- */
  /* Firefox 19+ */
  /* IE 10+ */
  /* テキスト入力 */
  /* IE用フォント設定 */
  /* mailform pro reset */
}
#form::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: url(images/cta_bg01.png) no-repeat center top/cover;
  width: 100%;
  height: 420px;
}
#form .wrap {
  padding: 60px 0 80px;
  text-align: center;
}
#form h2 {
  margin-bottom: 40px;
}
#form .must {
  display: inline-block;
  background: #c59f10;
  margin: 0;
  padding: 2px 10px;
  font-size: 14px;
  text-shadow: none;
  line-height: 1.2;
  float: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
#form .form-wrap {
  background: #fff;
  margin-top: 45px;
  padding: 50px 0 60px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}
#form .form-wrap p {
  width: 800px;
  margin: 30px auto 25px;
  text-align: left;
}
#form .form-wrap p .must {
  margin-right: 10px;
}
#form .form-wrap table {
  width: 800px;
  margin: 0 auto 35px;
  text-align: left;
}
#form .form-wrap th {
  width: 250px;
  padding: 25px 0;
  vertical-align: top;
  white-space: nowrap;
}
#form .form-wrap td {
  padding: 15px 0;
  vertical-align: top;
}
#form :placeholder-shown {
  color: #ccc;
}
#form ::-webkit-input-placeholder {
  color: #ccc;
}
#form :-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
#form ::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
#form :-ms-input-placeholder {
  color: #ccc;
}
#form input[type='text'], #form textarea,
#form input[type='tel'],
#form input[type='email'] {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 10px 20px;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  border: solid 1px #ccc;
  box-shadow: none;
}
#form textarea {
  width: 100% !important;
  max-width: none;
  min-height: 250px;
}
@media all and (-ms-high-contrast: none) {
  #form select,
  #form input[type='text'],
  #form textarea,
  #form input[type='tel'],
  #form input[type='email'],
  #form textarea {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}
#form div.mfp_err {
  background: none;
  margin: 5px 0 0;
  padding: 0;
}
#form *[type='submit'] {
  background: none;
  margin: 0;
  padding: 0;
  text-shadow: none;
  border: none;
  cursor: pointer;
}
#form *[type='submit']:hover {
  box-shadow: none;
}

/* ========================================
    ■ section-13
======================================== */
#section-13 {
  background: url(images/sec13_bg02.png) no-repeat right top, url(images/sec13_bg01.png) no-repeat left top;
  min-width: 1000px;
  text-align: center;
  padding: 70px 0 80px;
}
#section-13 .greeting {
  position: relative;
  height: 350px;
  margin-top: 50px;
  padding: 50px 0 0 calc(50% - 500px);
  text-align: left;
}
#section-13 .greeting p {
  position: relative;
  width: 650px;
}
#section-13 .greeting p:nth-last-of-type(1) {
  margin-top: 45px;
}
#section-13 .greeting::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background: url(images/ceo_200306.png) no-repeat left top/cover;
  width: calc(50% - 100px);
  height: 100%;
}

/* ========================================
    ■ section-14
======================================== */
#section-14 {
  background: url(images/cmn_pattern03.png), url(images/sec14_bg03.png) no-repeat center top/cover;
  color: #fff;
}
#section-14 .wrap {
  padding: 50px 0 65px;
  text-align: center;
}
#section-14 table {
  margin: 35px 0 0 250px;
  text-align: left;
}
#section-14 th {
  position: relative;
  padding: 10px 25px 45px 20px;
  vertical-align: top;
}
#section-14 th::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: #f3dc87;
  width: 4px;
  height: 40px;
}
#section-14 td {
  padding: 10px 0 45px;
  vertical-align: top;
}
#section-14 ul li {
  position: relative;
  padding-left: 1em;
}
#section-14 ul li::before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}

footer {
  background: rgba(0, 0, 0, 0.2);
  padding: 5px 0;
  text-align: center;
}

/* ========================================
    ■ thanks
======================================== */
#thanks .wrap {
  padding: 100px 0 110px;
}
#thanks h1 {
  margin-bottom: 40px;
}
#thanks address {
  margin: 40px 0 35px;
}
#thanks a {
  display: inline-block;
  margin-top: 70px;
}
#thanks footer {
  background: transparent;
}
