/*
Theme Name: plast
*/

@charset "UTF-8";

/* ――――――――――――――――――――――
site
―――――――――――――――――――――― */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
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,
input,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    -webkit-text-size-adjust: none;
}
textarea {
    font-family: inherit;
    font-size: inherit;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
li {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
ins {
    text-decoration: none;
}
mark {
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input,
select {
    vertical-align: middle;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

/* formパーツリセット */
button[type="submit"] {
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    vertical-align: baseline;
    cursor: pointer;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="date"],
textarea {
    border: 1px solid #ddd;
    vertical-align: baseline;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
select {
    border: 1px solid #ddd;
    font-family: inherit;
    vertical-align: baseline;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/* プレイスホルダー */
/*Webkit*/
::-webkit-input-placeholder {
    color: #888;
}
/*Firefox 19以降*/
::-moz-placeholder {
    color: #888;
    opacity: 1;
}
/*IE10以降*/
/* http://msdn.microsoft.com/en-us/library/ie/hh772745(v=vs.85).aspx */
:-ms-input-placeholder {
    color: #888;
}

/* tableで線が表示されないfirefoxハック */
html:not([lang*=""]) table {
    border-collapse: separate;
}

/* ――――――――――――――――――――――
罫線
―――――――――――――――――――――― */
hr {
    color: #ebe4d6;
    background-color: #ebe4d6;
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    border-color: #ebe4d6;
    height: 1px;
}

/* ――――――――――――――――――――――
文字
―――――――――――――――――――――― */
.kc {
    color: #d8315c;
}
.kc2 {
    color: #f53d75;
}
.kc3 {
    color: #ffe400;
}
.caution {
    color: #fc3737;
}
.date {
    font-size: 11px;
    color: #555;
    font-weight: normal;
}
.time {
    color: #8b8b8b;
}
.no-data {
    color: #bbb;
} /* データがない時 */
.sat {
    color: #006dc9 !important;
} /*土曜 */
.sun {
    color: #ff3f6c !important;
} /* 日曜 */

/* ――――――――――――――――――――――
リンク
―――――――――――――――――――――― */
a {
    outline: none;
}
a:link {
    color: #047eb7;
    text-decoration: none;
}
a:visited {
    color: #047eb7;
    text-decoration: none;
}
a:hover {
    color: #058dcd;
    text-decoration: underline;
}
a:active {
    color: #047eb7;
    text-decoration: none;
}
/* リンク領域の広いリンク */
.box-link {
    opacity: 1;
    display: block;
    height: 100%;
    color: #3c3c3c !important;
    text-decoration: none !important;
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}
.box-link:hover {
    opacity: 0.8;
    background-color: #eeead7;
}
/* もっと見る */
.more {
    text-align: right;
    background-color: #f9f9f9;
    border: 1px dotted #eee;
    border-width: 1px 0;
}
.more a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-more {
    width: 300px;
    height: 40px;
    margin: 15px auto;
    display: block;
    border: 2px solid #047eb7;
    text-align: center;
    line-height: 2.6;
    font-size: 15px;
}
.btn-more:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #047eb7;
    text-decoration: none;
    color: #fff;
}

.slick-dots li button:before {
    color: ;
}
.slick-dots li.slick-active button:before {
    color: #00b3ca;
}

/*===============================================
    ▼サイト用　ここから
===============================================*/
html {
    font-size: 10px;
}
body {
    font: 1.4rem/1.8 "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    height: auto;
    width: 100%;
    position: relative;
    text-align: left;
}

/* ――――――――――――――――――――――
ヘッダーまわり
―――――――――――――――――――――― */
.site-header {
    width: 100%;
    height: 100%;
    /*position:absolute;
top:0;*/
    background-color: #fff;
}
.header-inner {
    width: 100%;
}
.header-logo {
    margin: 0 auto;
    text-align: center;
    width: 150px;
    width: 200px;
    padding: 15px 0;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
}
.header-logo img {
    display: block;
    width: 100%;
}

/* ――――――――――――――――――――――
グローバルナビゲーション
―――――――――――――――――――――― */
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.nav {
    background-color: #00b3ca;
    width: 100%;
}
.nav ul {
    margin: 0 auto;
    width: 90%;
}
.nav ul li {
    float: left;
    width: 20%;
}
.nav-contact {
    width: ;
}
.nav ul li a {
    background-color: #00b3ca;
    color: #fff;
    display: block;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
}
.nav ul li a .sub-ttl {
    color: #bbb;
    font-size: 1rem;
    font-weight: 300;
    display: block;
    color: #ff0;
}
.nav ul li a i {
    display: none;
}
.nav ul li a:hover {
    background-color: #014c8d;
    text-decoration: none;
}
.nav ul li a img {
    display: none;
}

/* ――――――――――――――――――――――
スクロールしてフェードインするコンテンツ
―――――――――――――――――――――― */
/* 画面外にいる状態 */
.fadein {
    opacity: 0.1;
    transform: translate(0, 50px);
    transition: all 500ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

/* ――――――――――――――――――――――
メインコンテンツ
―――――――――――――――――――――― */

main {
    background-color: #fff;
    width: 100%;
}

.wrap-slick {
    background-color: #111;
    width: 100%;
    height: auto;
    margin: 0 auto 50px;
    position: relative;
}
.wrap-slick:before {
    content: "";
    display: block;
    padding-top: 56%;
}
.wrap-slick .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slick div img {
    width: 100%;
}
.video-ptn {
    background: url(img/pattern.png) repeat;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.wrap-slick video,
.wrap-slick .eyecatch-image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.catchcopy {
    position: absolute;
    bottom: 20%;
    left: 10%;
    width: 45%;
    z-index: 10;
}

.content {
    margin: 0 auto;
    padding-top: 100px; /* ページ内リンク時の固定ヘッダー分 */
    width: 90%;
}
.ttl {
    font: bold 3.2rem/1.5 "Roboto", "Hiragino Kaku Gothic ProN", Meiryo,
        sans-serif;
    margin-bottom: 50px;
    text-align: center;
}
.ttl-sub {
    font-size: 1.2rem;
    font-weight: 300;
    display: block;
    color: #22ac38;
    font-family: "Lora", serif;
}
.ttl-content {
    font: bold 2rem/1.5 "Roboto", "Hiragino Kaku Gothic ProN", Meiryo,
        sans-serif;
    width: 100%;
}
.ttl-middle {
    font: bold 2rem/1.5 "Roboto", "Hiragino Kaku Gothic ProN", Meiryo,
        sans-serif;
    margin: 0 auto 25px;
    text-align: center;
}
/*
.ttl-middle:after{
border-bottom:2px solid #666;
content:"";
display:block;
margin:20px auto 0;
width:10%;
}
*/
.anchor {
    margin-top: -100px;
    padding-top: 100px;
}

/* 事業案内 */
.list-service {
}
.service__item {
    box-sizing: border-box;
    float: left;
    padding: 0 0.2%;
    width: 25%;
    width: 33.3%;
    height: auto;
}
.service__item a {
    color: #000;
    display: block;
    text-decoration: none;
}

.service__item-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.service-1 {
    background-image: url(img/service_01.jpg);
}
.service-2 {
    background-image: url(img/service_02.jpg);
}
.service-3 {
    background-image: url(img/service_03.jpg);
}
.service-4 {
    background-image: url(img/service_04.jpg);
}
.service__item a .service__item-header {
    opacity: 1;
    transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
}
.service__item a:hover .service__item-header {
    opacity: 0.8;
}
.service__thumb {
    display: block;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.service__item-header h3 {
    color: #fff;
    position: absolute;
    top: 45%;
    left: 0;
    text-align: center;
    text-shadow: 0 0 5px #000;
}
.service__item p {
    padding: 20px;
}

/* 2つ目の要素に200msのdelayをかける */
.list-service .fadein:nth-of-type(2) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
}
/* 3つ目の要素に400msのdelayをかける */
.list-service .fadein:nth-of-type(3) {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
}
/* 4つ目の要素に600msのdelayをかける */
.list-service .fadein:nth-of-type(4) {
    -moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
}

/* 2つ目の要素に200msのdelayをかける */
.wrap-concept {
    margin: 40px auto;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.wrap-concept li {
    display: inline-block;
}
.wrap-concept li img {
    width: 90%;
    text-align: center;
}
/* 画面外にいる状態 */
.fadein-left {
    opacity: 0.1;
    transform: translate(-200px, 0);
    transition: all 500ms;
}
/* 画面内に入った状態 */
.scrollin-left {
    opacity: 1;
    transform: translate(0, 0);
}
/* 画面外にいる状態 */
.fadein-right {
    opacity: 0.1;
    transform: translate(200px, 0);
    transition: all 500ms;
}
/* 画面内に入った状態 */
.scrollin-right {
    opacity: 1;
    transform: translate(0, 0);
}
.concept__user {
    width: 16%;
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
}
.concept__plast {
    width: 45%;
    margin: 0 5%;
    -moz-transition-delay: 800ms;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
}
.concept__client {
    width: 16%;
    -moz-transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
}
.management-philosophy {
    font: 2rem/1.5 "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    text-align: center;
}

/* 会社概要 */
.wrap-company {
    width: 100%;
}
.company,
.message {
    box-sizing: border-box;
    padding: 0px 50px;
}
.service {
    padding: 0;
}

/* テキストベースのコンテンツで横幅いっぱいにしないやつ */
.txt-inner {
    width: 60%;
    margin: 0 auto;
}

.tbl-profile {
    width: 100%;
    border: 0;
    margin: 0 auto;
}
.tbl-profile th,
.tbl-profile td {
    padding: 8px;
}
.tbl-profile th {
    padding-right: 1rem;
    text-align: right;
    vertical-align: top;
    width: 35%;
}
.tbl-profile td {
    padding-left: 3rem;
}

/* 採用情報 */
.recruit {
    padding: 0;
}
#page-recruit {
    padding: 100px 0 0px 0;
}

/* アクセス */
#page-access {
    padding: 50px 0 0px 0;
}
.wrap-map {
    margin-bottom: 20px;
    width: 100%;
    height: 400px;
}
#map-canvas {
    width: 100%;
    height: 100%;
}

/* お問い合わせ */
.contact {
    padding: 0;
}
#page-contact {
    margin-bottom: -70px;
}

.btn--contact {
    background-color: #07f;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff !important;
    display: block;
    margin: 20px auto;
    padding: 15px;
    cursor: pointer;
    text-align: center;
    width: 50%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.btn--contact:hover {
    background-color: #39f;
    color: #fff;
    text-decoration: none;
}

/* 新着実績 */
.wrap-recent-result {
    margin: 0 auto;
    width: 60%;
}
.recent-result {
    margin-bottom: 10px;
}
.recent-result a {
    color: #000;
    text-decoration: none;
}
.recent-result__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}
.recent-result__item__thumb {
    overflow: hidden;
    position: relative;
    width: 100px;
    height: 100px;
}
.recent-result__item__thumb img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    max-width: 130px;
    min-width: 110px;
    min-height: 110px;
}
.recent-result__item__detail {
    flex: 1;
    margin-left: 10px;
}
.recent-result__item__detail__date {
    display: block;
}
.recent-result__item__detail__txt {
    color: #047eb7;
}
.recent-result a:hover .recent-result__item__detail__txt {
    text-decoration: underline;
}

/* ――――――――――――――――――――――
実績
―――――――――――――――――――――― */
.wrap-result {
    margin-bottom: 40px;
}
.list-result {
    background-color: #eee3e1;
    box-sizing: border-box;
    padding: 15px;
}
.list-result .result-content__ttl {
    /*color:#047eb7;*/
}
.list-result a:hover .result-content__ttl {
    text-decoration: underline;
}
.result-content {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: block;
    margin: 15px auto;
    padding: 20px 30px;
    position: relative;
    width: 90%;
}
.result-content__ttl {
    font-size: 2.4rem;
    line-height: 1.3;
}
.result-content__label {
    border-bottom: 1px solid #ccc;
    font-size: 1.7rem;
    margin: 10px 0 5px 0;
    padding-bottom: 3px;
}
.result-content__des {
    margin-bottom: 10px;
}
/*はみ出しだ文字を省略 */
.nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.result-content__photo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}
.result-content__photo div {
    display: block;
    width: 180px;
    height: 180px;
    margin: 0 10px 10px 0;
    overflow: hidden;
    position: relative;
}
.result-content__photo div:nth-child(5n) {
    margin-right: 0;
}
/*写真をスライダー化*/
.slide-wrap {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    padding: 0 0 1em;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
}
.slide-wrap::-webkit-scrollbar {
    display: none;
}

.result-content__photo a {
    display: block;
}
.result-content__photo a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1, 1);
    margin: auto;
    max-width: 270px;
    min-width: 220px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.result-content__photo a:hover img {
    transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.result-content__sponsor {
}
.result-content__sponsor li {
    display: inline-block;
    line-height: 0;
    margin-right: 10px;
    vertical-align: middle;
}
.result-content__sponsor li a {
    color: #000;
    line-height: 30px;
}
.result-content__sponsor li a img {
    opacity: 1;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    width: auto;
    height: 24px;
}
.result-content__sponsor li a:hover img {
    opacity: 0.6;
}

.result-content .fixed-thumb {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 86px;
    height: 86px;
}

.wrap-result-detail {
    margin: 0 auto;
    width: 1000px;
}
.list-result-2 {
    background-color: #eee3e1;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;

    /*max-width:1920px;
    margin:0 auto;*/

    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*justify-content: center;*/
}
.result-content-2 {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: block;
    /*float:left;*/
    /*margin:15px 15px 0 0;*/
    position: relative;
    width: 264px;

    margin: 7px;
}

.result-content-2 a {
    color: #000;
    display: block;
    text-decoration: none;
}
.result-content-2__header {
    overflow: hidden;
    position: relative;
    width: 100%;
    /*height:200px;*/
}
.result-content-2__header:before {
    content: "";
    display: block;
    padding-top: 75%;
}

.result-content-2__header img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1, 1);
    margin: auto;
    /*max-width:264px;*/
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;

    width: 100%;
    height: auto;
}
a:hover .result-content-2__header img {
    transform: translate(-50%, -50%) scale(1.1, 1.1);
}
.result-content-2 a .result-content__ttl {
    color: #047eb7;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-top: 10px;
}
.result-content__des-2 {
    margin-bottom: 10px;
    padding: 5px 10px 10px 10px;
}
.result-content-2 a:hover .result-content__ttl {
    text-decoration: underline;
}
.result-content-2 a:hover img {
    opacity: 0.8;
}

.pager-result-list {
    width: 100%;
}
.pager-result-list li {
    display: block;
    width: 48%;
}
.pager-result__prev {
    float: left;
}
.pager-result__next {
    float: right;
    /*text-align:right;*/
}

.pager-result-list li a {
    display: block;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.pager-result__prev a {
    padding-left: 0.8em;
}
.pager-result__next a {
    padding-right: 0.8em;
    text-align: right;
}
.pager-result__prev a:before,
.pager-result__next a:after {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.pager-result__prev a:before {
    content: "\f104";
    left: 0;
}
.pager-result__next a:after {
    content: "\f105";
    right: 0;
}

.result-content + .result-content__ttl {
    margin: 30px -99px 0;
    border-top: 20px solid #fff;
    padding-top: 15px;
}

/* ――――――――――――――――――――――
フッターまわり
―――――――――――――――――――――― */
.site-footer {
    background-color: #00b3ca;
    box-sizing: border-box;
    color: #fff;
    margin-top: 50px;
    padding: 50px 0;
    text-align: center;
    width: 100%;
}
.footer-inner {
}

/* ページトップ */
.scroll-btn {
    position: fixed;
    bottom: 82px;
    right: 14px;
    z-index: 10000;
}
.scroll-btn a {
    background-color: #ccc;
    text-align: center;
    display: block;
    width: 60px;
    height: 60px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0.8;
}
.scroll-btn a:hover {
    background-color: #111;
}
.scroll-btn a i {
    font-size: 60px;
    line-height: 0.8;
    color: #fff;
    opacity: 0.8;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.scroll-btn a:hover i {
    color: #fff;
    opacity: 1;
}

.copyright {
    font-size: 10px;
}

/*===============================================
    ▲サイト用　ここまで
===============================================*/

/*===============================================
    ▼タブレット用　ここから
===============================================*/
@media screen and (max-width: 768px) {
    .header-logo {
        width: 150px;
    }

    .nav ul {
        width: 100%;
    }
    .nav ul li a {
        background-color: #00b3ca;
        color: #fff;
        display: block;
        font-size: 1.5rem;
    }
    /* タップ端末にはhover効果を使わない */
    .nav ul li a:hover {
        background-color: #014c8d;
        text-decoration: none;
    }

    /* ――――――――――――――――――――――
    スクロールしてフェードインするコンテンツ
    iOSの場合、スクロールが終わったタイミングでスクロール位置を取得してしまい、
    使いづらくなるのでPC以外は無効にする
    ―――――――――――――――――――――― */
    /* 画面外にいる状態 */
    .fadein {
        opacity: 1;
        transform: translate(0, 0);
        transition: all 500ms;
    }
    /* 画面内に入った状態 */
    .fadein.scrollin {
        opacity: 1;
        transform: translate(0, 0);
    }

    .wrap-slick {
        margin: 0 auto 30px;
    }
    .slick-prev:before,
    .slick-next:before {
        font-size: 50px;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
    .slick-prev,
    .slick-next {
        width: 50px;
        height: 50px;
    }

    .content {
        padding: 50px 0;
        width: 96%;
    }

    /* 事業案内 */
    .service__item {
        /*width:50%;*/
        height: auto;
    }
    .service__item-header {
        height: 200px;
    }

    /* 会社概要 */
    .company,
    .message {
        float: none;
        width: 100%;
        padding: 0 50px;
    }
    .message {
        border-left: 0;
    }

    /* 採用情報 */
    #page-recruit {
        margin-bottom: 50px;
    }

    /* お問い合わせ */
    #page-contact {
        margin-bottom: -50px;
    }
    .wrap-map {
        height: 300px;
    }

    /* フッターまわり */
    .site-footer {
        margin-top: 0;
    }
}
/*===============================================
    ▲タブレット用　ここまで
===============================================*/

/*===============================================
    ▼SP用　ここから
===============================================*/
@media screen and (max-width: 737px) {
    .pc-show {
        display: none;
    }
    .header-logo {
        width: 100px;
    }

    /* ――――――――――――――――――――――
    グローバルナビゲーション
    ―――――――――――――――――――――― */
    .nav li {
        float: left;
        /*width:20%!important;*/
    }
    .nav-contact {
        /*width:20%!important;*/
    }
    .nav li a img {
        display: block !important;
        width: 100%;
        height: auto;
    }
    .nav li a {
        display: block;
        height: auto;
        padding: 5px 0;
    }
    .nav li a img {
        width: 100%;
        vertical-align: middle;
    }
    .nav ul li a {
        font-size: 1rem;
        font-weight: normal;
    }
    .nav ul li a i {
        display: block;
        font-size: 2rem;
    }
    .nav ul li a .sub-ttl {
        display: none;
    }
    /* ――――――――――――――――――――――
    見出し
    ―――――――――――――――――――――― */
    .ttl {
        font-size: 2.6rem;
    }
    .ttl-sub {
    }
    .ttl-content {
        font-size: 1.8rem;
    }
    .ttl-middle {
        font-size: 1.8rem;
    }
    .ttl-middle:after {
        width: 20%;
    }

    .wrap-slick {
        margin: 0 auto 100px;
    }

    .service__item {
        border: none;
        /*width:100%;*/
    }
    .service__item-header {
        height: 200px;
    }

    .content {
        padding: 20px 0;
    }

    .company,
    .message {
        padding: 20px 0 20px;
    }

    /* テキストベースのコンテンツで横幅いっぱいにしないやつ */
    .txt-inner {
        width: 90%;
        margin: 0 auto;
    }

    .concept__user {
        width: 20%;
    }
    .concept__plast {
        width: 45%;
        margin: 0 5%;
    }
    .concept__client {
        width: 20%;
    }

    .management-philosophy {
        font-size: 1.6rem;
    }

    /*  */
    .tbl-profile td {
        padding-left: 1rem;
    }
    /* 採用情報 */

    /* アクセス */
    .wrap-map {
        height: 300px;
    }

    /* 新着実績 */
    .wrap-recent-result {
        width: 100%;
    }

    /* ――――――――――――――――――――――
    実績
    ―――――――――――――――――――――― */

    /*
    .result-content__photo{
        display:-webkit-box;
        display:-moz-box;
        display:-ms-box;
        display:-webkit-flexbox;
        display:-moz-flexbox;
        display:-ms-flexbox;
        display:-webkit-flex;
        display:-moz-flex;
        display:-ms-flex;
        display:flex;
        -webkit-box-lines:multiple;
        -moz-box-lines:multiple;
        -webkit-flex-wrap:wrap;
        -moz-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        width:100%;
        box-sizing:border-box;
        justify-content:space-around;
    }
    */
    .result-content {
        padding: 10px;
        width: 100%;
    }
    .result-content__photo div {
        width: 100px;
        height: 100px;
        margin: 0 5px 5px 0;
    }
    /*.result-content__photo div:nth-child(3n){
        margin-right:0;
    }*/
    .result-content__photo a img {
        max-width: 150px;
        min-width: 120px;
        min-height: 120px;
    }

    .wrap-result-detail {
        width: 100%;
    }

    .list-result-2 {
        background-color: #eee3e1;
        box-sizing: border-box;
        padding: 15px;
    }
    .list-result-2 a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        box-sizing: border-box;
    }
    .result-content-2 {
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        display: block;
        float: left;
        /*margin:15px 15px 0 0;*/
        position: relative;
        width: 100%;
        margin: 15px 0 0 0 !important;
    }
    .result-content-2 a {
        color: #000;
        display: block;
        text-decoration: none;
    }
    .result-content-2__header {
        float: left;
        margin-right: 10px;
        overflow: hidden;
        position: relative;
        width: 120px;
        height: 120px;
    }
    .result-content-2__header img {
        border-radius: 2px 0 0 2px;
        opacity: 1;
        vertical-align: bottom;
        /*max-width:120px;*/
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;

        height: 100%;
        width: auto;
    }
    .result-content-2 a .result-content__ttl {
        color: #047eb7;
        font-size: 1.8rem;
        line-height: 1.3;
        padding: 0 10px;
        margin-top: 10px;
    }
    .result-content__des-2 {
        flex: 1;
        line-height: 1.4;
        margin-bottom: 10px;
        padding: 5px 10px 10px 10px;
    }
    .result-content-2 a:hover .result-content__ttl {
        text-decoration: underline;
    }
    .result-content-2 a:hover img {
        opacity: 0.8;
    }

    .result-content__sponsor {
    }
    .result-content__sponsor li {
    }
    .result-content__sponsor li a {
        line-height: 30px;
    }
    .result-content__sponsor li a img {
        opacity: 1;
        -webkit-transition: 0 ease-out;
        transition: 0 ease-out;
        width: auto;
        height: 24px;
    }
    .result-content__sponsor li a:hover img {
        opacity: 1;
    }

    /* ページトップ */
    .scroll-btn {
        right: 10px;
    }
    .scroll-btn a {
        width: 40px;
        height: 40px;
    }
    .scroll-btn a i {
        font-size: 40px;
        line-height: 0.8;
    }
}
/*===============================================
    ▲SP用　ここまで
===============================================*/

/***** contact *****/
.contact .tbl-profile {
    margin-top: -1em;
}
.contact .tbl-profile th sup {
    color: #f00;
    margin-left: 0.5em;
}
.contact .tbl-profile td {
    padding-right: 20%;
}

@media screen and (max-width: 767px) {
    .contact .tbl-profile {
        margin-left: 2%;
    }
    .contact .tbl-profile th,
    .contact .tbl-profile td {
        display: block;
        padding: 0;
    }
    .contact .tbl-profile th {
        text-align: left;
        width: auto;
    }
    .contact .tbl-profile td {
        padding: 0;
        padding-bottom: 0.5em;
    }
    .contact .tbl-profile td.form-btn {
        text-align: center;
    }
    .forn-btn {
        text-align: center;
    }
}

/***** form *****/
input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 96%;
    padding: 2%;
}
textarea {
    width: 96%;
    padding: 2%;
}
.form-submit,
.submit {
    margin: ;
}
.form-submit input,
.submit {
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    background: #014c8d;
    color: #fff;
    transition: 0.3s ease-in-out;
    padding: 0.8em 2em;
    border-radius: 4px;
    letter-spacing: 0.1em;
}
.form-submit input:hover,
.submit:hover {
    background: #f8786b;
}

/*** contact-form-7 ***/
.wpcf7-form {
    margin: 0 auto;
}
.wpcf7-form br {
    display: none;
}
.wpcf7 {
    padding: 0 !important;
}
.screen-reader-response {
    margin: 0;
}
.wpcf7-response-output {
    margin: 1em 0 0;
    text-align: center;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
    border: none !important;
    background: #f00;
    color: #fff;
    padding: 3px 0 1px 0;
}
div.wpcf7-mail-sent-ok {
    border: none !important;
    background: #e5004f;
    color: #fff;
    padding: 3px 0 1px 0;
}

.wpcf7c-conf {
    background: none;
}
.wpcf7-not-valid {
    background: #fee;
}

#disp-error {
    background-color: #ff4848;
    box-sizing: border-box;
    color: #fff;
    margin-bottom: 15px;
    padding: 10px;
}
#disp-complete {
    background-color: #378c12;
    box-sizing: border-box;
    color: #fff;
    margin-bottom: 15px;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    .formBtn {
        text-align: center;
        margin-left: 0;
    }
}

/*** modal ***/
#modal-overlay {
    width: 100%;
    height: 120%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 99999;
    display: none;
}
#modal-content {
    width: 80%;
    padding: 5%;
    background: #fff;
    position: fixed;
    top: 5%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    z-index: 99999;
    display: none;
}
#modal-inner {
    padding: 0 0 5%;
}
.button-link {
    cursor: pointer;
    margin-right: 1.5em;
}
@media screen and (max-width: 767px) {
    .button-link {
        margin-right: 1em;
    }
}

/*** 写真の回り込み ***/
.port {
    float: left;
    text-align: center;
    border: solid 1px #ccc;
    width: 200px;
    padding: 4px;
    margin: 0 20px 0 0;
}
.port img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
@media screen and (max-width: 767px) {
    .port {
        float: none;
        width: 80%;
        padding: 4px;
        margin: 0 auto 1em;
    }
}

/************************************
イベントのスポンサーロゴ
************************************/
.sponsor-logo_ss {
    height: 10px !important;
    width: auto !important;
}
.sponsor-logo_s {
    height: 15px !important;
    width: auto !important;
}
.sponsor-logo_m {
    height: 20px !important;
    width: auto !important;
}
.sponsor-logo_l {
    height: 30px !important;
    width: auto !important;
}
.sponsor-logo_ll {
    height: 40px !important;
    width: auto !important;
}
@media screen and (max-width: 767px) {
    .sponsor-logo_ss {
        height: 10px !important;
    }
    .sponsor-logo_s {
        height: 7.5px !important;
    }
    .sponsor-logo_m {
        height: 15px !important;
    }
    .sponsor-logo_l {
        height: 20px !important;
    }
    .sponsor-logo_ll {
        height: 25px !important;
    }
}

/************************************
イベントカテゴリのメニュー
************************************/
.list-event-menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.list-event-menu li {
    margin: 0.5%;
}
.list-event-menu li a {
    display: block;
    text-decoration: none;
    color: #07f;
    border: solid 1px #07f;
    padding: 0.5em 1em;
    border-radius: 6px;
    transition: 0.3s;
}
.list-event-menu li a:hover,
.list-event-menu li.current a {
    background: #07f;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .list-event-menu li {
        margin: 1% 0.5%;
    }
}

.wp-pagenavi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.wp-pagenavi a,
.wp-pagenavi .current {
    text-align: center;
    /*display:inline-block;*/
    margin: 0 5px;
    width: 36px;
    line-height: 36px;
    border: 1px solid #047eb7;
    border-radius: 50%;
    transition: 0.3s;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
    background: #047eb7;
    color: #fff;
    text-decoration: none;
}
.previouspostslink {
}
.nextpostslink {
}
.first {
}
.last {
}
@media screen and (max-width: 767px) {
    .wp-pagenavi {
        /*justify-content:space-between;*/
    }
    .wp-pagenavi a,
    .wp-pagenavi .current {
        margin: 0 2px;
        width: 8.7vw;
        line-height: 9vw;
    }
}
/* ――――――――――――――――――――――
    overview
    ―――――――――――――――――――――― */
.flex {
    display: flex;
}
.width70 {
    width: 70%;
}
@media screen and (max-width: 650px) {
    .flex {
        flex-direction: column;
    }
    .width70 {
        width: 100%;
    }
}
.margin {
    margin: 0 auto;
}
.width80 {
    width: 80%;
}

#single_post {
}
#single_post .info-content-wrap {
    max-width: 755px;
    margin: 0 auto;
    text-align: justify;
}
#single_post .info-content-wrap h1 {
    text-align: center;
    margin-bottom: 2rem;
}

.info-link-fixed {
}
.info-link-fixed a {
    display: inline-block;
    width: fit-content;
    height: 25px;
    line-height: 25px;
    padding: 3px 15px;
    margin: 5px;
    border-radius: 2px;
    background: #777777aa;
    color: #fff;
    letter-spacing: 0.5px;
    box-shadow: rgb(255 255 255 / 20%) 0px 2px 8px 0px;
    position: fixed;
    left: 1rem;
    bottom: 2rem;
    white-space: nowrap;
    font-size: clamp(11px, 5vw, 12px);
    text-decoration: none;
    transition: all 0.4s;
}
.info-link-fixed a:hover {
    transform: translateY(-3px);
    transition: all 0.4s;
    opacity: 0.9;
}
