/*font-family: 'Cormorant Garamond', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;*/
/*--------------------------------
	　section-01
--------------------------------*/

.section-01 .container {
  position: relative;
  height: 650px;
  padding: 60px 0;
}
.section-01 .ob-01 {
  position: absolute;
  right: 0;
  top: 60px;
}
.section-01 .ob-01 img {
  width: 570px;
}
.section-01 .ob-02 {
  position: absolute;
  right: 0;
  bottom: 0;
}
/*--------------------------------
	　section-02
--------------------------------*/
.section-02 .container {
  margin-top: -280px;
}
.toggle-wrap {
  width: 90%;
}
.toggle-title {
  position: relative;
  cursor: pointer;
  box-shadow: 2px 3px 6px 6px #EEE;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 15px;
  background: #FFF;
}
.toggle-title.selected {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.toggle-title.selected::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: #FFF;
  display: block;
  content: "";
  z-index: 1;
}
.toggle-title-inner {
  display: flex;
  align-items: center;
}
.toggle-title-num {
  font-size: 112px;
  color: #bdbdbd;
  font-weight: 100;
  line-height: 1;
	letter-spacing: -2px;
}
.toggle-title-text {
  margin-left: 15px;
}
.toggle-title-01 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.toggle-title-02 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
  padding-right: 135px;
}
.toggle-ans {
  margin: 0;
  padding: 60px 0;
  display: none;
  box-shadow: 2px 3px 6px 6px #EEE;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 15px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  position: relative;
  background: #FFF;
}
.toggle-ans.bg-01 {
	background: url("../img/asset_icon_09.png") left -5px no-repeat;
  background-size: 650px;
	
}
.toggle-ans.bg-01 .bg-01-li{
	position: relative;
}
.toggle-ans.bg-01 .bg-01-li .t-02{
	position: absolute;
	bottom: 30px;
	left: 0;
}
.toggle-ans::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 16px;
  background-color: #FFF;
  display: block;
  content: "";
  z-index: 1;
}
.toggle-ans:first-of-type {
  display: block;
}
.plus {
  position: absolute;
  right: 90px;
  top: 0;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
}
.plus:before, .plus:after {
  display: block;
  content: "";
  background-color: #bdbdbd;
  position: absolute;
  width: 100px;
  height: 2px;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  transition: 0.4s;
}
.selected .plus:before, .selected .plus:after {
  background: linear-gradient(to right, rgba(229, 98, 46, 1) 25%, rgba(193, 3, 51, 1) 75%);
  color: transparent;
}
.plus:before {
  width: 2px;
  height: 100px;
}
.toggle-title.selected .plus:before {
  transform: translate(50%, 50%) rotate(90deg);
}
.toggle-ans ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.toggle-ans li {
  width: 48%;
  margin-bottom: 60px;
  position: relative;
  display: inline-block;
}
.toggle-ans li:before {
  content: '';
  position: absolute;
  left: 0;
  top: -14px;
  display: inline-block;
  width: 120px;
  height: 6px;
  background-color: #efefef;
  border-radius: 1px;
}
.toggle-ans li .t-01 {
  font-size: 80px;
  font-weight: bold;
  background: linear-gradient(to right, rgba(229, 98, 46, 1) 5%, rgba(193, 3, 51, 1) 75%);
  -webkit-background-clip: text;
  color: transparent;
	line-height: 1.1;
padding-bottom: 10px;
}
.twoLines {
  line-height: 0.5!important;
  padding-top: 30px;
}
.toggle-ans.f-reset li .t-01 {
  font-size: 0;
}
.toggle-ans li .t-01 span {
  font-size: 32px;
}
.toggle-ans li .t-02 {
  font-size: 18px;
  font-weight: bold;
}
.toggle-ans li .t-02 span {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.toggle-ans.icon li .t-01 img {
  max-width: 100px;
}
.toggle-ans li .t-01 img {
  margin: 15px 0;
}
.toggle-ans .t-03 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: inline-block;
	padding-top: 15px;
}
.toggle-ans .t-03:before {
  content: '';
  position: absolute;
  left: 0;
  top: -15px;
  display: inline-block;
  width: 120px;
  height: 6px;
  background-color: #efefef;
  border-radius: 1px;
}
.toggle-ans .t-04 {
  margin-bottom: 90px;
}
.toggle-ans .t-04 .t-01 {
  position: relative;
  display: inline-block;
	width: 100%;
}
/*.toggle-ans .t-04 .t-01:before {
  content: '';
  position: absolute;
  left: 0;
  top: -15px;
  display: inline-block;
  width: 120px;
  height: 6px;
  background-color: #efefef;
  border-radius: 1px;
}*/
.toggle-ans.group-company li {
  padding-top: 15px;
}
.toggle-ans.group-company .t-05-01 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.toggle-ans.group-company .t-05-02 a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 8px;
  display: inline-block;
}
.toggle-ans.group-company .t-05-02 a:after {
  content: url('../img/asset_icon_10.png');
  margin: 0px 5px;
}
.toggle-ans.group-company .t-05-02 a:hover {
  text-decoration: none;
}
.toggle-ans.group-company .t-05-03 {
  font-size: 14px;
  font-weight: normal;
}
.toggle-ans.group-company .company-box {
  margin-bottom: 5px;
}
.content-04-box {
  position: relative;
	padding-top: 20px;margin-bottom: 90px;
}
.content-04-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: -15px;
  display: inline-block;
  width: 120px;
  height: 6px;
  background-color: #efefef;
  border-radius: 1px;
}
.title-cat {
	padding: 8px;
	color: #FFF;
	display: inline-block;
	line-height: 1;
	margin-bottom: 15px;
	font-size:18px;
}
.cat-01 {
	background: #c7022f;
}
.cat-02 {
	background: #008c38;
}
.cat-03 {
	background: #004098;
}
.cat-04 {
	background: #8f6ea1;
}
.title-sub {
	font-weight: bold;
	margin-bottom: 15px;
	font-size:18px;
	line-height: 1.8;
}
.title-sub-02 {
	font-weight: bold;
	margin-bottom: 15px;
	font-size:14px;
}
.list-01 {
	margin-left: 15px;
}
.toggle-ans ul.list-01 {
	display: block;
	
}
.toggle-ans ul.list-01 li {
	width: 100%;
	list-style: square;
	margin-bottom: 2px;
	display:list-item;
}
.toggle-ans ul.list-01 li::before {
  display: none;
}
.img-figure {
	margin: 30px 0;
}
.next-box.img-bar {
  background: #FFF;
  padding: 0 0 30px 0;
}
.next-box.img-bar .next-box-wrapper {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0;
  }
@media screen and (max-width: 991px) {
  .section-01 .container {
    position: relative;
    height: 650px;
    padding: 15px;
  }
  .section-01 .ob-01 img {
    width: 200px;
  }
  .section-02 .container {
    margin-top: -360px;
  }
  
  .section-01 .ob-01 {
    position: absolute;
    top: 160px;
  }
  .section-01 .ob-02 {
    position: absolute;
    top: 250px;
  }
  .section-01 .ob-02 img {
    width: 250px;
  }
  .toggle-title {
    padding: 15px;
  }
  .toggle-title-inner {
    display: flex;
    align-items: flex-start;
    padding-right: 60px;
  }
  .toggle-title-num {
    font-size: 48px;
    margin-left: -13px;
    font-weight: 100;
    margin-top: -15px;
	  letter-spacing: -2px;
}
  .toggle-title-01 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .toggle-title-02 {
    font-size: 14px;
    margin-left: -45px;
    line-height: 1.8;
    padding-right: 0;
  }
  .plus {
    position: absolute;
    right: 38px;
    top: 0;
  }
  .plus:before, .plus:after {
    width: 40px;
    height: 2px;
  }
  .plus:before {
    width: 2px;
    height: 40px;
  }
  .toggle-ans ul {
    display: block;
  }
  .toggle-ans li {
    width: 100%;
  }
  .toggle-ans li .t-01 {
    font-size: 48px;
    line-height: 1;
    margin: 8px 0 8px 0;
}
  .toggle-ans li:before {
    position: absolute;
    top: -5px;
  }
  .next-box .next-box-wrapper {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px;
  }
  .next-box-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .next-box-inner li {
    flex: 0 0 260px;
    white-space: normal;
    word-wrap: break-word;
    margin-right: 15px;
    background: #FFF;
  }
  .simplebar-track.simplebar-horizontal {
    height: 5px !important;
    background: #DDD;
    border-radius: 0;
    max-width: 372px;
    margin: 0 auto;
  }
  .simplebar-scrollbar {
    height: 5px !important;
    background: #000;
    border-radius: 0;
    top: 0;
  }
  .tab_panel ul {
    padding: 5px;
  }
  .tab_panel ul li {
    position: relative;
  }
  .tab_panel ul li::before {
    position: absolute;
    top: 0;
    left: 100%;
    width: 5px;
    height: 1px;
    content: '';
  }
  .toggle-ans li:last-child, .toggle-ans .t-04:last-child {
    margin-bottom: 0;
  }
  .toggle-wrap {
    width: 100%;
  }
.toggle-ans .t-03 {
    margin-top: 40px;
}
	.toggle-ans .t-04 .t-01 img {
	width: 100%;
}
.toggle-ans li .t-01 span {
  font-size: 22px;
}
.toggle-ans li .t-02 {
    font-size: 14px;
}

.toggle-ans li:before,
	.toggle-ans .t-03:before,
	.toggle-ans .t-04 .t-01:before {
    width: 70px;
	height: 4px;
}
.toggle-ans li .t-01 img {
    margin: 10px 0 5px;
}
	.toggle-ans {
		padding: 20px;
	}
	.toggle-ans .t-04 {
    margin-bottom: 0;
}
.toggle-ans.bg-01 .bg-01-li {
	height: 500px;
}
.toggle-ans.bg-01 {
    background: url(../img/asset_icon_09.png) left -50px no-repeat;
    background-size: 518px;
    background-position: -20px top;
}
.toggle-ans .t-03 {
    font-size: 15px;
    line-height: 1.8;
}
.toggle-ans .t-03:before {
    position: absolute;
    top: -5px;
}
	.img-bar .img-100 {
		width: auto;
		max-width: 1200px;
}
}