@charset "utf-8";
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トラステック標準WEBサイト PHP + BootStrap
宮川動物病院　カスタム対応
	ver.2025.07.09.miyagawa-ah.com
	ホーム　スタイルシート
────────────────────────────────────────
FileName:		/resources/css/index.css
Editor:			TRUSTEC
Description:	ホーム　スタイルシート。
────────────────────────────────────────
2025/05/30:		サンプル開発開始。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/





/* ::::: [CUSTOM PROPERTIES] ::::: */
:root {

	/* Fonts
	--------- --------- --------- ------- */
}





/* ::::: [COMMON-HEADER: OVER WRITE] ::::: */

/* Sticky Page Top
--------- --------- --------- ------- */
#sticky-page-top {
}

#sticky-page-top .sticky-page-top-transition {
}



/* ::::: [COMMON-HEADER: OVER WRITE] ::::: */
/* ::::: [IMAGE-STYLES] ::::: */

/* Picture Portrait
--------- --------- --------- ------- */
.portrait {
}

/* Picture Landscape
--------- --------- --------- ------- */
.landscape {
}

/* @media
--------- --------- --------- ------- */
/*	DisplayWidth < SM	*/
@media (max-width: 767px) {

	/* Picture
	--------- --------- --------- ------- */
	.common-picture {
	}

	/* Picture Portrait
	--------- --------- --------- ------- */
	.portrait {
	}

	/* Picture Landscape
	--------- --------- --------- ------- */
	.landscape {
	}

	img.common-picture.landscape,
	.common-picture.landscape img {
		aspect-ratio: 16 / 9;
	}
}



/* ::::: [COMMON-PARTS: OVER WRITE] ::::: */
/* :::::  [TEXT-STYLES: SIGNATURE] ::::: */

/* Setting
--------- --------- --------- ------- */
.signature {
	justify-content: flex-end;
}

/* @media
--------- --------- --------- ------- */
/*	DisplayWidth < SM	*/
@media (max-width: 767px) {

	/* Setting
	--------- --------- --------- ------- */
	.signature {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start
	}
}





/* ::::: [] ::::: */
.index-section-headline {
	color: #404040;
	font-size: max(1.75rem, 2.6vw);
	line-height: var(--common-line-height);
}

.index-section-caption {
	color: #404040;
	font-size: 1.2rem;
	line-height: var(--common-line-height);
}





/* ::::: [INDEX-EYECATCH] ::::: */

/* Setting
--------- --------- --------- ------- */
#index-eyecatch {
    width: 100%;
    height: 100%;
}
#index-eyecatch.eyecatch {
	background-size: cover;
	background-attachment: fixed;
	color: #ffffff;
	background-color: #ffffff;
	position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
	align-items: center;
    justify-content: center;
    z-index: 1;
}
@media(min-width: 992px){
	#index-eyecatch,
	#index-eyecatch.eyecatch {
		aspect-ratio: 16 / 10;
	}
}
#index-eyecatch.eyecatch .eyecatch-wrapper {
}
/*	EyeCatch Lead	*/
#index-eyecatch.eyecatch .eyecatch-centering{
    max-width: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    top: 0;
}
#index-eyecatch.eyecatch .eyecatch-centering .main-catch{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	margin-bottom: 0;
}
#index-eyecatch.eyecatch .eyecatch-centering .main-catch img{
    filter: drop-shadow(rgba(13, 13, 13, 0.4) 0 0 10px);
    width: 386.44px;
	height: 76.39px;
    aspect-ratio: auto 386.44 / 76.39;
}
@media(max-width: 576px){
	#index-eyecatch.eyecatch .eyecatch-centering .main-catch img{
		width: 200px;
		height: auto;
        margin-bottom: 2rem;
	}
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05); /* 拡大率 */
  }
}
#myCarousel .carousel-inner .active {
  animation: zoomUp 6s linear 0s normal both;
}
/***************************************************
 * Generated by SVG Artista on 9/18/2025, 3:15:41 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

svg .svg-elem-1 {
  stroke-dashoffset: 849.2446899414062px;
  stroke-dasharray: 849.2446899414062px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s;
}

svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-2 {
  stroke-dashoffset: 849.2446899414062px;
  stroke-dasharray: 849.2446899414062px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7999999999999999s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7999999999999999s;
}

svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
}

svg .svg-elem-3 {
  stroke-dashoffset: 576.6637573242188px;
  stroke-dasharray: 576.6637573242188px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8999999999999999s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8999999999999999s;
}

svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-4 {
  stroke-dashoffset: 576.6637573242188px;
  stroke-dasharray: 576.6637573242188px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
}

svg .svg-elem-5 {
  stroke-dashoffset: 924.0072021484375px;
  stroke-dasharray: 924.0072021484375px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-6 {
  stroke-dashoffset: 924.0072021484375px;
  stroke-dasharray: 924.0072021484375px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s;
}

svg.active .svg-elem-6 {
  stroke-dashoffset: 0;
}

svg .svg-elem-7 {
  stroke-dashoffset: 618.1741943359375px;
  stroke-dasharray: 618.1741943359375px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .svg-elem-7 {
  stroke-dashoffset: 0;
  fill: rgb(255, 255, 255);
}

svg .svg-elem-8 {
  stroke-dashoffset: 618.1741943359375px;
  stroke-dasharray: 618.1741943359375px;
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                        fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
          transition: stroke-dashoffset 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s,
                fill 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s;
}

svg.active .svg-elem-8 {
  stroke-dashoffset: 0;
}




.carousel-box,
.carousel-inner,
.slide-show-box{
	width: 100%;
    height: 100vh;
}
.carousel-item {
    height: 100%;
    filter: brightness(0.8);
}
.dots-wrap {
    display: flex;
    justify-content: flex-end;
    bottom: 20%;
    flex-direction: column;
    align-items: flex-end;
    margin: 0 !important;
}
@media(max-width: 576px){
	.dots-wrap {
		bottom: 15%;
	}
}
.dots-wrap li {
	font-size: max(1.2rem, 1.5vw);
    width: 5em !important;
    height: .5em !important;
    text-indent: 0 !important;
    background-color: transparent !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin: 0 !important;
}
.dots-wrap .dots-wrap-text {
    color: #fff;
	font-family: aktiv-grotesk-extended, sans-serif;
	font-weight: 500;
	font-style: normal;
	margin-right: .4em;
}
.dots-wrap .dots-wrap-dots {
    width: .8em !important;
    height: .8em !important;
    margin: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(../images/index/dots-wrap-dots.svg);
    cursor: pointer !important;
	display: inline-block;
    background-color: transparent !important;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
    opacity: .8;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}


.scroll-button{
    margin: auto;
    width: 3em;
    z-index: 100;
	transition: .3s;
}
.scroll-button:hover{
	opacity: .5;
	transition: .3s;
}

.scroll {
  position: absolute;
  bottom: 15%;
  width: 3em;
  height: 1em;
  cursor: pointer;
  text-decoration: none;
  color: #F5F5F5;
  span {
    font-size: max(1.2rem, 1.2vw);
	font-family: var(--common-font-family-serif);
    color: #F5F5F5;
    text-align: center;
	letter-spacing: .02em;
    margin-top: .3em;
  }
}

.arrow {
  position: absolute;
  top: 1.25em;
  left: 1.25em;
  animation: 2s arrow-animation infinite ease-in-out;
  width: 0;
  height: 10em;
  border: .5px solid #F5F5F5;
	display: block;
  &::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: -2px;
    width: 1px;
    height: 10px;
    border-top: 10px solid #F5F5F5;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
  }
}

@keyframes arrow-animation {
  0% {
    height: 1em;
  }
  66% {
    height: 10em;
  }
}
@media(max-width: 576px){
	.arrow {
		height: 7em;
	}

	@keyframes arrow-animation {
	  0% {
		height: 1em;
	  }
	  66% {
		height: 7em;
	  }
	}
}

/* @media
--------- --------- --------- ------- */
/*	画面が横向き（横長）	*/
@media (orientation: landscape){
	#index-eyecatch.eyecatch .eyecatch {
	}
}
/*	画面が縦向き（縦長）	*/
@media (orientation: portrait){
	#index-eyecatch.eyecatch .eyecatch {
	}
}

/* ::::: [INDEX-TOPICS] ::::: */
#index-about-us-title{
    margin-bottom: 1em;
    justify-content: center;
    width: 100%;
	font-weight: 500;
}
#index-about-us .section-body {
    position: absolute;
    height: 100%;
    width: 45%;
    min-width: 500px;
    height: 100%;
    background-color: #ffffff85;
    padding: 2em 3em;
    top: 0;
    bottom: 0;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
}
#index-about-us .bg-image-fixed {
	position: fixed; /* 背景を固定 */
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: left;
	z-index: -1;
}

#index-about-us {
	height: 100vh;
	position: relative;

  .bg-image-fixed {
    background-image: url(../images/index/index-about-us-article-background.jpg);
  }
}

#index-about-us .section-body .philosophy{
    color: var(--common-article-title-color1);
    font-size: max(1.8rem, 2.3vw);
    letter-spacing: var(--common-letter-spacing-title);
	font-family: var(--common-title-font);
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 1em;
	text-align: center;
}

#index-about-us .section-body .about-us-message-wrapper{
	margin: 0 auto;
	border-radius: 5px;
	position: relative;
	max-width: 600px;
	width: 90%;
}
#index-about-us .section-body .about-us-message-wrapper::before{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 2px solid #4699CA;
	display: block;
    background-color: transparent;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
}
#index-about-us .section-body .about-us-message-wrapper::after{
	width: 100%;
	height: 100%;
	border-radius: 5px;
    background-color: #ffffffa6;
	display: block;
	content: '';
	position: absolute;
	top: -12px;
	left: -18px;
	z-index: 0;
}
#index-about-us .section-body .about-us-message-wrapper .about-us-message{
	margin: 1em 1.5em 1.8em 1.5em;
	position: relative;
	z-index: 10;
}

@media(max-width: 1199px){
	#index-about-us .section-body{
		width: 80%;
		left: 10%;
		right: 10%;
	}
	#index-about-us-title{
		margin-bottom: .8em;
	}
}
@media(max-width: 767px){
	#index-about-us-title{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	    margin-top: 2em;
	}
	#index-about-us-title .title{
		margin-right: 0;
	}
	#index-about-us .section-body{
        padding: unset;
	}
	#index-about-us .about-us-message-wrapper{
		margin-bottom: 4em !important;
	}
	#index-about-us{
		max-height: 700px;
	}
}
@media(max-width: 576px){
	#index-about-us{
		height: 120vh;
		max-height: 700px;
	}
	#index-about-us .section-body{
		width: 96%;
		min-width: unset;
		left: 2%;
		bottom: 2%;
	}
}
@media(max-width: 1199px){
	.about-us-message{
		font-size: 1rem;
	}
}
@media(max-width: 991px){
	#index-about-us .section-body .about-us-message-wrapper::after{
		left: -10px;
	}
}

#index-achievements{
    background-color: var(--common-background-color);
    z-index: 10;
    position: relative;
}

#index-partner-manufacturers-title-wrapper {
	margin-bottom: .5em;
}
#index-partner-manufacturers .introduction{
	text-align: center;
}
@media(max-width: 576px){
	#index-partner-manufacturers .introduction{
		text-align: start;
		width: 95%;
		margin: auto;
        margin-bottom: 1em;
	}
	#index-partner-manufacturers-title-wrapper {
		margin-bottom: 1em;
	}
}
.partner-manufacturers-list-wrapper{
	margin: 1em auto;
    border-radius: 5px;
    position: relative;
    max-width: 1227px;
}
.partner-manufacturers-list-wrapper::before{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 2px solid #002D5F49;
	display: block;
    background-color: transparent;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.partner-manufacturers-list-wrapper::after{
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: #DFDFDF;
	background: linear-gradient(90deg,rgba(223, 223, 223, 1) 0%, rgba(70, 153, 202, 1) 100%);
	display: block;
	content: '';
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 0;
}
@media(max-width: 991px){
	.partner-manufacturers-list-wrapper{
		max-width: 725px;
	}
}
@media(max-width: 767px){
	.partner-manufacturers-list-wrapper::before{
		top: -9px;
		left: -9px;
	}
	.partner-manufacturers-list-wrapper::after{
		top: 9px;
		left: 9px;
	}
}
@media(max-width: 576px){
	.partner-manufacturers-list-wrapper{
		max-width: 320px;
	}
	.partner-manufacturers-list-wrapper::before{
        top: -5px;
        left: -3px;
	}
	.partner-manufacturers-list-wrapper::after{
        top: 8px;
        left: 6px;
	}
}
.partner-manufacturers-list{
	list-style: none;
    flex-direction: row;
    padding-left: 0;
    column-count: 3;
    padding: 2em 3em;
    padding-top: 3em;
    position: relative;
    z-index: 15;
    gap: 1.5em 2em;
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
@media(max-width: 991px){
	.partner-manufacturers-list{
		column-count: 2;
		grid-template-columns: 1fr 1fr;
	}
}
@media(max-width: 576px){
	.partner-manufacturers-list{
		column-count: 1;
		grid-template-columns: 1fr;
		padding: 2em 1.5em;
	}
}
.partner-manufacturers-list-item .partner-name{
	display: inline-block;
}
.partner-manufacturers-list-item{
	background-color: #ffffff;
	border-radius: 5px;
	font-size: 1.1em;
	max-width: 16em;
	transition: .3s;
}
.partner-manufacturers-link{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
	padding: .5em 1em;
	transition: .5s;
}
.partner-manufacturers-link .bi-box-arrow-up-right{
    font-size: .8em;
}
.partner-manufacturers-list-item:hover{
	background-color: #002D5F;
	transition: .5s;
}
.partner-manufacturers-list-item:hover .partner-manufacturers-link{
	color: #ffffff;
	transition: .5s;
}

#index-company{
	background-color: #F7F7F7;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
#index-company-history-title,
#index-company-title{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
}
#index-company-history-title .title,
#index-company-title .title{
    margin-right: 0;
	line-height: 1.3em;
}
#index-company-history-title .title::after,
#index-company-title .title::after {
    margin: 0;
    content: url(../images/common/title-icon.svg);
	display: inline-block;
	margin-left: .5em;
    margin-bottom: 0.25em;
}
#index-company-history-title .title::before {
    margin: 0;
    content: url(../images/common/title-icon.svg);
    display: inline-block;
    margin-right: .5em;
    margin-bottom: 0.25em;
}
#index-company-history-title .title-short {
    margin-bottom: 0.25em;
}
#index-company-article{
	position: relative;
	z-index: 10;
	background-image: linear-gradient(#f7f7f7 60%, #f7f7f7b0 80%, transparent);
	max-width: 1200px;
}
/* xl	*/
@media(max-width: 1199px){
	#index-company-article{
		max-width: 1000px;
	}
}
/* lg	*/
@media(max-width: 991px){
	#index-company-article{
		max-width: 850px;
	}
}
/* md	*/
@media(max-width: 767px){
	#index-company-article{
		max-width: 650px;
	}
}
/* sm	*/
@media(max-width: 576px){
	#index-company-article{
		max-width: 550px;
	}
}
.company-inf{
	width: 85%;
	margin: auto;
	min-width: 900px;
}
/* xl	*/
@media(max-width: 1199px){
	.company-inf{
		min-width: 800px;
	}
}
/* lg	*/
@media(max-width: 991px){
	.company-inf{
		min-width: 700px;
	}
}
/* md	*/
@media(max-width: 767px){
	.company-inf{
		min-width: 600px;
	}
}
/* sm	*/
@media(max-width: 576px){
	.company-inf{
		min-width: 500px;
	    width: 90%;
	}
}
/* xs	*/
@media(max-width: 575px){
	.company-inf{
		min-width: unset;
	}
}
/* Table
--------- --------- --------- ------- */
.table-information {

	--table-color: var(--common-color);
	--table-border-color: #002D5F;
	--table-caption-font-weight: var(--common-font-weight-bold);

	--table-th-width: 20%;
	--table-th-color: #797979;
	--table-td-width: 70%;

	color: var(--table-color);
	max-width: 100%;
	margin-bottom: 0;
	border-color: var(--table-border-color);
}
.table-information tbody,
.table-information td,
.table-information tfoot,
.table-information th,
.table-information thead,
.table-information tr {
	border-style: dotted;
    border-color: #002D5F;
	border-right: none;
	border-left: none;
	vertical-align: middle;
}
.table-information td:first-child,
.table-information th:first-child,
.table-information tr:first-child {
	border-top: none;
}

/*	Table Col Width	*/
.table-information th{
	font-weight: var(--common-font-weight);
	text-align: start;
    vertical-align: text-top;
}
.table-information td{
	padding: 0.5rem 2rem;
}

.table-information .col-th {
	width: var(--table-th-width);
	min-width: 8em;
	min-width: 6em;
}
.table-information .col-td {
	width: var(--table-td-width);
	min-width: 24em;
}

.table-information tbody,
.table-information tr{
	width: 100%;
}
.table-information th,
.table-information td{
	padding: 1em 1.5em;
    line-height: 1.75em;
}
@media(max-width: 768px){
	.table-information th,
	.table-information td{
		padding: .5em;
        display: block;
		width: 100%;
	}
	.table-information tr{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
	}
}

/*	Table Caption	*/
.table-information .caption-top {
	color: var(--table-caption-color);
	font-weight: var(--table-caption-font-weight);
}

/*	Table Headline	*/
.table-information th {
	background-color: transparent;
	color: var(--table-th-color);
}
@media(max-width: 768px){
	.table-information th {
		padding-bottom: 0;
		padding-top: 1em;
	}
	.table-information td {
		padding-top: 0;
		padding-bottom: 1em;
	}
}

.company-history-background {
}
#index-company .article-background-line-wrapper{
    bottom: 0;
    right: 0;
    overflow: hidden;
    opacity: .15;
    width: 1920px;
    height: auto;
}
@media(max-width: 576px){
	#index-company .article-background-line-wrapper{
		width: 1200px;
	}
}

.timeline {
  list-style: none;
	padding-left: 0;
}
.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}
.timeline-date {
    color: var(--common-article-title-color1);
    font-size: max(1.3rem, 1.5vw);
    letter-spacing: var(--common-letter-spacing-title);
	font-family: var(--common-title-font);
	font-weight: 600;
	line-height: 2em;
	width: 5em;
	margin-right: 2em;
}
.timeline-text{
    letter-spacing: var(--common-letter-spacing-title);
	line-height: 2em;
    font-size: 1.2em;
	width: auto;
}
@media(max-width: 768px){
	.timeline-date {
		margin-bottom: 0;
	}
	.timeline-text{
		margin-bottom: 1.5em;
        line-height: 1.8em;
	}
}
.timeline-content {
    float: left;
    padding-left: 4rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.timeline-content:before {
	width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: .6em;
    margin: 0;
    content: url(../images/common/title-icon.svg);
    display: inline-block;
}
.timeline-content:after {
	position: absolute;
	display: block;
	content: "";
	background: #AAAAAA;
	width: 1px;
	height: 100%;
	z-index: -1;
	left: 10px;
}
@media(max-width: 767px){
	.timeline-content {
		padding-left: 2.5rem;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}
}
#index-company-history-article{
	width: 75%;
	margin: auto;
	min-width: 800px;
}
/* xl	*/
@media(max-width: 1199px){
	#index-company-history-article{
		min-width: 800px;
	}
}
/* lg	*/
@media(max-width: 991px){
	#index-company-history-article{
		min-width: 700px;
	}
}
/* md	*/
@media(max-width: 767px){
	#index-company-history-article{
		max-width: 600px;
		min-width: unset;
	}
}
/* sm	*/
@media(max-width: 576px){
	#index-company-history-article{
		max-width: 500px;
		min-width: unset;
        width: 90%;
	}
}
/* xs	*/
@media(max-width: 575px){
	#index-company-history-article{
		min-width: unset;
	}
}


#index-topics{
	background-color: #EBF2F5;
}
#index-topics-article{
	position: relative;
	z-index: 10;
    max-width: 1100px;
    padding: 0 1em;
}
/* xl	*/
@media(max-width: 1199px){
	#index-topics-article{
		max-width: 1000px;
	}
}
/* lg	*/
@media(max-width: 991px){
	#index-topics-article{
		max-width: 900px;
	}
}
/* md	*/
@media(max-width: 767px){
	#index-topics-article{
		max-width: 700px;
	}
}
/* sm	*/
@media(max-width: 576px){
	#index-topics-article{
		max-width: 550px;
	}
}
/* xs	*/
@media(max-width: 575px){
	#index-topics-article{
		max-width: unset;
	}
}

.item-data{
	width: 10em;
}
.item-text{
	width: auto;
}
/*	List Item	*/
.list-log-feed{
	list-style: none;
	margin: auto;
	padding: 0.3em 0;
	width: 100%;
	max-width: 1100px;
}
.list-log-feed-item {
	width: 100%;
}

.list-log-feed-item {
    display: flex;
    align-items: center;
}
.list-log-feed .list-log-feed-item:not(:last-child) {
    border-bottom: 1px dotted #002D5F;
}
.list-log-feed-item {
    border-bottom: 1px dotted #002D5F;
}
.list-log-feed-item .item-date {
	color: var(--topics-caption-color);
}
.list-log-feed-item a {
    width: 100%;
    padding: 0.8em 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5em;
    position: relative;
    transition: all 0.3s ease-out;
    transition: .3s;
    font-size: 1.1em;
}
@media(max-width: 767px){
	.list-log-feed-item a {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-start;
        justify-content: center;
        gap: 0;
	}
}
@media screen and (max-width: 1000px) {
	.list-log-feed-item a:active {
		transition: .3s;
		background-color: #FFFFFF60 !important;
	}
}

 /*PCの時は:hover*/
@media screen and (min-width: 1001px) {
	.list-log-feed-item a:hover {
		transition: .3s;
		background-color: #FFFFFF60 !important;
	}
}
.btn-index-topics{
	margin-right: 0;
	margin-left: auto;
}
.slider-achievements{
	padding: 0;
}
#slider-achievements .slick-prev{
    left: 2%;
    z-index: 10;
    width: 5rem;
    height: 5rem;
	transition: .5s;
}
#slider-achievements .slick-next {
    right: 2%;
    z-index: 10;
    width: 5rem;
    height: 5rem;
	transition: .5s;
    opacity: .9;
}
#slider-achievements .slick-prev:before,
#slider-achievements .slick-next:before {
    color: #FFFFFF;
    font-size: 1.7rem;
}
#slider-achievements .slick-prev:before {
    font-family: bootstrap-icons;
    font-weight: 900;
    content: "\F284";
}
#slider-achievements .slick-next:before {
    font-family: bootstrap-icons;
    font-weight: 900;
    content: "\F285";
}
#slider-achievements .slick-prev:hover,
#slider-achievements .slick-next:hover {
    opacity: .5;
	transition: .5s;
}
.achievements-card{
    height: 65vh;
	background-color: #F7F7F7;
	border-radius: 10px;
	box-shadow: 9px 7px 5px 0px #c3c1c182;
    display: flex;
    flex-direction: column;
}
.achievements-footer{
	flex: 1;
	padding: 1.5em 2em;
}
.achievements-image{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
    overflow: hidden;
	height: 85%;
	position: relative;
	flex: 10;
}
.achievements-image img{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.achievements-title{
	font-size: 1.3em;
	letter-spacing: .1em;
	line-height: 1.5em;
	margin-bottom: 0;
	position: relative;
}
.achievements-title::after{
	background-color: #4699CA;
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
	margin-top: .2em;
	opacity: .5;
}
.achievements-list{
    padding: 1em 2em;
}
@media(max-width: 767px){
	.achievements-list{
		padding: 1em;
	}
}
.achievements-image-decoration{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}
#index-google-map{
	width: 100%;
	height: 45vh;
}
.footer-google-map{
	width: 100%;
	height: 100%;
}
@media(max-width: 767px){
	#index-google-map{
		width: 100%;
		height: 50vh;
	}
}

#index-topics-andmore,
#index-company-information,
#index-company-title,
#index-partner-manufacturers-list,
#index-achievements-title,
#slider-achievements,
#index-partner-manufacturers-title-wrapper,
#index-about-us-philosophy,
#index-about-us-title{
	filter: opacity(0);
}