/*font-family: 'Cormorant Garamond', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;*/
/*--------------------------------
	　section-01
--------------------------------*/
.section-01.s-detail {
  background: #f3f2f2;
	padding: 60px 0;
}
.section-01 .container {
  padding: 60px 0;
}
.section-01.s-detail .container {
  padding: 60px;
	background: #FFF;
}
.synergy-box {}
.synergy-box a {
  text-decoration: none;
}
.synergy-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.synergy-box ul li {
  width: 48%;
}
.synergy-line {
  position: relative;
  top: 60px;
  background: #c7002f;
  color: #FFF;
  font-family: 'Noto Serif JP', serif;
  width: 300px;
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  z-index: 1;
}
.synergy-line::before {
  position: absolute;
  top: 0;
  right: -20px;
  width: 50px;
  height: 100%;
  background: #c7002f;
  content: '';
  transform: skew(-30deg);
  z-index: 1;
}
.synergy-text-01 {
  background: #c7002f;
  padding: 15px;
  color: #FFF;
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
}
.synergy-text-02 {
  padding: 15px;
  border-bottom: 2px solid #CCC;
  text-align: center;
}
.synergy-img {
  overflow: hidden;
  /*background: #000;*/
}
.synergy-img img {
  display: block;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s ease-out, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s ease-out, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.synergy-box ul li a:hover img {
  transform: scale(1.1);
  opacity: 1;
}

.synergy-box-detail-box {
	background: #FFF;
	padding: 60px;
}

.main-img {
	text-align: center;
	margin-bottom: 30px;
}
.main-img img {
	width: 100%;
}
.name {
	display: flex;
	justify-content: space-around;
	width: 68%;
margin: 0 auto 60px;
}
.name li {
	width: 50%;
	text-align: center;
	font-weight: bold;
}
.text-area {
	margin-bottom: 60px;
	padding: 60px;
}
.text-area .layout-01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.text-area .layout-01 .text-box{
	width: 65%;
}
.text-area .layout-01 .img-box{
	width: 30%;
}
.text-area .layout-01 .img-box img{
	width: 100%;
}
.text-area .layout-01 h3 {
	font-size: 18px;
	font-weight: bold;
	color: #c7002f;
	margin-bottom: 45px;
}
.text-area span.red {
	font-weight: bold;
	color: #c7002f;
}
.index-area {
	padding: 0 45px;
}
.index-inner {
	padding: 20px;
	background: #f3f3f3;
}
.index-area .clock::before {
	content: url(../img/icon_clock.png);
  vertical-align: middle;
  padding-right: 5px;
	width: 18px;
	height: 18px;
}
.index-area .index-box{
}
.text-area h3 {
  scroll-margin-top: 90px;
}
h3.right-border {
    display: flex;
    align-items: baseline;
	font-size: 18px;
font-weight: bold;
color: #c7002f;
}

h3.right-border:after {
    content: "";
    height: 4px;
    flex-grow: 1;
    background-color: #d5d5d5;
	margin-left: 15px;
}

h3.right-border:after {
    margin-right: 15rem;
}
@media screen and (max-width: 991px) {
  .section-01 .container {
    position: relative;
    padding: 15px;
  }
  .synergy-box ul {
    display: block;
  }
  .synergy-box ul li {
    width: 100%;
    margin-bottom: 60px;
  }
	.name {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0px auto 60px;
}
	.name li {
  font-size: 13px;
}
	.text-area {
  margin-bottom: 30px;
  padding: 0;
}
.text-area .layout-01 {
  display: block;
  margin-bottom: 60px;
}
.text-area .layout-01 .text-box,
	.text-area .layout-01 .img-box {
	width: 100%;
}
	.text-area .layout-01 .img-box {
	margin: 15px 0;
}
.text-area .layout-01 h3 {
	margin-bottom: 30px;
}
.index-area {
	padding: 0 0 45px 0;
}
.section-01.s-detail .container {
  padding: 15px;
}
h3.right-border::after {
  margin-right: 0;
}
}