/*
Theme Name: オリジナルテーマ(New)
*/

/****************************************
* リセットCSS
*****************************************/
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
}

body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    letter-spacing: 1.5px;
    line-height: 1.5;
    color: #333;
    font-size: 1.6rem;
    font-family: serif;

}

img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

a {
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

li {
    list-style: none;
}



.bg{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/***********************************************
    Button
************************************************/
a.btn__link {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    padding: 1rem 4rem;
    font-weight: bold;
    border: 1px solid #333333;
    color: #333;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 60px 0 0 auto;
    width: 250px;
}
a.btn__link::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    background: #008bcc;
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}

a.btn__link:hover::before {
	transform: translateX(0);
}
a.btn__link:hover {
	color: #fff;
}



/***********************************************
	ページトップ
************************************************/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border: 2px solid gray;
    z-index: 9999;
}

#page-top a {
    display: block;
    text-align: center;
    color: gray;
    line-height: 45px;
    text-decoration: none;
    font-size: 3.0rem;
}

/***********************************************
    404エラーページ
************************************************/
.error {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    font-size: 3.0rem;
}

/***********************************************
    パンくずリスト
************************************************/
.pan__list ol {
    display: flex;
    margin: 15px;
}

.pan__list ol li {
    margin: 0 5px;
}

/***********************************************
header
************************************************/
header {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9990;
}


/* メニュー括り */
.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 0 35px;
}

/* ロゴ名 */
.header__inner h1 {
    color: #333;
    font-size: 2.5rem;
}

/* メニューリスト */
.header__menu__list {
    flex: 1;
}

.header__menu__item {
    display: flex;
    justify-content: end;
}

.header__menu__item li {
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__menu__item li a {
    color: #333;
    position: relative;
    display: inline-block;
}

/* arrow */
.fa-chevron-down {
    margin-left: 5px;
}

/*グローバルナビゲーション*/
.menu {
    position: relative;
}

.menu .single {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #333;
}

.menu-second {
    visibility: hidden;
}

.menu>.single {
    position: relative;
}

.single .menu-second {
    width: 200%;
    position: absolute;
    top: 60px;
    left: 0;
}

.single .menu-second li a {
    width: 100%;
}

.single .menu-second li {
    height: 60px;
    line-height: 60px;
    background: #2989D3;
    padding: 0;
    border-bottom: 1px dotted #fff;
}

.single:hover .menu-second {
    visibility: visible;
}

.fa-caret-down {
    margin-left: 3px;
}


/***********************************************
	fv
************************************************/
/* メイン画像部分 */
.fv__inner {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.fv__img {
    position: absolute;
    height: 65%;
    width: 70%;
    overflow: hidden;
    bottom: 4%;
    right: 0;
    border-radius: 100px 0 0 0;


}

.fv__img__content{
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}
/* .fv__mask {
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, .2);
} */

/* fv画像2枚目アニメーション*/
/* .fv__ani {
    width: 100%;
    height: 100vh;
}

.fv__ani__inner {
    animation: zoomin 7.0s ease-out forwards;
    animation-delay: 0;
}

@keyframes zoomin {
    0% {
        opacity: 1;
        transform: scale(1.0);
    }

    100% {
        opacity: 1;
        transform: translateX( -30px ) scale(1.1 );
    }
} */

/* 中央文字 */
.fv__text {
    position: absolute;
    top: 155px;
    left: 150px;
    color: #333;
    line-height: 1.2;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.fv__text p:nth-of-type(1) {
    font-size: 3.0rem;
    width: fit-content;
    margin-left: 20px;
}

.fv__text p:nth-of-type(2) {
    font-size: 3.0rem;
    margin-top: 50px;
}

/***********************************************
	concept
************************************************/
.concept__container{
    position: relative;
    height: 400px;
}
.concept__img{
    position: absolute;
    top: 0;
    left: 0;
    height: 400px;
    width: 60%;
}
.concept__txt__list{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #ffffffc6;
    width: 60%;
    height: 200px;
}
.concept__txt{
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
}
.concept__txt p:nth-of-type(1){
    color: #1E74A5;
    font-size: 4.0rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.concept__txt p:nth-of-type(2){
    font-size: 2.0rem;
    font-weight: bold;
    padding-left: 30px;
}
/***********************************************
	セクション
************************************************/
section{
    padding: 120px 0;
}
.section__container {
    width: 90%;
    margin: 0 auto;
    padding: 0 0px 90px;
}

.section__title {
    width: fit-content;
    margin-bottom: 50px;
}
.section__title h2::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 125%;
    transform: translateY(-50%);
    height: 1px;
    width: 230px;
    background: rgb(0, 114, 204);
    background: linear-gradient(90deg, rgba(0, 114, 204, 1) 0%, rgba(31, 95, 147, 1) 25%, rgba(69, 69, 69, 1) 25%, rgba(69, 69, 69, 1) 100%);
}

/* タイトル */
.section__title h2 {
    font-size: 4.0rem;
    font-weight: bold;
    margin: 0;
    width: fit-content;
    display: block;
    position: relative;
}
.section__title p{
    font-size: 2.0rem;
    padding-left: 80px;
}

/***********************************************
	works
************************************************/
#works {
    overflow: hidden;
}

/* 画像マスクのアニメーション（左→右） */
.mask_wrap {
    display: table;
    overflow: hidden;
}

.mask-wrap {
    width: 100%;
    height: 100%;
    position: relative;
}

.mask-wrap::after {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #2989D3;
    content: "";
}

.mask-wrap .mask {
    display: table;
    position: relative;
    border-bottom: 2px solid #eaeaea;
    border-right: 2px solid #eaeaea;
    left: -100%;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.mask-wrap .mask-bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c2c2c2;
}

/* 画像マスクのアニメーション（右→左） */
.mask_wrap1 {
    display: table;
    overflow: hidden;
}

.mask-wrap1 {
    width: 100%;
    height: 100%;
    position: relative;
}

.mask-wrap1::after {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #2989D3;
    content: "";
}

.mask-wrap1 .mask1 {
    display: table;
    position: relative;
    border-bottom: 2px solid #eaeaea;
    border-left: 2px solid #eaeaea;
    right: -100%;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.mask-wrap1 .mask-bg1 {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #c2c2c2;
}

.works__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}

/* 画面の2分割 */
.works__item {
    width: 50%;
    height: 370px;
    margin-bottom: 70px;
}

/* 左画像の設定 ***************************/
.works__item__img img {
    width: 100%;
    margin: 0 auto 0 0;
    position: absolute;
    z-index: 9;
    border-bottom: solid 3px #fff;
    border-right: solid 3px #fff;
}

/* 右画像の設定 **************************/
.works__item__img2 img {
    width: 100%;
    margin: 0 0 0 auto;
    position: absolute;
    right: 0;
    z-index: 9;
    border-bottom: solid 3px #fff;
    border-right: 0;
    border-left: solid 3px #fff;
}

/* 右の青色背景の設定 */
.works__item__img2::after {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 100%;
    height: 100%;
    background: #2989D3;
    content: "";
}

/* テキスト全体設定 */
.works__item__text {
    padding: 40px 0 0 80px;
}

.works__item__text p {
    color: #333;
}

.works__item__text2 {
    padding: 40px 80px 0 0;
}

/* テキスト(タイトル) */
.works__item__text p:nth-of-type(1) {
    font-size: 3.0rem;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}

/* テキスト(英語表記) */
.works__item__text p:nth-of-type(2) {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 50px;
    color: #2989D3;
    text-align: center;
}


/***********************************************
    途中の画像(pick-up__img)
************************************************/
.pick-up__img {
    display: flex;
    height: 650px;
    font-size: 0;
    margin-bottom: 120px;
    position: relative;
}

.pick-up__img img {
    object-fit: cover;
    font-size: 0;
}

.pick-up__img__left {
    width: 60%;
}
.pick-up__img__left img {
    height: 400px;
}
.pick-up__img__right {
    width: 40%;
    margin-top: 200px;
}

.pick-up__img__right img {
    height: 500px;
    object-position: right;
}

.pick-up__img__message {
    position: absolute;
    top: 50%;
    right: 70px;
    transform: translateY(-50%);
    width: 100%;
    font-size: 5.0rem;
    text-align: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 685px;
}

/***********************************************
	施工例
************************************************/
.example__inner {
    display: flex;
    justify-content: center;
}

.example__list {
    width: 33.3%;
    padding: 0 20px;
}

/* 画像 */
.example__list__img {
    font-size: 0;
}

.example__list__img img {
    object-fit: cover;
    height: 300px;
}

.example__txt {
    font-size: 1.6rem;
    text-align: center;
    padding: 20px 0;
    color: #333;
    font-weight: bold;
}

.product {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.product__title {
    position: absolute;
    top:90px;
    left: 130px;
    z-index: 6;
}

.product__title p:nth-of-type(1) {
    font-size: 5.0rem;
}

.product__title p:nth-of-type(2) {
    font-size: 2.5rem;
    padding-left: 100px;
}
.product__txt {
    position: absolute;
    width: 50%;
    top: 120px;
    right: 100px;
    z-index: 6;
}


.product__link {
    position: absolute;
    bottom: 50px;
    right: 100px;
    width: fit-content;
    z-index: 6;
}
.product__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background: #fff;
}
.product__link p {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 15px 60px;
    background: #000;
    color: #fff;
}

.product__mask {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
    height: 90%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 5;
}


.product__link:hover p {
    border: 1px solid #333;
    background: #fff;
    color: #333;
    transition: 0.3s;
}

/***********************************************
	お知らせ
************************************************/
#news{
    background:rgba(255, 255, 255, 0.4);
    margin: 120px 0;

}

.news__list {
    display: flex;
    margin: 0 auto;
    line-height: 2.0;
    border-bottom: 1px dotted;
    width: 95%;
    padding: 10px 25px;
}

/* 日付 */
.news__date {
    margin-right: 30px;
    font-size: 1.8rem;
    color: #333;
}

/* タイトル */
.news__title {
    margin-right: 60px;
    font-size: 1.8rem;
    color: #333;
}

/* カテゴリーを横並び */
.news__title-category {
    display: flex;
}

/* カテゴリー *************************/
.news__category {
    display: flex;
}

.news__category p {
    margin-right: 5px;
}

.news__category a {
    border: 1px solid #666666;
    color: #333;
    padding: 2px 10px;
    font-size: 1.3rem;
}


/***********************************************
    アクセスとお問い合わせ
************************************************/
#access {
    overflow: hidden;
    background: #ffff;
}


.access__list {
    display: flex;
    justify-content: start;
}

.access__item {
    width: 30%;
    flex: 1;
    border-right: 1px dotted #333;
}
.access__item:last-child {
    border-right: 0;
}

.access__item__img img{
    width: 30%;
    height: auto;
    margin: 0 auto;
    display: block;
}

/* 画像内のテキスト */
.access__item__txt {
    font-size: 1.6rem;

}
.access__item__txt__office{
    font-size: 2.5rem;
    text-align: center;
    border-bottom: 1px solid #fff;
    width: fit-content;
    margin: 0 auto 30px;
    padding-top: 15px;
}
.access__item__txt__detail{
    font-size: 1.4rem;
    text-align: center;
}
.access__item__txt__detail p:nth-of-type(2){
    margin-left: 30px;
    margin-bottom: 15px;
}
.access__item__txt__link{
    margin: 30px auto;
    display: flex;
    justify-content: center;
    border: 1px solid #333;
    width: 200px;
    padding: 5px 0;

}
.access__item__txt__link img{
    width: 20px;
    height: 20px;
}
.access__item__txt__link p{
    padding-left: 10px;
}


/***********************************************
	footer
************************************************/
footer {
    background: #006999;
    color: #fff;
    padding-top: 40px;
}

/* メニュー */
.footer__menu {
    width: 100%;
    padding: 0 50px;
    position: relative;
}

/* メニュー下線 */
.footer__menu::after {
    position: absolute;
    width: 80%;
    height: 1px;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

/* メニュー横並び */
.footer__menu ul {
    display: flex;
    justify-content: center;
}

/* メニューリスト */
.footer__menu li {
    font-size: 1.4rem;
    margin: 0 30px 15px;
    text-align: center;
}

/* 英語表記 */
.footer__menu li p:nth-of-type(1) {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.0;
}

/* 日本語表記 */
.footer__menu li p:nth-of-type(2) {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}

/* ロゴと住所の二分割 */
.logo-address {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: auto;
}

/* ロゴ */
.logo img {
    width: 120px;
    height: 120px;
    display: block;
    margin-top: 35px;
}

/* 住所 */
.address {
    flex: 1;
    padding-left: 50px;
    margin-top: 70px;
    color: #fff;
    line-height: 1.9;
}

/* コピーライト */
.copy {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

/***********************************************
	下層ページ（ページ共通部分）
************************************************/
/* ページタイトル */
.page-title {
    text-align: center;
    font-size: 3.5rem;
    height: 300px;
    color: #fff;
    margin: 60px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(img/e2.jpg);
    background-size: cover;
    background-position: 50%;
    position: relative;
}

/* タイトルマスク */
.page__mask {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

/* タイトルテキスト */
.page-title p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 4.0rem;
    z-index: 100;
    width: 100%;
}

.page__container {
    padding: 80px 0;
    width: 90%;
    margin: 0 auto;
}

/***********************************************
	下層ページ（アクセス）
************************************************/
.page__map {
    display: flex;
    justify-content: space-between;
}

.page__map__list {
    padding: 20px;
    width: 48%;
}

/* 背景画像 */
.page__map__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/* 背景マスク */
.page__map__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.page__map__inner {
    position: relative;
    color: #fff;
    padding: 25px;
}

/* 左コンテンツ */
.page__map__list1 {
    border: 3px solid #6495ed;
}

/* 右コンテンツ */
.page__map__list2 {
    border: 3px solid #ffb6c1;
}

/* 文章全体*/
.page__map__address {
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

/* タイトル */
.page__map__item__title {
    font-size: 3.0rem;
    margin: 5px 0 20px;
    line-height: 1.6;
    font-weight: bold;
}

/* 英語タイトル */
.page__map__item__title span {
    font-size: 1.3rem;
    color: #fff;
    display: block;
}

/* 地図 */
.page__map__map iframe {
    height: 300px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

/* アイコン */
.fa-car,
.fa-location-dot {
    margin-right: 5px;
}

/* リンク */
.page__map__link {
    display: block;
    margin: 30px auto 0;
    padding: 10px 30px;
    width: fit-content;
    background: rgba(106, 184, 233, 1);
    color: #fff;
    font-size: 1.8rem;
}

.page__map__link:hover {
    color: #2989D3;
    background: #fff;
    border: 1px solid #2989D3;
}

/***********************************************
	下層ページ（会社概要）
************************************************/
/* 見出しタイトル */
.page__company__philosophy__title {
    color: #333;
    margin: 0 auto 20px;
    font-size: 2.5rem;
    padding-left: 30px;
    position: relative;
}

.page__company__philosophy__title::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 80%;
    background: #20537a;
    top: 5px;
    left: 0;
}

.page__company__philosophy__title__underline {
    height: 4px;
    width: 100%;
    background: #c6c6c6;
    margin-bottom: 70px;
    position: relative;
}

.page__company__philosophy__title__underline::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 30%;
    background: #20537a;
    top: 0;
    left: 0;

}

/* 経営方針 **********************/
.page__company__philosophy__items__inner {
    position: relative;
    font-size: 0;
    height: 480px;
}

.page__company__philosophy__items {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fafafa;
    width: 100%;
}

.page__company__philosophy__items p {
    font-size: 4.5rem;
    font-weight: bold;
    padding: 3px 0;
    text-align: center;
}

/* マスク */
.page__company__philosophy__items__bg {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

/* 社長あいさつ **********************/
.page__company__ceo {
    display: flex;
    width: 85%;
    margin: 0 auto;
}

.page__company__ceo__text {
    width: 70%;
    padding: 25px 40px 0 0;
}

.page__company__ceo__img {
    width: 30%;
    padding: 0 20px;
    text-align: center;
}

/* 会社概要 **********************/
.page__company__summary__text {
    width: 85%;
    margin: 0 auto;
}

.page__company__summary__text dl {
    padding: 15px 0;
    border-bottom: dotted 1px #000;
}

.page__company__summary__text dt {
    color: #2989D3;
    font-size: 1.6rem;
    font-weight: bold;
    padding-left: 30px;
}

.page__company__summary__text dd {
    margin-left: 30px;
    margin-top: 5px;
    padding-left: 30px;
}

/* 偶数に背景色 */
.page__company__summary__text dl:nth-child(2n) {
    background: #ececec;
}

/* 沿革 **********************/
.page__company__history__text {
    width: 85%;
    margin: 0 auto;
}

.page__company__history__text dl {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 8px 0 8px 30px;
    border-bottom: dotted 1px #000;
}

.page__company__history__text dl:nth-child(2n) {
    background: #ececec;
}

.page__company__history__text dd {
    margin-left: 35px;
}

/***********************************************
	下層ページ（アーカイブお知らせ）
************************************************/
.archive__news__list {
    display: flex;
    margin: 0;
    line-height: 2.0;
    border-bottom: 1px dotted;
    width: 90%;
    padding: 10px 25px;
}

.archive__news__item {
    display: flex;
    padding-left: 10px;
    line-height: 2.5;
}

/* 日付・タイトル */
.archive__news__date,
.archive__title {
    margin-right: 30px;
    color: #333;
}

/* ホバーで下線 */
.archive__news__list:hover .archive__news__item {
    padding-left: 30px;
    transition: 0.6s;
}

/* カテゴリー */
.archive__category {
    line-height: 2.5;
    display: flex;
}

.archive__category p {
    margin-right: 10px;
}

.post-categories {
    display: flex;
}

.post-categories li {
    margin-right: 10px;
}

.archive__category a {
    font-size: 1.3rem;
    border: 1px solid #333;
    color: #333;
    padding: 0 5px;
}

/* articleとasideの二分割 */
.archive__news__inner {
    display: flex;
}

/* article */
.archive__news__inner article {
    width: 80%;
    border-right: 1px solid;
    flex: 1;
}

/* aside */
.archive__news__inner aside {
    width: 20%;
    padding-left: 20px;
}

.archive__news__inner aside a {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.archive__news__inner aside p {
    text-align: center;
    margin: 20px 0;
}

/***********************************************
	下層ページ（シングルお知らせ）
************************************************/
.single-title {
    font-size: 3.0rem;
    margin-bottom: 10px;
}

.date-category {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.single-date {
    padding-right: 10px;
    border-right: 1px solid;
    font-size: 1.6rem;
}

.fa-calendar-days {
    padding: 0 5px;
}

.cat-data {
    font-size: 1.6rem;
    padding-left: 10px;
}

.single-img {
    margin: 0 auto 100px;
}

.single-content {
    margin-bottom: 70px;
}

.single-content p {
    line-height: 1.7;
}

/***********************************************
    アニメーション(fv：背景色が伸びて出現)
************************************************/
.bgextend {
    animation-name: bgextendAnimeBase;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    position: relative;
    overflow: hidden;
    opacity: 0;
}

@keyframes bgextendAnimeBase {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.bgappear {
    animation-name: bgextendAnimeSecond;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes bgextendAnimeSecond {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*左から右へアニメーション*/
.bgLRextend::before {
    animation-name: bgLRextendAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
}

@keyframes bgLRextendAnime {
    0% {
        transform-origin: left;
        transform: scaleX(0);
    }

    50% {
        transform-origin: left;
        transform: scaleX(1);
    }

    50.001% {
        transform-origin: right;
    }

    100% {
        transform-origin: right;
        transform: scaleX(0);
    }
}

.bgappearTrigger,
.bgLRextendTrigger {
    opacity: 0;
}

/***********************************************
	下層ページ（事業ページ）
************************************************/
.manufacture__list {
    display: flex;
    margin-bottom: 100px;
}

.manufacture__list:last-child {
    margin-bottom: 0px;
}

.manufacture__item {
    width: 50%;
}

.manufacture__item__text {
    padding: 30px 50px;
}

/* テキストタイトル */
.manufacture__item__text__title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 2.5rem;
}

/* テキストタイトル下線 */
.manufacture__item__text__title__line {
    height: 2px;
    width: 80%;
    background: #333333;
    margin: 0 auto 50px;
}

/* サムネイル表示 *******/
.thumbnail__bg {
    background: #d4d4d4;
}

.thumbnail__container {
    margin-bottom: 70px;
}

/* 画像中央表示 */
.mainvisual,
.thumbnail {
    text-align: center;
}

/* 画像一覧の横並び */
.thumbnail {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* 画像一覧の余白調整 */
.thumbnail li {
    width: 15%;
    padding: 20px 10px;
}

/* メイン画像の調整 */
.mainvisual img {
    height: 300px;
    width: 100%;
    object-fit: contain;
}

/* 一覧画像の調整 */
.thumbnail img {
    width: 100%;
    height: 105px;
    object-fit: cover;
}

/* バナー ********/
.page__business__banner__list {
    display: flex;
    justify-content: end;
    align-items: center;
}

.page__business__banner__item {
    color: #fff;
    padding: 40px 0;
    margin-left: 40px;
    position: relative;
    width: 250px;
    overflow: hidden;
}

/* バナー画像 */
.page__business__banner__item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    top: 0;
    left: 0;
}

/* バナーマスク */
.page__business__banner__mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}

/* バナーテキスト */
.page__business__banner__item p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.0rem;
    width: 100%;
    text-align: center;
}

/* バナーホバー */
.page__business__banner__item:hover .page__business__banner__img {
    transform: scale(1.2, 1.2);
    transition: 0.5s all;
}

/***********************************************
	順序入れ替え
************************************************/
.order1 {
    order: 1;
}

.order2 {
    order: 2;
}

/***********************************************
	ページャー
************************************************/
.wp-pagenavi {
    margin: 50px auto 0;
    text-align: center;
}

.wp-pagenavi span.current {
    background-color: #666666;
    color: #fff;
}

/***********************************************
	下層ページ（アーカイブ施工例）
************************************************/
.archive__example__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.archive__example__item {
    width: 30%;
    padding: 0 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    overflow: hidden;
}

.archive__example__title {
    text-align: center;
    margin-bottom: 60px;
    font-size: 2.5rem;
}

.archive__example__item__img {
    height: 280px;
    overflow: hidden;
}

.archive__example__item__title {
    color: #fff;
    background-color: #45a5f4;
    font-size: 2.2rem;
    border: 1px solid;
    width: 80%;
    margin: 20px auto;
    text-align: center;
    padding: 5px 0;
}

.archive__example__item:hover .archive__example__item__img img {
    transform: scale(1.2, 1.2);
    transition: 0.5s all;
}

/***********************************************
	下層ページ（シングル施工例）
************************************************/
.single__example__item {
    display: flex;
}

/* 画像 */
.single__example__img {
    width: 50%;
    padding: 50px 25px 50px 50px;
}

.single__example__img img {
    height: 440px;
    object-fit: cover;
}

/* テキスト全体 */
.single__example__item__txt {
    width: 50%;
    padding: 50px 25px 0 50px;
}

/* タイトル */
.single__example__item__title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 2.5rem;
    font-weight: bold;
}

/* タイトル下線 */
.single__example__item__hr {
    width: 70%;
    height: 2px;
    margin: 0 auto;
    margin-bottom: 40px;
    background: #000;
}

/***********************************************
	アニメーション(下から上へのフェードイン)
************************************************/
.element {
    transform: translateY(80px);
    opacity: 0;
    visibility: hidden;
    transition: transform 1.5s, opacity 1.5s, visibility 1.5s;
}

.is-fadein {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

/***********************************************
	レスポンシブでの切替（PC用）
************************************************/
.sp {
    display: none;
}

.pc {
    display: block;
}


/* レスポンシブ対応 *************************************************/

@media screen and (max-width:500px) {


    /* レスポンシブでの切替（sp用） ******************/
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    /*  順序入れ替え**************************************/
    .order1 {
        order: 2;
    }

    .order2 {
        order: 1;
    }

    .section__title {
        margin: 0 35px 35px 0;
    }

    .section__container {
        width: 100%;
        padding: 55px 0;
    }

    .section__title h2 {
        font-size: 3rem;
        padding-left: 15px;
    }

    .section__title__bottom {
        font-size: 1.6rem;
    }

    .header__inner h1 {
        font-size: 2.0rem;
    }

    header {
        height: 55px;
    }

    .header__inner {
        height: 55px;
        padding: 0px 15px;
    }

    .is-fixed {
        background-color: rgba(42, 139, 249, 1.0);
    }

    .fv__text {
        width: 100%;
    }

    .fv__text p:nth-of-type(1) {
        font-size: 3.0rem;
    }

    .fv__news {
        height: 60px;
        width: 90%;
    }



    .second__img p {
        width: 100%;
        font-size: 1.6rem;
    }

    .works__list {
        flex-direction: column;
        margin-bottom: 25px;
    }


    .works__item {
        width: 90%;
        height: 270px;
        margin-bottom: 10px;
    }

    .works__item1 {
        width: 90%;
        height: 270px;
        margin: 0 0 0 auto;
    }

    .works__item__text {
        padding: 0;
        width: 88%;
        margin: 55px auto 70px;
    }

    .works__item__text p:nth-of-type(1) {
        font-size: 2.5rem;
    }

    .works__item__text p:nth-of-type(2) {
        margin-bottom: 20px;
    }

    .works__link {
        width: 60%;
        height: 45px;
        line-height: 45px;
    }




    .third-image__message {
        font-size: 2.5rem;
    }

    .third-image {
        flex-direction: column;
        margin-bottom: 0;
    }

    .third-image__left {
        width: 88%;
    }

    .third-image__left img {
        height: 350px;
    }

    .third-image__right {
        width: 70%;
        margin: 0 0 0 auto;
    }

    .third-image__right img {
        height: 295px;
    }

    /* product */
    .product {
        height: 260px;
    }

    .product__txt p:nth-of-type(1) {
        font-size: 4.0rem;
    }

    .product__txt {
        top: 40px;
        left: 40px;
    }

    .product__link {
        top: 175px;
        left: 43%;
        ;
    }

    .product__link p {
        padding: 10px 50px;
    }






    .news__list {
        flex-direction: column;
        margin: 0 auto;
        width: 90%;
        padding: 10px;
        line-height: 1.6;
    }

    .news__title {
        margin-bottom: 5px;
        font-size: 1.6rem;
    }

    .news__title-category {
        flex-direction: column;
    }

    .news__date {
        font-size: 1.6rem;
    }

    .access__contact {
        flex-direction: column;
    }

    .access__contact__item {
        width: 100%;
    }

    .access__text {
        top: 0;
    }

    .access__contact__title {
        font-size: 3.0rem;
        margin: 35px auto 20px;
    }

    .contact__icon__fa {
        font-size: 3.0rem;
    }

    .access__link a {
        width: 55%;
        margin: 10px;
    }

    .btn-2 {
        max-width: 200px;
        height: 45px;
    }

    footer {
        padding-top: 0;
    }

    .logo img {
        width: 60px;
        height: 60px;
        margin-top: 0;
    }

    .address {
        padding-left: 20px;
        margin-top: 30px;
        line-height: 1.6;
        font-size: 1.4rem;
    }

    .address p {
        color: #fff;
    }

    .address a {
        color: #fff;
        text-decoration: none;
    }


    .access__contact__item__inner__bg {
        background: rgba(0, 0, 0, 0.5);
    }

    .access-contact__button {
        background: rgba(244, 244, 244, 0.8);
        padding: 30px 0;
    }

    .logo-address {
        width: 90%;
        align-items: end;
    }

    #page-top {
        width: 40px;
        height: 40px;
    }

    #page-top a {
        font-size: 2.0rem;
        line-height: 36px;
    }





    .page-title {
        margin: 55px 0 0;
        height: 150px;
    }


    .page__container {
        padding: 50px 0;
        width: 95%;
    }

    .page__company__philosophy__title {
        margin: 0 auto 30px;
        padding-left: 20px;
    }

    .page__company__philosophy__items__inner {
        height: 270px;
    }

    .page__company__philosophy__items p {
        font-size: 3.5rem;
    }


    .page__company__ceo {
        flex-direction: column;
        width: 100%;
        padding: 10px;
    }

    .page__company__ceo__text {
        width: 100%;
        padding: 0;
    }

    .page__company__ceo__img {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .page__company__summary__text {
        width: 100%;
        padding: 10px;
    }


    .page__company__summary__text dl {
        padding: 10px 0;
    }

    .page__company__summary__text dt {
        padding-left: 15px;
    }

    .page__company__summary__text dd {
        padding-left: 30px;
        margin-left: 0;
        width: 100%;
    }

    .page__company__summary__text dd a {
        text-decoration: none;
        color: #333;
    }

    .page__company__history__text dl {
        display: block;
        width: 100%;
        padding: 8px 15px;


    }

    .page__company__history__text {
        width: 100%;
        padding: 10px;
    }


    .page__company__history__text dd {
        margin-left: 15px;
    }


    .archive__news__inner {
        flex-direction: column;
    }

    .archive__news__inner article {
        width: 100%;
        border-right: 0;
    }

    .archive__news__list {
        flex-direction: column;
        margin: 0px;
        line-height: 1.6;
        width: 100%;
        padding: 10px 10px;

    }


    .archive__news__item {
        padding-left: 0;
        flex-direction: column;
    }


    .wp-pagenavi {
        margin: 50px auto 35px;
    }


    .single-title {
        font-size: 2.0rem;
    }

    .single-date,
    .cat-data {
        font-size: 1.4rem;
    }

    .date-category {
        margin-bottom: 35px;
    }

    .single-content {
        margin-bottom: 40px;
    }

    .single-img {
        margin: 0 auto;
    }



    .archive__news__date,
    .archive__title {
        line-height: 1.5;
    }

    .archive__news__inner aside {
        width: 100%;
        border-right: 0;
    }

    .archive__news__inner aside p {
        text-align: start;
        margin: 0 0 10px;
    }

    .archive__news__inner aside ul {
        display: flex;
    }

    .archive__news__inner aside ul li {
        margin-right: 10px;
    }


    .archive__example__list {
        flex-direction: column;
    }




    .archive__example__item {
        width: 100%;
        padding: 0;
    }

    .archive__example__item__title {
        width: 70%;
    }

    .single__example__item {
        flex-direction: column;
    }


    .single__example__img {
        width: 100%;
        padding: 0;
    }

    .single__example__img img {
        height: 300px;
    }

    .single__example__item__txt {
        width: 100%;
        padding: 20px 10px 30px;
    }

    .single__example__item__hr {
        margin-bottom: 20px;
    }



    .page__map {
        flex-direction: column;
    }

    .page__map__list {
        padding: 10px;
        width: 100%;
        margin-bottom: 30px;
    }

    .page__map__map iframe {
        height: 200px;
    }

    .page__map__item p:nth-of-type(2) {
        text-align: start;
    }

    .page__map__item p:nth-of-type(3) {
        text-align: start;
    }



    /* パンくずリスト */
    .pan__list ol li {
        font-size: 1.3rem;
    }


    .manufacture__list {
        flex-direction: column;
    }

    .manufacture__item {
        width: 100%;
    }

    .manufacture__item__text {
        padding: 10px;
    }

    .manufacture__item__text__title__line {
        margin: 0 auto 20px;
    }

    .thumbnail li {
        width: 30%;
    }


    .page__business__banner__list {
        justify-content: center;
    }

    .page__business__banner__item {
        margin: 0 auto;
        max-width: 180px;
    }

    .page__business__banner__item p {
        font-size: 1.6rem;
    }


    /* hamburger */

    #navi {
        display: block;
        position: fixed;
        top: 0;
        left: -300px;
        bottom: 0;
        width: 300px;
        color: #fff;
        padding: 60px 25px;
        background-color: #424242;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: all .5s;
        z-index: 20;
        opacity: 0;
    }

    #navi a {
        color: #fff;
    }

    .open #navi {
        left: 0;
        opacity: 1;
    }

    #navi ul {
        margin: 0;
        padding: 0;
        flex-direction: column;
    }

    #navi ul.nav-menu {
        margin-bottom: 60px;
        border-top: solid 1px #fff;
    }

    #navi ul.nav-menu li {
        position: relative;
        margin: 0;
        padding: 20px 0;
        border-bottom: solid 1px #fff;
    }

    #navi ul.nav-sns li {
        padding: 5px 0;
    }

    .toggle_inner {
        display: block;
        position: absolute;
        top: 15px;
        right: 20px;
    }

    .toggle_btn {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(0, -0%);
        width: 30px;
        height: 30px;
        transition: all .5s;
        cursor: pointer;
        z-index: 9999;
    }

    .toggle_btn span {
        display: block;
        position: absolute;
        left: 0;
        width: 30px;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
        transition: all .5s;
    }

    .toggle_btn span:nth-child(1) {
        top: 4px;
    }

    .toggle_btn span:nth-child(2) {
        top: 14px;
    }

    .toggle_btn span:nth-child(3) {
        bottom: 4px;
    }

    .open .toggle_btn span {
        background-color: #fff;
    }

    .open .toggle_btn span:nth-child(1) {
        -webkit-transform: translateY(10px) rotate(-315deg);
        transform: translateY(10px) rotate(-315deg);
    }

    .open .toggle_btn span:nth-child(2) {
        opacity: 0;
    }

    .open .toggle_btn span:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(315deg);
        transform: translateY(-10px) rotate(315deg);
    }

    #mask {
        display: none;
        transition: all .5s;
    }

    .open #mask {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        z-index: 10;
        cursor: pointer;
    }

    .header__menu__item li {
        /* margin-bottom: 20px; */
        height: 50px;
        line-height: 50px;
        justify-content: start;
        border-bottom: 1px dotted;
    }

    .fa-caret-right {
        margin-left: 15px;
        margin-right: 8px;
    }

    /* ハンバーガーメニューボタン */
    /* .toggle_btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0,-0%);
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 9999;
} */
    /* .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .5s;
} */

}