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


/* 共通設定
----------------------------- */
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
            appearance: none;
}

@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}

html {
    font-size: 18px;
}

body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "Custom Yu Gothic", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
    color: #242424;
    line-height: 1.8;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
}
@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::before, a:hover::before,
a::after, a:hover::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;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.hover:hover { opacity: 0.9; }

.scrollbar::-webkit-scrollbar {
  background:#ccc;
  width:10px;
}
.scrollbar::-webkit-scrollbar-thumb {
  background:#aaa;
}

/* 見出し
--------------------------- */
.title01 {
    background:
        linear-gradient(90deg, rgba(0,53,105,1), transparent),
        url(images/cta01_bg01.png);
    min-width: 1000px;
    position: relative;
}
.title01 h2 {
    padding: 30px 0;
    text-align: center;
}
.title01::before,
.title01::after,
.title01 h2::before,
.title01 h2::after {
    content: '';
    display: block;
    background: linear-gradient(90deg, #ffda34, #d2ad03 10%, #ffeb92 20%, #dcb503 28%, #d9b203 40%, #ffdc40 50%, #bd9c03 50%, #caa603 60%, #c4a103 74%, #f1c703 90%, #c5a203 100%);
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
}
.title01::before {
    top: 2px;
}
.title01::after {
    bottom: 2px;
}
.title01 h2::before {
    top: 5px;
}
.title01 h2::after {
    bottom: 5px;
}

/* form reset */
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-family: "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 1rem;
}
select::-ms-expand {
    display: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
textarea {
    font-family: "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    font-size: 1rem;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}

@media all and (-ms-high-contrast:none){
    select,
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    textarea {
        font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    }
}

/* mailform pro reset */
#form .must {
    border: none;
    text-shadow: none;
    font-size: 1em;
    float: none;
    border-radius: 0;
    box-shadow: none;
}

#form input[type='text'],
#form input[type='email'],
#form input[type='tel'],
#form select,
#form textarea {
    box-shadow: none;
    margin: 0;
    max-width: none;
}

#form textarea {
    width: 100% !important;
    max-width: none;
}

div.mfp_err {
    background: none;
    margin: 0;
    padding: 0;
}

#form *[type='submit'] {
    margin: 0;
    padding: 0;
}
#form *[type='submit']:hover {
    box-shadow: none;
}

/* ========================================
    ■ keyv
======================================== */
#keyv {
    background: url(images/keyv_bg01.png) no-repeat center top/cover;
    position: relative;
}
#keyv::before {
    content: '';
    display: block;
    background: linear-gradient( #d7f0f7,#ffffff);
    width: 100%;
    height: 315px;
    position: absolute;
    left: 0;
    top: 145px;
}
#keyv .wrap {
    padding: 184px 0 35px;
    position: relative;
}
#keyv .wrap::after{
    content: '';
    display: block;
    width: 217px;
    height: 82px;
    position: absolute;
    top: 38px;
    left: 20px;
    z-index: 10;
    background: url('images/logo.png') no-repeat;
	background-size: 100%;
}
#keyv h1 {
    margin-bottom: 30px;
    padding-left: 270px;
}
#keyv p {
    padding-left: 360px;
}
#keyv figure {
    position: absolute;
    left: -105px;
    bottom: 0;
}

#keyv .text{
    position: absolute;
    top: 52px;
    right: 43px;
}

/* ========================================
    ■ cta01
======================================== */
.cta01 {
    background: url(images/cta01_bg02.png) no-repeat center top/cover;
    position: relative;
}

/* 中央部
--------------------------- */
.cta01 .wrap {
    padding-top: 25px;
    padding-left: 85px;
}

/* 下部
--------------------------- */
.cta01-footer {
    background: linear-gradient(90deg, transparent, #fff 30%, #fff 70%, transparent);
    min-width: 1000px;
    position: relative;
}
.cta01-footer::before,
.cta01-footer::after {
    content: '';
    display: block;
    background: linear-gradient(90deg, transparent, #eee 30%, #eee 70%, transparent);
    width: 100%;
    height: 5%;
    position: absolute;
    left: 0;
}
.cta01-footer::before {
    top: 0;
}
.cta01-footer::after {
    bottom: 0;
}
.cta01-footer ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1000px;
    margin: 0 auto;
    padding: 25px 0;
    position: relative;
    z-index: 850;
}
.cta01-footer ul li {
    margin: 0 12px;
}
.cta01-footer figure {
    position: absolute;
    left: calc(50% + 140px);
    bottom: 0;
    z-index: 800;
}

/* ========================================
    ■ section-01
======================================== */
#section-01 {
    background:
        url(images/ptn_2x2_black_65per.png),
        url(images/sec01_bg01.png) no-repeat center bottom/cover;
    position: relative;
}
#section-01::before {
    content: '';
    display: block;
    background: rgba(255,255,255,0.43);
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 20px;
}
#section-01 .wrap {
    padding: 40px 0 170px;
}

/* スライド
--------------------------- */
#section-01-slide {
    width: 900px;
    height: 325px;
    margin: 0 auto;
    position: relative;
}
#section-01-slide .slide {
    width: 900px;
}

/* 矢印 */
#section-01-slide .flickity-prev-next-button {
    background: transparent;
    width: 50px;
    height: 50px;
}
#section-01-slide .flickity-prev-next-button.previous {
    left: -50px;
}
#section-01-slide .flickity-prev-next-button.next {
    right: -50px;
}
#section-01-slide .flickity-prev-next-button svg {
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
}
#section-01-slide .flickity-prev-next-button .arrow {
    fill: rgb(53,23,9);
}

/* サムネイル */
#section-01-slide .flickity-page-dots {
    bottom: -120px;
}
#section-01-slide .flickity-page-dots .dot {
    background: url(images/sec01_thumb01.png) no-repeat center center;
    width: 96px;
    height: 96px;
    margin: 0 10px;
    opacity: 1;
    position: relative;
}
#section-01-slide .flickity-page-dots .dot:nth-of-type(2) {
    background-image: url(images/sec01_thumb02.png);
}
#section-01-slide .flickity-page-dots .dot:nth-of-type(3) {
    background-image: url(images/sec01_thumb03.png);
}
#section-01-slide .flickity-page-dots .dot:nth-of-type(4) {
    background-image: url(images/sec01_thumb04.png);
}
#section-01-slide .flickity-page-dots .dot:nth-of-type(5) {
    background-image: url(images/sec01_thumb05.png);
}
#section-01-slide .flickity-page-dots .dot::before {
    content: '';
    background: rgba(0,0,0,0.5);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
#section-01-slide .flickity-page-dots .dot.is-selected::before {
    background: rgba(0,0,0,0);
}

/* ========================================
    ■ section-02
======================================== */
#section-02 {
    background: url(images/sec02_bg01.png);
}

/* あいさつ
--------------------------- */
#section-02 .greeting {
    background: url(images/sec02_greeting_bg01.png) no-repeat right top;
    margin-right: 40px;
    margin-bottom: 75px;
    padding-top: 50px;
    position: relative;
}
#section-02 .greeting h3 {
    margin-left: 40px;
}
#section-02 .greeting > p {
    margin-left: 20px;
}
#section-02 .greeting > figure {
    position: absolute;
    right: 0px;
    top: -5px;
}

/* プロフィール */
#section-02 .greeting-profile {
    margin-left: 30px;
    position: relative;
}
#section-02 .greeting-profile figure {
    position: absolute;
    left: -30px;
    top: -25px;
}

/* 主要お取引先一覧
--------------------------- */
#section-02 .client {
    padding-bottom: 70px;
    text-align: center;
}
#section-02 .client h3 {
    margin-bottom: 15px;
}

/* ========================================
    ■ section-03
======================================== */
#section-03 {
    background: url(images/sec02_bg01.png);
}
#section-03 .wrap {
    padding-top: 50px;
}

/* 見出し
--------------------------- */
#section-03 .title01 {
    min-width: 1075px;
}

/* 業務
--------------------------- */
#section-03 .works {
    display: flex;
    justify-content: space-between;
    margin: 0 40px 55px;
}

/* 過去のマッチング事例
--------------------------- */
#section-03 .matching {
    padding-bottom: 175px;
}
#section-03 .matching h3 {
    margin-bottom: 40px;
    text-align: center;
}

/* スライド */
#section-03-slide {
    width: 955px;
    height: 455px;
    margin: 0 auto;
    position: relative;
}
#section-03-slide .slide {
    width: 955px;
}

/* 矢印 */
#section-03-slide .flickity-prev-next-button {
    background: transparent;
    width: 50px;
    height: 50px;
}
#section-03-slide .flickity-prev-next-button.previous {
    left: -20px;
}
#section-03-slide .flickity-prev-next-button.next {
    right: -20px;
}
#section-03-slide .flickity-prev-next-button svg {
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
}
#section-03-slide .flickity-prev-next-button .arrow {
    fill: rgb(53,23,9);
}

/* サムネイル */
#section-03-slide .flickity-page-dots {
    bottom: -120px;
}
#section-03-slide .flickity-page-dots .dot {
    background: url(images/sec03_thumb01.png) no-repeat center center;
    width: 96px;
    height: 96px;
    margin: 0 10px;
    opacity: 1;
    position: relative;
}
#section-03-slide .flickity-page-dots .dot:nth-of-type(2) {
    background-image: url(images/sec03_thumb02.png);
}
#section-03-slide .flickity-page-dots .dot:nth-of-type(3) {
    background-image: url(images/sec03_thumb03.png);
}
#section-03-slide .flickity-page-dots .dot::before {
    content: '';
    background: rgba(0,0,0,0.5);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
#section-03-slide .flickity-page-dots .dot.is-selected::before {
    background: rgba(0,0,0,0);
}

/* ========================================
    ■ section-04
======================================== */
#section-04 {
    background: url(images/sec04_bg01.png) no-repeat right center;
}
#section-04 .wrap {
    padding: 40px 0;
}
#section-04 h2 {
    margin-bottom: 30px;
    text-align: center;
}
#section-04 p {
    padding-left: 295px;
}
#section-04 figure {
    position: absolute;
    left: 10px;
    bottom: 0;
}

/* ========================================
    ■ section-05
======================================== */
/* 見出し
--------------------------- */
#section-05 .title01 span {
    position: absolute;
    left: calc(50% - 182px);
    top: -20px;
    z-index: 850;
}

/* ポイント1
--------------------------- */
#section-05 .point01 {
    background:
        url(images/sec05_point01_bg.png) no-repeat right center,
        url(images/sec05_point_bg01.png);
}
#section-05 .point01 .wrap {
    background: url(images/sec05_point_text_bg01.png) no-repeat 40px 90px;
    padding: 40px 0 75px;
}
#section-05 .point01 h3 {
    padding-left: 15px;
}
#section-05 .point01 p {
    padding-left: 40px;
    padding-right: 265px;
    text-shadow:
        1px 1px 7px #fff,
        1px -1px 7px #fff,
        -1px 1px 7px #fff,
        -1px -1px 7px #fff;
}

/* ポイント2
--------------------------- */
#section-05 .point02 {
    background:
        url(images/sec05_point02_bg.png) no-repeat left center,
        url(images/sec05_point_bg01.png);
}
#section-05 .point02 .wrap {
    background: url(images/sec05_point_text_bg01.png) no-repeat 280px 90px;
    padding: 40px 0 65px;
}
#section-05 .point02 h3 {
    padding-left: 260px;
}
#section-05 .point02 p {
    padding-left: 290px;
    padding-right: 40px;
    text-shadow:
        1px 1px 7px #fff,
        1px -1px 7px #fff,
        -1px 1px 7px #fff,
        -1px -1px 7px #fff;
}

/* 研修
--------------------------- */
#section-05 .training {
    background: url(images/sec05_training_bg01.png) no-repeat center center/cover;
}
#section-05 .training .wrap {
    padding: 40px 0 50px;
    text-align: center;
}
#section-05 .training h3 {
    margin-bottom: 20px;
}
#section-05 .training ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#section-05 .training ul li {
    margin: 0 12px 25px;
}

/* ========================================
    ■ section-06
======================================== */
#section-06 {
    background: url(images/sec02_bg01.png);
}
#section-06 > .wrap {
    padding: 60px 0 70px;
}

/* お客様の声
--------------------------- */
#section-06 .voice {
    background: #fff;
    width: 920px;
    margin: 0 auto;
    box-shadow: 0 5px 8px rgba(6,6,6,0.05);
}
#section-06 .voice:not(:nth-last-of-type(1)) {
    margin-bottom: 70px;
}
#section-06 .voice p {
    background: url(images/sec06_voice01_bg01.png) no-repeat right center/auto 100%;
    padding: 35px 285px 100px 40px;
}
#section-06 .voice:nth-of-type(2) p{
    background: url(images/sec06_voice02_bg01.png) no-repeat right center/auto 100%;
}

/* フッター部
--------------------------- */
#section-06 .footer .wrap {
    padding-bottom: 15px;
}
#section-06 .footer h2 {
    margin-bottom: 35px;
    text-align: center;
}
#section-06 .footer .wrap > p:nth-of-type(1) {
    margin-bottom: 30px;
    padding-left: 295px;
}
#section-06 .footer .wrap > p:nth-of-type(2) {
    text-align: center;
    position: relative;
    z-index: 800;
}
#section-06 .footer figure {
    position: absolute;
    left: 20px;
    bottom: 0;
}

/* ========================================
    ■ form
======================================== */
#form {
    background: url(images/form_bg01.png) no-repeat center top/100% auto;
}

/* ヘッダー部
--------------------------- */
#form .header {
    padding: 30px 0 55px;
    text-align: center;
}
#form .header > p:nth-of-type(1) {
    margin-bottom: 10px;
}

/* フォーム本体
--------------------------- */
#form .body {
    padding-bottom: 100px;
}
#form .body h3 {
    margin-bottom: 40px;
    text-align: center;
}
#form .body table {
    width: 860px;
    margin: 0 auto 40px;
    border-top: solid 1px #d2d2d2;
}
#form .body table th {
    width: 280px;
    padding: 35px 0 35px 40px;
    text-align: left;
    vertical-align: middle;
    border-bottom: solid 1px #d2d2d2;
}
#form .body table th.must {
    display: table-cell;
    background: url(images/form_must01.png) no-repeat 180px center;
    margin: 0;
}
#form .body table th img {
    vertical-align: middle;
}
#form .body table td {
    padding: 20px 40px 20px 0;
    text-align: left;
    vertical-align: middle;
    border-bottom: solid 1px #d2d2d2;
}

/* フォームパーツ */
#form input[type='text'],
#form input[type='tel'],
#form input[type='email'],
#form textarea {
    width: 100%;
    padding: 10px 25px;
    border: solid 1px #d2d2d2;
    border-radius: 5px;
}
#form textarea {
    height: 165px !important;
}
#form :placeholder-shown {
    color: #a3a3a3;
}
    /* Google Chrome, Safari, Opera 15+, Android, iOS */
    #form ::-webkit-input-placeholder {
        color: #a3a3a3;
    }
    /* Firefox 18- */
    #form :-moz-placeholder {
        color: #a3a3a3; opacity: 1;
    }
    /* Firefox 19+ */
    #form ::-moz-placeholder {
        color: #a3a3a3; opacity: 1;
    }
    /* IE 10+ */
    #form :-ms-input-placeholder {
        color: #a3a3a3;
    }
#form [type='submit'] {
    display: block;
    background: url(images/form_btn01.png) no-repeat center center;
    width: 475px;
    height: 85px;
    margin: 0 auto;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
}
/* ========================================
    ■ section-07
======================================== */
#section-07{
    background: url('images/sec07_bg01.png') no-repeat center top /cover;
    text-align: center;
    padding: 0 0 90px;
}
#section-07 h2{
    margin: 0 0 40px;
}
#section-07 figure img{
    min-width: 1000px;
}
/* ========================================
    ■ copyright
======================================== */
#copyright{
    display: block;
    width: 100%;
    position: relative;
    padding: 10px 0;
    background:
        linear-gradient(90deg, rgba(0,53,105,1), transparent),
        url(images/cta01_bg01.png);
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    letter-spacing: 0.05em;
}

/* ========================================
    ■ thanks page
======================================== */
#thanks{
    padding: 70px 0 0;
    text-align: center;
}
#thanks .thanks_photo{
    margin: 50px 0;
}
#thanks address{
    margin: 30px 0;
}
#thanks .button{
    display: block;
    width: 475px;
    margin: 100px auto 150px;
}
