@charset "UTF-8";

/*----------------------------------------------------------*/
/* カスタマイズ用CSS
/*----------------------------------------------------------*/

*{
    margin: 0;
    padding: o;
}
html{
	box-sizing:border-box;
	line-height:1;
	font-size: 62.5%; /*  50 56.25 62.5 68.75 75*/
    background: #fff;
}
body {
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    overflow-x: hidden;
    counter-reset: rank;
    animation: fadeIn 2.5s ease 0s 1 normal;
    letter-spacing: .05em;
    color: #242424;
}

html :where(img) {
    max-width: unset;
}

#all_wrap .single_content a { color: #aa8a46; font-weight: 400; transition: ease 0.2s; }
#all_wrap .single_content a:hover { color: #fff; font-weight: 400; text-decoration: underline; transition: ease 0.2s; }
#all_wrap .single_content img { width: 100%; height: auto; padding: 0; margin: 0 auto; }

/* スクロールの幅の設定 */
html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* スクロールの背景の設定 */
html::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: 0 0 4px #fff inset;
}

/* スクロールのつまみ部分の設定 */
html::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #c8c8c8;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

#all_wrap .single_content a { color: #b70200; font-weight: 400; transition: ease 0.2s; }
#all_wrap .single_content a:hover { color: #b70200; font-weight: 400; text-decoration: underline; transition: ease 0.2s; }

/************************************************************/
/*　マスクアニメーション JS連動
/************************************************************/
.scrmask {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;
}
.scrmask {
  transition: width 1s cubic-bezier(0.65, 0.040, 0.35, 1);
}
.scrmask.scrshow {
  width: 0 !important;
}

/************************************************************/
/*　コンテンツ整形
/************************************************************/
#all_wrap p {
    font-size: 15px;
    line-height: 2;
    font-weight: 400;
    font-feature-settings: "palt" 1;
    font-style: normal;
}
#all_wrap .l-wrapper .content p {
    font-size: 15px;
    line-height: 2;
    padding: 0 5px;
    margin-bottom: 20px;
}
#all_wrap .l-wrapper-full .content p {
    font-size: 15px;
    line-height: 2;
    padding: 0 5px;
    margin-bottom: 20px;
}
#all_wrap img.alignleft {
    margin-right: 30px;
    margin-bottom: 30px;
}
#all_wrap img.alignright {
    margin-left: 30px;
    margin-bottom: 30px;
}

#all_wrap .cont_wrap {
    width: 80%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}


/*各コンテンツ*/
#all_wrap #catItem,
#all_wrap #catCatalog,
#all_wrap #catFaq,
#all_wrap #catNews,
#all_wrap #contactPage,
#all_wrap #catGallery {
    padding: 100px 0;
    margin: 0 auto;
}

/*投稿ページ　タグ下マージン*/
#all_wrap .l-wrapper .dateList {
    margin-bottom: 5px;
}

/*下マージン*/
#all_wrap .l-wrapper-full .mb5  { margin-bottom: 5px; }
#all_wrap .l-wrapper-full .mb10 { margin-bottom: 10px; }
#all_wrap .l-wrapper-full .mb20 { margin-bottom: 20px; }
#all_wrap .l-wrapper-full .mb30 { margin-bottom: 30px; }
#all_wrap .l-wrapper-full .mb40 { margin-bottom: 40px; }
#all_wrap .l-wrapper-full .mb50 { margin-bottom: 50px; }
#all_wrap .l-wrapper-full .mb60 { margin-bottom: 60px; }
#all_wrap .l-wrapper-full .mb70 { margin-bottom: 70px; }
#all_wrap .l-wrapper-full .mb80 { margin-bottom: 80px; }
#all_wrap .l-wrapper-full .mb100 { margin-bottom: 100px; }

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap p {
        font-size: 14px;
        line-height: 1.7em;
        font-weight: 400;
        font-feature-settings: "palt" 1;
        font-style: normal;
    }
    #all_wrap .l-wrapper .content p {
        font-size: 14px;
        line-height: 1.7em;
        padding: 0;
        margin-bottom: 10px;
    }
    #all_wrap .l-wrapper-full .content p {
        font-size: 14px;
        line-height: 1.7em;
        padding: 0;
        margin-bottom: 10px;
    }
    /*下マージン*/
    #all_wrap .l-wrapper .mb10 { margin-bottom: 10px; }
    #all_wrap .l-wrapper .mb20 { margin-bottom: 10px; }
    #all_wrap .l-wrapper .mb30 { margin-bottom: 15px; }
    #all_wrap .l-wrapper .mb40 { margin-bottom: 20px; }
    #all_wrap .l-wrapper .mb50 { margin-bottom: 25px; }
    #all_wrap .l-wrapper .mb60 { margin-bottom: 30px; }
    #all_wrap .l-wrapper .mb70 { margin-bottom: 35px; }
    #all_wrap .l-wrapper .mb80 { margin-bottom: 40px; }
    #all_wrap .l-wrapper .mb100 { margin-bottom: 50px; }
    
    /*各コンテンツ*/
    #all_wrap #catItem,
    #all_wrap #catCatalog,
    #all_wrap #catFaq,
    #all_wrap #catNews,
    #all_wrap #contactPage,
    #all_wrap #catGallery {
        padding: 50px 0;
        margin: 0 auto;
    }
}

/*ウィジェットパディング*/
#all_wrap .widget-main {
    padding: 0;
    margin: 0;
}

/*== スマホ・PC 非表示 ==*/
.pc_none { display: none; }
.sp_none { display: block; }
@media only screen and (max-width: 768px){
    .pc_none { display: block; }
    .sp_none { display: none; }
}

/*== フレックス ==*/
.flex {
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
}
.flex > div {
    width: 48%;
    padding: 0;
    margin: 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .flex {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .flex > div {
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
    }
}

/************************************************************/
/*　JS
/************************************************************/
svg {
    fill: currentColor;
}
/* フェードインJS */
.fadein {
    opacity : 0;
    transform : translate(50px,0);
    transition : all 1000ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* フェードインJS */
.fadein-r {
    opacity : 0;
    transform : translate(-50px,0);
    transition : all 1000ms;
}
/* 画面内に入った状態 */
.fadein-r.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* フェードインJS */
.fadein-t {
    opacity : 0;
    transform : translate(0,50px);
    transition : all 1000ms;
}
/* 画面内に入った状態 */
.fadein-t.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* その場でフェードイン */
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.fadeshow {
    animation: fadeIn 2s cubic-bezier(0.42, 0, 1, 1);
    -webkit-animation: fadeIn 2s cubic-bezier(0.42, 0, 1, 1);
}

.fadein_text,
.fadein_text span {
  opacity: 0;
}

/* その場で左から右 */
@keyframes fadeSlide {
    0% {
        opacity: 1;
        width: 0;
    }
    100% {
        opacity: 1;
        width: 100%;
    }
}
@-webkit-keyframes fadeSlide {
    0% {
        opacity: 1;
        width: 0;
    }
    100% {
        opacity: 1;
        width: 100%;
    }
}


/*lightbox*/
.nivo-lightbox-effect-fade {
    visibility: hidden;
    opacity: 0;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
    opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
    background-size: 20px 20px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
    width: 20px;
    height: 20px;
}


/************************************************************/
/*　構成
/************************************************************/
.l-main {
	width: calc(80% - 50px);
	margin-bottom: 0;
    z-index: 1;
}
#all_wrap .l-wrapper {
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
}
.l-wrapper-full {
    position: relative;
    width: 100%;
	margin: 0 auto;
    padding: 0;
}
.l-wrapper-full.graphBg {
    position: relative;
    width: 100%;
	margin: 0 auto;
    padding: 50px 0;
    background: url(https://anshinrai.xsrv.jp/img/bg_graph.gif);
}
#all_wrap .l-wrapper-full .l-main {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}



.page {
    width: 100%;
}
.dividerBottom {
    margin-bottom: 0;
}
.pageContents .content,
.archiveContents .content {
    padding: 0;
    margin: 0 auto 50px;
}
#all_wrap .l-wrapper-full .pageContents .content, #all_wrap .l-wrapper-full .archiveContents .content {
    margin: 0;
    padding: 0;
}
#all_wrap .l-wrapper-full .sitemap_content {
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto 100px;
}
 
.l-sidebar { width:20%; }
.l-main-wide    {width: 100%; max-width: 1000px; margin: 0 auto; padding: 0; }
.l-main-wide1000{width:1000px;margin: auto;}
.l-main-wide900 {width:900px; margin: auto;}
.l-main-wide800 {width:800px; margin: auto;}
.l-main-wide700 {width:700px; margin: auto;}
.l-main-right   {order: 2;}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .l-main {
        width: 90%;
        margin: 0 auto;
    }
    #all_wrap .l-wrapper {
        width: 100%;
        padding: 20px 0;
        margin: 0 auto;
    }
    .l-wrapper-full .l-main {
        width: 100%;
        margin: 0 auto;
    }
    .l-sidebar {
        display: none;
    }
    
    .l-wrapper {
        width: 100%;
        padding: 0;
        margin:20px 0;
    }
    .l-wrapper-full {
        position:relative;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background: #fff;
    }
    
    .l-wrapper-guide {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }
    .l-wrapper-guide::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 0;
        margin: 0 auto;
        background-image: url("https://iine-book.com/img/guide_wrap_bg.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: top 150px right;
        background-color: #f5f5f5;
        background-size: 100%;
    }
    
    .page {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .content {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .postContents {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .pageContents .content,
    .archiveContents .content {
        padding: 0;
        margin: 0 auto;
    }
    
    /*グーグルマップ表示*/
    .l-wrapper iframe {
        width: 100%;
    }
}

.widgetSearch__contents .widgetSearch__select {
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    padding: 10px 10px;
    line-height: 1em;
}
.searchbox {
    width: 100%;
    position: relative;
    display: inline-block;
}
.searchbox::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

#all_wrap .pager {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}

/************************************************************/
/*　見出し　＆　パンくず
/************************************************************/

h1,h2,h3,h4,h5,h6,b,strong {
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    font-size: 1em;
    color: #000;
}

/*ページタイトル*/
#page_title,
#category_title {
    width: 100%;
    padding: 100px 0 150px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
	z-index: 0;
}
#page_title::before,
#category_title::before {
	content: '';
	display: block;
	width: 100%;
	height: calc(100% - 50px);
	background: linear-gradient( to right, rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
	position: absolute;
	top: 0;
	left: 0;
	z-index: -6;
	opacity: 1;
}
#page_title::after,
#category_title::after {
	content: '';
	display: block;
	width: 100%;
	height: calc(100% - 50px);
	background-image: url(https://tsutsumi-densetsu.com/img/topLineBg.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-color: rgba(180,180,180,0.1);
	background-position: bottom center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5;
	opacity: 0.2;
}
#page_title h2,
#category_title h2 {
    width: calc(100% - 100px);
    max-width: 1200px;
	padding: 0;
	margin: 0 auto;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    border: none;
    text-transform: uppercase;
    z-index: 10;
    text-align: left;
}
#page_title > span,
#category_title > span {
	width: calc(100% - 100px);
	max-width: 1200px;
    display: block;
    padding: 0;
    margin: 0 auto 5px;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1;
    font-family: 'Barlow',sans-serif;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
    letter-spacing: 0;
    background: #fff;
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
    text-align: left;
    white-space: nowrap;
}
#page_title > figure {
    width: 65%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
    z-index: -1;
	clip-path: polygon(7.5% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#page_title > figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*ページタイトル*/
	#page_title,
	#category_title {
		width: 100%;
		padding: 20px 0 40px;
		margin: 0 auto;
		position: relative;
		z-index: 0;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		overflow: hidden;
		z-index: 0;
	}
	#page_title::before,
	#category_title::before {
		content: '';
		display: block;
		width: 100%;
		height: calc(100%);
		background: linear-gradient( to right, rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
		position: absolute;
		top: 0;
		left: 0;
		z-index: -6;
		opacity: 1;
	}
	#page_title::after,
	#category_title::after {
		content: '';
		display: block;
		width: 100%;
		height: calc(100%);
		background-image: url(https://tsutsumi-densetsu.com/img/topLineBg.png);
		background-repeat: repeat-x;
		background-size: auto 100%;
		background-color: rgba(180,180,180,0.1);
		background-position: bottom center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -5;
		opacity: 0.2;
	}
	#page_title h2,
	#category_title h2 {
		width: calc(100% - 40px);
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		font-family: 'Noto Sans JP',sans-serif;
		font-weight: 400;
		font-style: normal;
		-webkit-text-size-adjust: 100%;
		font-feature-settings: "palt" 1;
		color: #fff;
		font-size: 10px;
		line-height: 1.2em;
		border: none;
		text-transform: uppercase;
		z-index: 10;
		text-align: left;
	}
	#page_title > span,
	#category_title > span {
		width: calc(100% - 40px);
		max-width: 100%;
		display: block;
		padding: 0;
		margin: 0 auto 5px;
		text-transform: uppercase;
		font-size: 20px;
		line-height: 1;
		font-family: 'Barlow',sans-serif;
		font-weight: 500;
		font-style: normal;
		font-feature-settings: "palt";
		letter-spacing: 0;
		background: #fff;
		-webkit-background-clip: text;
		color: transparent;
		position: relative;
		text-align: left;
		white-space: nowrap;
	}
	#page_title > figure {
		width: 60%;
		height: 100%;
		padding: 0;
		margin: 0;
		text-align: center;
		position: relative;
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
		clip-path: polygon(7.5% 0%, 100% 0%, 100% 100%, 0% 100%);
	}
	#page_title > figure img {
		width: 105%;
		height: auto;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		padding: 0;
		margin: 0;
		transition: 0.5s;
	}
}


/* 見出し H2 */
#all_wrap .content h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    letter-spacing: 0.1em !important;
    color: #121212;
    text-align: left;
    padding: 0;
    margin: 50px auto 20px;
    position: relative;
    border: none;
}
#all_wrap .content h2 span {
    display: inline-block;
    padding: 0;
    margin-left: 10px;
    position: relative;
    font-family: 'Barlow',sans-serif;
    font-weight: 500;
	font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    background: linear-gradient( to right,  rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
    -webkit-background-clip: text;
    color: transparent;
    transition: 0.5s;
}
#all_wrap .content h2.first_midashi {
    margin-top: 0;
}

/*中央よせ*/
#all_wrap .content h2.center {
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 600;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    letter-spacing: 0.1em !important;
    color: #121212;
    text-align: left;
    padding: 0;
    margin: 50px auto 60px;
    position: relative;
    border: none;
    text-align: center;
}
#all_wrap .content h2.center::before {
    content: '';
    display: block;
    width: 10%;
    height: 2px;
    padding: 0;
    margin: 0 auto;
    background: #c8c8c8;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
#all_wrap .content h2.center span {
    display: block;
    padding: 0;
    margin: 5px auto 0;
    position: relative;
    font-family: 'Barlow',sans-serif;
    font-weight: 500;
	font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    background: linear-gradient( to right, rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
    -webkit-background-clip: text;
    color: transparent;
    transition: 0.5s;
    text-align: center;
}
#all_wrap .content h2.center.first_midashi {
    margin-top: 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /* 見出し H2 */
    #all_wrap .content h2 {
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: 600;
		font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        font-size: 20px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        letter-spacing: 0.1em !important;
        color: #121212;
        text-align: left;
        padding: 0;
        margin: 20px auto 10px;
        position: relative;
        border: none;
    }
    #all_wrap .content h2 span {
        display: inline-block;
        padding: 0;
        margin-left: 10px;
        position: relative;
        font-family: 'Barlow',sans-serif;
        font-weight: 500;
		font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        background: linear-gradient( to right,  rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
        -webkit-background-clip: text;
        color: transparent;
        transition: 0.5s;
    }
    #all_wrap .content h2.first_midashi {
        margin-top: 0;
    }

    /*中央よせ*/
    #all_wrap .content h2.center {
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: 600;
		font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        font-size: 20px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        letter-spacing: 0.1em !important;
        color: #121212;
        text-align: left;
        padding: 0;
        margin: 10px auto 30px;
        position: relative;
        border: none;
        text-align: center;
    }
    #all_wrap .content h2.center::before {
        content: '';
        display: block;
        width: 50px;
        height: 1px;
        padding: 0;
        margin: 0 auto;
		background: #c8c8c8;
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
    #all_wrap .content h2.center span {
        display: block;
        padding: 0;
        margin: 5px auto 0;
        position: relative;
        font-family: 'Barlow',sans-serif;
        font-weight: 500;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        font-size: 12px;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        background: linear-gradient( to right, rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
        -webkit-background-clip: text;
        color: transparent;
        transition: 0.5s;
        text-align: center;
    }
    #all_wrap .content h2.center.first_midashi {
        margin-top: 0;
    }
}

/* 見出し H3 */
#all_wrap .content h3 {
    display: block;
    width: auto;
    font-size: 20px;
    line-height: 1.2em;
    padding: 0;
    margin: 20px auto 10px;
    color: #141414;
    border: none;
    text-align: left;
    position: relative;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 500;
	font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /* 見出し H3 */
    #all_wrap .content h3 {
        display: block;
        width: auto;
        font-size: 18px;
        line-height: 1.2em;
        padding: 0;
        margin: 15px auto 10px;
        color: #141414;
        border: none;
        text-align: left;
        position: relative;
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: 500;
		font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
    }
}

/* 見出し H4 */
#all_wrap .content h4 {
    display: block;
    width: auto;
    font-size: 18px;
    line-height: 1.2em;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 400;
	font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    padding: 0 0 0 15px;
    margin: 10px auto 15px;
    position: relative;
    color: #141414;
    border: none;
    text-align: left;
}
#all_wrap .content h4::before {
    content: '';
    display: block;
    width: 8px;
    height: 3px;
    background: linear-gradient( to right, rgba(234,142,8,1) 0%, rgba(236,13,31,1) 50%, rgba(173,13,31,1) 100% );
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#all_wrap .content h4 span {
    display: inline-block;
    margin-left: 10px;
    text-align: left;
    font-size: 0.5em;
    color: #141414;
    text-transform: uppercase;
    font-weight: lighter;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /* 見出し H4 */
    #all_wrap .content h4 {
        display: block;
        width: auto;
        font-size: 16px;
        line-height: 1.2em;
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: 400;
		font-style: normal;
        -webkit-text-size-adjust: 100%;
        font-feature-settings: "palt" 1;
        padding: 0 0 0 15px;
        margin: 10px auto 15px;
        position: relative;
        color: #141414;
        border: none;
        text-align: left;
    }
    #all_wrap .content h4::before {
        content: '';
        display: block;
        width: 8px;
        height: 3px;
        background: linear-gradient( to right, rgba(234,142,8,1) 0%, rgba(236,13,31,1) 50%, rgba(173,13,31,1) 100% );
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
    }
    #all_wrap .content h4 span {
        display: inline-block;
        margin-left: 10px;
        text-align: left;
        font-size: 0.5em;
        color: #141414;
        text-transform: uppercase;
        font-weight: lighter;
    }
}

/* 見出し H5 */
#all_wrap .content h5 {
    display: block;
    width: auto;
    font-size: 1em;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 500;
	font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    line-height: 1.1em;
    padding: 0;
    margin: 0 auto;
    position: relative;
    color: #141414;
    border: none;
    text-align: left;
}
#all_wrap .content h5 span {
    display: inline-block;
    margin-left: 8px;
    text-align: left;
    font-size: 0.5em;
    color: #141414;
    text-transform: uppercase;
    font-weight: lighter;
}



#all_wrap .content .midashi_none {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}
#all_wrap .content .midashi_none::after,
#all_wrap .content .midashi_none::before {
    display: none;
}


/************************************************************/
/*　見出しh2
/************************************************************/
#all_wrap .l-wrapper-full h2.h2_title {
    width: 100%;
    padding: 0 0 20px;
    margin: 0 auto 40px;
    font-size: 35px;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    text-align: center;
    color: #141414;
    position: relative;
    border: none;
}
#all_wrap .l-wrapper-full h2.h2_title::before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    background: #b70200;
}
#all_wrap .l-wrapper-full h2.h2_title::after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    background: #b70200;
}
#all_wrap .l-wrapper-full h2.h2_title span {
    display: block;
    text-align: center;
    padding: 5px 0 0;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    color: #b70200;
    text-transform: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .l-wrapper-full h2.h2_title {
        width: 100%;
        padding: 0 0 15px;
        margin: 0 auto 20px;
        font-size: 25px;
        font-family: 'Barlow','Noto Sans JP',sans-serif;
        font-weight: 400;
        font-style: normal;
        font-feature-settings: "palt";
        text-align: center;
        color: #141414;
        position: relative;
        border: none;
    }
    #all_wrap .l-wrapper-full h2.h2_title::before {
        content: '';
        display: block;
        width: 100px;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        background: #b70200;
    }
    #all_wrap .l-wrapper-full h2.h2_title::after {
        content: '';
        display: block;
        width: 1px;
        height: 10px;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        background: #b70200;
    }
    #all_wrap .l-wrapper-full h2.h2_title span {
        display: block;
        text-align: center;
        padding: 5px 0 0;
        margin: 0 auto;
        font-size: 15px;
        line-height: 1;
        font-family: 'Barlow','Noto Sans JP',sans-serif;
        font-weight: 400;
        font-style: normal;
        font-feature-settings: "palt";
        color: #b70200;
        text-transform: none;
    }
}

/************************************************************/
/*　ページネーション
/************************************************************/
.pager {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.pager > li {
    line-height: 1;
    padding: 0;
    margin: 0 5px 0 0;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 600;
    font-style: normal;
    font-feature-settings: "palt";
    color: #000;
    border: 1px solid #000;
}
.pager > li.pager__item-current {
    padding: 5px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    color: #fff;
}
.pager > li.pager__item-next,
.pager > li.pager__item-prev {
    background: none;
    border-radius: 0;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 600;
    font-style: normal;
    font-feature-settings: "palt";
}
.pager > li a {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 600;
    font-style: normal;
    font-feature-settings: "palt";
    transition: ease 0.2s;
    line-height: 1;
}
.pager > li a:hover {
    background: rgba(191,89,5,1);
    color: #fff;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 600;
    font-style: normal;
    font-feature-settings: "palt";
    transition: ease 0.2s;
    line-height: 1;
}

/************************************************************/
/*　パンくず
/************************************************************/
/*パンくず*/
.breadcrumb {
    width: 100%;
    max-width: 1200px;
    padding: 10px 0;
    margin: 0 auto;
    font-size: 0.9em;
    line-height: 1.2em;
    color: #fff;
    background: none;
    border: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    z-index: 10;
}
.breadcrumb:before {
	display: inline-block;
	content: '';
    width: 10px;
    height: 10px;
    background-image: url('https://tsutsumi-densetsu.com/wp-content/themes/tsutsumi/img/svg/icon_home.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 5px;
}
.breadcrumb a {
    font-size: 0.9em;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-decoration: none;
    transition: ease 0.2s;
    color: #fff;
}
.breadcrumb a:hover {
    text-decoration: none;
    transition: ease 0.2s;
    color: #fff;
    opacity: 0.8;
}
.breadcrumb span {
    position: relative;
    text-indent: -9999px;
    color: #fff;
    width: 10px;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.breadcrumb span:before {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    text-indent: 0px;
    color: #fff;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*パンくず*/
    .breadcrumb {
        width: 90%;
        max-width: 90%;
        padding: 10px 0;
        margin: 0 auto;
        font-size: 10px;
        line-height: 1em;
        color: #fff;
        background: none;
        border: none;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        overflow: auto;
        white-space: nowrap;
    }
    .breadcrumb:before {
        display: inline-block;
        content: '';
        width: 10px;
        height: 10px;
        background-image: url('https://tsutsumi-densetsu.com/wp-content/themes/tsutsumi/img/svg/icon_home.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        margin-right: 5px;
    }
    .breadcrumb a {
        font-size: 10px;
        line-height: 1;
        padding: 0;
        margin: 0;
        text-decoration: none;
        transition: ease 0.2s;
        color: #fff;
    }
    .breadcrumb a:hover {
        text-decoration: none;
        transition: ease 0.2s;
        color: #fff;
        opacity: 0.8;
    }
    .breadcrumb span {
        position: relative;
        text-indent: -9999px;
        color: #fff;
        width: 10px;
        padding: 0;
        margin: 0;
        display: inline-block;
    }
    .breadcrumb span:before {
        content: '';
        width: 4px;
        height: 4px;
        border: 0px;
        border-top: solid 1px #fff;
        border-right: solid 1px #fff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -6px;
        text-indent: 0px;
        color: #fff;
    }
}

/*パンくず*/
.breadcrumb2 {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto 15px;
    font-size: 0.9em;
    line-height: 1.2em;
    color: #000;
    background: none;
    border: none;
}
.breadcrumb2:before {
	display: inline-block;
	content: '';
    width: 10px;
    height: 10px;
    background-image: url('https://tsutsumi-densetsu.com/wp-content/themes/tsutsumi/img/svg/icon_home2.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 5px;
}
.breadcrumb2 a {
    font-size: 0.9em;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-decoration: none;
    transition: ease 0.2s;
    color: #000;
}
.breadcrumb2 a:hover {
    text-decoration: none;
    transition: ease 0.2s;
    color: #000;
    opacity: 0.8;
}
.breadcrumb2 span {
    position: relative;
    text-indent: -9999px;
    color: #000;
    width: 10px;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.breadcrumb2 span:before {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px;
    text-indent: 0px;
    color: #000;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .breadcrumb2 {
        width: 90%;
        max-width: 90%;
        padding: 0;
        margin: 0 auto 15px;
        font-size: 0.9em;
        line-height: 1.2em;
        color: #000;
        background: none;
        border: none;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        overflow: auto;
        white-space: nowrap;
    }
}

/************************************************************/
/*　目次
/************************************************************/
#all_wrap .outline {
    width: 100%;
    padding: 30px 30px 0;
    margin: 50px auto 50px;
    background: #000;
    color: #fff;
    border: none;
    position: relative;
}
#all_wrap .outline__title {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    line-height: 1.4em;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-size: 20px;
    font-weight: lighter;
    letter-spacing: 0.2em;
}
#all_wrap .outline__switch {
    position: absolute;
    top: 30px;
    right: 30px;
    transition: ease 0.2s;
}
#all_wrap .l-wrapper .postContents .content .outline__list {
    list-style: none;
    padding: 10px 0 0;
    margin: 0 auto 30px;
    background: none;
}
#all_wrap .outline__list li {
    background: none;
    color: #d3c8a8;
}
#all_wrap .outline__list li .outline__number {
    color: #d3c8a8;
    background: none;
    border: 1px solid #d3c8a8;
}
#all_wrap .outline__list li a {
    font-weight: 400;
    color: #d3c8a8;
    transition: ease 0.2s;
}
#all_wrap .outline__list li a:hover {
    font-weight: 400;
    color: #d3c8a8;
    transition: ease 0.2s;
    opacity: 0.8;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .outline {
        width: 100%;
        padding: 20px 20px 0;
        margin: 0 auto 20px;
        background: #000;
        color: #fff;
        border: none;
        position: relative;
    }
    #all_wrap .outline__title {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        line-height: 1.4em;
        font-family: 'Barlow','Noto Sans JP',sans-serif;
        font-size: 20px;
        font-weight: lighter;
        letter-spacing: 0.2em;
    }
    #all_wrap .outline__switch {
        position: absolute;
        top: 20px;
        right: 20px;
        transition: ease 0.2s;
    }
    #all_wrap .l-wrapper .postContents .content .outline__list {
        list-style: none;
        padding: 10px 0 0;
        margin: 0 auto 20px;
        background: none;
    }
    #all_wrap .l-wrapper .postContents .content .outline__list li {
        background: none;
        color: #d3c8a8;
        padding: 0;
        margin: 0;
    }
    #all_wrap .outline__list li .outline__number {
        color: #d3c8a8;
        background: none;
        border: 1px solid #d3c8a8;
        float: left;
    }
    #all_wrap .outline__list li a {
        font-weight: 400;
        color: #d3c8a8;
        transition: ease 0.2s;
    }
    #all_wrap .outline__list li a:hover {
        font-weight: 400;
        color: #d3c8a8;
        transition: ease 0.2s;
        opacity: 0.8;
    }
}

/************************************************************/
/*　フォントサイズ
/************************************************************/
.content table {
	font-size: 15px;
    color: #fff;
}


/************************************************************/
/*　グローバルメニュー　＆　ヘッダー
/************************************************************/
.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
}
#header {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: nowrap;
}
#header > h1 {
    width: auto;
    padding: 20px;
    margin: 0 auto 0 0;
    border: none;
    background: none;
}
#header > h1 img {
    width: auto;
    height: auto;
	max-height: 40px;
    padding: 0;
    margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #header {
        width: 100%;
        max-height: 50px;
        padding: 0;
        margin: 0;
        background: #fff;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-end;
        align-content: stretch;
        align-items: stretch;
        flex-wrap: nowrap;
    }
    #header > h1 {
        width: 50%;
        padding: 10px 20px;
        margin: 0 auto 0 0;
        border: none;
        background: none;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    #header > h1 img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
}

.header_info {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
.header_info > strong {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	padding: 0;
	margin: 0 auto 7px;
}
.header_info > small {
	display: block;
	width: 100%;
	font-size: 10px;
	line-height: 1;
	padding: 0;
	margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	.header_info {
		display: none;
	}
}

/*メインナビゲーション*/
#main_nav {
    width: 50%;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    align-content: center;
}
#main_nav > ul {
    width: 100%;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: nowrap;
    padding: 0;
}
#main_nav > ul > li {
    padding: 20px 0;
    margin: 0;
    line-height: 1;
    position: relative;
}
#main_nav > ul > li a {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 500;
    color: #141414;
    padding: 0;
    margin: 0;
    position: relative;
    transition: 0.5s;
	white-space: nowrap;
}
#main_nav > ul > li a::before {
    content: '';
    display: block;
    width: 1px;
    height: 80%;
    background: #DCDCDC;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#main_nav > ul > li:first-child a::before {
    display: none;
}
#main_nav > ul > li a span {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 12px;
    line-height: 1;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 400;
    font-style: italic;
    padding: 0;
    margin: 0 auto 7px;
    background: linear-gradient( to right,  rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
    -webkit-background-clip: text;
    color: transparent;
    transition: 0.5s;
}
#main_nav > ul > li a:hover {
	color: #264b9f;
    transition: 0.5s;
}
#main_nav > ul > li a:hover span {
    background: linear-gradient( to right,  rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
    -webkit-background-clip: text;
    color: transparent;
    transition: 0.5s;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*メインナビゲーション*/
    #main_nav {
        display: none;
    }
}

#header > tel {
    width: 18%;
    padding: 20px;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(180,180,180,0.25);
    font-size: 15px;
    line-height: 1;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 600;
    font-style: normal;
}
#header > tel a {
    display: inline-block;
    font-size: 1.5em;
    line-height: 1;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 5px;
    white-space: nowrap;
}
#header > tel > span {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 400;
}
#header > tel a small {
	font-size: 14px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #header > tel {
        width: 50%;
        padding: 0;
        margin: 0;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        background: #fff;
        font-size: 15px;
        line-height: 1;
        font-family: 'Barlow','Noto Sans JP',sans-serif;
        font-weight: 600;
        font-style: normal;
    }
    #header > tel a {
        display: inline-block;
        font-size: 18px;
        line-height: 1;
        font-family: 'Barlow','Noto Sans JP',sans-serif;
        font-weight: 500;
        font-style: normal;
        margin: 0 0 5px;
		color: #264b9f;
        white-space: nowrap;
    }
    #header > tel > span {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 10px;
        line-height: 1;
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: 400;
    }
}

#header > .headContact {
    width: 15%;
    padding: 0;
    margin: 0;
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#header > .headContact a {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    position: relative;
    padding: 0;
    margin: 0;
    transition: ease 0.5s;
    background: #264b9f;
    z-index: 2;
}
#header > .headContact a:hover {
    opacity: 0.8;
    transition: ease 0.5s;
}
#header > .headContact a img {
	width: auto;
	height: 10px;
	padding: 0;
	margin: 0 5px 0 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #header > .headContact {
        display: none;
    }
}

/************************************************************/
/*　ドロワーメニュー
/************************************************************/
.humburger > em {
    font-size: 8px;
    display: block;
    padding: 0;
    margin: 10px 0 0;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-style: normal;
}
.humburger span {
    width: 30px;
    height: 1px;
    background-color: rgba(255,255,255,1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%);
    transition: 0.3s; /*真ん中の線がゆっくり消えるように*/
}
.humburger span:nth-of-type(1) {
    transform: translate(-50%, -8px);
}
.humburger span:nth-of-type(3) {
    transform: translate(-50%, 6px);
}

#navTgl:checked + .open .humburger span:nth-of-type(1) {
    transform: rotate(45deg) translate(-50%, 0);
    transform-origin: 0% 50%;
    background-color: #141414;
}
#navTgl:checked + .open .humburger span:nth-of-type(2) {
    opacity: 0;
}
#navTgl:checked + .open .humburger span:nth-of-type(3) {
    transform: rotate(-45deg) translate(-50%, 0);
    transform-origin: 0% 50%;
    background-color: #141414;
}


#navTgl {
    display: none;
}
label.open,
label.close {
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 2%;
    z-index: 10000;
    border-radius: 0;
}
.open {
    z-index: 10000;
    width: 50px;
    height: 50px;
    color: white;
    background-color: rgba(191,89,5,0.7);
    font-size: 3em;
    text-align: center;
    -webkit-transition: background-color .6s, -webkit-transform .4s;
    transition: background-color .6s, transform .4s;
}
#navTgl:checked + .open {
    z-index: 10000;
	background: none;
}
#navTgl:checked + .open > .humburger > em {
    color: #fff;
}
.close {
    pointer-events: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: background-color .4s;
}
#navTgl:checked ~ .close {
    pointer-events: auto;
    background-color: rgba(0,0,0,.3);
    z-index: 10000;
}
#menu.menuNav {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    padding: 50px;
    overflow: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
#menu.menuNav::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}
#navTgl:checked ~ #menu.menuNav {
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    label.open,
    label.close {
        cursor: pointer;
        position: relative;
        top: auto;
        right: auto;
        z-index: 10000;
    }
    #menu.menuNav {
        display: none;
        z-index: 9999;
        position: fixed;
        top: 0;
        right: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0,0,0,0.9);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s;
        padding: 50px;
        overflow: hidden;
        overflow-y: scroll;
        -ms-overflow-style: none;    /* IE, Edge 対応 */
        scrollbar-width: none;       /* Firefox 対応 */
    }
    #menu.menuNav::-webkit-scrollbar {  /* Chrome, Safari 対応 */
        display:none;
    }
    #navTgl:checked ~ #menu.menuNav {
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s;
    }
    .open {
        z-index: 10000;
        width: 50px;
        height: 50px;
        color: #fff;
        background: linear-gradient( to right,  rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
        font-size: 3em;
        text-align: center;
        -webkit-transition: background-color .6s, -webkit-transform .4s;
        transition: background-color .6s, transform .4s;
        margin: 0;
        position: relative;
    }
    .humburger > em {
        font-size: 10px;
        display: block;
        padding: 0;
        margin: 5px 0 0;
        font-family: 'Barlow','Noto Sans JP',sans-serif;
        font-style: normal;
        transform: scale(0.8);
    }
    .humburger span {
        width: 25px;
        height: 1px;
        background-color: rgba(255,255,255,1);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -65%);
        transition: 0.3s; /*真ん中の線がゆっくり消えるように*/
        z-index: 1000;
    }
    .humburger span:nth-of-type(1) {
        transform: translate(-50%, -8px);
        background-color: rgba(255,255,255,1);
    }
    .humburger span:nth-of-type(3) {
        transform: translate(-50%, 6px);
        background-color: rgba(255,255,255,1);
    }
    #navTgl:checked + .open .humburger span:nth-of-type(1) {
        transform: rotate(45deg) translate(-50%, 0);
        transform-origin: 0% 50%;
        background-color: #fff;
    }
    #navTgl:checked + .open .humburger span:nth-of-type(2) {
        opacity: 0;
    }
    #navTgl:checked + .open .humburger span:nth-of-type(3) {
        transform: rotate(-45deg) translate(-50%, 0);
        transform-origin: 0% 50%;
        background-color: #fff;
    }
    

    #navTgl:checked + .open .humburger span:nth-of-type(1) {
        transform: rotate(45deg) translate(-50%, 0);
        transform-origin: left top;
        background-color: rgba(0,0,0,1);
        background: #fff;
    }
    #navTgl:checked + .open .humburger span:nth-of-type(2) {
        transform: rotate(-45deg) translate(-50%, 0);
        transform-origin: left bottom;
        background-color: rgba(0,0,0,1);
        background: #fff;
    }
}

#menu.menuNav #menuNavBox {
    width: 80%;
    padding: 50px;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#menu.menuNav #menuNavBox > .widget_nav_menu {
    width: 30%;
    padding: 0;
    margin: 0;
}
#menu.menuNav #menuNavBox > h2 {
    width: 100%;
    font-size: 30px;
    color: #fff;
    line-height: 1;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0 auto 40px;
}
#menu.menuNav #menuNavBox ul.menu {
    list-style: none;
    padding: 0;
    margin: 0 auto 40px;
    border: none;
}
#menu.menuNav #menuNavBox ul.menu > li {
    padding: 0;
    margin: 0 0 20px;
    border: none;
}
#menu.menuNav #menuNavBox ul.menu > li a {
    color: #fff;
    font-size: 18px;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    display: inline;
    box-shadow: none;
    font-weight: 400;
    transition: ease 0.2s;
}
#menu.menuNav #menuNavBox ul.menu > li a:hover {
    color: #fff;
    font-size: 18px;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    display: inline;
    box-shadow: none;
    font-weight: 400;
    transition: ease 0.2s;
    opacity: 0.8;
}
#menu.menuNav #menuNavBox ul.menu > li a::before,
#menu.menuNav #menuNavBox ul.menu > li a::after {
    display: none;
}
#menu.menuNav #menuNavBox ul.menu > li > ul {
    list-style: none;
    padding: 20px 0 0;
    margin: 0;
    border: none;
}
#menu.menuNav #menuNavBox ul.menu > li > ul > li {
    padding: 0 0 0 10px;
    margin: 0 0 20px;
    position: relative;
    border: none;
}
#menu.menuNav #menuNavBox ul.menu > li > ul > li::before {
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    padding: 0;
    margin: 0;
    background: rgba(255,255,255,0.5);
    position: absolute;
    top: 50%;
    left: 0;
}
#menu.menuNav #menuNavBox ul.menu > li > ul > li > a {
    color: #fff;
    font-size: 13px;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    display: inline;
}
#menu.menuNav #menuNavBox ul.menu > li > ul > li > a:hover {
    color: #fff;
    font-size: 13px;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    display: inline;
    font-weight: 400;
    transition: ease 0.2s;
    opacity: 0.8;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	
	#panelCompany {
		width: 100%;
		padding: 0;
		margin: 0 auto 50px;
	}
	#panelCompany > h2 {
		text-align: center;
		padding: 0;
		margin: 0 auto 20px;
		border: none;
		background: none;
	}
	#panelCompany > h2 img {
		width: auto;
		max-height: 40px;
		padding: 0;
		margin: 0 auto;
	}
	#panelCompany > strong {
		display: block;
		text-align: center;
		padding: 0;
		margin: 0 auto 10px;
		font-size: 16px;
		font-weight: 600;
		color: #fff;
	}
	#panelCompany > small {
		display: block;
		text-align: center;
		padding: 0;
		margin: 0 auto 20px;
		font-size: 12px;
		font-weight: 400;
		color: #fff;
	}
	#panelCompany > p {
		display: block;
		text-align: center;
		padding: 0;
		margin: 0 auto;
		color: #fff;
		font-size: 12px;
		line-height: 1.4em;
	}
	
    #menu.menuNav #menuNavBox {
        width: 80%;
        padding: 0;
        margin: 0;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
    #menu.menuNav #menuNavBox > .widget_nav_menu {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #menu.menuNav #menuNavBox > h2 {
        width: 100%;
        font-size: 30px;
        color: #fff;
        line-height: 1;
        font-family: 'Barlow','Noto Sans JP',sans-serif;
        font-weight: 500;
        font-style: normal;
        font-feature-settings: "palt";
        text-transform: uppercase;
        text-align: center;
        padding: 0;
        margin: 0 auto 30px;
        color: #fff;
        border: none;
    }
    #menu.menuNav #menuNavBox ul.menu {
        list-style: none;
        padding: 0;
        margin: 0 auto 20px;
        border: none;
    }
    #menu.menuNav #menuNavBox ul.menu > li {
        width: 100%;
        padding: 0;
        margin: 0 0 20px;
        border: none;
        text-align: center;
    }
    #menu.menuNav #menuNavBox ul.menu > li a {
        color: #fff;
        font-size: 15px;
        background: none;
        padding: 0;
        margin: 0;
        border: none;
        display: inline;
        box-shadow: none;
        font-weight: 400;
        transition: ease 0.2s;
    }
    #menu.menuNav #menuNavBox ul.menu > li a:hover {
        color: #fff;
        font-size: 15px;
        background: none;
        padding: 0;
        margin: 0;
        border: none;
        display: inline;
        box-shadow: none;
        font-weight: 400;
        transition: ease 0.2s;
        opacity: 0.8;
    }

    #menu.menuNav #menuNavBox ul.menu > li a::before,
    #menu.menuNav #menuNavBox ul.menu > li a::after {
        display: none;
    }
    #menu.menuNav #menuNavBox ul.menu > li > ul {
        list-style: none;
        padding: 10px 0 0;
        margin: 0;
        border: none;
    }
    #menu.menuNav #menuNavBox ul.menu > li > ul > li {
        padding: 0 0 0 10px;
        margin: 0 0 10px;
        position: relative;
        border: none;
    }
    #menu.menuNav #menuNavBox ul.menu > li > ul > li::before {
        content: '';
        display: block;
        width: 5px;
        height: 1px;
        padding: 0;
        margin: 0;
        background: rgba(255,255,255,0.5);
        position: absolute;
        top: 50%;
        left: 0;
    }
    #menu.menuNav #menuNavBox ul.menu > li > ul > li > a {
        color: #fff;
        font-size: 13px;
        background: none;
        padding: 0;
        margin: 0;
        border: none;
        display: inline;
    }
    #menu.menuNav #menuNavBox ul.menu > li > ul > li > a:hover {
        color: #fff;
        font-size: 13px;
        background: none;
        padding: 0;
        margin: 0;
        border: none;
        display: inline;
        font-weight: 400;
        transition: ease 0.2s;
        opacity: 0.8;
    }
}


#menu.menuNav #menuNavBox .widget_text {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
#menu.menuNav #menuNavBox .widget_text ul.menuNavSns {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0 auto 40px;
}
#menu.menuNav #menuNavBox .widget_text ul.menuNavSns > li {
    width: 25px;
    padding: 0;
    margin: 0 10px;
}
#menu.menuNav #menuNavBox .widget_text ul.menuNavSns > li img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #menu.menuNav #menuNavBox .widget_text {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        order: 0;
    }
    #menu.menuNav #menuNavBox .widget_text ul.menuNavSns {
        list-style: none;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        padding: 0;
        margin: 0 auto 20px;
    }
    #menu.menuNav #menuNavBox .widget_text ul.menuNavSns > li {
        width: 25px;
        padding: 0;
        margin: 0 10px;
    }
    #menu.menuNav #menuNavBox .widget_text ul.menuNavSns > li img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
	
	#menu.menuNav #menuNavBox .widget-menu .heading.heading-widget {
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		padding: 0;
		margin: 0 auto 20px;
		border: none;
		background: none;
		text-align: center;
		font-size: 25px;
		line-height: 1;
		color: #fff;
		font-family: 'Barlow',sans-serif;
		font-weight: 600;
		position: relative;
	}
	#menu.menuNav #menuNavBox .widget-menu .heading.heading-widget::before {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		padding: 0;
		margin: 0;
		margin-right: 10px;
		background: #fff;
		opacity: 0.3;
	}
	#menu.menuNav #menuNavBox .widget-menu .heading.heading-widget::after {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		padding: 0;
		margin: 0;
		margin-left: 10px;
		background: #fff;
		opacity: 0.3;
	}
}


/************************************************************/
/*　サイドバー
/************************************************************/

.l-sidebar .widget.widget_nav_menu ul.menu {
    border: none;
    background: none;
}
.l-sidebar .widget.widget_nav_menu ul.menu li {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.l-sidebar .widget.widget_nav_menu ul.menu li a {
    background: #fff;
    padding: 10px 10px;
    color: #000;
    font-feature-settings: "palt";
    font-weight: lighter;
    transition: 0.2s;
}
.l-sidebar .widget.widget_nav_menu ul.menu li a:hover {
    background: #fff;
    font-weight: lighter;
    color: #000;
    opacity: 0.8;
    transition: 0.2s;
}
.l-sidebar .widget.widget_nav_menu ul.menu li a::before {
    content: '-';
    color: #000;
    margin-right: 10px;
}
.l-sidebar .widget.widget_nav_menu ul.menu li a:hover::before {
    color: #000;
}

/*メニューボタン 見出し*/
.l-sidebar .widget-side .heading.heading-widget {
    background: none;
    color: #000;
    text-transform: uppercase;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-size: 1.2em;
    font-feature-settings: "palt";
    letter-spacing: 0.2em;
    margin-bottom: 0;
    position: relative;
    text-align: center;
}
.l-sidebar .widgetCatTitle {
    display: none;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .l-sidebar {
        display: none;
    }
    .l-sidebar .widget {
        margin: 0 auto;
    }
}


/************************************************************/
/*　メインビジュアル
/************************************************************/
#main_visual {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}
#main_visual::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 106;
}
#view {
    width: 60%;
    overflow: hidden;
    z-index: 0;
	margin: 0 0 0 auto;
	position: relative;
	text-align: center;
}
#view img {
	width: auto;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	object-fit: cover;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#main_visual {
		width: 100%;
		position: relative;
		padding: 0;
		margin: 0 auto;
		overflow: hidden;
	}
	#main_visual::after {
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		background: #fff;
		position: absolute;
		bottom: -1px;
		left: 0;
		z-index: 106;
	}
	#view {
		width: 60%;
		height: 500px;
		overflow: hidden;
		z-index: 0;
		margin: 0 0 0 auto;
		position: relative;
		text-align: center;
	}
	#view img {
		width: auto;
		height: 100%;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 50%;
		left: 60%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		object-fit: cover;
	}
}

/*キャッチコピー*/
.mainVisualTxt {
    width: 55%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: 100;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.mainVisualTxt::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background: #264b9f;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}
.mainVisualTxt::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: transparent;
	background-image: radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px);
	background-size: 10px 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}
.mainVisualTxt > strong {
    display: block;
    width: 70%;
    padding: 0;
    margin: auto 0 20px;
    font-size: 50px;
    line-height: 1;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    font-style: italic;
}
.mainVisualTxt > h2 {
    width: 70%;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 0;
    margin: 0 0 auto;
    position: relative;
    z-index: 105;
}
.mainVisualTxt > h2 span {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 0 20px;
    position: relative;
}
.mainVisualTxt > h2 span::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    transform:skewX(-15deg);
    z-index: 0;
}
.mainVisualTxt > h2 span b {
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 500;
	background: linear-gradient( to right,  rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
    -webkit-background-clip: text;
    color: transparent;
    position: relative;
    white-space: nowrap;
}
.mainVisualTxt > h2 span b::before {
    content: '';
    display: block;
    width: calc(100% + 40px);
    height: 130%;
    padding: 0;
    margin: 0;
    background-color: none;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, rgba(255,255,255,0.4)), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.4)),color-stop(.75, rgba(255,255,255,0.4)), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
    position: absolute;
    bottom: -13px;
    right: -25px;
    transform:skewX(-15deg);
    z-index: -1;
}
.mainVisualImg {
    width: 400px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 55%;
    left: 42%;
    z-index: 100;
}
.mainVisualImg img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}



/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*キャッチコピー*/
    .mainVisualTxt {
        width: 55%;
        height: 500px;
        padding: 0;
        margin: 0;
        background: none;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        z-index: 100;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .mainVisualTxt > strong {
        display: block;
        width: 75%;
        padding: 0;
        margin: auto 0 20px;
        font-size: 25px;
        line-height: 1;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: 600;
        letter-spacing: 0.1em;
        color: #fff;
        font-style: italic;
    }
    .mainVisualTxt > h2 {
        width: 70%;
        font-size: 15px;
        line-height: 1;
        letter-spacing: 0.1em;
        padding: 0;
        margin: 0 0 auto;
        position: relative;
        z-index: 105;
    }
    .mainVisualTxt > h2 span {
        display: inline-block;
        padding: 10px 20px;
        margin: 0 0 10px;
        position: relative;
    }
    .mainVisualTxt > h2 span::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background-color: rgba(255,255,255,0.8);
        position: absolute;
        bottom: 0;
        right: 0;
        transform:skewX(-15deg);
        z-index: 0;
    }
    .mainVisualTxt > h2 span b {
        font-family: 'Barlow','Noto Sans JP',sans-serif;
        font-weight: 500;
        background: linear-gradient( to right,  rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
        -webkit-background-clip: text;
        color: transparent;
        position: relative;
        white-space: nowrap;
    }
    .mainVisualTxt > h2 span b::before {
        content: '';
        display: block;
        width: calc(100% + 40px);
        height: 130%;
        padding: 0;
        margin: 0;
        background-color: none;
        background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, rgba(255,255,255,0.4)), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.4)),color-stop(.75, rgba(255,255,255,0.4)), color-stop(.75, transparent),to(transparent));
        -webkit-background-size: 7px 7px;
        position: absolute;
        bottom: -13px;
        right: -25px;
        transform:skewX(-15deg);
        z-index: -1;
    }
    .mainVisualImg {
        width: 150px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 77%;
        left: 10%;
        z-index: 100;
    }
    .mainVisualImg img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
}

/*スクロール*/
.visual_scroll {
    width: 50px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 0 110px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 105;
}
.visual_scroll span {
    color: #fff;
    writing-mode: vertical-lr;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.02em;
}
.visual_scroll::before {
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    width: 1px;
    height: 100px;
    background: rgba(255,255,255,0.2);
}
.visual_scroll::after {
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    width: 1px;
    height: 100px;
    background: #fff;
}
.visual_scroll::after {
    animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
    0% {
        opacity: 1;
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    30% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    30.1%, 70% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        opacity: 0;
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*スクロール*/
    .visual_scroll {
        width: 50px;
        text-align: center;
        display: inline-block;
        position: absolute;
        left: auto;
        left: 0;
        bottom: 0;
        z-index: 2;
        padding: 0 0 60px;
        overflow: hidden;
        color: #fff;
        font-size: 14px;
        font-family: 'Barlow','Noto Sans JP',sans-serif;
        font-weight: 500;
        line-height: 1;
        letter-spacing: .2em;
        text-transform: uppercase;
        text-decoration: none;
        z-index: 105;
    }
    .visual_scroll::before {
        width: 100%;
        content: '';
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        width: 1px;
        height: 50px;
        background: rgba(255,255,255,0.2);
    }
    .visual_scroll::after {
        width: 100%;
        content: '';
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        width: 1px;
        height: 50px;
        background: #fff;
    }
}

/************************************************************/
/*　フッター
/************************************************************/

/*会社概要*/
#fotCompany {
    width: 100%;
    padding: 50px 0 25px;
    margin: 0 auto;
    background: #fff;
}
#fotCompany > h2 {
    padding: 0;
    margin: 0 auto 20px;
    text-align: center;
    border: none;
    background: none;
}
#fotCompany > h2 > img {
    max-width: 150px;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}
#fotCompany > strong {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 auto 10px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #141414;
}
#fotCompany > small {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0 auto 10px;
	font-size: 11px;
	line-height: 1;
	font-weight: 400;
	color: #141414;
}
#fotCompany > p {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
#fotCompany > .f_alpha {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 auto;
}

/*お問い合わせ*/
#fotContact {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    background: linear-gradient( to right,  rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#fotContact::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-image: url('https://tsutsumi-densetsu.com/img/lightBg01.png'), url('https://tsutsumi-densetsu.com/img/lightBg02.png');
    background-repeat: no-repeat, no-repeat;
    background-size: 50%, 50%;
    background-position: right -50% center, left -50% center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.fotContactLeft {
    width: 25%;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}
.fotContactCenter {
    width: 30%;
    padding: 0;
    margin: 0 50px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}
.fotContactRight {
    width: 25%;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 5;
}
/*タイトル*/
#fotContact > .fotContactLeft h3 {
    color: #fff;
    font-size: 60px;
    font-family: 'Barlow',sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
}
#fotContact > .fotContactLeft h3 > span {
    display: block;
    padding: 0;
    margin: 5px 0 0;
    font-size: 25px;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
}
/*電話番号*/
#fotContact > .fotContactCenter tel {
    width: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
    font-size: 25px;
    line-height: 1;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
}
#fotContact > .fotContactCenter tel a {
    display: inline-block;
    font-size: 50px;
    line-height: 1;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 500;
    font-style: normal;
    margin: 0;
    white-space: nowrap;
}
#fotContact > .fotContactCenter tel > span {
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0 0;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 400;
}
/*ボタン*/
#fotContact > .fotContactRight span {
    padding: 20px 40px;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 3px;
    font-weight: 500;
    background: #fff;
    transition: 0.2s;
    position: relative;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
    overflow: hidden;
    cursor: pointer;
    transition: 0.5s;
}
#fotContact > .fotContactRight span a {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: linear-gradient( to right,  rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
    -webkit-background-clip: text;
    color: transparent;
    transition: 0.5s;
}
#fotContact > .fotContactRight span:hover {
    opacity: 0.8;
    transform: translateY(3px);
    transition: 0.5s;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*お問い合わせ*/
    #fotContact {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: stretch;
        align-items: stretch;
        flex-wrap: wrap;
        background: linear-gradient( to right,  rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
        width: 100%;
        padding: 40px 0;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }
    #fotContact::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background-image: url('https://tsutsumi-densetsu.com/img/lightBg01.png'), url('https://tsutsumi-densetsu.com/img/lightBg02.png');
        background-repeat: no-repeat, no-repeat;
        background-size: 50%, 50%;
        background-position: right -50% center, left -50% center;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.5;
    }
    .fotContactLeft {
        width: 90%;
        padding: 0;
        margin: 0 auto 20px;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 5;
    }
    .fotContactCenter {
        width: 90%;
        padding: 0;
        margin: 0 auto 20px;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 5;
    }
    .fotContactRight {
        width: 90%;
        padding: 0;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 5;
    }
    /*タイトル*/
    #fotContact > .fotContactLeft h3 {
        color: #fff;
        font-size: 30px;
        font-family: 'Barlow',sans-serif;
        font-weight: 600;
		font-style: normal;
        line-height: 1;
        text-align: center;
    }
    #fotContact > .fotContactLeft h3 > span {
        display: block;
        padding: 0;
        margin: 5px 0 0;
        font-size: 15px;
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: 500;
        font-style: normal;
        color: #fff;
    }
    /*電話番号*/
    #fotContact > .fotContactCenter tel {
        width: 100%;
        padding: 0;
        margin: 0;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: flex-end;
        align-items: flex-end;
        flex-wrap: wrap;
        font-size: 20px;
        line-height: 1;
        font-family: 'Barlow','Noto Sans JP',sans-serif;
        font-weight: 600;
        font-style: normal;
        color: #fff;
    }
    #fotContact > .fotContactCenter tel a {
        display: inline-block;
        font-size: 30px;
        line-height: 1;
        font-family: 'Barlow','Noto Sans JP',sans-serif;
        font-weight: 500;
        font-style: normal;
        margin: 0;
        white-space: nowrap;
    }
    #fotContact > .fotContactCenter tel > span {
        display: block;
        width: 100%;
        padding: 0;
        margin: 10px 0 0;
        text-align: center;
        font-size: 12px;
        line-height: 1;
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: 400;
    }
    /*ボタン*/
    #fotContact > .fotContactRight span {
        padding: 10px 20px;
        margin: 0;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        border-radius: 3px;
        font-weight: 500;
        background: #fff;
        transition: 0.2s;
        position: relative;
        box-shadow: 0 2px 2px rgba(0,0,0,0.1);
        overflow: hidden;
        cursor: pointer;
        transition: 0.5s;
    }
    #fotContact > .fotContactRight span a {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: linear-gradient( to right,  rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
        -webkit-background-clip: text;
        color: #264b9f;
        transition: 0.5s;
    }
    #fotContact > .fotContactRight span:hover {
        opacity: 0.8;
        transform: translateY(3px);
        transition: 0.5s;
    }
}


.bottomFooter__copyright {
    padding: 10px 0;
    margin: 0;
    background: rgba(0,0,0,0.08);
    color: #141414;
    font-size: 10px;
}

/************************************************************/
/*　アーカイブ　リスト
/************************************************************/

/*一覧*/
#all_wrap .archive_list {
    width: 100%;
    max-width: 1200px;
    padding: 100px 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}
#all_wrap .archive_list::before,
#all_wrap .archive_list::after {
    content: '';
    display: block;
    width: 23%;
}
#all_wrap .archive_list::before {
    order: 1;
}
#all_wrap .archive_list > div {
    width: 23%;
    padding: 0;
    margin: 0 0 50px;
    position: relative;
}
/*画像*/
#all_wrap .archive_list > div figure {
    width: 100%;
    padding: 0;
    margin: 0 auto 10px;
}
#all_wrap .archive_list > div figure a {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #fff;
}
#all_wrap .archive_list > div figure a:before {
    content: "";
    display: block;
    padding-top: 75%;
}
#all_wrap .archive_list > div figure a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#all_wrap .archive_list > div h3 {
    color: #141414;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    line-height: 1.4em;
    padding: 5px 0 0;
    margin: 0 auto 10px;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*一覧*/
    #all_wrap .archive_list {
        width: 90%;
        max-width: 90%;
        padding: 50px 0;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        list-style: none;
    }
    #all_wrap .archive_list::before,
    #all_wrap .archive_list::after {
        display: none;
    }
    #all_wrap .archive_list::before {
        order: 1;
    }
    #all_wrap .archive_list > div {
        width: 100%;
        padding: 0;
        margin: 0 0 40px;
        position: relative;
    }
    /*画像*/
    #all_wrap .archive_list > div figure {
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
    }
    #all_wrap .archive_list > div figure a {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        overflow: hidden;
        background: #fff;
    }
    #all_wrap .archive_list > div figure a:before {
        content: "";
        display: block;
        padding-top: 75%;
    }
    #all_wrap .archive_list > div figure a img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: 0.5s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    #all_wrap .archive_list > div h3 {
        color: #141414;
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 15px;
        line-height: 1.4em;
        padding: 5px 0 0;
        margin: 0 auto 10px;
    }
}

.archive {
    width: 80%;
    padding: 0;
    margin: 0 auto;
}
.widgetArchive {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
}
.widgetArchive2 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
}
#all_wrap .l-sidebar .widget-side .heading.heading-widget {
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    background: linear-gradient( to right,  rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
    border-radius: 0;
}
.widgetArchive li {
    width: 30%;
    padding: 0;
    margin: 0;
}
.widgetArchive2 li a {
    font-size: 12px;
    line-height: 1.4;
}
#all_wrap .widgetArchive__item.widgetArchive__item-rank:before {
    counter-increment: rank;
	content: counter(rank);
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
}
#all_wrap .widgetArchive__item.widgetArchive__item-rank {
    width: 100%;
    margin: 0;
    padding: 15px 0 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    transition: 0.5s;
}
#all_wrap .widgetArchive__item.widgetArchive__item-rank .eyecatch {
    width: 35%;
}
#all_wrap .widgetArchive__item.widgetArchive__item-rank h3 {
    font-weight: 400;
    font-size: 1em;
    padding: 0;
    margin: 0 auto 5px;
}
#all_wrap .widgetArchive__item.widgetArchive__item-rank:hover {
    opacity: 0.8;
    transition: 0.5s;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .archive {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
}

/************************************************************/
/*　リスト
/************************************************************/
#all_wrap .l-wrapper .pageContents .content ul,
#all_wrap .l-wrapper .postContents .content ul {
    list-style: none;
    padding: 0;
    margin: 0 auto 10px;
}
#all_wrap .l-wrapper .pageContents .content ul li,
#all_wrap .l-wrapper .postContents .content ul li {
    padding: 0 0 0 20px;
    margin: 0 0 10px;
    list-style: none;
    border: none;
    background: none;
    position: relative;
}
#all_wrap .l-wrapper .pageContents .content ul li:last-child,
#all_wrap .l-wrapper .postContents .content ul li:last-child {
    margin-bottom: 0;
}
#all_wrap .l-wrapper .pageContents .content ul li::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #c8c8c8;
    margin: 0;
}


/************************************************************/
/*　お問い合わせ&テーブル
/************************************************************/
/*テーブル*/
.content table th {
	background: #264b9f !important;
}
.content table tr:nth-child(odd) td {
	background: #fafafa !important;
}

.contactPageTxt {
	text-align: center;
}

/*お問い合わせフォーム*/
#all_wrap table.table-contactform7 {
	border: none;
	background: none;
	padding: 0;
	margin: 0 auto 50px;
	width: 100%;
	max-width: 1000px;
	border-top: 1px solid rgba(0,0,0,0.1);
}
#all_wrap table.table-contactform7 tr {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
}
#all_wrap table.table-contactform7 th {
	border: none !important;
	background: none !important;
	padding: 30px 0;
	margin: 0;
	color: #393939;
	font-size: 15px;
	line-height: 1.4em;
	font-style: normal;
	font-feature-settings: "palt";
	width: 30%;
	font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-feature-settings: "palt";
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}
#all_wrap table.table-contactform7 td {
	width: 70%;
	border: none !important;
	background: none !important;
	padding: 30px 0 30px 50px;
	margin: 0;
	color: #393939;
	font-size: 15px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}
#all_wrap table.table-contactform7 td small {
	display: block;
	width: 100%;
	padding: 0;
	margin: 5px auto 0;
	text-align: left;
	font-size: 0.7em;
	color: #555;
}
#all_wrap table.table-contactform7 th .att {
	display: inline-block;
	padding: 5px 10px;
	margin: 0;
	background: #264b9f;
	border-radius: 0;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
}
#all_wrap table.table-contactform7 .cf7-harf {
	border-right: 1px solid #fff;
}
#all_wrap table.table-contactform7 input {
	border-radius: 0;
	border: 1px solid #c8c8c8;
	box-shadow: none;
	font-size: 1em;
	padding: 15px;
}
#all_wrap table.table-contactform7 td.add span:first-of-type input {
	margin: 0 0 10px;
}
#all_wrap table.table-contactform7 input.wpcf7-text {
	width: 100%;
	padding: 20px;
	margin: 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
	font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-feature-settings: "palt";
	font-size: 0.8em;
	line-height: 1;
	background: #fafafa;
	outline: none;
}
#all_wrap table.table-contactform7 input.wpcf7-date {
	padding: 9px;
	margin: 0;
	margin-right: 10px;
	font-size: 0.8em;
	background: #fafafa;
	outline: none;
}
#all_wrap table.table-contactform7 select.wpcf7-form-control.wpcf7-select {
	width: 150px;
	height: 40px;
	line-height: 40px;
	padding: 10px;
	margin: 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
	font-size: 0.8em;
	background: #fafafa;
	outline: none;
}
#all_wrap table.table-contactform7 input.your-naiyou {
	display: inline;
	width: auto;
}
#all_wrap table.table-contactform7 label {
	font-size: 0.8em;
	line-height: 1.2em;
}
#all_wrap table.table-contactform7 .required-contactform7 {
	background: #264b9f;
	padding: 5px 10px;
	margin: 0 0 0 10px;
	border-radius: 0;
	display: inline-block;
	color: #fff;
	font-size: 10px;
	border-radius: 0;
	line-height: 1;
}
#all_wrap table.table-contactform7 .wpcf7-list-item {
	padding: 15px;
	margin: 0 10px 10px 0;
	border: none;
	vertical-align: middle;
	line-height: 1;
	font-weight: 500;
	background: #fafafa;
	outline: none;
}
#all_wrap table.table-contactform7 .wpcf7-list-item input[type='radio'] {
	top: 2px;
	position: relative;
	outline: none;
}
#all_wrap table.table-contactform7 .wpcf7-list-item input[type='checkbox'] {
	top: 2px;
	position: relative;
	width: 14px;
	height: 14px;
	padding: 0;
	outline: none;
}
#all_wrap table.table-contactform7 textarea {
	width: 100%;
	padding: 15px;
	margin: 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
	font-size: 0.8em;
	line-height: 1;
	background: #fafafa;
	outline: none;
}
#all_wrap .txt_cent {
	text-align: center;
}
#all_wrap .txt_cent input[type="submit"] {
	-webkit-appearance: none;
}
#all_wrap .txt_cent input {
	padding: 20px 100px;
	margin: 0 auto;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	background: #1e2d3b;
	border-radius: 40px;
	border: none;
	color: #fff;
	cursor: pointer;
	transition: 0.5s;
}
#all_wrap .txt_cent input:hover {
	transition: 0.5s;
	opacity: 0.8;
}

#all_wrap .wpcf7 .ajax-loader {
	display: none;
}

.privacy_txt {
	text-align: center;
	padding: 0;
	margin: 0 auto 40px;
}

#all_wrap #confirm {
	width: 100%;
	max-width: 1000px;
	padding: 50px 0;
	margin: 0 auto;
}
#all_wrap #confirm h3 {
	text-align: center;
	width: 100%;
	margin: 0 auto 10px;
}
#all_wrap #confirm .confirm_box {
	padding: 20px 30px;
	margin: 0;
	background: #fafafa;
	border-radius: 10px;
	border: 1px solid #f5f5f5;
}
#all_wrap #confirm input[type=checkbox] {
	transform: scale(1.5);
	margin-right: 10px;
}
#all_wrap.txt_cent input[type="submit"]:disabled {
	background: #c8c8c8;
}

.wpcf7-spinner {
	display: none;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	/*テーブル*/
	.content table tr {
		display: flex;
		flex-wrap: wrap;
	}
	.content table th {
		background: #264b9f !important;
		white-space: nowrap;
		font-size: 15px;
		display: block;
		width: 100% !important;
		border: 1px solid #264b9f !important;
	}
	.content table tr td {
		display: block;
		width: 100%;
	}
	.content table tr:nth-child(odd) td {
		background: #fafafa !important;
	}
	
	/*お問い合わせフォーム*/
	#all_wrap table.table-contactform7 {
		border: none;
		background: none;
		padding: 0;
		margin: 0 auto 10px;
		width: calc(100% - 60px);
		max-width: 100%;
		border: none;
		box-shadow: none;
	}
	#all_wrap table.table-contactform7 tr {
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		border: none;
		background: none;
		padding: 0;
		margin: 0;
	}
	#all_wrap table.table-contactform7 th {
		border: none;
		background: none;
		padding: 10px 0 0;
		margin: 0;
		color: #393939;
		font-size: 15px;
		line-height: 1.4em;
		font-style: normal;
		font-feature-settings: "palt";
		width: 100%;
		font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		font-weight: 600;
		font-style: normal;
		font-feature-settings: "palt";
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
		position: relative;
		border-bottom: none;
		box-shadow: none;
	}
	#all_wrap table.table-contactform7 td {
		width: 100%;
		border: none;
		background: none;
		padding: 10px 0;
		margin: 0;
		color: #393939;
		font-size: 14px;
		border-bottom: none;
		box-shadow: none;
	}
	#all_wrap table.table-contactform7 td small {
		display: block;
		width: 100%;
		padding: 0;
		margin: 5px auto 0;
		text-align: left;
		font-size: 0.7em;
		color: #555;
	}
	#all_wrap table.table-contactform7 th .att {
		display: inline-block;
		padding: 5px 10px;
		margin: 0;
		background: #264b9f;
		border-radius: 0;
		font-size: 12px;
		line-height: 1;
		color: #fff;
		white-space: nowrap;
	}
	#all_wrap table.table-contactform7 .cf7-harf {
		border-right: 1px solid #fff;
	}
	#all_wrap table.table-contactform7 input {
		border-radius: 0;
		border: 1px solid #c8c8c8;
		box-shadow: none;
		font-size: 1em;
		padding: 15px;
	}
	#all_wrap table.table-contactform7 td.add span:first-of-type input {
		margin: 0 0 10px;
	}
	#all_wrap table.table-contactform7 input.wpcf7-text {
		width: 100%;
		padding: 20px;
		margin: 0;
		border-radius: 0;
		border: none;
		box-shadow: none;
		font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		font-weight: 400;
		font-style: normal;
		font-feature-settings: "palt";
		font-size: 0.8em;
		line-height: 1;
		background: #fafafa;
		outline: none;
	}
	#all_wrap table.table-contactform7 input.wpcf7-date {
		padding: 9px;
		margin: 0;
		margin-right: 10px;
		font-size: 0.8em;
		background: #fafafa;
		outline: none;
	}
	#all_wrap table.table-contactform7 select.wpcf7-form-control.wpcf7-select {
		width: 150px;
		height: 40px;
		line-height: 40px;
		padding: 10px;
		margin: 0;
		border-radius: 0;
		border: none;
		box-shadow: none;
		font-size: 0.8em;
		background: #fafafa;
		outline: none;
	}
	#all_wrap table.table-contactform7 input.your-naiyou {
		display: inline;
		width: auto;
	}
	#all_wrap table.table-contactform7 label {
		font-size: 0.8em;
		line-height: 1.2em;
	}
	#all_wrap table.table-contactform7 .required-contactform7 {
		background: #264b9f;
		padding: 5px 10px;
		margin: 0 0 0 10px;
		border-radius: 0;
		display: inline-block;
		color: #fff;
		font-size: 10px;
		border-radius: 0;
		line-height: 1;
	}
	#all_wrap table.table-contactform7 .wpcf7-list-item {
		padding: 10px;
		margin: 0 10px 10px 0;
		border: none;
		vertical-align: middle;
		line-height: 1;
		font-weight: 500;
		background: #fafafa;
		outline: none;
	}
	#all_wrap table.table-contactform7 .wpcf7-list-item input[type='radio'] {
		top: 2px;
		position: relative;
		outline: none;
	}
	#all_wrap table.table-contactform7 .wpcf7-list-item input[type='checkbox'] {
		top: 2px;
		position: relative;
		width: 14px;
		height: 14px;
		padding: 0;
		outline: none;
	}
	#all_wrap table.table-contactform7 textarea {
		width: 100%;
		padding: 15px;
		margin: 0;
		border-radius: 0;
		border: none;
		box-shadow: none;
		font-size: 0.8em;
		line-height: 1;
		background: #fafafa;
		outline: none;
	}
	#all_wrap .txt_cent {
		text-align: center;
	}
	#all_wrap .txt_cent input[type="submit"] {
		-webkit-appearance: none;
	}
	#all_wrap .txt_cent input {
		width: calc(100% - 60px);
		padding: 15px 50px;
		margin: 0 auto;
		display: block;
		font-size: 15px;
		font-weight: 600;
		background: #1e2d3b;
		border: none;
		color: #fff;
		cursor: pointer;
		transition: 0.5s;
	}
	#all_wrap .txt_cent input:hover {
		transition: 0.5s;
		opacity: 0.8;
	}

	#all_wrap .wpcf7 .ajax-loader {
		display: none;
	}

	.privacy_txt {
		text-align: center;
		padding: 0;
		margin: 0 auto 40px;
	}

	#all_wrap #confirm {
		width: 100%;
		max-width: 1000px;
		padding: 50px 0;
		margin: 0 auto;
	}
	#all_wrap #confirm h3 {
		text-align: center;
		width: 100%;
		margin: 0 auto 10px;
	}
	#all_wrap #confirm .confirm_box {
		padding: 20px 30px;
		margin: 0;
		background: #fafafa;
		border-radius: 10px;
		border: 1px solid #f5f5f5;
	}
	#all_wrap #confirm input[type=checkbox] {
		transform: scale(1.5);
		margin-right: 10px;
	}
	#all_wrap.txt_cent input[type="submit"]:disabled {
		background: #c8c8c8;
	}

	.wpcf7-spinner {
		display: none;
	}
}

/*表削除*/
#all_wrap .pageContents .content .tablenone,
#all_wrap .postContents .content .tablenone {
	padding: 0;
	margin: 0;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-radius: none;
	background: none;
	color: #393939;
}
#all_wrap .pageContents .content .tablenone tbody,
#all_wrap .pageContents .content .tablenone th,
#all_wrap .pageContents .content .tablenone td,
#all_wrap .pageContents .content .tablenone tr,
#all_wrap .pageContents .content .tablenone tr:nth-child(odd) td,
#all_wrap .pageContents .content .tablenone tr:nth-child(even) td {
	padding: 0;
	margin: 0;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-radius: none;
	background: none;
	color: #393939;
}
#all_wrap .postContents .content .tablenone tbody,
#all_wrap .postContents .content .tablenone th,
#all_wrap .postContents .content .tablenone td,
#all_wrap .postContents .content .tablenone tr,
#all_wrap .postContents .content .tablenone tr:nth-child(odd) td,
#all_wrap .postContents .content .tablenone tr:nth-child(even) td {
	padding: 0;
	margin: 0;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-radius: none;
	background: none;
	color: #393939;
}


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){

}


/************************************************************/
/*　お問い合わせ&テーブル 施工事例
/************************************************************/

/*表*/
#all_wrap .l-wrapper-single .pageContents table,
#all_wrap .l-wrapper-single .postContents table{
    overflow: hidden;
    table-layout: fixed;
    border: none;
    background: #fff;
    padding: 50px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
#all_wrap .l-wrapper-single .pageContents table tbody tr:nth-of-type(odd),
#all_wrap .l-wrapper-single .pageContents table tbody tr,
#all_wrap .l-wrapper-single .content table tr:nth-child(odd) td,
#all_wrap .l-wrapper-single .postContents table tbody tr:nth-of-type(odd),
#all_wrap .l-wrapper-single .postContents table tbody tr {
    background: #ffffff;
}
#all_wrap .l-wrapper-single .pageContents table th,
#all_wrap .l-wrapper-single .postContents table th {
    font-style: normal;
    font-feature-settings: "palt";
    border: none;
    border-bottom: none;
    vertical-align: inherit;
    background: #fff;
    color: #141414;
    padding: 20px;
    margin: 0;
    border-bottom: 1px dashed rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
    width: 20%;
    font-size: 16px;
}
#all_wrap .l-wrapper-single .pageContents table td,
#all_wrap .l-wrapper-single .postContents table td {
    border: none;
    background: #fff;
    vertical-align: inherit;
    border-bottom: none;
    padding: 20px;
    margin: 0;
    border-bottom: 1px dashed rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
    font-size: 16px;
}


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*表*/
    #all_wrap .l-wrapper-single .pageContents table,
    #all_wrap .l-wrapper-single .postContents table{
        overflow: hidden;
        table-layout: fixed;
        border: none;
        background: #fff;
        padding: 0;
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
    }
    #all_wrap .l-wrapper-single .pageContents table tbody tr:nth-of-type(odd),
    #all_wrap .l-wrapper-single .pageContents table tbody tr,
    #all_wrap .l-wrapper-single .content table tr:nth-child(odd) td,
    #all_wrap .l-wrapper-single .postContents table tbody tr:nth-of-type(odd),
    #all_wrap .l-wrapper-single .postContents table tbody tr {
        background: #ffffff;
    }
    #all_wrap .l-wrapper-single .pageContents table th,
    #all_wrap .l-wrapper-single .postContents table th {
        font-style: normal;
        font-feature-settings: "palt";
        border: none;
        border-bottom: none;
        vertical-align: inherit;
        background: #fafafa;
        color: #141414;
        padding: 10px;
        margin: 0;
        border-bottom: 1px dashed rgba(0,0,0,0.2);
        box-shadow: 0 1px 0 rgba(255,255,255,1);
        width: 100%;
        min-width: 100%;
        font-size: 14px;
        display: block;
    }
    #all_wrap .l-wrapper-single .pageContents table td,
    #all_wrap .l-wrapper-single .postContents table td {
        border: none;
        background: #fff;
        vertical-align: inherit;
        border-bottom: none;
        padding: 20px 10px;
        margin: 0;
        border-bottom: 1px dashed rgba(0,0,0,0.2);
        box-shadow: 0 1px 0 rgba(255,255,255,1);
        font-size: 14px;
        width: 100%;
        min-width: 100%;
        display: block;
    }
}



/************************************************************/
/*　Google Map
/************************************************************/
.google-maps {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.access_info p {
    font-size: 1.1em;
    line-height: 2em;
    margin-bottom: 20px;
    text-align: center;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .access_info p {
        width: 90%;
        padding: 0;
        margin: 0 auto;
        font-size: 1.1em;
        line-height: 2em;
        margin-bottom: 20px;
        text-align: center;
    }
    .top_gmap iframe {
        height: 200px;
    }
}



/************************************************************/
/*　全体
/************************************************************/

.top_wrapper {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .top_wrapper {
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }
}


/************************************************************/
/*　サイトマップ
/************************************************************/
.l-wrapper-full .sitemap ul {
    width: 100%;
    max-width: 1000px;
    padding: 100px 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}
.l-wrapper-full .sitemap ul li.page_item {
    width: 100%;
    padding: 0;
    margin: 0;
    background: none;
    list-style: none;
}
.l-wrapper-full .sitemap ul li.page_item:nth-child(2n){
    background: none;
}
.l-wrapper-full .sitemap ul li.page_item:hover {
    background: none;
}
.l-wrapper-full .sitemap ul li.page_item:before,
.l-wrapper-full .sitemap ul li.page_item:after {
    display: none;
}
.l-wrapper-full .sitemap ul li.page_item a {
    display: block;
    padding: 20px 20px 20px 20px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    transition: 0.5s;
    color: #000;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.l-wrapper-full .sitemap ul li.page_item a:hover {
    transition: 0.5s;
    color: #000;
}
.l-wrapper-full .sitemap ul li.page_item a::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    transition: ease 0.2s;
}
.l-wrapper-full .sitemap ul li.page_item a::after {
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    opacity: 0;
    overflow: hidden;
}
.l-wrapper-full .sitemap ul li.page_item a:hover::after {
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    opacity: 1;
    transition: 0.2s cubic-bezier(0.55, 0.05, 0.22, 0.99);
    transform-origin: left;
}
.l-wrapper-full .sitemap ul li.page_item:hover a::before {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    right: 15px;
}
.l-wrapper-full .sitemap ul li ul.children {
    width: 100%;
    padding: 5px 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}
.l-wrapper-full .sitemap ul li.page_item ul.children li {
    width: 100%;
    padding: 0 0 0 20px;
    margin: 0;
    margin-bottom: 0;
    background: none;
    border-bottom: none;
    list-style: none;
}
.l-wrapper-full .sitemap ul li.page_item ul.children li a {
    display: block;
    padding: 10px 0;
    margin: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    transition: 0.5s;
}
.l-wrapper-full .sitemap ul li.page_item ul.children li a:hover {
    background: none;
    transition: 0.5s;
    color: #000;
}
.l-wrapper-full .sitemap ul li.page_item ul.children li a::before {
    content: '-';
    display: inline-block;
    position: static;
    padding: 0;
    margin: 0 10px 0 0;
    border: none;
    transform: rotate(0deg);
}


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .l-wrapper-full .sitemap ul {
        width: 90%;
        max-width: 90%;
        padding: 0;
        margin: 0 auto 50px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        list-style: none;
    }
    .sitemap {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .sitemap ul {
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }
    .sitemap ul li {
        width:100%;
    }
    .l-wrapper-full .sitemap ul li.page_item a {
        font-size: 14px;
    }
}

/*スマホ改行
------------------------------------------------------------*/
	
@media screen and (min-width: 768px){   
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 768px){   
  .br-pc { display:none; }
  .br-sp { display:block; }
}


/************************************************************/
/*　本文ギャラリー
/************************************************************/
#all_wrap .content .gallery {
    width: 80%;
    padding: 0;
    margin: 0 auto 100px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#all_wrap .content .gallery dl {
    width: 31%;
    padding: 0;
    margin: 0 0 30px;
}
#all_wrap .content .gallery dt {
    padding: 5px 0;
    margin: 0;
    text-align: center;
}
#all_wrap .content .gallery dd {
    padding: 0;
    margin: 0;
    text-align: center;
}
#all_wrap .content .gallery dl img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .content .gallery {
        width: 100%;
        padding: 0;
        margin: 0 auto 50px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #all_wrap .content .gallery dl {
        width: 48%;
        padding: 0;
        margin: 0 0 20px;
    }
    #all_wrap .content .gallery dt {
        padding: 5px 0;
        margin: 0;
        text-align: center;
    }
    #all_wrap .content .gallery dd {
        padding: 0;
        margin: 0;
        text-align: center;
    }
    #all_wrap .content .gallery dl img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
}

/************************************************************/
/*　Youtube
/************************************************************/
#all_wrap .l-wrapper .youtubeBox {
    width:860px;              /*横幅いっぱいにwidthを指定*/
    padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
    height:0px;              /*高さはpaddingで指定するためheightは0に*/
    position: relative;
    margin: 0 auto;
}
#all_wrap .l-wrapper .youtubeBox > iframe {
    position: static;
    top: auto;
    left: auto;
    width: 860px;
    height: 500px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .l-wrapper .youtubeBox {
        width:100%;              /*横幅いっぱいにwidthを指定*/
        padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
        height:0px;              /*高さはpaddingで指定するためheightは0に*/
        position: relative;
    }
    #all_wrap .l-wrapper .youtubeBox > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/************************************************************/
/*　記事詳細
/************************************************************/

/*タグリスト*/
.l-wrapper .tag_btn {
    width: 100%;
    padding-top: 30px;
    margin: 0 auto;
}
.l-wrapper-full .tag_btn {
    width: 80%;
    padding-top: 30px;
    margin: 0 auto;
}
.tag_btn a {
    display: inline-block;
    padding: 0;
    margin: 0 10px 10px 0;
    background: none;
    text-align: center;
    color: #000;
    text-decoration: none;
    transition: 0.5s;
}
.tag_btn a::before {
    content: '#';
    display: inline-block;
}
.tag_btn a:hover {
    opacity: 0.8;
    transition: 0.5s;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*タグリスト*/
    .l-wrapper .tag_btn {
        width: 100%;
        padding-top: 30px;
        margin: 0 auto;
    }
    .l-wrapper-full .tag_btn {
        width: 90%;
        padding-top: 30px;
        margin: 0 auto;
    }
}


/*関連記事*/
#all_wrap .related__list {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
#all_wrap .related__list li.related__item {
    width: 49%;
    border: 1px solid rgba(0,0,0,.1);
    padding: 20px;
    margin: 0 0 20px;
}
#all_wrap .related__list li.related__item .eyecatch {
    margin: 0;
}
#all_wrap .related__list li.related__item .dateList {
    margin: 0 auto 10px;
}
#all_wrap .related__list li.related__item h3.heading-secondary {
    font-size: 1em;
}
#all_wrap .related__list li.related__item h3.heading-secondary a {
    transition: 0.5s;
}
#all_wrap .related__list li.related__item h3.heading-secondary a:hover {
    transition: 0.5s;
    color: #165e83;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .related__list li.related__item {
        width: 100%;
        border: 1px solid rgba(0,0,0,.1);
        padding: 20px;
        margin: 0 0 10px;
    }
}

/************************************************************/
/*　ブログ　詳細＆サイドバー 
/************************************************************/
#all_wrap #single_title {
    width: 100%;
    padding: 0 0 15px;
    margin: 0 auto 20px;
    font-size: 30px;
    line-height: 1.2em;
    color: #000;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 1.2em;
    border-bottom: 1px solid #000;
}
#single_date {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 auto 10px;
    color: #fff;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    background: #264b9f;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap #single_title {
        width: 100%;
        padding: 0 0 15px;
        margin: 0 auto 20px;
        line-height: 1.2em;
        color: #000;
        font-family: 'Barlow','Noto Sans JP',sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 20px;
        line-height: 1.2em;
        border-bottom: 1px solid #000;
    }
    #single_date {
        display: inline-block;
        padding: 5px 10px;
        margin: 0 auto 10px;
        color: #fff;
        font-family: 'Barlow','Noto Sans JP',sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        background: #264b9f;
    }
}

#all_wrap .sid_title {
    width: 100%;
    padding: 0 0 0 13px;
    margin: 0 auto 20px;
    border-left: 2px solid #ff7b25;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #000;
}
#all_wrap .sid_title span {
    display: block;
    padding: 0;
    margin: 0 auto 5px;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #ff7b25;
}
.blog_sid {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto 100px;
}
.blog_sid li {
    width: 100%;
    padding: 0 0 10px;
    margin: 0 auto 10px;
    border-bottom: 1px dotted rgba(0,0,0,0.3);
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.blog_sid li figure {
    width: 30%;
    padding: 0;
    margin: 0;
}
.blog_sid li figure a {
    display: block;
    padding: 0;
    margin: 0s;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.blog_sid li figure a:before {
    content:"";
    display: block;
    padding: 50%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.blog_sid li figure a img {
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
.blog_sid li .blog_info {
    width: 65%;
    padding: 0;
    margin: 0;
}
.blog_sid li .blog_info .date {
    color: #c8c8c8;
    font-style: italic;
    display: block;
    padding: 0;
    margin: 0 auto 10px;
    font-size: 10px;
}
#all_wrap .blog_sid li h3 {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 12px;
    line-height: 1.2em;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 500;
    border: none;
}
#all_wrap .blog_sid li h3 a {
    transition: ease 0.2s;
    color: #000;
    font-size: 12px;
    line-height: 1.2em;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 500;
}
#all_wrap .blog_sid li h3 a:hover {
    color: #000;
    font-size: 12px;
    line-height: 1.2em;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 500;
    transition: ease 0.2s;
    opacity: 0.8;
}

/*前後の記事*/
#all_wrap .prevNext__pop {
    background-color: #aa8a46;
}
#all_wrap .eyecatch {
    background: #000;
}

/*プロフィール*/
#all_wrap .profile {
    border: none;
    margin-top: 0;
    padding: 20px;
    background: #000;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
#all_wrap .profile__text {
    background: none;
    font-size: 16px;
    padding: 0 0 0 13px;
    margin-bottom: 15px;
    margin-top: 40px;
    border-left: 2px solid #d3c8a8;
    font-style: italic;
    text-align: left;
    color: #d3c8a8;
}
#all_wrap .profile__contents {
    width: 80%;
    padding: 0;
    margin: 0;
}
#all_wrap .profile__name {
    color: #d3c8a8;
    font-size: 19px;
    line-height: 1.4em;
    font-style: italic;
    padding: 0 0 10px;
    margin: 0 auto 10px;
    border-bottom: 1px solid #d3c8a8;
}
#all_wrap .profile__author {
    width: 15%;
    text-align: left;
    padding: 0;
    margin: 0 20px 0 0;
}
#all_wrap .profile__author img {
    width: 100%;
    height: auto;
    margin: 0;
}
#all_wrap .profile__list {
    display: none;
}
#all_wrap .profile__description {
    padding: 0;
    margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*プロフィール*/
    #all_wrap .profile {
        border: none;
        margin-top: 0;
        padding: 20px;
        background: #000;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    #all_wrap .profile__text {
        background: none;
        font-size: 16px;
        padding: 0 0 0 13px;
        margin-bottom: 15px;
        margin-top: 40px;
        border-left: 2px solid #d3c8a8;
        font-style: italic;
        text-align: left;
        color: #d3c8a8;
    }
    #all_wrap .profile__contents {
        width: 80%;
        padding: 0;
        margin: 0;
    }
    #all_wrap .profile__name {
        color: #d3c8a8;
        font-size: 19px;
        line-height: 1.4em;
        font-style: italic;
        padding: 0 0 10px;
        margin: 0 auto 10px;
        border-bottom: 1px solid #d3c8a8;
    }
    #all_wrap .profile__author {
        width: 15%;
        text-align: left;
        padding: 0;
        margin: 0 0 0 0;
    }
    #all_wrap .profile__author img {
        width: 100%;
        height: auto;
        margin: 0;
    }
    #all_wrap .profile__list {
        display: none;
    }
    #all_wrap .profile__description {
        padding: 0;
        margin: 0;
    }
}


/************************************************************/
/*　ページ形成
/************************************************************/

/*ページ*/
#newsPage {
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
    position: relative;
}

/*幅1100*/
.w1100 {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}
.box1000 {
    width: 100%;
    max-width: 1000px;
    padding: 50px;
    margin: 0 auto 80px;
    background: #fff;
}
#all_wrap .box1100 p {
    padding: 0;
    margin: 0 auto 20px;
}

#all_wrap .box-l,
#all_wrap .box-r {
    width: 100%;
    padding: 0;
    margin: 0 auto 70px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
}
#all_wrap .box-l figure {
    width: 30%;
    padding: 0;
    margin: 0;
    order: 1;
}
#all_wrap .box-l > div {
    width: 65%;
    padding: 0;
    margin: 0;
    order: 2;
}
#all_wrap .box-r figure {
    width: 30%;
    padding: 0;
    margin: 0;
    order: 2;
}
#all_wrap .box-r > div {
    width: 65%;
    padding: 0;
    margin: 0;
    order: 1;
}
#all_wrap .box-l figure img,
#all_wrap .box-r figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#all_wrap .box-l h3,
#all_wrap .box-r h3 {
    padding: 0;
    margin: 0 auto 10px;
}

/*注意文*/
#all_wrap .attention {
    padding: 10px 0;
    margin: 0;
    font-size: 1.5em;
    font-weight: 600;
    color: #aa2f26;
    font-style: normal;
    font-feature-settings: "palt";
}
#all_wrap .attention::before {
    content: '※';
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 5px;
}



/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*幅1100*/
    .w1100 {
        width: 90%;
        max-width: 90%;
        padding: 0;
        margin: 0 auto;
    }
    .box1100 {
        width: 100%;
        max-width: 100%;
        padding: 20px;
        margin: 0 auto 50px;
        background: #fff;
    }
    #all_wrap .box1100 p {
        padding: 0;
        margin: 0 auto 10px;
    }

    #all_wrap .box-l,
    #all_wrap .box-r {
        width: 100%;
        padding: 0;
        margin: 0 auto 50px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        position: relative;
    }
    #all_wrap .box-l figure {
        width: 100%;
        padding: 0;
        margin: 0;
        order: 2;
    }
    #all_wrap .box-l > div {
        width: 100%;
        padding: 0;
        margin: 0;
        order: 1;
    }
    #all_wrap .box-r figure {
        width: 100%;
        padding: 0;
        margin: 0;
        order: 2;
    }
    #all_wrap .box-r > div {
        width: 100%;
        padding: 0;
        margin: 0;
        order: 1;
    }
    #all_wrap .box-l figure img,
    #all_wrap .box-r figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #all_wrap .box-l h3,
    #all_wrap .box-r h3 {
        padding: 0;
        margin: 0 auto 10px;
    }
    #all_wrap .box-l p,
    #all_wrap .box-r p {
        padding: 0;
        margin: 0 auto 10px;
    }

    /*注意文*/
    #all_wrap .attention {
        padding: 10px 0;
        margin: 0;
        font-size: 1.2em;
        font-weight: 600;
        color: #aa2f26;
        font-style: normal;
        font-feature-settings: "palt";
        text-align: center;
    }
    #all_wrap .attention::before {
        content: '※';
        display: inline-block;
        padding: 0;
        margin: 0;
        margin-right: 5px;
    }
}

/************************************************************/
/*　トップページ　経営理念
/************************************************************/
#topPhilosophy {
    width: 100%;
    padding: 80px 0;
    margin: 0 auto 100px;
    position: relative;
    overflow: hidden;
}
#topPhilosophy::before {
    content: '';
    display: block;
    width: 65%;
    height: 30%;
    max-height: 350px;
    padding: 0;
    margin: 0;
    background: linear-gradient( to right,  rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
    position: absolute;
    bottom: 0;
    right: -50px;
    transform:skewX(-15deg);
    z-index: -5;
}
#topPhilosophy::after {
    content: 'TSUTSUMI DENSETSU';
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -10px;
    left: 40%;
    font-size: 5.5em;
    line-height: 1;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.2);
    z-index: -1;
    white-space: nowrap;
}
#topPhilosophy > h2 {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 0;
    margin: 0 auto 20px;
}
#topPhilosophy > h2 em {
    display: block;
	width: 100%;
    background: linear-gradient( to right,  rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1;
	font-size: 50px;
	line-height: 1;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	letter-spacing: 0.1em;
    margin: 0 auto;
}
#topPhilosophy > h2 span {
    display: inline-block;
    padding: 7px 20px 10px;
    margin: 0 auto 20px;
    position: relative;
    color: #fff;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
}
#topPhilosophy > h2 span::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #141414;
    position: absolute;
    bottom: 0;
    right: 0;
    transform:skewX(-15deg);
    z-index: -1;
}
#topPhilosophy > h2 span::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: none;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, rgba(0,0,0,0.2)), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, rgba(0,0,0,0.2)),color-stop(.75, rgba(0,0,0,0.2)), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 5px 5px;
    position: absolute;
    bottom: -3px;
    right: -3px;
    transform:skewX(-15deg);
    z-index: -2;
}
#topPhilosophy > strong {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto 40px;
    color: #141414;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    line-height: 1.4em;
}
#topPhilosophy > p {
    text-align: center;
    padding: 0;
    margin: 0 auto 50px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #topPhilosophy {
        width: 100%;
        padding: 40px 0;
        margin: 0 auto 40px;
        position: relative;
        overflow: hidden;
    }
    #topPhilosophy::before {
        content: '';
        display: block;
        width: 80%;
        height: 30%;
        max-height: 350px;
        padding: 0;
        margin: 0;
        background: linear-gradient( to right,  rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
        position: absolute;
        bottom: 0;
        right: -50px;
        transform:skewX(-15deg);
        z-index: -5;
    }
    #topPhilosophy::after {
		content: 'TSUTSUMI DENSETSU';
        display: block;
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: -3px;
        left: auto;
        right: 10px;
        font-size: 25px;
        line-height: 1;
        font-family: 'Barlow','Noto Sans JP',sans-serif;
        font-weight: 400;
        font-style: italic;
        letter-spacing: 0.1em;
        color: rgba(255,255,255,0.2);
        z-index: -1;
        white-space: nowrap;
    }
    #topPhilosophy > h2 {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
        padding: 0;
        margin: 0 auto 10px;
    }
    #topPhilosophy > h2 em {
        display: inline-block;
		width: 100%;
        background: linear-gradient( to right,  rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
        -webkit-background-clip: text;
        color: transparent;
        font-size: 30px;
        line-height: 1;
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: 600;
        font-style: italic;
        letter-spacing: 0.1em;
        margin: 0 auto;
    }
    #topPhilosophy > h2 span {
        display: inline-block;
        padding: 7px 20px 10px;
        margin: 0 auto 10px;
        position: relative;
        color: #fff;
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        line-height: 1;
    }
    #topPhilosophy > h2 span::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #141414;
        position: absolute;
        bottom: 0;
        right: 0;
        transform:skewX(-15deg);
        z-index: -1;
    }
    #topPhilosophy > h2 span::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background-color: none;
        background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, rgba(0,0,0,0.2)), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, rgba(0,0,0,0.2)),color-stop(.75, rgba(0,0,0,0.2)), color-stop(.75, transparent),to(transparent));
        -webkit-background-size: 5px 5px;
        position: absolute;
        bottom: -3px;
        right: -3px;
        transform:skewX(-15deg);
        z-index: -2;
    }
    #topPhilosophy > strong {
        display: block;
        width: 90%;
        text-align: center;
        padding: 0;
        margin: 0 auto 15px;
        color: #141414;
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 15px;
        line-height: 1.4em;
        letter-spacing: normal;
    }
    #topPhilosophy > p {
        width: 90%;
        text-align: center;
        padding: 0;
        margin: 0 auto 40px;
    }
}

.topPhiloWrap {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.topPhiloWrap::before {
    content: '';
    display: block;
    width: 60%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #121212;
    position: absolute;
    bottom: -40px;
    left: -60px;
    transform:skewX(-15deg);
    z-index: -2;
}
.topPhiloWrap > .topPhiloInfo {
    width: 45%;
    max-width: 500px;
    padding: 50px 0 0;
    margin: 0 50px 0 0;
}
.topPhiloWrap > figure {
    display: block;
    width: 40%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    transform:skewX(-15deg);
    overflow: hidden;
}
.topPhiloWrap > figure:before {
    content:"";
    display: block;
    padding: 200px; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.topPhiloWrap > figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
	top: 50px;
    left: 50%;
    transform: translate(-50%, 0) skewX(15deg) scale(1.3);
    -webkit-transform: translate(-50%, 0) skewX(15deg) scale(1.3);
    -ms-transform: translate(-50%, 0) skewX(15deg) scale(1.3);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
.topPhiloWrap > .topPhiloInfo h3 {
    color: #fff;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    line-height: 1.4em;
    padding: 0;
    margin: 0 auto 20px;
    text-align: left;
}
#all_wrap .topPhiloWrap > .topPhiloInfo > p {
    padding: 0;
    margin: 0;
    color: #fff;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .topPhiloWrap {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .topPhiloWrap::before {
        content: '';
        display: block;
        width: 105%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: #121212;
        position: absolute;
        bottom: 0;
        left: -30%;
        transform:skewX(-15deg);
        z-index: -2;
    }
    .topPhiloWrap > .topPhiloInfo {
        width: 90%;
        max-width: 90%;
        padding: 20px 0;
        margin: 0 auto;
    }
    .topPhiloWrap > figure {
        display: block;
        width: 90%;
        padding: 0;
        margin: 0 auto;
        text-align: center;
        position: relative;
        transform: translateX(0) skewX(0);
        overflow: hidden;
    }
    
    .topPhiloWrap > figure:before {
        content:"";
        display: block;
        padding: 0; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
        padding-top: 75%;
    }
    .topPhiloWrap > figure img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: 0.5s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) skewX(0) scale(1);
        -webkit-transform: translate(-50%, -50%) skewX(0) scale(1);
        -ms-transform: translate(-50%, -50%) skewX(0) scale(1);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    .topPhiloWrap > .topPhiloInfo h3 {
        color: #fff;
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: 700;
        font-style: normal;
        font-size: 20px;
        line-height: 1.4em;
        padding: 0;
        margin: 0 auto 20px;
        text-align: left;
    }
    #all_wrap .topPhiloWrap > .topPhiloInfo > p {
        width: 85%;
        padding: 0;
        margin: 0 auto 0 0;
        color: #fff;
    }
}


/************************************************************/
/*　トップページ　会社情報＆アクセス
/************************************************************/
#topAccess {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
}
#topAccess > .topAccessLeft {
    width: 50%;
    min-height: 550px;
    padding: 0;
    margin: 0;
	background: url('http://tsutsumi-densetsu.com/wp-content/uploads/topAboutBg2.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
}
#topAccess > .topAccessLeft::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: rgba(0,0,0,0.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#topAccess > .topAccessRight {
    width: 50%;
    min-height: 550px;
    padding: 0;
    margin: 0;
    position: relative;
}
#topAccess > .topAccessLeft > h2 {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 0;
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
}
#topAccess > .topAccessLeft > h2 em {
    display: inline-block;
    color: #fff;
    font-size: 50px;
    line-height: 1;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.1em;
    margin: 0 40%;
}
#topAccess > .topAccessLeft > h2 span {
    display: inline-block;
    padding: 7px 20px 10px;
    margin: 0 auto 20px;
    position: relative;
    color: #fff;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
}
#topAccess > .topAccessLeft > h2 span::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
	background: #264b9f;
    position: absolute;
    bottom: 0;
    right: 0;
    transform:skewX(-15deg);
    z-index: -1;
}
#topAccess > .topAccessLeft > h2 span::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: none;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, rgba(255,255,255,0.2)), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.2)),color-stop(.75, rgba(255,255,255,0.2)), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 5px 5px;
    position: absolute;
    bottom: -3px;
    right: -3px;
    transform:skewX(-15deg);
    z-index: -2;
}
#topAccess > .topAccessLeft > p {
    width: 100%;
    padding: 0;
    margin: 0 auto 40px;
    text-align: center;
    color: #fff;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #topAccess {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-content: stretch;
        align-items: stretch;
        flex-wrap: wrap;
    }
    #topAccess > .topAccessLeft {
        width: 100%;
        min-height: 300px;
        padding: 0;
        margin: 0;
		background: url('http://tsutsumi-densetsu.com/wp-content/uploads/topAboutBg2.jpg') no-repeat;
        background-size: cover;
        background-position: center;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 0;
    }
    #topAccess > .topAccessLeft::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: rgba(0,0,0,0.7);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    #topAccess > .topAccessRight {
        width: 100%;
        min-height: 300px;
        padding: 0;
        margin: 0;
        position: relative;
    }
    #topAccess > .topAccessLeft > h2 {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
        padding: 0;
        margin: 0 auto 20px;
        position: relative;
        z-index: 1;
    }
    #topAccess > .topAccessLeft > h2 em {
        display: inline-block;
        color: #fff;
        font-size: 30px;
        line-height: 1;
        font-family: 'Barlow','Noto Sans JP',sans-serif;
        font-weight: 600;
        font-style: italic;
        letter-spacing: 0.1em;
        margin: 0 40%;
    }
    #topAccess > .topAccessLeft > h2 span {
        display: inline-block;
        padding: 7px 20px 10px;
        margin: 0 auto 10px;
        position: relative;
        color: #fff;
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        line-height: 1;
    }
    #topAccess > .topAccessLeft > h2 span::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
		background: #264b9f;
        position: absolute;
        bottom: 0;
        right: 0;
        transform:skewX(-15deg);
        z-index: -1;
    }
    #topAccess > .topAccessLeft > h2 span::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background-color: none;
        background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, rgba(255,255,255,0.2)), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.2)),color-stop(.75, rgba(255,255,255,0.2)), color-stop(.75, transparent),to(transparent));
        -webkit-background-size: 5px 5px;
        position: absolute;
        bottom: -3px;
        right: -3px;
        transform:skewX(-15deg);
        z-index: -2;
    }
    #topAccess > .topAccessLeft > p {
        width: 90%;
        padding: 0;
        margin: 0 auto 20px;
        text-align: center;
        color: #fff;
    }
}

/*VIEWMORE*/
.viewMore {
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
}
.viewMore::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #264b9f;
    background: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transition: ease 0.2s;
    transform-origin: right bottom;
    z-index: 5;
}
.viewMore a {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    font-size: 11px;
    line-height: 1em;
    color: #fff;
    position: relative;
    padding: 0 50px 0 0;
    margin: 0;
    transition: ease 0.5s;
    background: none;
    z-index: 2;
    background: linear-gradient( to right,  rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
    -webkit-background-clip: text;
    color: transparent;
}
.viewMore a:hover {
    opacity: 0.8;
    transition: 0.2s;
}
.viewMore a::before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #264b9f;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transition: 0.2s;
}
.viewMore a::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    padding: 0;
    margin: 0;
    background: none;
    border-right: 1px solid #264b9f;
    position: absolute;
    top: calc(50%);
    right: 6px;
    transform: translate(0, -50%) rotate(-65deg);
    -webkit-transform: translate(0, -50%) rotate(-65deg);
    -ms-transform: translate(0, -50%) rotate(-65deg);
    transition: 0.2s;
}
.viewMore a:hover::before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #264b9f;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transition: 0.2s;
}
.viewMore a:hover::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    padding: 0;
    margin: 0;
    background: none;
    border-right: 1px solid #264b9f;
    position: absolute;
    top: calc(50%);
    right: 4px;
    transform: translate(0, -50%) rotate(-65deg);
    -webkit-transform: translate(0, -50%) rotate(-65deg);
    -ms-transform: translate(0, -50%) rotate(-65deg);
    transition: 0.2s;
}
/*VIEWMORE COMPANY INFO*/
#topAccess .viewMore::after {
	border: 1px solid #fff;
}
#topAccess .viewMore a {
	color: #fff;
}
#topAccess .viewMore a::before {
	background: #fff;
}
#topAccess .viewMore a::after {
	border-right: 1px solid #fff;
}
#topAccess .viewMore a:hover::before {
	background: #fff;
}
#topAccess .viewMore a:hover::after {
	border-right: 1px solid #fff;
}
/*アクセスマップ*/
#topAccess > .topAccessRight iframe {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .viewMore a {
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: 400;
        font-style: normal;
        font-feature-settings: "palt";
        font-size: 11px;
        line-height: 1em;
        color: #fff;
        position: relative;
        padding: 0 50px 0 0;
        margin: 0;
        transition: ease 0.5s;
        background: #264b9f;
        z-index: 2;
        background: linear-gradient( to right,  rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
        -webkit-background-clip: text;
        color: #264b9f;
    }
}


/************************************************************/
/*　トップページ　お知らせ
/************************************************************/
.LineBgArea {
    position: relative;
    z-index: 0;
}
.LineBgArea::before {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -7;
}
.LineBgArea::after {
    content: '';
    display: block;
    width: 100%;
    height: 60%;
    background-image: url('https://tsutsumi-densetsu.com/img/topLineBg.png');
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-color: rgba(180,180,180,0.1);
    background-position: bottom center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -6;
}
#topNews {
    width: 100%;
    padding: 0 0 100px;
    margin: 0 auto;
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
}
#topNews > h2 {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 0;
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
}
#topNews > h2 em {
    display: inline-block;
    background: linear-gradient( to right,  rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
    -webkit-background-clip: text;
    color: transparent;
    font-size: 50px;
    line-height: 1;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.1em;
    margin: 0 40%;
    white-space: nowrap;
}
#topNews > h2 span {
    display: inline-block;
    padding: 7px 20px 10px;
    margin: 0 auto 20px;
    position: relative;
    color: #fff;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1;
}
#topNews > h2 span::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #141414;
    position: absolute;
    bottom: 0;
    right: 0;
    transform:skewX(-15deg);
    z-index: -1;
}
#topNews > h2 span::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: none;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, rgba(0,0,0,0.2)), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, rgba(0,0,0,0.2)),color-stop(.75, rgba(0,0,0,0.2)), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 5px 5px;
    position: absolute;
    bottom: -3px;
    right: -3px;
    transform:skewX(-15deg);
    z-index: -2;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .LineBgArea {
        position: relative;
        z-index: 0;
    }
    .LineBgArea::before {
        content: '';
        display: block;
        width: 100%;
        height: 30%;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -7;
    }
    .LineBgArea::after {
        content: '';
        display: block;
        width: 100%;
        height: 80%;
        background-image: url('https://tsutsumi-densetsu.com/img/topLineBg.png');
        background-repeat: repeat-x;
        background-size: auto 100%;
        background-color: rgba(180,180,180,0.1);
        background-position: bottom right;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -6;
    }
    #topNews {
        width: 100%;
        padding: 0 0 40px;
        margin: 0 auto;
        position: relative;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-content: stretch;
        align-items: stretch;
        flex-wrap: wrap;
    }
    #topNews > h2 {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
        padding: 0;
        margin: 0 auto 20px;
        position: relative;
        z-index: 1;
    }
    #topNews > h2 em {
        display: inline-block;
        background: linear-gradient( to right,  rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
        -webkit-background-clip: text;
        color: transparent;
        font-size: 30px;
        line-height: 1;
        font-family: 'Barlow','Noto Sans JP',sans-serif;
        font-weight: 600;
        font-style: italic;
        letter-spacing: 0.1em;
        margin: 0 40%;
        white-space: nowrap;
    }
    #topNews > h2 span {
        display: inline-block;
        padding: 7px 20px 10px;
        margin: 0 auto 10px;
        position: relative;
        color: #fff;
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        line-height: 1;
    }
    #topNews > h2 span::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #141414;
        position: absolute;
        bottom: 0;
        right: 0;
        transform:skewX(-15deg);
        z-index: -1;
    }
    #topNews > h2 span::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background-color: none;
        background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, rgba(0,0,0,0.2)), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, rgba(0,0,0,0.2)),color-stop(.75, rgba(0,0,0,0.2)), color-stop(.75, transparent),to(transparent));
        -webkit-background-size: 5px 5px;
        position: absolute;
        bottom: -3px;
        right: -3px;
        transform:skewX(-15deg);
        z-index: -2;
    }
}

/*お知らせ一覧*/
#all_wrap .newsList {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}
#all_wrap .newsList::before,
#all_wrap .newsList::after {
    content: '';
    display: block;
    width: 23%;
}
#all_wrap .newsList::before {
    order: 1;
}
#all_wrap .newsList > li {
    width: 23%;
    padding: 0;
    margin: 0 0 50px;
}
#all_wrap .newsList > li figure {
    width: 100%;
    padding: 0;
    margin: 0 auto 10px;
}
#all_wrap .newsList > li figure a {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#all_wrap .newsList > li figure a:before {
    content: "";
    display: block;
    padding-top: 75%;
}
#all_wrap .newsList > li figure a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
.news_date {
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.1em;
    font-size: 11px;
    line-height: 1;
    padding: 0;
    margin: 0 8px 5px 0;
}
.tags {
    display: inline-block;
    padding: 3px 5px;
    margin: 0 2.5px 5px 0;
    background: #fff;
    border: 1px solid #264b9f;
    border-radius: 20px;
    font-size: 8px;
    line-height: 1;
    color: #264b9f;
}
#all_wrap .newsList > li h3 {
    color: #141414;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 15px;
    line-height: 1.4em;
    padding: 5px 0 0;
    margin: 0 auto 10px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*お知らせ一覧*/
    #all_wrap .newsList {
        width: 90%;
        max-width: 90%;
        padding: 0;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        list-style: none;
    }
    #all_wrap .newsList::before,
    #all_wrap .newsList::after {
        display: none;
    }
    #all_wrap .newsList::before {
        order: 1;
    }
    #all_wrap .newsList > li {
        width: 100%;
        padding: 0;
        margin: 0 0 40px;
    }
    #all_wrap .newsList > li figure {
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
    }
    #all_wrap .newsList > li figure a {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    #all_wrap .newsList > li figure a:before {
        content: "";
        display: block;
        padding-top: 75%;
    }
    #all_wrap .newsList > li figure a img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: 0.5s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    .news_date {
        font-family: 'Barlow','Noto Sans JP',sans-serif;
        font-weight: 600;
        font-style: italic;
        letter-spacing: 0.1em;
        font-size: 11px;
        line-height: 1;
        padding: 0;
        margin: 0 8px 5px 0;
    }
    .tags {
        display: inline-block;
        padding: 3px 5px;
        margin: 0 2.5px 5px 0;
        background: #fff;
        border: 1px solid #264b9f;
        border-radius: 20px;
        font-size: 8px;
        line-height: 1;
        color: #264b9f;
    }
    #all_wrap .newsList > li h3 {
        color: #141414;
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 15px;
        line-height: 1.4em;
        padding: 5px 0 0;
        margin: 0 auto 10px;
    }
}

.topNewsBtn {
    width: 100%;
    text-align: center;
}
.topNewsBtn .viewMore2 {
    padding: 0;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}
.topNewsBtn .viewMore2 a {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    font-size: 14px;
    line-height: 1em;
    color: #fff;
    position: relative;
    padding: 20px 80px 20px 40px;
    margin: 0;
    transition: ease 0.5s;
    background: none;
    z-index: 2;
    background: linear-gradient( to right,  rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
}
.topNewsBtn .viewMore2 a:hover {
    opacity: 0.8;
    transition: 0.2s;
}
.topNewsBtn .viewMore2 a::before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transition: 0.2s;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .topNewsBtn .viewMore2 a {
        width: 100%;
        height: 100%;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: 400;
        font-style: normal;
        font-feature-settings: "palt";
        font-size: 14px;
        line-height: 1em;
        color: #fff;
        position: relative;
        padding: 10px 40px 10px 20px;
        margin: 0;
        transition: ease 0.5s;
        background: none;
        z-index: 2;
        background: linear-gradient( to right,  rgba(38,75,159,1) 0, rgba(66,100,179,1) 100% );
    }
    .topNewsBtn .viewMore2 a::before {
        content: '';
        display: block;
        width: 20px;
        height: 1px;
        padding: 0;
        margin: 0;
        background: #fff;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transition: 0.2s;
    }
}


/************************************************************/
/*　固定ページ　会社概要
/************************************************************/

/*社訓*/
#all_wrap .companyMotto {
    padding: 0;
    margin: 0 auto 100px;
}
#all_wrap .l-wrapper .pageContents .content .companyMotto ul {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
#all_wrap .l-wrapper .pageContents .content .companyMotto ul > li {
    width: auto;
    max-width: 30%;
    padding: 0;
    margin: 0 auto 20px;
    font-size: 25px;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: left;
}
#all_wrap .l-wrapper .pageContents .content .companyMotto ul > li::before,
#all_wrap .l-wrapper .pageContents .content .companyMotto ul > li::after {
    display: none;
}
#all_wrap .l-wrapper .pageContents .content .companyMotto ul > li::before {
    counter-increment: rank 1;
    content: counter(rank) ".";
    display: inline-block;
    width: auto;
    height: auto;
    border: none;
    background: none;
    padding: 0;
    margin: 0 8px 0 0;
    transform: none;
    font-family: 'Barlow','Noto Sans JP',sans-serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.1em;
    font-size: 30px;
    line-height: 1;
    position: relative;
	color: #264b9f;
}

/*代表挨拶*/
.companyGreeting {
    padding: 0;
    margin: 0 auto 100px;
}
#all_wrap .l-wrapper .content p.fnt_min {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 12px;
    line-height: 1.4em;
}
#all_wrap .greetingWrap {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	align-content: flex-end;
	align-items: flex-end;
    flex-wrap: wrap;
	position: relative;
}
#all_wrap .greetingWrap > .greetingInfo {
    width: calc(52% + 50px);
    padding: 50px 50px 0 0;
    margin: 0;
	background: #fff;
	position: absolute;
	border: 0;
	left: 0;
	z-index: 2;
}
#all_wrap .l-wrapper .content .greetingInfo p {
    padding: 0;
    margin: 0 auto 10px;
}
#all_wrap .greetingWrap figure {
    width: 60%;
    padding: 0;
    margin: 0 0 0 auto;
    text-align: center;
    position: relative;
	overflow: hidden;
}
#all_wrap .greetingWrap figure::before {
	display: block;
	content: '';
	padding: 50%;
}
#all_wrap .greetingWrap figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	object-fit: cover;
}

/*情報*/
.companyInfo {
	margin-bottom: 100px;
}

/*部署*/
#all_wrap .companyDept {
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    align-content: stretch;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
#all_wrap .companyDeptLeft {
    width: 50%;
    padding: 50px;
    margin: 0;
    background: #fafafa;
    border-right: 1px solid #fff;
}
#all_wrap .companyDeptRight {
    width: 50%;
    padding: 50px;
    margin: 0;
    background: #fafafa;
    border-left: 1px solid #fff;
}
#all_wrap .companyDeptLeft > h2,
#all_wrap .companyDeptRight > h2 {
    margin: 0 auto 20px;
}
#all_wrap .companyDept tel {
    display: inline-block;
    padding: 0;
    margin: 0 20px 0 0;
}
#all_wrap .companyDept figure {
    width: 100%;
    padding: 0;
    margin: 0;
}
#all_wrap .companyDept figure iframe {
    width: 100%;
    height: 100%;
    min-height: 400px;
    padding: 0;
    margin: 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*社訓*/
    #all_wrap .companyMotto {
        padding: 0;
        margin: 0 auto 50px;
    }
    #all_wrap .l-wrapper .pageContents .content .companyMotto ul {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
    }
    #all_wrap .l-wrapper .pageContents .content .companyMotto ul > li {
        width: auto;
        max-width: 60%;
        padding: 0;
        margin: 0 auto 10px;
        font-size: 15px;
        font-family: 'Noto Sans JP',sans-serif;
        font-weight: 600;
        font-style: normal;
        letter-spacing: 0.1em;
        line-height: 1;
        text-align: left;
    }
    #all_wrap .l-wrapper .pageContents .content .companyMotto ul > li::before,
    #all_wrap .l-wrapper .pageContents .content .companyMotto ul > li::after {
        display: none;
    }
    #all_wrap .l-wrapper .pageContents .content .companyMotto ul > li::before {
        counter-increment: rank 1;
        content: counter(rank) ".";
        display: inline-block;
        width: auto;
        height: auto;
        border: none;
        background: none;
        padding: 0;
        margin: 0 5px 0 0;
        transform: none;
        font-family: 'Barlow','Noto Sans JP',sans-serif;
        font-weight: 700;
        font-style: italic;
        letter-spacing: 0.1em;
        font-size: 18px;
        line-height: 1;
        position: relative;
    }

	/*代表挨拶*/
	.companyGreeting {
		padding: 0;
		margin: 0 auto 50px;
	}
	#all_wrap .greetingWrap {
		width: 100%;
		padding: 0;
		margin: 0 auto;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
		position: relative;
	}
	#all_wrap .greetingWrap > .greetingInfo {
		width: 100%;
		padding: 0;
		margin: 0 auto 20px;
		background: #fff;
		position: relative;
		border: unset;
		left: unset;
		z-index: 2;
	}
	#all_wrap .l-wrapper .content .greetingInfo p {
		padding: 0;
		margin: 0 auto 10px;
	}
	#all_wrap .greetingWrap figure {
		width: 100%;
		padding: 0;
		margin: 0 0 0 auto;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	#all_wrap .greetingWrap figure::before {
		display: block;
		content: '';
		padding: 50%;
	}
	#all_wrap .greetingWrap figure img {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		object-fit: cover;
	}

	/*情報*/
	.companyInfo {
		margin-bottom: 50px;
	}

    /*部署*/
    #all_wrap .companyDept {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        align-content: stretch;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #all_wrap .companyDeptLeft {
        width: 100%;
        padding: 30px;
        margin: 0;
        background: #fafafa;
        border-right: none;
        border-bottom: 2px solid #fff;
    }
    #all_wrap .companyDeptRight {
        width: 100%;
        padding: 30px;
        margin: 0;
        background: #fafafa;
        border-left: none;
    }
    #all_wrap .companyDeptLeft > h2,
    #all_wrap .companyDeptRight > h2 {
        margin: 0 auto 10px;
        font-style: normal;
    }
    #all_wrap .companyDept tel {
        display: inline-block;
        padding: 0;
        margin: 0 10px 0 0;
    }
    #all_wrap .companyDept figure {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #all_wrap .companyDept figure iframe {
        width: 100%;
        height: 100%;
        min-height: 250px;
        padding: 0;
        margin: 0;
    }
    #all_wrap .l-wrapper .content .companyDept p {
        padding: 0;
        margin: 0 auto 20px;
    }
}

/************************************************************/
/*　固定ページ　事業内容
/************************************************************/
#worksBiz {
	width: 100%;
	padding: 50px 0;
	margin: 0;
	position: relative;
}
#worksBiz::after {
	content: '';
	width: 80%;
	height: 60%;
	position: absolute;
	bottom: 20%;
	right: 0;
	background: #eee;
	z-index: -1;
}
#worksBiz > em {
	width: calc(100% - 100px);
	max-width: 1200px;
	display: block;
	color: #264b9f;
	font-size: 50px;
	line-height: 1;
	font-family: 'Barlow','Noto Sans JP',sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.1em;
	margin: 0 auto;
	text-align: left;
}
#all_wrap #worksBiz > em + h2 {
	width: calc(100% - 100px);
	max-width: 1200px;
	display: block;
	color: #141414;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	line-height: 1.4em;
	padding: 0;
	margin: 0 auto 50px !important;
	text-align: left;
}
/*リスト*/
#all_wrap .bizList {
	width: calc(100% - 100px);
	max-width: 1200px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#all_wrap .bizList::after {
	content: '';
	display: block;
	width: 31%;
}
#all_wrap .bizList > li {
	width: 31%;
	padding: 0;
	margin: 0 0 80px;
}
#all_wrap .content .bizList > li::before,
#all_wrap .content .bizList > li::after {
	display: none;
}
#all_wrap .bizList > li > figure {
	width: 100%;
	padding: 0;
	margin: 0 auto 15px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
#all_wrap .bizList > li > figure::before {
	content: '';
	display: block;
	padding: 50%;
}
#all_wrap .bizList > li > figure img {
	width: auto;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	object-fit: cover;
}
#all_wrap .bizList > li > h3 {
	padding: 0;
	margin: 0 auto 10px;
	font-size: 20px;
	line-height: 1.4em;
}
#all_wrap .bizList > li > p {
	padding: 0 !important;
	margin: 0 !important;
	text-align: justify;
	text-justify: inter-ideograph;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
	#worksBiz {
		width: 100%;
		padding: 40px 0;
		margin: 0;
		position: relative;
	}
	#worksBiz::after {
		content: '';
		width: 80%;
		height: 60%;
		position: absolute;
		bottom: 20%;
		right: 0;
		background: #eee;
		z-index: -1;
	}
	#worksBiz > em {
		width: calc(100% - 60px);
		max-width: 100%;
		display: block;
		color: #264b9f;
		font-size: 30px;
		line-height: 1;
		font-family: 'Barlow','Noto Sans JP',sans-serif;
		font-weight: 600;
		font-style: normal;
		letter-spacing: 0.1em;
		margin: 0 auto;
		text-align: left;
	}
	#all_wrap #worksBiz > em + h2 {
		width: calc(100% - 60px);
		max-width: 100%;
		display: block;
		color: #141414;
		font-family: 'Noto Sans JP',sans-serif;
		font-weight: 600;
		font-style: normal;
		font-size: 12px;
		line-height: 1.4em;
		padding: 0;
		margin: 0 auto 30px !important;
		text-align: left;
	}
	/*リスト*/
	#all_wrap .bizList {
		width: calc(100% - 60px);
		max-width: 100%;
		padding: 0;
		margin: 0 auto;
		list-style: none;
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#all_wrap .bizList::after {
		content: '';
		display: none;
	}
	#all_wrap .bizList > li {
		width: 47%;
		padding: 0;
		margin: 0 0 30px;
	}
	#all_wrap .content .bizList > li::before,
	#all_wrap .content .bizList > li::after {
		display: none;
	}
	#all_wrap .bizList > li > figure {
		width: 100%;
		padding: 0;
		margin: 0 auto 10px;
		overflow: hidden;
		text-align: center;
		position: relative;
	}
	#all_wrap .bizList > li > figure::before {
		content: '';
		display: block;
		padding: 50%;
	}
	#all_wrap .bizList > li > figure img {
		width: auto;
		height: 100%;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		object-fit: cover;
	}
	#all_wrap .bizList > li > h3 {
		padding: 0;
		margin: 0 auto 10px;
		font-size: 15px;
		line-height: 1.4em;
	}
	#all_wrap .bizList > li > p {
		padding: 0 !important;
		margin: 0 !important;
		text-align: justify;
		text-justify: inter-ideograph;
	}
}