@charset "utf-8";

.line-link {
    position: fixed;
    z-index: 77;
    top: 150px;
    right: 0;
}

.line-link a {
    display: inline-block;
    font-size: 1em;
    color: #fff;
    background-color: #06c755;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 20px 20px;
    letter-spacing: .1em;
    border: 1px solid #fff;
    border-radius: 10px 0 0 10px;
	transition: all .4s ease;
}

.line-link a:hover {
	color: #fff !important;
	opacity: .8;
}

/*==================================================
    全体共通設定
===================================*/
/*========= ボタンのためのCSS ===============*/
.btn {
    text-align: center;
}

.btn a {
    background-color: #fff;
    padding: 20px 50px;
    border-radius: 50px;
    border: 1px solid #3064B0;
    color: #3064B0;
    display: inline-block;
    letter-spacing: .15em;
    transition: all .4s;
}

.btn a:hover {
    color: #fff;
    background-color: #3064B0;
}

/*========= 画面幅によって表示を切り替えるためのCSS ===============*/
/* pcのみ */
.pc {
    display: none;
}

/* spのみ */
.sp {
    display: block;
}

@media(min-width: 1025px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }
}

/*========= ページヘッダーのためのCSS ===============*/
.page-header {
    margin-top: 70px;
    background-color: #3064B0;
}

.page-header .inner {
    position: relative;
    height: 350px;
	padding-top: 0;
	padding-bottom: 0;
}

.page-header-title {
    position: absolute;
    top: 50%;
    left: 4%;
    transform: translateY(-50%);
}

/* 文字のCSS */
.page-header-title h1 {
    margin-bottom: 5px;
    font-size: 3em;
    color: #fff;
    letter-spacing: .1em;
    font-weight: bold;
}

.page-header-title p {
    color: #fff;
    font-size: 1.3125em;
    letter-spacing: .05em;
    font-weight: 500;
}

/* スクロールダウンのCSS */
  .scrollbar-text_05 {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 10px 110px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    right: 4%;
  }
  
  .scrollbar_05 {
    position: absolute;
    right: calc(4% + 16px);
    transform: translateY(-50%);
    top: calc(50% + 100px);
  }

  .scrollbar_05::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100px;
    background-color: #aaa;
  }
  
  .scrollbar_05::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100px;
    background: #fff;
    animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
  
  @keyframes liner {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    30% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    70% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }

@media(min-width:1025px) {
    .page-header {
        margin-top: 90px;
    }

    .page-header .inner {
        height: 450px;
    }

    .page-header-title {
        left: 0%;
    }

    .scrollbar-text_05 {
        right: 0;
    }

    .scrollbar_05 {
        right: 16px;
    }
}


/*==================================================
    トップページのためのCSS
===================================*/
/*========= ループテキストのためのCSS ===============*/
.loop_wrap {
    display: flex;
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.loop_wrap li {
    animation: loop 25s linear infinite;
    font-weight: bold;
    font-size: 9.2em;
    white-space: nowrap;
    margin-right: 10px;
    letter-spacing: .1em;
    color: rgba(48, 100, 176, .3);
}

@keyframes loop {
    0% {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-100%);
    }
}

@media(min-width:600px) {
    .loop_wrap {
        margin-bottom: 60px;
    }
}

/*========= アバウトのためのCSS ===============*/
.about .text {
    margin-bottom: 30px;
}

.about .btn {
    margin-bottom: 40px;
}

.about-images.sp {
    height: 340px;
    overflow: hidden;
}

.about-images.sp img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

@media(min-width:600px) {
    .about {
        position: relative;
    }

    .about::before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 45%;
        height: 100%;
        background-image: url(../images/top-about.jpg);
        background-size: cover;
        background-position: center;
    }

    .about-images.sp {
        display: none;
    }

    .about-content {
        width: 50%;
        margin: 0 0 0 auto;
    }
}

@media(min-width:1025px) {
    .about .btn {
        text-align: start;
        margin-bottom: 0;
    }

    .about .inner {
        max-width: 1000px;
    }
}

/*========= 事業紹介のためのCSS ===============*/
.service {
    position: relative;
}

.service::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -2;
}

.service .service-icon {
    margin-bottom: 40px;
}

@media(min-width:600px) {
    .service .sp {
        display: none;
    }

    .service .pc {
        display: block;
    }

    .service-head {
        display: flex;
        justify-content: space-between;
    }
}

@media(min-width:1025px) {
    .service::before {
        width: 90%;
    }

    .service .inner {
        max-width: 1000px;
    }

    .service-head .btn {
        margin-right: 100px;
    }

    .service .service-icon {
        max-width: 830px;
        margin: 0 auto;
    }

    /* 大文字 */
    .service::after {
        position: absolute;
        top: 40%;
        right: -290px;
        content: "SERVICE";
        color: rgba(92, 94, 93, .1);
        font-weight: bold;
        font-size: 150px;
        letter-spacing: .1em;
        transform: rotate(90deg);
        font-family: "Raleway", sans-serif;
    }
}

/*========= 施工実績のためのCSS ===============*/
.arrow_box.pc {
    display: none;
}

/* アイテム */
.works-slider {
    width: 92%;
    margin: 0 auto 60px;
}

.slider img {
    width: 100%;
    height: auto;
}

.works-slider .slick-slide {
    margin:0 10px;
}

.works-img  {
    height: 220px;
    margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
}

.works-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
	transition: all .4s ease;
}

.works-slider a:hover .works-img img {
	transform: scale(1.1);
}

.works-item-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.works-item-head .date {
    letter-spacing: .1em;
    color: #5C5E5D;
    font-size: 14px;
}

.works-item-head .cat {
    display: inline-block;
    border: 1px solid #3064B0;
    border-radius: 5px;
    background-color: #fff;
    color: #3064B0;
    font-size: .85em;
    padding: 8px 10px;
}

.works-slider h3, .works-list h2 {
    font-size: 1.125em;
    font-weight: bold;
    letter-spacing: .1em;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

/* 矢印 */
.arrow_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
    position: relative;
}

.prev-arrow,
.next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #3064B0;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer;
    position:relative;
}

.prev-arrow {
    transform: rotate(180deg);
    margin-right: 10px;
}

.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:8px;
    height:8px;
    border-right: 1px solid #3064B0;
    border-top: 1px solid #3064B0;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}

.arrow_box.sp {
    margin-bottom: 60px;
}

.works .btn.pc {
    display: none;
}

@media(min-width:600px) {
    .works .btn.pc {
        display: block;
        z-index: 3;
    }

    .works .btn.sp {
        display: none;
    }

    .works-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
}

@media(min-width:1025px) {
    .works {
        position: relative;
    }


    .works .inner {
        max-width: 1000px;
    }

    .works::before {
        position: absolute;
        top: 60px;
        right: 0;
        content: "WORKS";
        color: rgba(92, 94, 93, .1);
        font-weight: bold;
        font-size: 100px;
        letter-spacing: .1em;
        font-family: "Raleway", sans-serif;
    }
}

/*========= 採用情報のためのCSS ===============*/
.top-recruit {
    position: relative;
}

.top-recruit .inner {
    position: relative;
    padding: 90px 4%;
}

.top-recruit .inner::before {
    position: absolute;
    top: 60px;
    left: -5px;
    content: "RECRUIT";
    color: #fff;
    opacity: .3;
    font-weight: bold;
    font-size: 5em;
    letter-spacing: .1em;
    font-family: "Raleway", sans-serif;
}

.left-content {
    margin-bottom: 60px;
}

/* タイトルのためのCSS */
.top-recruit .page-title h2 ,.top-recruit .page-title h2 span {
    color: #fff;
}

/* 背景のためのCSS */
.top-recruit::before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 90%;
    height: 90%;
    background-color: #3064B0;
    z-index: -2;
}

.top-recruit::after {
    position: absolute;
    top: 10%;
    left: 0;
    content: "";
    width: 90%;
    height: 90%;
    background-image: url(../images/recruit-bg.jpg);
     background-size: cover;
     background-position: center;
    z-index: -1;
}

/* h3CSS */
.top-recruit h3 {
    color: #fff;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1.9;
    letter-spacing: .05em;
}

.top-recruit h3 span {
    background-color: #3064B0;
}

/* ボタンCSS */
.right-content .btn a {
    display: block;
    line-height: 1.5;
    letter-spacing: .05em;
    width: 85%;
    margin: 0 auto;
	padding: 20px 0;
}

.right-content .btn:first-child {
    margin-bottom: 20px;
}

@media(min-width:600px) {
    .top-recruit .inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .top-recruit .page-title {
        margin-bottom: 50px;
    }

    .left-content {
        margin: 0;
        width: 55%;
    }

    .right-content {
        width:45%;
    }

    .right-content .pc {
        display: block;
    }
}

@media(min-width:1025px) {
    .top-recruit .page-title::before {
        background-color: #fff;
    }

    .top-recruit::after {
        top: 15%;
    }

    .top-recruit .inner {
        padding: 120px 0 90px;
        max-width: 1000px;
    }

    .top-recruit .inner::before {
        left: -60px;
        font-size: 6em;
    }

    .right-content .btn a {
        max-width: 300px;
		padding: 20px 50px;
    }

    .top-recruit h3 {
        font-size: 1.75em;
        letter-spacing: .1em;
    }
}

/*========= 新着情報のためのCSS ===============*/
/* リストのためのCSS */
.info ul {
    margin-bottom: 40px;
}

.info ul li a {
    display: block;
    padding: 30px;
    border-top: 1px solid #ddd;
    letter-spacing: .05em;
    color: #001F5B !important;
	transition: all. 4s ease;
}

.info ul li a:hover {
	color: #3064b0 !important;
}

.info ul li:last-child a {
    border-bottom: 1px solid #ddd;
}

/* 日付のCSS */
.date {
    display: inline-block;
    margin-bottom: 5px;
    color: #5C5E5D;
    font-size: .875em;
}

@media(min-width:1025px) {
    .info {
        position: relative;
    }

    .info::before {
        position: absolute;
        top: 60px;
        left: 50%;
        content: "INFOMATION";
        color: rgba(92, 94, 93, .1);
        font-weight: 800;
        font-size: 100px;
        letter-spacing: .1em;
        font-family: "Raleway", sans-serif;
        z-index: -1;
    }

    .info .inner {
        max-width: 650px;
    }

    .info-head {
        display: flex;
        justify-content: space-between;
    }
}

/*==================================================
    お知らせページ｜archive-news.php
===================================*/
#news {
    position: relative;
    margin-bottom: 120px;
    padding: 60px 0 120px;
}

#news .inner {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

/*========= 背景のCSS ===============*/
#news::before {
    position: absolute;
    top: -30px;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
}

/*========= リストのCSS ===============*/
.news-list li a {
    display: block;
    padding: 30px;
    border-top: 1px solid #ddd;
    transition: all .3s;
	color: #001F5B !important;
}

.news-list li a:hover {
    color: #3064B0 !important;
}

.news-list li a:hover .date {
    color: #3064B0 !important;
}

.news-list li:last-child a {
    border-bottom: 1px solid #ddd;
}

.news-list li:first-child a {
    position: relative;
    margin-bottom: 10px;
}

.news-list li:first-child a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 1px;
    width: 100%;
    left: 0;
    background-color: #ddd;
}

/* ピックアップ */
.pickup .red {
    color: red;
    font-weight: bold;
    letter-spacing: .05em;
}

.news-list .tit {
    display: block;
    margin-top: 5px;
    letter-spacing: .05em;
}

.news-list .date {
    font-size: .875em;
    color: #5C5E5D;
    letter-spacing: .05em;
}

@media(min-width:1025px) {
    #news::before {
        width: 90%;
    }

    #news::after {
        position: absolute;
        top: 100px;
        left: calc(90% - 20px);
        content: "NEWS";
        font-family: "Raleway", sans-serif;
        font-size: 100px;
        letter-spacing: .1em;
        color: rgba(92, 94, 93, .1);
        font-weight: 800;
        writing-mode: vertical-lr;
		z-index: -1;
    }
    
    #news {
        padding-top: 0;
    }
}

/*==================================================
    採用ページ｜page-recruit.php
===================================*/
/*========= 背景部分のためのCSS ===============*/
.recruit-content {
    position: relative;
}

.recruit-content::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.recruit-content .inner {
    position: relative;
}

/*========= コンテンツ部分のためのCSS ===============*/
#recruit h3 {
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: .05em;
    margin-bottom: 30px;
}

#recruit .text {
    margin-bottom: 60px;
}

#recruit .text a {
    text-decoration: underline;
	color: #001F5B !important;
	transition: all .4s ease;
}

#recruit .text a:hover {
	color: #3064B0 !important;
}

.content-wrap {
    margin-bottom: 60px;
}

.content-wrap h4 {
    font-size: 1.25em;
    color: #3064B0;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-bottom: 30px;
}

.content-wrap .text {
    margin-bottom: 0;
}

.content-wrap .text a {
    text-decoration: underline;
}

/* 応募フォームボタン */
#recruit .btn a {
    background-color: #3064B0;
    color: #fff;
}

#recruit .btn a:hover {
    background-color: #fff;
    color: #3064B0;
}

/* アバウトボタン */
.about-btn-wrap {
    margin-bottom: 60px;
}

.about-btn-wrap a {
    position: relative;
    display: block;
    width: 100%;
    height: 215px;
    line-height: 215px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #3064B0;
    color: #fff !important;
    letter-spacing: .1em;
    font-size: 1.125em;
	font-weight: bold;
}

.about-btn-wrap a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/recruit-01.jpg);
    background-size: cover;
    background-position: center;
    z-index: -2;
}

.about-btn-wrap a:nth-child(2)::before {
    background-image: url(../images/recruit-02.jpg);
}

.about-btn-wrap a::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    z-index: -1;
    transition: all .4s ease;
}

.about-btn-wrap a:hover::after {
    background-color: rgba(0, 0, 0, .4);
}

@media(min-width:600px) {
    .about-btn-wrap {
        display: flex;
        justify-content: space-between;
    }

    .about-btn-wrap a {
        width: 48%;
    }
}

@media(min-width:1025px) {
    .recruit-content::before {
        width: 90%;
        margin-top: -30px;
    }
    #recruit .inner {
        max-width:1000px;
    }

    .recruit-content::after {
        position: absolute;
        top: 100px;
        left: calc(90% - 20px);
        content: "RECRUIT";
        font-family: "Raleway", sans-serif;
        font-size: 100px;
        letter-spacing: .1em;
        color: rgba(92, 94, 93, .1);
        font-weight: 800;
        writing-mode: vertical-lr;
		z-index: -1;
    }
}

/*==================================================
    施工実績ページ｜archive-works.php
===================================*/
/*========= 背景部分のためのCSS ===============*/
.works-content {
    position: relative;
}

.works-content::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#works .inner {
    position: relative;
    margin-bottom: 120px;
}

/*========= リスト部分のためのCSS ===============*/
.works-list li {
    margin-bottom: 60px;
}
.works-list li a {
    transition: all .4s;
}

.works-list a:hover img {
    transform: scale(1.1);
}

.works-list li a:hover h3 {
    color: #3064B0;
}

.list-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
	height: 250px;
	border: 1px solid #ddd;
}

.works-list img {
    transition: all .4s;
	height: 250px;
	object-fit: cover;
	object-position: center;
}

.list-img .cat {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 14px 17px;
    background-color: #3064B0;
    color: #fff;
    border-radius: 0 10px 0 0;
}

.works-list li a h3 {
    font-size: 1.3125em;
    font-weight: bold;
    letter-spacing: .05em;
}

@media(min-width:600px) {
    .works-list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .works-list li {
        width: 48%;
    }
}

@media(min-width:1025px) {
    .works-content::before {
        width: 90%;
        margin-top: -30px;
    }

    .works-content::after {
        position: absolute;
        top: 100px;
        left: calc(90% - 20px);
        content: "WORKS";
        font-family: "Raleway", sans-serif;
        font-size: 100px;
        letter-spacing: .1em;
        color: rgba(92, 94, 93, .1);
        font-weight: 800;
        writing-mode: vertical-lr;
		z-index: -1;
    }

    #works .inner {
        max-width: 1000px;
    }
	
	.works-list {
		justify-content: inherit;
	}

    .works-list li {
        width: 30%;
        max-width: 320px;
		margin-right: 30px;
    }
}

/*==================================================
    会社情報ページ｜page-company.php
===================================*/
/*========= 背景部分のためのCSS ===============*/
#company {
    padding-bottom: 60px;
}

.feature-content {
    position: relative;
}

.feature-content::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.feature-content .inner {
    position: relative;
}

/*========= 強み部分のためのCSS ===============*/
.feature-box {
    margin-bottom: 90px;
}

.feature-box.last {
    margin-bottom: 120px;
}

.feature-title {
    position: relative;
}

.feature-title::before {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    content: "";
    width: 400px;
    height: 400px;
    border-radius: 1000px;
    background-color: #F1F7F9;
}

.feature-title h3 {
    position: absolute;
    top: 90px;
    left: 60px;
    font-size: 1.75em;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.7;
}

.feature-title span {
    display: block;
    padding-bottom: 60px;
    font-size: 9em;
    color: #3064B0;
    opacity: .3;
    font-weight: bold;
}

.feature-box.sec .feature-title span,
.feature-box.last .feature-title span {
    padding-bottom: 20px;
}

.feature-box .text {
    position: relative;
    font-size: 1.125em;
    line-height: 1.9;
}

@media(min-width:600px) {
    .feature-box {
        width: 70%
    }

    .feature-box.sec {
        margin: 0 0 90px auto;
    }
}

/*========= 会社概要部分のためのCSS ===============*/
/* タイトル */
.page-title.company {
    text-align: center;
}

/* 会社概要リスト */
.company-list {
    max-width: 700px;
    margin: 0 auto;
}

.company-list li {
    border-top: 1px solid #b5b5b5;
    padding: 30px;
}

.company-list li:last-child {
    border-bottom: 1px solid #b5b5b5;
}

.company-list li .tit {
    color: #3064B0;
    letter-spacing: .1em;
}

.company-list li .name {
    display: block;
    margin-top: 10px;
    letter-spacing: .1em;
    line-height: 1.5;
}

/*========= マップ部分のためのCSS ===============*/
.map {
    margin-bottom: 5px;
}

.map iframe {
    width: 100% !important;
    height: 300px !important;
}

@media(min-width:1025px) {
    .feature-content::before {
        width: 90%;
        margin-top: -30px;
    }

    .feature-content::after {
        position: absolute;
        top: 100px;
        left: calc(90% - 20px);
        content: "COMPANY";
        font-family: "Raleway", sans-serif;
        font-size: 100px;
        letter-spacing: .1em;
        color: rgba(92, 94, 93, .1);
        font-weight: 800;
        writing-mode: vertical-lr;
		z-index: -1;
    }

    .feature-content .inner {
        max-width: 1000px;
    }

    .page-title.company::before {
        content: none;
    }

    .company-list li {
        display: flex;
        padding: 30px 60px;
    }

    .company-list li .name {
        display: inline-block;
        margin-top: 0;
    }

    .company-list li .tit {
        width: 180px;
    }
	
	.company-list li .name {
		width: calc( 100% - 180px )
	}

    .access-content .inner {
        max-width: 1000px;
    }
}

/*==================================================
    お問い合わせページ｜page-contact.php
===================================*/
/*========= 背景部分のためのCSS ===============*/
.mailform-content {
    position: relative;
}

.mailform-content::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#contact .inner {
    position: relative;
}

/*========= テキスト部分のためのCSS ===============*/
/* 注意事項 */
#contact .text small span {
    color: red;
}

.mailform-content .text {
    margin-bottom: 80px;
}

#contact .text a {
	text-decoration: underline !important;
	color: #3064B0 !important;
}

/*========= リストのためのCSS ===============*/
.form-list {
    margin-bottom: 40px;
}

.list-name {
    letter-spacing: .1em;
    display: block;
    color: #001F5B !important;
}

.require {
    color: red;
    margin-left: 5px;
}

input , textarea {
    display: block;
    width: 98%;
    background-color: #EEEEEE;
    padding: 1em;
    border-radius: 5px;
}

/* プライバシーポリシーに同意する */
.privacy {
    text-align: center;
    margin-bottom: 50px;
}

.privacy input[type='checkbox'] {
    display: inline-block;
    width: fit-content;
    margin-right: 3px;
}

.privacy a {
    text-decoration: underline;
    color: #3064B0;
}

/* 送信する */
input[type='submit'] {
    width: 250px;
    margin: 0 auto 40px;
    background-color: #3064B0;
    color: #fff;
    border-radius: 50px;
    padding: 25px;
    text-align: center;
}

/*========= 電話部分のためのCSS ===============*/
.telform-content a {
    display: inline-block;
    position: relative;
    color: #3064B0;
    font-size: 2.285em;
    letter-spacing: .1em;
    padding-left: 40px;
    margin-bottom: 50px;
}

.telform-content a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/phone-icon.png);
    background-size: cover;
}

/* contaqct form7のレイアウトを調整するためのCSS */
.wpcf7 {
	background: transparent !important;
	border: none !important;
}

.wpcf7 form {
	margin: 0 !important;
}

.wpcf7 input, .wpcf7 textarea {
	padding: 10px !important;
	border: none !important;
	border-radius: 5px;
}

.wpcf7 select {
	padding: 10px !important;
	background-color: #eee !important;
	border: none !important;
	border-radius: 5px;
}

@media(min-width:1025px) {
    .mailform-content::before {
        width: 90%;
        margin-top: -30px;
    }

    #contact .inner {
        max-width: 800px;
    }

    #contact .page-title::before {
        width: 300px;
        left: -330px;
    }

    .mailform-content::after {
        position: absolute;
        top: 100px;
        left: calc(90% - 20px);
        content: "CONTACT";
        font-family: "Raleway", sans-serif;
        font-size: 100px;
        letter-spacing: .1em;
        color: rgba(92, 94, 93, .1);
        font-weight: 800;
        writing-mode: vertical-lr;
		z-index: -1;
    }
}

/*==================================================
    新着情報投稿ページ｜single-news.php
===================================*/
/*========= タイトル部分のためのCSS ===============*/
.title-head {
    margin-bottom: 60px;
}

.title-head h2 {
    font-weight: bold;
    font-size: 2em;
    color: #3064B0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b5b5b5;
}

.title-head .date {
    font-size: 1em;
    letter-spacing: .1em;
}

#news.single .text {
    margin-bottom: 100px;
}

/*==================================================
    施工実績投稿ページ｜single-works.php
===================================*/
/*========= タイトル部分のためのCSS ===============*/
.title-under {
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}

.post-categories li a {
    display: inline-block;
    color: #3064b0;
    background-color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    margin-left: 10px;
	border: 1px solid #3064b0;
}

#works.single .title-head {
    margin-bottom: 90px;
}

.single-works-text {
    margin-bottom: 90px;
}

.single-works-text h3 {
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 1.75em;
    color: #3064B0;
    letter-spacing: .05em;
}

/*========= リスト部分のためのCSS ===============*/
.photo-list {
    margin-bottom: 60px;
}

.main-photo {
    margin-bottom: 10px;
}

.main-photo li {
    margin-bottom: 10px;
}

.main-photo li a {
    display: inline-block;
    margin-bottom: 5px;
}

.main-photo li a img {
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.main-photo li p {
    font-weight: bold;
    font-size: 1.125em;
    color: #3064B0;
    letter-spacing: .1em;
}

.sub-photo {
    display: flex;
    flex-wrap: wrap;
}

.sub-photo li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
}

.sub-photo li:nth-child(2n-1) {
    margin-right: 10px;
}

.sub-photo li a {
    display: inline-block;
}

.sub-photo li a img {
    height: 150px;
    object-fit: cover;
    object-position: center;
    width: 150px;
}

#works select {
    display: block;
    margin-bottom: 60px;
    padding: 1em;
    font-size: 1.125em !important;
    color: #001F5B;
    font-weight: 500;
    letter-spacing: .05em;
	border: 1px solid #001f5b;
    border-radius: 7px;
}

@media(min-width:600px) {
    .main-photo {
        display: flex;
        justify-content: space-between;
    }

    .main-photo li {
        width: calc(50% - 5px);
    }

    .sub-photo li:nth-child(2n-1) {
        margin-right: 0;
    }

    .sub-photo li {
        width: calc(33% - 10px);
        margin-left: 10px;
    }
	
	.sub-photo li a img {
		width: 210px;
	}
}

@media(min-width: 1025px) {
    #works.single .inner {
        max-width: 900px;
    }

    .sub-photo li {
        width: calc(25% - 10px);
        align-items: flex-start;
    }
}

/*==================================================
    事業紹介ページ｜service.php
===================================*/
.service-content {
    position: relative;
}

.service-content::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#service .inner {
    position: relative;
}

#service .page-title {
    margin-bottom: 90px;
}

/*========= 事業部分のためのCSS ===============*/
.service-box {
    position: relative;
    background-color: #F9F8F7;
    padding: 30px 30px 30px 50px;
    border: 1px solid #3064B0;
    border-radius: 5px;
    margin-bottom: 60px;
}

.service-box::before {
    position: absolute;
    top: -30px;
    left: 25px;
    content: "";
    width: 1.5px;
    height: 180px;
    background-color: #3064B0;
}

.service-box::after {
    position: absolute;
    top: 190px;
    left: -11px;
    content: "SERVICE01";
    color: #3064B0;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    letter-spacing: .15em;
    transform: rotate(90deg);
}

.service-box.sec::after {
    content: "SERVICE02";
}

.service-box.thr::after {
    content: "SERVICE03";
}

.service-box.for::after {
    content: "SERVICE04";
}

.service-img {
    margin-bottom: 15px;
}

.service-title {
    margin-bottom: 10px;
    font-size: 1.125em;
    color: #3064B0;
    letter-spacing: .1em;
    font-weight: bold;
	line-height: 1.5;
}

.service-text .top-text {
    font-weight: bold;
    font-size: 1.75em;
    letter-spacing: .1em;
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-text .top-text span {
    color: #3064B0;
}

.service-text .text {
    margin-bottom: 60px;
}

/* 他のサービス */
.other-service {
    position: relative;
    background-color: #F9F8F7;
    border: 1px solid #3064B0;
    border-radius: 5px;
    padding: 30px;
}

.other-service::before {
    position: absolute;
    top: -20px;
    left: 52%;
    transform: translateX(-50%);
    content: "OTHER　　SERVICE";
    color: #3064B0;
    font-weight: bold;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    letter-spacing: .15em;
}

.other-service::after {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%);
    width: 2px;
    height: 30px;
    background-color: #3064B0;
    content: "";
}

.other-img {
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 200px;
    margin: 0 auto 10px;
    background-color: #fff;
}

.other-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
}

.other-service .service-title {
    text-align: center;
}

.other-box {
    margin-bottom: 40px;
}

/*========= 流れ部分のためのCSS ===============*/

/* ボックス */
.flow-box {
    margin-bottom: 50px;
    position: relative;
    background-color: #fff;
    border: 1px solid #3064B0;
    border-radius: 10px;
    padding: 30px;
}

.box-left {
    margin-bottom: 20px;
}

.step {
    font-weight: bold;
    color: #3064B0;
    letter-spacing: .05em;
    text-align: center;
}

.box-left .num {
    font-size: 1.5em;
    font-weight: bold;
    color: #3064B0;
    text-align: center;
}

.box-right h3 {
    font-size: 1.3125em;
    color: #3064B0;
    font-weight: bold;
    letter-spacing: .1em;
    margin-bottom: 30px;
    text-align: center;
}

.box-right .text a {
	text-decoration: underline;	
    color: #001F5B !important;
}

.box-right .text a:hover {
	color: #3064B0 !important;
}

.triangle {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%);
    background: #3064B0;
    height: 1px;z-index: -1;
  }
  
  .triangle::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #3064B0 transparent transparent transparent;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
  }

  @media(min-width: 600px) {
    .service-text .sp {
        display: none;
    }

    .service-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .service-box {
        width: 38%;
    }

    .flow-wrap {
        max-width: 800px;
        margin: 0 auto;
    }

    .flow-box {
        display: flex;
        align-items: center;
        padding: 45px;
        justify-content: space-between;
    }

    .box-right {
        width: 75%;
    }

    .box-right h3 {
        text-align: start;
        margin-bottom: 20px;
    }

    .box-left {
        width: 15%;
        border-right: 1px solid #3064B0;
        height: 90px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
    }

    .other-service {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 60px;
    }

    .other-service::before {
        left: 51%;
    }

    .other-box {
        width: 30%;
        margin-bottom: 30px;
    }

    .other-img {
        width: 150px;
        height: 150px;
    }
  }

  @media(min-width: 1025px) {
    .service-content .inner {
        max-width: 900px;
    }

    .service-content::before {
        width: 90%;
        margin-top: -30px;
    }

    .service-content::after {
        position: absolute;
        top: 100px;
        left: calc(90% - 20px);
        content: "SERVICE";
        font-family: "Raleway", sans-serif;
        font-size: 100px;
        letter-spacing: .1em;
        color: rgba(92, 94, 93, .1);
        font-weight: 800;
        writing-mode: vertical-lr;
        z-index: -1;
    }

    .box-left {
        height: 100px;
    }
  }

/*==================================================
    プライバシーポリシーページ｜privacy-policy.php
===================================*/
/*========= 背景部分のためのCSS ===============*/
#privacy .content {
    position: relative;
}

#privacy .content::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#privacy .inner {
    position: relative;
}


/*========= テキスト部分のためのCSS ===============*/
#privacy h2 {
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: .1em;
	line-height: 1.7;
	margin-bottom: 30px;
}
#privacy p {
	margin-bottom: 60px;
	line-height: 1.5;
	letter-spacing: .05em;
}

@media(min-width: 1025px) {
	#privacy .content .inner {
        max-width: 900px;
    }

    #privacy .content::before {
        width: 90%;
        margin-top: -30px;
    }

    #privacy .content::after {
        position: absolute;
        top: 100px;
        left: calc(90% - 20px);
        content: "PRIVACY POLICY";
        font-family: "Raleway", sans-serif;
        font-size: 100px;
        letter-spacing: .1em;
        color: rgba(92, 94, 93, .1);
        font-weight: 800;
        writing-mode: vertical-lr;
        z-index: -1;
		white-space: nowrap;
    }
}