@charset "utf-8";
figure {
  position: relative;
}
sup {
  font-size: 10px;
}
.main_bg {
  background-image: url(../images/access/bg_01.png);
}
.cap_br {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  color: #000;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  z-index: 5;
}

/*---------------------------------------------------------------

 mainVisual

--------------------------------------------------------------- */
.mainVisual {
  padding-top: 160px;
	width: 100%;
	color: #fff;
	position: relative;
}
.mv {
  position: relative;
  background-image: url(../images/modelroom/kv.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
	height: 500px;
	width: 100%;
	text-align: center;
}
.mainVisual .cell {
	position: absolute;
	top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width:980px) {
  .mainVisual {
    padding-top: 80px;
  }
  .mv {
    background-image: url(../images/modelroom/kv_sp.jpg);
    background-position: center bottom;
    height: 375px;
    height: 33vh;
  }
  .mainVisual .cell {
    width: 100%;
    max-width: 260px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
}


.model_contents {
  position: relative;
}
.model_contents::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background-image: url(../images/access/bg_01.png);
  background-position: center top;
  width: 100%;
  height: 100%;
}
.model_inner {
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
  margin:auto;
}

.section_title {
  position: relative;
  margin: 0 0 40px;
  text-align: center;
  font-size: 38px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: bold;
  color: #984a00;
  z-index: 10;
}

.section_title.bl {
  color: #000;
  position: relative;
}

.section_title.bl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_title.bl span {
  padding: 0 16px;
}

.section_title.bl img {
  width: 40px;
}

@media only screen and (max-width:768px) {
  .section_title {
    margin: 0 0 20px;
    font-size: 24px;
  }
  .section_title.bl span {
    padding: 0 10px;
  }
  
  .section_title.bl img {
    width: 30px;
  }
}


/* model-plan
-----------------------------------------  */
.model-plan {
  position: relative;
  padding-top: 120px;
}
.model-plan::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url(../images/access/decoration01.svg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: contain;
  width: 100%;
  height:80px;
  z-index: 2;
}
.model-plan::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(250, 195, 161,.6) 0%, rgba(255,255,255,0) 100%);
  z-index: 1;
}

.bar_title {
  position: relative;
  text-align: center;
  margin: 60px 0 40px;
}
.bar_title span{
  background: url(../images/access/bg_01.png);
  position: relative;
  z-index: 1;
  padding: 0 15px;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
}
.bar_title::before {
  border-top: 1px solid #1a1a1a;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
}
.model-plan__flex {
  display: flex;
}
.model-plan__flex figure {
  width: calc((100% - 40px * 2) / 3);
  margin-left: 40px;
}
.model-plan__flex figure:first-child {
  margin-left: 0;
}

@media only screen and (max-width:768px) {
  .model-plan {
    padding-top: 80px;
  }
  .model-plan::before {
    background-repeat: repeat-x;
    background-position: center top;
    background-size: cover;
    width: 100%;
    height:20px;
    z-index: 2;
  }
  .model-plan::after {
    height: 100px;
  }
  .model-plan_sp {
    position: relative;
  }
  .model-plan_sp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../images/modelroom/model-plan_sp_bg.png);
    background-repeat: no-repeat;
    background-position: right -40px;
    background-size: cover;
    width: 100%;
    height:100%;
    z-index: -1;
  }
  .tab-buttons {
    column-gap: 10px;
    margin-bottom: 40px;
  }
  .tab_btn {
    font-size: 14px;
    padding: 10px 10px;
  }
  .tab_btn span {
    font-size: 18px;
  }
  .tab_btn::before {
    right: 10px;
    width: 18px;
    height: 18px;
  }
  .bar_title {
    margin: 40px 0 20px;
  }
  .bar_title span{
    line-height: 1.4;
    font-size: 20px;
  }
  .model-plan__flex {
    display: block;
  }
  .model-plan__flex figure {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}

/* タブ切り替えのCSS
================================ */
.tabBox {
  margin-bottom: 80px;
	padding: 0 20px;
}
.tabBox .tabArea {
	width: 100%;
	max-width: 1352px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	column-gap: 12px;
}
.tab-buttons {
  width: calc(100% - 40px);
  margin-inline: auto;
  display: flex;
  justify-content: center;
  column-gap: 12px;
  margin-bottom: 80px;
}
.tab_btn {
  position: relative;
  width: 100%;
  max-width: 300px;
  text-align: center;
  color: #fff;
  background-color: #680107;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding: 18px 10px;
  opacity: .7;
  transition: .3s;
}
.select.tab_btn {
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 3px 8px;
}
.tab_btn:hover {
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.9) 0px 3px 8px;
}
.tab_btn span {
  font-size: 27px;
  display: block;
}
.tab_btn::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: url(../images/modelroom/icon_tab_btn.png) no-repeat center center / contain;
  width: 24px;
  height: 24px;
}
.contents .tab_main {
	display: none;
	transition-duration: 0.3s;
}
.tab_main.is_show {
	display: block;
}

@media only screen and (max-width:768px) {
  .tabBox {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .tab_btn {
    font-size: 14px;
    padding: 10px 10px;
  }
  .tab_btn span {
    font-size: 18px;
  }
  .tab_btn::before {
    right: 10px;
    width: 18px;
    height: 18px;
  }
}


/* kitchen
-----------------------------------------  */
.kitchen {
  margin-top: 120px;
}
.kitchen__flex {
  display: flex;
  margin-top: 60px;
}
.kitchen__flex-item {
  width: calc((100% - 30px * 3) / 4);
  margin-left: 30px;
}
.kitchen__flex-item:first-child {
  margin-left: 0;
}
.kitchen__flex-title {
  color: #984a00;
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}
.kitchen__flex-text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 10px;
}

@media only screen and (max-width:768px) {
  .kitchen {
    margin-top: 60px;
  }
  .kitchen__flex {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .kitchen__flex-item {
    width: calc((100% - 10px * 2) / 2);
    margin-left: 10px;
  }
  .kitchen__flex-item:first-child,
  .kitchen__flex-item:nth-child(3) {
    margin-left: 0;
  }
  .kitchen__flex-item:nth-child(n + 3) {
    margin-top: 20px;
  }
  .kitchen__flex-title {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .kitchen__flex-text {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 10px;
  }
}

/* powderroom
-----------------------------------------  */
.powderroom {
  padding-top: 80px;
  border-top: 2px solid #984a00;
  margin-top: 100px;
  position: relative;
}
.powderroom::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(250, 195, 161,.6) 0%, rgba(255,255,255,0) 100%);
  z-index: 1;
}
.powderroom_top {
  display: flex;
}
.powderroom__flex {
  display: flex;
  margin-top: 60px;
}
.powderroom__flex-item {
  width: calc((100% - 30px * 3) / 4);
  margin-left: 30px;
}
.powderroom__flex-item:first-child {
  margin-left: 0;
}
.powderroom__flex2 {
  max-width: 1280px;
  display: flex;
  justify-content: center;
  margin: 60px auto 0;
}
.powderroom__flex-item2:nth-child(1) {
  width: calc(965 / 1280 * 100%);
}
.powderroom__flex-item2:nth-child(2) {
  width: calc(295 / 1280 * 100%);
}
.powderroom__flex-item2:first-child {
  margin-right: 40px;
}
.powderroom__flex-title {
  color: #984a00;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 20px;
}
.powderroom__flex-text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 10px;
}
.powderroom__flex-text2 {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 10px;
}

@media only screen and (max-width:768px) {
  .powderroom {
    margin-top: 60px;
    padding-top: 40px;
  }
  .powderroom__flex {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .powderroom__flex-item {
    width: calc((100% - 10px * 2) / 2);
    margin-left: 10px;
  }
  .powderroom__flex-item:first-child,
  .powderroom__flex-item:nth-child(3) {
    margin-left: 0;
  }
  .powderroom__flex-item:nth-child(n + 3) {
    margin-top: 20px;
  }
  .powderroom__flex2 {
    display: block;
    margin: 40px auto 0;
    padding: 0 15px;
  }
  .powderroom__flex-item2:nth-child(1) {
    width:100%;
    max-width: 400px;
    margin-right: 0;
    margin: 0 auto;
  }
  .powderroom__flex-item2:nth-child(2) {
    width: 60%;
    margin-top: 40px;
    margin: 40px auto;
  }
  .powderroom__flex-title {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .powderroom__flex-text {
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-top: 10px;
  }
  .powderroom__flex-text2 {
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.6;
    margin-top: 10px;
    text-align: left;
  }
}

/* storage
-----------------------------------------  */
.storage {
  margin-top: 100px;
  margin-bottom: 80px;
}
.storage_top {
  display: flex;
}
.storage__flex {
  display: flex;
  margin-top: 60px;
}
.storage__flex-item {
  width: calc((100% - 30px * 3) / 4);
  margin-left: 30px;
}
.storage__flex-item:first-child {
  margin-left: 0;
}
.storage__flex-title {
  color: #984a00;
  font-size: 19px;
  font-weight: bold;
  margin-top: 20px;
}
.storage__flex-text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 10px;
}

@media only screen and (max-width:768px) {
  .storage {
    margin-top: 60px;
  }
  .storage__flex {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
  .storage__flex-item {
    width: calc((100% - 10px * 2) / 2);
    margin-left: 10px;
  }
  .storage__flex-item:first-child,
  .storage__flex-item:nth-child(3) {
    margin-left: 0;
  }
  .storage__flex-item:nth-child(n + 3) {
    margin-top: 20px;
  }
  .storage__flex-title {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .storage__flex-text {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-top: 10px;
  }
}

/* emergency
-----------------------------------------  */
.emergency {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.emergency .model_inner {
  position: relative;
  z-index: 3;
}
.emergency::before {
  position: absolute;
  border-top: 2px solid #984a00;
  content: '';
  background-image: url(../images/modelroom/bg_04.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.emergency_title {
  position: relative;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 1.5;
  padding: 10px 0 6px;
  font-weight: bold;
  color: #984a00;
  border-bottom: 2px solid #984a00;
}
.emergency_text {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.emergency__flex {
  display: flex;
  margin-top: 60px;
}
.emergency__flex-item {
  width: calc((100% - 30px * 2) / 3);
  margin-left: 30px;
  display: flex;
  flex-direction: column;
}
.emergency__flex-item:first-child {
  margin-left: 0;
}
.emergency__flex2 {
  display: flex;
  margin-top: 60px;
  justify-content: center;
}
.emergency__flex-item2 {
  width: calc((100% - 30px * 2) / 3);
  margin-left: 30px;
  display: flex;
  flex-direction: column;
}
.emergency__flex-item2 figure {
  margin-top: 10px;
}
.emergency__flex-item2:first-child {
  margin-left: 0;
}
.emergency__flex-title {
  color: #984a00;
  border-bottom: 2px solid #984a00;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}
.emergency__flex-text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 1px;
  flex-grow: 1;
}

@media only screen and (max-width:768px) {
  .emergency {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .emergency_title {
    margin: 0 0 20px;
    font-size: 20px;
  }
  .emergency_text {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .emergency__flex {
    display: flex;
    margin-top: 10px;
  }
  .emergency_sp-img {
    margin-top: 10px;
  }
  .emergency__flex2 {
    display: block;
    margin-top: 10px;
  }
  .emergency__flex-item2 {
    width: calc(100%);
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }
  .emergency__flex-item2:first-child {
    margin-left: 0;
  }
  .emergency__flex-title {
    font-size: 20px;
    margin-top: 30px;
  }
  .emergency__flex-text {
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
  }
}

/* universal
-----------------------------------------  */
.universal {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.universal__flex {
  display: flex;
  flex-wrap: wrap;
}
.universal__flex-item {
  width: calc((100% - 30px) / 2);
  display: flex;
  justify-content: space-between;
}
.universal__flex-item:not(:nth-child(2n + 1)) {
  margin-left: 30px;
}
.universal__flex-item:nth-child(n + 3){
  margin-top: 60px;
}
.universal__item-left {
  width: calc(295 / 630 * 100%);
}
.universal__flex-title {
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 1.5;
  padding: 10px 0 6px;
  font-weight: bold;
  color: #984a00;
  border-bottom: 2px solid #984a00;
}
.universal__flex-text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 1px;
  flex-grow: 1;
}
.universal__item-right {
  width: calc(295 / 630 * 100%);
}
@media only screen and (max-width:900px) {
  .universal__flex-title {
    font-size: 19px;
  }
}
@media only screen and (max-width:768px) {
  .universal {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .universal__flex-item {
    width: 100%;
    margin-top: 0px;
  }
  .universal__flex-item:not(:nth-child(2n + 1)) {
    margin-left: 0;
    margin-top: 30px;
  }
  .universal__flex-item:nth-child(n + 3){
    margin-top: 30px;
  }
  .universal__flex-title {
    padding: 10px 0;
    line-height: 1.2;
    letter-spacing: 0.03em;
    font-size: 16px;
  }
  .universal__flex-text {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: justify;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 1px;
    flex-grow: 1;
  }
}

/* ecology
-----------------------------------------  */
.ecology {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.ecology::before {
  position: absolute;
  content: '';
  background-image: url(../images/modelroom/bg_04.png);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ecology .model_inner {
  position: relative;
  z-index: 3;
}

.ecology__flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.ecology__flex-item {
  width: calc((100% - 30px) / 2);
  display: flex;
  flex-direction: column;
}
.ecology__flex-item figure {
  margin-top: 20px;
}
.ecology__flex-item:not(:nth-child(2n + 1)) {
  margin-left: 30px;
}
.ecology__flex-item:nth-child(n + 3){
  margin-top: 60px;
}
.ecology__flex-item:first-child {
  margin-left: 0;
}
.ecology__flex2 {
  display: flex;
  margin-top: 60px;
}
.ecology__flex-item2 {
  width: calc((100% - 30px) / 2);
  margin-left: 30px;
  display: flex;
  flex-direction: column;
}
.ecology__flex-item2 figure {
  margin-top: 20px;
}
.ecology__flex-item2:first-child {
  margin-left: 0;
}
.ecology__flex-title {
  position: relative;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 1.5;
  padding-bottom: 10px;
  font-weight: bold;
  color: #984a00;
  border-bottom: 2px solid #984a00;
}
.ecology__flex-text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 1px;
  flex-grow: 1;
}

@media only screen and (max-width:900px) {
  .ecology__flex-title {
    font-size: 21px;
  }
}
@media only screen and (max-width:768px) {
  .ecology {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ecology_title {
    margin: 0 ;
  }
  .ecology_text {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .ecology__flex {
    display: flex;
    margin-top: 10px;
  }
  .ecology__flex-item {
    width: 100%;
    margin-top: 30px;
  }
  .ecology__flex-item:first-child {
    margin-left: 0;
    margin-top: 0;
  }
  .ecology__flex-item figure {
    margin-top: 10px;
  }
  .ecology__flex-item:not(:nth-child(2n + 1)) {
    margin-left: 0;
  }
  .ecology__flex-item:nth-child(n + 3){
    margin-top: 30px;
  }
  .ecology__flex2 {
    display: block;
    margin-top: 10px;
  }
  .ecology__flex-item2 {
    width: calc(100%);
    margin-left: 0;
    margin-top: 40px;
  }
  .ecology__flex-item2:first-child {
    margin-left: 0;
  }
  .ecology__flex-title {
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 20px;

  }
  .ecology__flex-text {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

/* commit
-----------------------------------------  */
.commit {
  position: relative;
  padding-top: 80px;
}
.commit::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url(../images/modelroom/commit_bg.png);
  background-repeat: no-repeat;
  background-position:center 5% ;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.contents_bottom {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.contents_bottom::after {
  content: '';
  position: absolute;
  background-image: url(../images/access/bg.svg);
  background-repeat: no-repeat;
  top: 13%;
  left: 0;
  width: 100%;
  height: 355px;
  background-size: cover;
  z-index: 1;
}
.contents_bottom_box {
  position: relative;
  margin: 0 auto 100px;
  padding: 60px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 2;
}
.contents_bottom_box::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  z-index: -1;
  border: 1px solid #c21500;
  border-image: linear-gradient(to right, #933e00 0%,#e8af00 50%, #df8a15 100%);
  border-image-slice: 1;
}
.icon_box,
.icon_box2 {
  position: relative;
} 
.icon_box::before {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  top: 12px;
  left: 12px;
  width: 40px;
  z-index: 100;
}
.icon_box::after {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  transform: rotate(90deg);
  z-index: 100;
}
.icon_box2::before {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 40px;
  transform: rotate(-90deg);
  z-index: 100;
}
.icon_box2::after {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 40px;
  transform: rotate(180deg);
  z-index: 100;
}
.contents_bottom_title {
  position: relative;
  font-size: 32px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #984a00;
  font-weight: 600;
  padding-bottom: 20px;
}

.contents_bottom_title::after {
  content: '';
  position: absolute;
  width: 130px;
  height: 2px;
  background: linear-gradient(to right, #933e00 0%,#e8af00 50%, #df8a15 100%) ;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contents_bottom_flex {
  max-width: 1000px;
  margin-top: 30px;
  margin-left: clamp(20px, 10vw, 20%);
  display: flex;
  flex-wrap: wrap;

}
.flex_text {
  width: 44%;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 20px;
  text-align: left;
  text-indent: -36px;
}
.flex_text:nth-child(2n) {
  margin-left: auto;
}
.flex_text span {
  font-size: 16px;
}
.flex_text::before {
  content: '▶';
  padding-right: 10px;
}
.contents_bottom_cap {
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
}

@media only screen and (max-width:768px) {
  .contents_bottom {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .commit::after {
    content: none;
  }
  .contents_bottom_box {
    position: relative;
    margin: 0 auto ;
    padding:20px 30px 60px;
  }
  .icon_box::before {
    content: url(../images/common/icon_info.svg);
    position: absolute;
    top: 12px;
    left: 12px;
    width: 40px;
    z-index: 100;
  }


  .contents_bottom_title {
    font-size: 24px;
    padding-bottom: 10px;
  }

  .contents_bottom_title::after {
    content: '';
    position: absolute;
    width: 130px;
    height: 2px;
    background: linear-gradient(to right, #933e00 0%,#e8af00 50%, #df8a15 100%) ;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .contents_bottom_flex {
    max-width: 800px;
    padding: 0 0 0 20px ;
    margin: 30px auto;
    display: block;
  }
  .flex_text {
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
    margin-left: 20px;
    text-indent: -30px;
  }
  .flex_text:nth-child(2n) {
    margin-left: 20px;
  }
  .flex_text span {
    font-size: 13px;
  }
  .flex_text::before {
    content: '▶';
    padding-right: 4px;
  }
  .contents_bottom_cap {
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
    margin-top: 30px;
  }
}

.commit_box {
  position: relative;
  padding: 40px 60px 80px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.commit_box::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  z-index: 1;
  border: solid 2px #809fff;
}
/* .commit__flex-title {
  color: #984a00;
  background-color: #fbeddd;
  padding: 24px;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
} */
.commit__flex-title {
  color: #984a00;
  background-color: #fbeddd;
  padding: 24px;
  line-height: 1.3;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.commit__flex-title.title2 {
  padding: 15px;
}
.commit__flex-title span {
  line-height: 1.5;
  font-size: 12px;
  font-weight: bold;
}
.commit_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.commit_flex_item {
  width: calc(548 / 1140 * 100%);
}
.commit_flex2 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.commit_flex_item2{
  width: 48%;
}
.commit_flex_item2 .commit_l {
  width: calc(412 / 534 * 100%);
  margin: 20px auto 0;
}
.commit_flex_item2 .commit_r {
  width: calc(316 / 534 * 100%);
  margin: 40px auto 0;
}
.commit_flex_item figure {
  width: 90%;
}
.commit_flex_text {
  font-size: 18px;
  margin-top: 30px;
  line-height: 2;
}
.commit_flex_text_s {
  font-size: 14px;
  line-height: 2;
}

@media only screen and (max-width:768px) {
  .commit {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .commit_box {
    position: relative;
    padding: 20px 20px 60px;
  }
  .commit_box::before {
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
  }
  .commit__flex-title {
    padding: 14px 10px;
    font-size: 20px;
    line-height: 1.5;
    margin-top: 20px;
  }
  .commit_flex {
    display: block;
  }
  .commit_flex_item {
    width: 100%;
  }
  .commit_flex_item:nth-child(2) {
    margin-top: 20px;
  }
  .commit_flex2 {
    display: block;
    margin-top: 40px;
  }
  .commit_flex_item2{
    width: 100%;
  }
  .commit_flex_item2:nth-child(2) {
    margin-top: 40px;
  }
  .commit_flex_item2 .commit_l {
    width: 100%;
    margin: 20px auto 0;
  }
  .commit_flex_item2 .commit_r {
    width: 90%;
    margin: 10px auto 0;
  }
  .commit_flex_item figure {
    width: 100%;
  }
  .commit_flex_text {
    font-size: 17px;
    margin-top: 20px;
    line-height: 2;
  }
  .commit_flex_text_s {
    font-size: 12px;
    line-height: 2;
  }
}