
/**
 *  ODパターン
 */


/* --------------------- フィーチャーパターン01　odpt-feature01 --------------------- */
/* パターン01　背景丸画像で中に文字　flex-gridと併せて使う */
.od-feature01 {}
.od-feature01 .feature-item {
	position: relative;
}
.od-feature01 .feature-item a {
	display: block;
	border-radius: 50%;
	text-align: center;
}
.od-feature01 .feature-item figure {
	border-radius: 50%;
	overflow: hidden;
}
.od-feature01 .feature-item img {
	width: 100%;
	display: block;
	border-radius: 50%;
}
.od-feature01 .feature-item .area-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 10%;
}
.od-feature01 .feature-item .feature-title {
	font-size: 3em;
	margin-top: 1em;
	margin-bottom: 15px;
	text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.od-feature01 .feature-item p {
	color: var(--color-text);
	text-shadow: 1px 1px 0px #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff ;
}

@media screen and (max-width: 960px) {
	.od-feature01 .feature-item .feature-title {
		font-size: 2em;
	}
}
@media screen and (max-width: 768px) {
	.od-feature01 .feature-item {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}



/* --------------------- フィーチャーパターン02　odpt-feature02 --------------------- */
/* パターン02　ホバーすると下から色をのせる　flex-gridと併せて使う */
.od-feature02 {}
.od-feature02 .feature-item {
    position: relative;
    overflow: hidden;
}
.od-feature02 .feature-item img {
    width: 100%;
    display: block;
}
.od-feature02 .feature-item .text-bg {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: skewY(-13deg) translate(0px, 87%);
    z-index: 0;
}
.od-feature02 .feature-item .area-text {
    position: absolute;
    bottom: -7px;
    right: 0;
    text-align: right;
    z-index: 2;
    padding: 0 10px;
}
.od-feature02 .feature-item .area-text p {
    color: #ffffff;
    margin-bottom: 0;
    line-height: 1.4;
    text-align: right;
}
.od-feature02 .feature-item .area-text p.feature-title-sub {
    font-size: 3em;
    font-weight: bold;
    text-align: right;
	line-height: 1;
	white-space: nowrap;
}
.od-feature02 .feature-item a:hover .text-bg {
    transform: skewY(0deg) translate(0px, 0%);
    transition: 0.5s ;
}




/* --------------------- フィーチャーパターン03　odpt-feature-pt03 --------------------- */
.od-feature03 {}
.od-feature03 .feature-item {
}
.od-feature03 .feature-item a {
	display: block;
	background-color: #ffffff;
	padding: 2.5em 1.5em 1.5em;
}
.od-feature03 .feature-item .icon {
	text-align: center;
}
.od-feature03 .feature-item .icon i {
	font-size: 5em;
	line-height: 1;
}
.od-feature03 .feature-item .area-text {
}
.od-feature03-item .feature-title {
	font-size: 1.75em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	text-align: center;
}
.od-feature03 .feature-item .area-text p {
	color: var(--color-text);
}
.od-feature03 .feature-item .area-text p:last-child {
	margin-bottom: 0;
}
.od-feature03 .feature-item a:hover {
	background-color: var(--color-link-hover);
}
.od-feature03 .feature-item a:hover .icon,
.od-feature03 .feature-item a:hover .feature-title {
	color: var(--color-link);
}

@media screen and (max-width: 768px) {
	
}




/* --------------------- コンテンツパターン01　odpt-content01 --------------------- */
.od-content01 {}
.od-content01-item {
	position: relative;
	overflow: hidden;
	background-color: #f6f6f6;
	z-index: 0;
	display: flex;
	align-items: center;
	min-height: 40vw;
}
.od-content01-item .bg-image {
	width: 55%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.od-content01-item .bg-image img {
	display: block;
}
.od-content01-item.reverse .bg-image {
	margin-left: auto;
}
.od-content01-item .area-text {
	padding: 5% 0 5%;
}
.od-content01-item .area-text {
	margin-left: calc(var(--vw100) * 0.58 - var(--vw50) + 50%);
	margin-right: auto;
}
.od-content01-item.reverse .area-text {
	margin-left: auto;
	margin-right: calc(var(--vw100) * 0.58 - var(--vw50) + 50%);
}
.od-content01-item .item-title {
	font-size: 2em;
	margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
	.od-content01-item {
		flex-wrap: wrap;
	}
	.od-content01-item .bg-image {
		width: 100%;
		height: auto;
		position: static;
	}
	.od-content01-item.reverse .bg-image {
		margin-left: 0;
	}
	.od-content01-item .area-text {
		padding: 25px 0 5%;
		margin-left: 0;
		margin-right: 0;
	}
	.od-content01-item.reverse .area-text {
		margin-left: 0;
		margin-right: 0;
	}
	.od-content01-item .item-title {
		margin-bottom: 0.5em;
	}
}




/* --------------------- コンテンツパターン02　odpt-content02 --------------------- */
.od-content02-item {
	position: relative;
	overflow: hidden;
	background-color: #f6f6f6;
	z-index: 0;
}
.od-content02-item .bg-image {
	width: 60%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: auto;
	z-index: -1;
}
.od-content02-item .bg-image img {
	display: block;
}
.od-content02-item .area-text {
	padding: 5% 5% 5% 5%;
	max-width: 800px;
	margin-left: calc( var(--vw100) * 0.6 - var(--vw50) + 50% );
	margin-right: auto;
	min-height: 40vw;
}
.od-content02-item .item-title {
	font-size: 2em;
}
.od-content02-item.reverse .bg-image {
	left: auto;
	right: 0;
}
.od-content02-item.reverse .area-text {
	margin-left: auto;
	margin-right: calc( var(--vw100) * 0.6 - var(--vw50) + 50% );
}

@media screen and (max-width: 768px) {
	.od-content02-item .bg-image {
		width: 100%;
		height: auto;
		position: static;
	}
	.od-content02-item .area-text {
		padding: 25px 5% 5% 5%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.od-content02-item.reverse .bg-image {
		left: 0;
		right: 0;
	}
	.od-content02-item.reverse .area-text {
		margin-left: 0;
		margin-right: 0;
	}
	.od-content02-item .item-title {
		margin-top: 0;
	}
}



/* --------------------- コンテンツパターン03　odpt-content03 --------------------- */
.od-content03 {
	margin-top: 5vw;
}
.od-content03-item {
	position: relative;
	z-index: 0;
	margin-top: 3vw;
}
.od-content03-item .bg {
	position: absolute;
	top: -3vw;
	bottom: -4vw;
	left: 0;
	right: 0;
	z-index: -2;
	transform: skewY(-2deg);
	background-color: #ffe5e8;
}
.od-content03-item.reverse .bg {
	transform: skewY(2deg);
}
.od-content03-item:nth-child(1) .bg {
	background-color: #ffe5e8;
}
.od-content03-item:nth-child(2) .bg {
	background-color: #e2ebf4;
}
.od-content03-item:nth-child(3) .bg {
	background-color: #f5ede4;
}
.od-content03-item:nth-child(4) .bg {
	background-color: #ece9e6;
}
.od-content03-item .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 3%;
	padding-bottom: 6%;
	align-items: center;
}
.od-content03-item.reverse .inner {
	flex-direction: row-reverse;
}
.od-content03-item:last-child {
	margin-bottom: 50px;
}
.od-content03-item:last-child .bg {
	bottom: -25px;
}
.od-content03-item .area-text {
	width: 48%;
	padding: 1em 0;
}
.od-content03-item .item-title {
	font-size: 2em;
	margin-top: 0;
}
.od-content03-item .item-title-sub {
	position: absolute;
	right: 0;
	top: -5vw;
	font-size: 15vw;
	font-weight: bold;
	line-height: 1;
	color: rgba(255, 255, 255, 0.5);
	z-index: -1;
	letter-spacing: -0.05em;
	margin-bottom: 0;
}
.od-content03-item.reverse .item-title-sub {
	left: 0;
	right: inherit;
}
.od-content03-item .area-image {
	width: 48%;
}
.od-content03-item .area-image img {
	width: 100%;
	display: block;
}

@media screen and (max-width: 768px) {	
	.od-content03-item .inner {
		justify-content: center;
	}
	.od-content03-item .area-text {
		width: 100%;
	}
	.od-content03-item .area-image {
		width: 100%;
	}
	.od-content03-item .item-title-sub {
		top: -8vw;
		z-index: 0;
	}
}






/* --------------------- バナーパターン01  odpt-bnr01 --------------------- */
.od-bnr01 li {
	border: 1px solid #cccccc;
}
.od-bnr01 li img {
	display: block;
	width: 100%;
}


/* --------------------- バナーパターン02  odpt-bnr2 --------------------- */
.od-bnr02 {}
.od-bnr02 li {
	position: relative;
	overflow: hidden;
	border: 1px solid #aaaaaa;
	height: 200px;
}
.od-bnr02 li img {
	width: 100%;
	display: block;
}
.od-bnr02 li p {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
}
.od-bnr02 li .bg-filter {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(255, 255, 255, 0.8);
}








/*　レイアウトボックス03 */
.layout-box03 {
	display: flex;
	column-gap: 20px;
}
.layout-box03 > * {
	width: 100%;
}
.layout-box03.reverse {
	flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
	.layout-box03 {
		display: flex;
		column-gap: 20px;
	}
	.layout-box03 > * {
		width: 100%;
	}
	.layout-box03.reverse {
		flex-direction: row-reverse;
	}
}






/* --------------------- フローパターン01  odpt-flow01 --------------------- */
.od-flow01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.od-flow01 li {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
    margin-bottom: 40px;
}
.od-flow01 .step-cont {
	margin-bottom: 0;
}
.od-flow01 .step-title {
	display: flex;
	flex-wrap: wrap;
    align-items: flex-end;
    font-size: 1.5em;
    line-height: 1.4;
    margin-bottom: 15px;
}
.od-flow01 .step {
	display: block;
    width: 5em;
    font-size: 0.8em;
	line-height: 1;
    font-weight: bold;
    margin-left: -30px;
    margin-top: -30px;
    color: #999999;
    font-family: "Helvetica";
}
.od-flow01 .step-num {
	display: inline-block;
    font-size: 4em;
    font-weight: bold;
    line-height: 0.9;
}
.od-flow01 .step-cont p,
.od-flow01 .step-cont dd {
	margin-bottom: 0;
}


/* --------------------- フローパターン02  odpt-flow02 --------------------- */
.od-flow02 {
	list-style-type: none;
	padding:0;
	margin:0;
}
.od-flow02 li {
	display: flex;
	margin-bottom: calc(1.5em + 10px);
}
.od-flow02 .step {
	position: relative;
	width:100px;
	background: var(--color01);
	padding: 1em;
	margin-bottom: 0;
	text-align:center;
	color: #fff;
	margin-right: 1.5em;
	flex: 0 0 auto;
	font-weight: bold;
}
.od-flow02 .step:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: -10px;
	left: 0;
	border-style: solid;
	border-color: var(--color01) transparent transparent transparent;
	border-width: 10px 50px 0 50px;
	z-index: 1;
}
.od-flow02 li:last-child .step:after {
	content: none;
}
.od-flow02 .step-cont {
	width: 100%;
	align-self: center;
	margin-bottom: 0;
}
.od-flow02 .step-title {
	font-size: 1.3125em;
}
.od-flow02 .step-cont > p,
.od-flow02 .step-cont > dd {
	margin-bottom: 0;
}



/* --------------------- フローパターン03  odpt-flow03 --------------------- */
.odpt-flow03 {
	width: 100%;
	overflow: auto;
}
.od-flow03 {
	list-style-type: none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	display: flex;
	line-height: 1.4;
	min-width: 700px;
}
.od-flow03 li {
	position:relative;
	background: var(--color01);
	padding: 1em 1em 1em 1em;
	color: #fff;
	width: 100%;
}
.od-flow03 li:not(:first-child) {
	padding-left: 40px;
}
.od-flow03 li:last-child:after {
	display: none;
}
.od-flow03 li:after {
	content: '';
	width: 25px;
	height: 100%;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: calc(100% - 0.5em);
	clip-path: polygon(0 0, 10% 0, 100% 50%, 10% 100%, 0 100%, 90% 50%);
	z-index: 1;
}
.od-flow03 .step {
	font-size: 0.875em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.od-flow03 .step-title {
	margin-bottom: 0;
}






/* ----- ご挨拶パターン01　 odpt-greeting01 ----- */
.greeting-sec {}
.od-greeting01 .president-signature {}



/* ----- 会社概要パターン01　 odpt-outline01 ----- */
.od-outline01 .outline-cont {
	display: flex;
}
.od-outline01 .outline-cont .area-text {
	margin-right: 20px;
}
.od-outline01 .outline-cont .area-image {
	margin-left: auto;
}


/* ----- 沿革パターン01　 odpt-history01 ----- */
.od-history01 .history-list {
    padding: 10px 0;
    margin-top: 45px;
    position: relative;
}
.od-history01 .history-list:before {
    content: '';
    background-color: #666666;
    display: block;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0px;
}
.od-history01 .history-list > li {
    float: left;
    margin-top: 180px;
    padding-right: 8%;
    position: relative;
    width: 50%;
}
.od-history01 .history-list > li h3 {
    text-align: right;
    position: relative;
}
.od-history01 .history-list > li h3::before {
    content: '';
    background-color: #666666;
    display: block;
    height: 1px;
    width: calc(100 / 42 * 7% );
    position: absolute;
    right: calc(100 / 42 * 8% * -1 );
    top: 50%;
}
.od-history01 .history-list > li:nth-child(2n) {
	float: right;
    padding-right: 0;
    padding-left: 8%;
}
.od-history01 .history-list > li:nth-child(even) h3 {
	text-align: left;
}
.od-history01 .history-list > li:nth-child(even) h3::before {
	left: calc(100 / 42 * 8% * -1 );
}
.od-history01 .history-list > li:nth-child(2n+1) {
	clear: both;
	margin-top: -180px;
}
.od-history01 .history-list > li:first-child {
	margin-top: 0;
}
@media screen and (max-width: 560px) {
}




/* ----- スタッフパターン01　 odpt-staff01 ----- */
.od-staff01 .staff-list h3 {
	background-color: var(--color01-4);
	padding: 0.6em 15px 0.5em;
}
.od-staff01 .staff-list h3 span {
	font-weight: inherit;
}
.od-staff01 .staff-list h3 span.position {
	font-size: 0.875em;
	margin-right: 1.5em;
}
.od-staff01 .staff-list h3 span.staff-name {
	font-size: 1em;
}
.od-staff01 .profile th {
	font-size: 0.875em;
}
.od-staff01 .profile-faq dt {
	font-size: 0.875em;
	font-weight: normal;
	background-color: #f6f6f6;
	padding: 0.3em 0.5em;
	margin-bottom: 0.5em;
}
.od-staff01 .profile-faq dt::before {
    display: inline-block;
    content: 'Q.';
    margin-right: 0.5em;
	font-size: 1.2em;
}




