@charset "utf-8";

/*#kuzu_wrap {
display: none !important;
}*/


/*div#contents_wrap {
	background: url("../img/common/bg2.jpg") top center / 100% auto repeat-y;
}
*/
div#container {
	padding: 0;                                  a
	max-width: 100%;
}

.txt00 {
    color: #a08c48;
}
.txt01 .cap {
	font-size: 50%;
}
.txt01 .num {
	font-size: 180%;
	line-height: 0.5;
}
@media screen and (min-width:1000px){
    .txt02{
        font-size: clamp(12px, calc(17vw / 12.8), 17px);
    }
}
.pc_shadow {
    text-shadow: #fff 1px 0px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff -1px 0px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
}
@media screen and (max-width:767px){
    .sp_shadow {
        height: calc(340% / 3.7);
    }
}
@media screen and (max-width:480px){
    .sp_shadow {
        text-shadow: #fff 1px 0px 1px, #fff -1px 0px 1px, #fff 0px -1px 1px, #fff -1px 0px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px, #fff 1px 1px 1px, #fff -1px 1px 1px, #fff 1px -1px 1px, #fff -1px -1px 1px;
    }
}
.msn-imageText__title sup{
    font-size: 55%;
}
sup.ex01 {
    position: relative;
    top: -0.7em;
}

/* eq-nav */
.eq-nav__flex .eq-nav__item, .slide_thum li {
  cursor: pointer;
}
.eq-nav__flex .active, .slide_thum .active {
  pointer-events: none;
  cursor: auto;
}
.eq-nav__flex .active .on, .slide_thum .active .on {
  opacity: 1 !important;
}
.eq-nav__flex .active .off, .slide_thum .active .off {
  opacity: 0 !important;
}
.eq-nav {
  position: relative;
  max-width: 800px;
  margin: auto;
  padding: 0;
  box-sizing: content-box;
	
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 1000px) {
  .eq-nav {
    padding: 0px 20px 0;
  }
}
.eq-nav__flex {
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.eq-nav.eq-nav--top {
  margin-bottom: 30px;
}
.eq-nav__item {
  width: 31.25%;
  line-height: 1;
  max-width: 300px;
}
.eq-nav__item a.cr {
  pointer-events: none;
}
.eq-nav__item .fade a.cr img.on {
  opacity: 1;
}
.eq-nav__item .fade a.cr img.off {
  opacity: 0;
}
.eq-nav__item img {
  width: 100%;
  height: auto;
}
.eq-nav__item.active {
  /*opacity: 0.7;*/
}
@media screen and (max-width:767px) {
  .eq-nav__item {
    max-width: 300px;
    margin-bottom: 10px;
  }
  .eq-nav__flex {
    display: block;
    margin: auto;
    justify-content: center;
    flex-wrap: wrap;
  }
  .eq-nav.eq-nav--top {
    margin-bottom: 35px;
  }
  .eq-nav--top::after, .eq-nav--bottom::after {
    content: none;
  }
  .eq-nav__flex > .eq-nav__item {
    margin-right: 0;
    padding: 5px 20px;
    width: 74%;
    margin: 0 auto;
  }
  .eq-nav__flex > .eq-nav__item:last-of-type {
    margin-bottom: 0;
  }
  .eq-nav__flex {
    width: calc(218%/2.95);
    display: flex;
    flex-direction: column;
    grid-gap: 10px 0;
  }
  .eq-nav__flex > .eq-nav__item {
    padding: 0;
    width: 100%;
  }
}
/* eq-nav end */

/*ボタン設定*/
.eq_btns {
	display: flex;
	justify-content: space-between;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}
.eq_btn {
	position: relative;
	width: 31.25%;
	max-width: 300px;
}
.eq_btn .on {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 0.5s linear;
}
.eq_btn .cr {
	pointer-events: none;
}
.eq_btn .cr .on {
	opacity: 1;
}
.eq_btn .on:hover {
	opacity: 1;
}
@media screen and (max-width:767px) {
	.eq_btns {
		flex-direction: column;
		align-items: center;
		width: 70%;
		max-width: 100%;
		row-gap: 10px;
	}
	.eq_btn {
		width: 100%;
	}
}

/* cont_wrap */
.cont_wrap, .cont_wrap2 {
	position: relative;
	padding-top: 40px;
	margin-top: -10px;
	
}
@media screen and (max-width:767px) {
	.cont_wrap, .cont_wrap2 {
		padding-top: 70px;
		margin-top: -40px;

	}
}
.cont_wrap .cont, .cont_wrap2 .cont2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s linear;
  pointer-events: none;
}
.cont_wrap .cont.active, .cont_wrap2 .cont2.active {
  position: relative;
  opacity: 1;
  pointer-events: all;
}
.cont_wrap2 .cont2 .equipment_box,
.cont_wrap2 .cont2 .msn-imageGrid:last-child {
	margin-bottom: 60px;
}
@media screen and (max-width:767px) {
	.cont_wrap2 .cont2 .equipment_box,
	.cont_wrap2 .cont2 .msn-imageGrid:last-child {
		margin-bottom: 40px;
	}
}
/* cont_wrap end */
.contener {
  padding: 8vw 0 30px
}
.eq-nav {
  position: relative;
  max-width: 620px;
  margin: auto;
  padding: 0;
}
.eq-nav__flex {
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.eq-nav.eq-nav--top {
  	margin-bottom: 15px;
	/*margin-bottom: 40px;*/
}
.eq-nav.eq-nav--bottom {
	margin-bottom: 80px;
}
.eq-nav__item {
  width: calc(300% / 6.2);;
  line-height: 1;
}
.eq-nav__item .fade a.cr img.on {
  opacity: 1;
}
.eq-nav__item .fade a.cr img.off {
  opacity: 0;
}
.eq-nav__item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:767px) {
  .eq-nav__item {
    width: auto;
  }
  .eq-nav__flex {
    display: block;
    max-width: 320px;
    margin: auto;
    width: 75%;
  }
  .eq-nav.eq-nav--top {
    margin-top: 20px;
	  margin-bottom: 20px;
	  margin-bottom: 15px;
	  margin-top: 0;
  }
  .eq-nav--top::after, .eq-nav--bottom::after {
    content: none;
  }
  .eq-nav__flex > .eq-nav__item {
    margin-bottom: 4%;
  }
  .eq-nav.eq-nav--bottom {
	  margin-bottom: 40px;
  }
}
div#container {
	max-width: 100%;
	padding: 30px 0 60px;
}
@media screen and (max-width:767px){
	div#container {
		padding: 20px 0 50px;
	}
}
.inner {
	max-width: 960px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

.caparea {
  font-size: 12px;
}
.anchor_wrap_inner {
  max-width: 680px;
}
@media screen and (max-width: 767px) {
  .acchor_button {
    width: 45%;
    padding: 15px 3px;
  }
}
.caparea {
  font-size: 12px;
}
.wd100 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.wd30 {
  width: 30%;
}
.wd70 {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .mt0_sp {
    margin-top: 0 !important;
  }
  .mt30_sp {
    margin-top: 30px !important;
  }
  .pt0_sp {
    padding-top: 0 !important;
  }
}
.sec_inner .cap_l {
/*  font-family: 'Times New Roman', '游明朝', 'Yu Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif !important;*/
  font-weight: 450 !important;
}
.lead_box {
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.lead_head {
  font-size: 27px;
  color: #000;
/*  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;*/
}
@media screen and (max-width:960px) {
  .lead_head {
    font-size: 25px;
  }
  .lead_text {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .lead_box:first-child {
    margin-top: 50px;
  }
  .lead_head {
    font-size: 23px;
  }
  .lead_head span {
    font-size: 22px;
  }
  .lead_text {
    font-size: 14px;
    line-height: 1.6;
  }
  .lead_box {
    padding: 0;
  }
}
.pos_re {
  position: relative;
}
.icon {
  position: absolute;
  bottom: -5px;
  left: -5px;
}
.t_cap_b_l, .t_cap_b {
  text-shadow: none;
}
.sec_inner .t_cap.ex02 {
  right: 33%;
}
.sec_inner .t_cap.ex03 {
  right: 0.5%;
}
.main_wrap .mttl {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
}
.tit {
  color: #000;
  font-size: 22px;
  line-height: 1;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
.tit span {
  font-size: 18px;
  padding: 5px 10px;
  background-color: #d0e3f2;
  margin-right: 10px;
  font-weight: 600;
}
.tit_w20 span {
  padding: 5px 20px;
}
@media screen and (max-width:767px) {
  .ja_tit {
    margin-bottom: 20px !important;
  }
  .tit {
    font-size: 21px;
    letter-spacing: 0;
    padding: 0;
  }
  .tit + .ja_tit {
    font-size: 16px;
  }
  .tit:before, .tit:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #a08c48;
  }
}
/*パンくず*/
/*#kuzu_wrap {
  display: none;
}
#kuzu_wrap2 {
  background-size: cover;
  padding: 6px 10px;
  z-index: 32768;
  box-sizing: border-box;
  text-align: right;
}
#kuzu_wrap2 ul {
  max-width: 960px;
  margin: 0 auto;
}
#kuzu_wrap2 ul li {
  float: left;
  color: #272727;
  font-family: 'Yu Mincho Demibold', 'YuMincho Demibold', "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif !important;
  padding-left: 20px;
  position: relative;
  font-size: 12px;
}
#kuzu_wrap2 ul li a {
  color: #272727;
  font-size: 12px;
}
#kuzu_wrap2 ul li:after {
  display: block;
  content: '>';
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#kuzu_wrap2 ul li:first-child {
  padding-left: 0;
}
#kuzu_wrap2 ul li:last-child:after {
  display: none;
}
.w_adjust_sp img{
    width: 42%;    
}*/


.msn-imageGrid.msn-imageGrid--cols3ex {
  justify-content: space-between;
}
.msn-imageGrid.msn-imageGrid--cols3ex.r0{
	grid-row-gap: 0;
	
}
.msn-imageGrid--cols3ex .msn-imageText__title {
	width: 100%;
  flex-basis: auto;
}
.msn-imageGrid--cols3ex .msn-imageGrid__item {
  width: 31.25%;
  flex-basis: auto;
}
.msn-imageGrid--cols3ex .msn-imageGrid__item.w2 {
  width: 65.6255%;
  flex-basis: auto;
	
	/*width: calc(642%/9.6);*/
}
.msn-imageGrid--cols3ex .msn-imageGrid__item.w21 {
  width: 61.4406%;
  flex-basis: auto;
}
.msn-imageGrid--cols3ex .msn-imageGrid__item.w22 {
  width: 36.864%;
  flex-basis: auto;
}
.msn-imageGrid--cols3ex .msn-imageGrid__item.w23 {
  width: 65.6255%;
  flex-basis: auto;
	
	width: calc(642%/9.6);
}
.msn-imageGrid--cols3ex .msn-imageGrid__item.w24 {
	width: calc(289%/9.6);
}



.msn-imageGrid--cols3ex .msn-imageGrid__item.w3 {
  width: 100%;
  flex-basis: auto;
}
.msn-imageGrid--cols3ex .msn-imageGrid__item {
  /*margin-top: 30px;*/
}
.msn-imageText--cols2 .msn-imageGrid__item {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .msn-imageGrid--cols3ex .msn-imageGrid__item {
    margin-top: 0 !important;
  }
  .msn-imageText--cols2 .msn-imageGrid__item {
    margin-top: 0 !important;
  }
	
	
	.msn-imageGrid--cols3ex .msn-imageGrid__item.w23 {
		width: 100%;
	}
	.msn-imageGrid--cols3ex .msn-imageGrid__item.w24 {
		width: 100%;
	}


	
	
}
.msn-imageGrid--cols3ex, .msn-imageGrid--cols2ex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0;
	
	row-gap: 40px;
	
	
}
.msn-imageGrid--cols2ex .msn-imageGrid__item {
  width: 47.62%;
  flex-basis: auto;
}
.msn-imageGrid--cols2ex .msn-imageGrid__item.w1 {
    width: 48.4375%;
  display: flex;
  justify-content: space-between;   
  flex-wrap: wrap; 
    align-self: baseline;
}

.msn-imageGrid--cols2ex .msn-imageGrid__item.w1.w1_1 .msn-imageText__title {
	/*white-space: nowrap;*/
	
}

.msn-imageGrid--cols2ex .msn-imageGrid__item.w1 .w1_01{
    width: 53.7635%;    
}
.msn-imageGrid--cols2ex .msn-imageGrid__item.w1 .w1_02{
    width: 43.01076%;    
}
.msn-imageGrid--cols2ex .msn-imageGrid__item.w1 .w1_03{
    width: calc(201%/4.65);
}
.msn-imageGrid--cols2ex .msn-imageGrid__item.w1 .w1_04{
	width: calc(251%/4.65);
}

.msn-imageGrid--cols2ex .msn-imageGrid__item.w1 .msn-imageText__title{
    width: 100%;
    text-align: left !important;
}
.msn-imageGrid--cols2ex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.msn-imageGrid--cols2ex1 .msn-imageText__title {
  text-align: center;
  margin-bottom: 24px;
}
.msn-imageGrid--cols2ex1 .msn-imageGrid__item {
  width: 48.4375%;
  flex-basis: auto;
  margin-top: 30px;
}
.msn-imageGrid--cols2ex1 .msn-imageText {
  display: flex;
  justify-content: space-between;
}
.msn-imageGrid--cols2ex1 .msn-imageText__image {
  width: 51.613%;
}
.msn-imageGrid--cols2ex1 .msn-imageText__caption {
  width: 45.1613%;
}
.msn-imageGrid--cols2ex1 .ex41 .msn-imageText__image {
  width: 39.785%;
}
.msn-imageGrid--cols2ex1 .ex41 .msn-imageText__caption {
  width: 58%;
  letter-spacing: -0.1em !important;
}
.msn-imageGrid__item.ex02 {
  margin-right: 0;
  width: 100%;
}
.msn-imageGrid__item.ex02 .msn-imageText {
  display: flex;
  justify-content: space-between;
}
.msn-imageGrid__item.ex02 .msn-imageText .msn-imageText__image {
  margin-bottom: 0;
  width: 65.834%;
}
.msn-imageGrid__item.ex02 .msn-imageText .msn-imageText__txt {
  width: 30.834%;
}
.msn-imageGrid__item.ex01 .msn-imageText {
  display: flex;
  justify-content: space-between;
}
.msn-imageGrid__item.ex01 .msn-imageText .msn-imageText__image {
  margin-bottom: 0;
  width: 49.6%;
}
.msn-imageGrid__item.ex01 .msn-imageText .msn-imageText__txt {
  width: 46.0215%;
}
.msn-imageGrid__item.ex05 {
  width: 40.625%;
}
.msn-imageGrid__item.ex06 {
  width: 55.521%;
}
.msn-imageGrid__item.ex07 {
  width: 100%;
}
.msn-imageGrid__item.ex07 .msn-imageText {
  display: flex;
  justify-content: space-between;
}
.msn-imageGrid__item.ex07 .msn-imageText .msn-imageText__image {
  margin-bottom: 0;
  width: 31.25%;
}
.msn-imageGrid__item.ex07 .msn-imageText .msn-imageText__txt {
  width: 65.625%;
}
@media screen and (max-width: 767px) {
	.msn-imageGrid--cols3ex, .msn-imageGrid--cols2ex {
			
		row-gap: 30px;
	}
	
  .main_wrap .mttl {
    top: 40%;
    right: 0;
    width: 100%;
    text-align: center;
  }
  .msn-imageGrid--cols3ex .msn-imageGrid__item {
    width: 47.5%;
    flex-basis: auto;
  }
  .msn-imageGrid--cols3ex .msn-imageGrid__item.w2 {
    width: 100%;
  }
  .msn-imageGrid--cols3ex .msn-imageGrid__item.w2_sp {
    width: 100%;
  }
  .msn-imageGrid--cols3ex .msn-imageGrid__item.sp_col2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .sp_col2 .msn-imageText {
    width: 47.5%;
  }
  .msn-imageGrid--cols2ex {
    width: 100%;
  }
  .msn-imageGrid--cols2ex .msn-imageGrid__item {
    width: 47.5%;
  }
  .msn-imageGrid__item.sp100 {
    width: 100%;
  }
  #container .msn-imageGrid__item {
    /*margin-bottom: 30px !important;*/
	  margin-bottom: 0 !important;
  }
	
/*	#container .msn-imageGrid__item:nth-child(1),.msn-imageGrid__item:nth-child(3) {
		order: -1;
	}*/
	
	
  #container .msn-imageGrid__item .mb10_sp {
    margin-bottom: 10px !important;
  }
  @media screen and (max-width: 767px) {
    #container .msn-imageGrid__item.w21 {
      margin-bottom: 10px !important;
    }
    #container .msn-imageGrid__item.w22 {
      margin-bottom: 10px !important;
    }
    #container .msn-imageGrid__item.mb10_sp {
      margin-bottom: 10px !important;
    }
  }
  /*#contents_wrap .msn-imageText__caption {
    letter-spacing: -0.1em !important;
  }*/
  #contents_wrap .msn-imageText__caption.lp1 {
    letter-spacing: 0.01em !important;
  }
  .msn-imageGrid--cols2ex1 .msn-imageGrid__item:not(.sp100) .msn-imageText__title {
    text-align: left;
  }
  .msn-imageGrid--cols2ex1 .msn-imageGrid__item:not(.sp100) .msn-imageText {
    display: block;
  }
  .msn-imageGrid--cols2ex1 .msn-imageGrid__item:not(.sp100) .msn-imageText__image {
    width: 100%;
  }
  .msn-imageGrid--cols2ex1 .msn-imageGrid__item:not(.sp100) .msn-imageText__caption {
    width: 100%;
  }
  .msn-imageGrid__item.sp100d2 {
    width: 100%;
  }
  .sp100d2 .msn-imageText {
    display: flex;
    justify-content: space-between;
  }
  .sp100d2 .msn-imageText .msn-imageText__image {
    width: 47.5%;
  }
  .sp100d2 .msn-imageText .msn-imageText__copy {
    width: 49%;
  }
  .msn-imageGrid__item.ex02 .msn-imageText {
    display: block;
  }
  .msn-imageGrid__item.ex02 .msn-imageText .msn-imageText__image {
    margin-bottom: 0;
    width: 100%;
  }
  .msn-imageGrid__item.ex02 .msn-imageText .msn-imageText__txt {
    width: 100%;
  }
  .msn-imageGrid__item.ex01 {
    width: 47.5%
  }
  .msn-imageGrid__item.ex01 .msn-imageText {
    display: block;
    justify-content: space-between;
  }
  .msn-imageGrid__item.ex01 .msn-imageText .msn-imageText__image {
    margin-bottom: 15px;
    width: 100%;
  }
  .msn-imageGrid__item.ex01 .msn-imageText .msn-imageText__txt {
    width: 100%;
  }
  .msn-imageGrid__item.ex06 {
    width: 100%;
  }
}
.section {
  padding-bottom: 60px;
}
.sec_inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .section {
    padding-bottom: 0;
  }
}
div#container {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.btn_box {
  margin: 0 auto;
  max-width: 960px;
  display: flex;
  justify-content: center;
}
.btn_box li {
  width: 33.3%;
  margin: 0 0 10px;
  max-width: 320px;
}
.btn_box a {
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}
.btn_box a:hover {
  opacity: 1;
}
.btn_box a.cr {
  opacity: 1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .btn_box {
    padding: 0 15px;
  }
  .btn_box li {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}
.p_ttl {
  font-size: 34px;
  color: #b7a983;
  margin-bottom: 40px;
}
.sec_inner .secttl {}
.sec_inner .t_cap {
  bottom: 2px;
  right: 4px;
}
@media screen and (max-width:767px) {
  .p_ttl {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0;
  }
  .sec_inner .secttl {
    font-size: 22px;
  }
  .msn-imageGrid--cols2 .msn-imageGrid__item.mt, .msn-imageGrid--cols3ex .msn-imageGrid__item.mt {
    margin-top: 15px;
  }
}
.basic {
  display: flex;
  margin-top: 30px;
}
.basic .ttl {
  width: 34.375%;
  background: #876e2e;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.basic .img {
  width: 65.625%;
  background: #333333;
  border: solid 1px #876e2e;
  padding: 15px 15px 5px;
}
.basic .img ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  .basic {
    display: block;
  }
  .basic .ttl {
    width: 100%;
    padding: 7px 30px;
    box-sizing: border-box;
  }
  .basic .img {
    width: 100%;
    padding: 10px 5px 3px;
    box-sizing: border-box;
  }
  .basic .img li {
    width: 24%;
  }
}
.ecoj {
  margin-top: 30px;
}
.ecoj ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.ecoj ul li {
  width: 23.4375%;
  margin-top: 15px;
}
.ecoj ul li:nth-child(3) {
  width: 25.7%;
}
#contents_wrap .ecoj .msn-imageText__caption {
  line-height: 1.5;
  letter-spacing: -0.1em;
}
.txt1 {
  font-size: 16px;
  display: inline-block;
  text-align: center;
  border: solid 1px #000;
  padding: 3px 10px;
  margin-bottom: 10px;
}
@media screen and (max-width:767px) {
  .ecoj ul li {
    width: 48%;
    margin-top: 15px;
  }
  .ecoj ul li:nth-child(1) {
    width: 50%;
  }
  .ecoj ul li:nth-child(2) {
    width: 47%;
  }
  .ecoj ul li:nth-child(2) .logo {
    padding: 0 25px;
  }
  .ecoj ul li:nth-child(3) {
    width: 48%;
  }
  .txt1 {
    font-size: 14px;
  }
}
.ikkatsu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ikkatsu > div:nth-child(1) {
  width: 20%;
}
.ikkatsu > div:nth-child(2) {
  width: 40.625%;
}
.ikkatsu > div:nth-child(3) {
  width: 31.25%;
  background: #f2f4f0;
}
.ikkatsu > div:nth-child(3) > div {
  padding: 10px;
}
.ikkatsu > div:nth-child(3) .msn-imageText__title {
  letter-spacing: -0.12em;
  padding: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.ikkatsu > div:nth-child(3) .msn-imageText__title::before {
  display: none !important;
}
@media screen and (max-width:767px) {
  .ikkatsu > div:nth-child(1) {
    width: 35%;
  }
  .ikkatsu > div:nth-child(2) {
    width: 60%;
  }
  .ikkatsu > div:nth-child(3) {
    width: 100%;
    margin-top: 10px;
  }
}
.t_cap_l.ext {
  bottom: inherit;
  top: 5px;
}
.capex21 {
  right: inherit;
  left: 0;
  bottom: 14%;
}
.capex22 {
  right: 19%;
  bottom: -17px;
}
.capex23 {
  bottom: 14%;
}
@media screen and (max-width:767px) {
  .msn-imageGrid__item.w2.ex22 {
    margin-top: 15px;
  }
  .msn-imageGrid__item.w2.ex23 {
    margin-top: 15px;
    padding: 0 7%;
  }
  .capex21 {
    right: inherit;
    left: 16%;
    bottom: -17px;
  }
  .capex22 {
    right: 0;
    bottom: 41%;
  }
  .capex23 {
    right: 16%;
    bottom: -18px;
  }
  /*	.capex21 {
		right: inherit;
		left: -5px;
		bottom:11%;
	}
	.capex22 {
		right: 19%;
		bottom:-15px;
	}
	.capex23 {
		right: 0;
		bottom:11%;
	}*/
  .msn-imageGrid__item .sp100d2ex {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .sp100d2ex .msn-imageText .msn-imageText__image {
    width: 47.5%;
  }
  .sp100d2ex .msn-imageText .msn-imageText__copy {
    width: 49%;
  }
}
.msn-imageText__image:not(:last-child) {
  margin-bottom: 1.2em;
}
.msn-imageText__title {
	text-align: center;
/*  font-size: clamp(14px, calc(19vw / 16), 19px);*/
/*  font-size: clamp(14px, calc(19vw / 9.6), 22px);*/
  font-size: clamp(14px, calc(19vw / 9.6), 21px);
    line-height: 1.1;
    letter-spacing: 0.1em;
    font-weight: 600;
    color: #b39a43;
    margin-bottom: 0.8em;
/*    font-family: YakuHanMP, "Noto Serif JP", "Yu Mincho", "游明朝体", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif !important;*/

	
	
/*	font-size: clamp(15px, calc(22vw / 9.6), 22px);*/
    letter-spacing: 0.08em;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.4em;
    color: #b49a42;
	

}




.msn-imageText__title.center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.msn-imageText__title .hf {
	height: fit-content !important;
	
}
.msn-imageText__title .small {
	font-size: 75%;
}

@media screen and (max-width: 767px) {
  .msn-imageText__title {
  }
	.msn-imageText__image:not(:last-child) {
		margin-bottom: 0.6em;
	}
}
/*.msn-imageText__title.b_none {
  border-bottom: none;
}
.msn-imageText__title span {
  font-size: 12px;
}
.msn-imageText__title span.lp0 {
  font-size: 14px;
  letter-spacing: 0em !important;
}
.msn-imageText__title.ss {
  font-size: 19px;
}
.msn-imageText__title.sss {
  font-size: 18px;
}
.msn-imageText__title.ssss {
  font-size: 17px;
}
.msn-imageText__title.lss {
  letter-spacing: -0.05em;
}
.msn-imageText__title.lsss {
  letter-spacing: -0.1em;
}
.msn-imageText__title.lssss {
  letter-spacing: -0.15em;
}
.msn-imageText__title.ls {
  letter-spacing: -.15em;
}
.msn-imageText__title.ls2 {
  letter-spacing: -.05em;
}
.msn-imageText__title span {
  font-size: .7em;
}
.msn-imageText__title span.ex {
  font-size: .72em;
}
.msn-imageText__title span.t_bottom {
  font-size: 40%;
  vertical-align: bottom;
  margin-left: 1px;
}*/
#contents_wrap .msn-imageText__caption span {
  font-size: 12px;
  line-height: 1.5 !important;
	display: block;
}
.t_cap_b.lll {
  right: auto;
  left: 5px;
}

.msn-imageText__caption {
	 font-size: clamp(12px, calc(15vw / 9.6), 15px);
	font-feature-settings: "palt";
    font-size: clamp(11px, calc(15vw / 9.6), 15px);
    letter-spacing: 0.08em;
    line-height: 1.8;
    font-weight: 600;
	font-size: clamp(11px, calc(15vw / 14.8), 15px);
	letter-spacing: 0.04em;
}


@media screen and (max-width:767px) {
	.msn-imageText__caption {
		font-size: calc(13vw / 3.9) !important;
	}
}



/*.sec_end{
	text-align: center;
	letter-spacing: -.4em;
	background-color: rgba(0,0,0,.08);
	padding: 25px 0;
}

.sec_end .btn{
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
}

.sec_end .txt{
	display: inline-block;
	width: 100%;
	max-width: 500px;
	padding: 0 20px;
	vertical-align: middle;
	text-align: left;
	letter-spacing: normal;
}

.sec_end .txt p:first-child{

	color: #857134;
	font-weight: bold!important;
	border-bottom: none;
	padding-bottom: 0;
	font-size: 20px;
	position: relative;
	padding-left: calc(.3em + 3px);
	font-family: 'Times New Roman','游明朝','Yu Mincho','ＭＳ Ｐ明朝','MS PMincho',serif !important;
}
.sec_end .txt p:first-child::before{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 3px;
	height: 1.4em;
	content: '';
	background-color: #b49d6c;
	vertical-align: top;
}

.sec_end .txt p:last-child{
	font-size: 16px !important;
	letter-spacing: -0.13em;
	color: #000;
	line-height: 1.6;
	font-family: 'Times New Roman','游明朝','Yu Mincho','ＭＳ Ｐ明朝','MS PMincho',serif !important;
}


@media screen and (max-width:1000px){
	.sec_end .btn{
		margin-bottom: 20px;
		display: block;
		text-align: center;
	}
}
*/
@media screen and (min-width:768px) {
  .msn-imageGrid--cols3 .msn-imageGrid__item:nth-child(n + 4) {
    margin-top: 30px;
  }
}
@media screen and (min-width:768px) {
  .structure_box .msn-imageGrid--cols2 .msn-imageGrid__item:nth-child(1) {
    width: 65.625%;
  }
  .structure_box .msn-imageGrid--cols2 .msn-imageGrid__item:nth-child(2) {
    width: 31.25%;
  }
}
@media screen and (max-width:767px) {
  .sec_inner {
    margin: 0 auto;
    max-width: 632px;
  }
  /*.msn-imageText__title span{
		display: block;
	}*/
  /*▼page▼*/
  .equipment_box .msn-imageGrid--cols3 {
    display: flex;
    justify-content: space-between;
  }
  .equipment_box .msn-imageGrid--cols3 .msn-imageGrid__item {
    width: 47.5%;
    margin-right: 5% !important;
  }
  .equipment_box .msn-imageGrid--cols3 .msn-imageGrid__item:nth-child(2n) {
    margin-right: auto !important;
  }
  .equipment_box .msn-imageGrid--cols3 .msn-imageGrid__item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .msn-imageText__title span.ex {
    font-size: 0.7em;
  }
  .comfort_box .msn-imageGrid--cols3 {
    display: flex;
    justify-content: space-between;
  }
  .comfort_box .msn-imageGrid--cols3 .msn-imageGrid__item {
    width: 47.5%;
    margin-right: 5% !important;
  }
  .comfort_box .msn-imageGrid--cols3 .msn-imageGrid__item:nth-child(2n) {
    margin-right: auto !important;
  }
  .comfort_box .msn-imageGrid--cols3 .msn-imageGrid__item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .security_box .msn-imageGrid--cols3 {
    display: flex;
    justify-content: space-between;
  }
  .security_box .msn-imageGrid--cols3 .msn-imageGrid__item {
    width: 47.5%;
    margin-right: 5% !important;
  }
  .security_box .msn-imageGrid--cols3 .msn-imageGrid__item:nth-child(2n) {
    margin-right: auto !important;
  }
  .security_box .msn-imageGrid--cols3 .msn-imageGrid__item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .equipment_box .msn-imageGrid--cols3 .msn-imageGrid__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .equipment_box .msn-imageGrid--cols3 .msn-imageGrid__item:last-child {
    width: 100%;
    margin-right: 0 !important;
  }
  .equipment_box .msn-imageGrid--cols3 .msn-imageGrid__item:last-child::after {
    content: '';
    display: block;
    clear: both;
  }
  .equipment_box .msn-imageGrid--cols3 .msn-imageGrid__item:last-child .msn-imageText__image {
    width: 47.5%;
    margin-right: 5% !important;
    float: left;
    margin-bottom: 0;
  }
  .equipment_box .msn-imageGrid--cols3 .msn-imageGrid__item:last-child .msn-imageText__title {
    width: 47.5%;
    float: right;
  }
  .equipment_box .msn-imageGrid--cols3 .msn-imageGrid__item:last-child .msn-imageText__caption {
    width: 47.5%;
    float: right;
  }
  .structure_box .msn-imageGrid--cols3 {
    display: flex;
    justify-content: space-between;
  }
  .structure_box .msn-imageGrid--cols3 .msn-imageGrid__item {
    width: 47.5%;
    margin-right: 5% !important;
  }
  .structure_box .msn-imageGrid--cols3 .msn-imageGrid__item:nth-child(2n) {
    margin-right: auto !important;
  }
  .structure_box .msn-imageGrid--cols3 .msn-imageGrid__item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
  .structure_box .msn-imageGrid--cols2 .msn-imageGrid__item:nth-child(2)::after {
    content: '';
    display: block;
    clear: both;
  }
  .structure_box .msn-imageGrid--cols2 .msn-imageGrid__item:nth-child(2) .msn-imageText__image {
    width: 47.5%;
    margin-right: 5% !important;
    float: left;
  }
  .structure_box .msn-imageGrid--cols2 .msn-imageGrid__item:nth-child(2) .msn-imageText__title {
    width: 47.5%;
    float: right;
  }
  .structure_box .msn-imageGrid--cols2 .msn-imageGrid__item:nth-child(2) .msn-imageText__caption {
    width: 47.5%;
    float: right;
  }
  /*▲page▲*/
}
@media screen and (max-width:600px) {
  .sec_end .txt {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width:480px) {
  .msn-imageText__title {
	  line-height: 1.5;
    font-size: calc(15vw / 3.9);
  }
	
	
	
  .msn-imageText__title.ss {
    font-size: 14px;
  }
  .msn-imageText__title.ss_sp {
    font-size: 13px;
  }
  .msn-imageText__title.ll_sp {
    font-size: 14px;
  }
  .msn-imageText__title.lll_sp {
    font-size: 15px;
  }
  .msn-imageText__title.llll_sp {
    font-size: 16px;
  }
  .msn-imageText__title.lllll_sp {
    font-size: 18px;
  }
  .msn-imageText__title.lss_sp {
    letter-spacing: -0.05em;
  }
  .msn-imageText__title.lsss_sp {
    letter-spacing: -0.1em;
  }
  .msn-imageText__title.lssss_sp {
    letter-spacing: -0.15em;
  }
  .msn-imageText__caption .ll_sp {}
  .msn-imageText__title.sp_ll {
    font-size: 16px;
    letter-spacing: normal;
    text-align: center;
  }
  #contents_wrap .msn-imageText__caption {
    font-size: calc(12vw / 3.9);
        line-height: 1.7;
  }
  #contents_wrap .msn-imageText__caption span {
/*    font-size: 10px;*/
    font-size: 8px;
  }
  #container .sec_ttl {
    font-size: 20px;
  }
  #contents_wrap .msn-imageText__caption.ll_sp {
    font-size: 14px !important;
  }
  #contents_wrap .msn-imageText__caption.lll_sp {
    font-size: 15px !important;
  }
  #contents_wrap .msn-imageText__caption.llll_sp {
    font-size: 16px !important;
  }
  .msn-imageText__title.sp_ls {
    letter-spacing: -.02em;
  }
  .t_cap_l, .t_cap_b_l, .t_cap, .t_cap_b {
    letter-spacing: -.05em;
    bottom: 1px;
  }
  .secrity_box .msn-imageGrid--cols3 .msn-imageGrid__item:nth-child(5) {
    float: none;
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
  .secrity_box .msn-imageGrid--cols3 .msn-imageGrid__item:nth-child(5) .msn-imageText__image {
    float: left;
    width: 47.5%;
    margin-right: 5% !important;
  }
  .secrity_box .msn-imageGrid--cols3 .msn-imageGrid__item:nth-child(5) .msn-imageText__title, .secrity_box .msn-imageGrid--cols3 .msn-imageGrid__item:nth-child(5) .msn-imageText__caption {
    float: right;
    width: 47.5%;
  }
  .secrity_box .msn-imageGrid--cols3 .msn-imageGrid__item:last-child {
    width: 100%;
    margin: 0 auto;
    margin-right: auto !important;
    max-width: 300px;
  }
  .structure_box .msn-imageGrid--cols3 .msn-imageGrid__item:last-child {
    width: 100%;
    margin: 0 auto !important;
    margin-right: auto !important;
    max-width: 300px;
  }
  .structure_box .msn-imageGrid--cols3 .msn-imageGrid__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .sec_end .txt p:first-child {
    font-size: 14px;
  }
  .sec_end .txt p:last-child {
    font-size: 13px !important;
  }
}
@media screen and (min-width:768px) {
  .structure_box .msn-imageGrid--cols3 .msn-imageGrid__item:nth-child(3) {
    margin-right: 3.125% !important;
    ;
  }
  .structure_box .msn-imageGrid--cols3 .msn-imageGrid__item:nth-child(4) {
    margin-right: 0;
    margin-top: 0 !important
  }
  .structure_box .msn-imageGrid--cols3 .msn-imageGrid__item:nth-child(6) {
    margin-right: 3.125% !important;
    ;
  }
  .structure_box .msn-imageGrid--cols3 .msn-imageGrid__item:nth-child(7) {
    margin-right: 0;
  }
}
@media screen and (min-width:481px) and (max-width:767px) {
  .structure_box .msn-imageGrid--cols3 .msn-imageGrid__item:nth-child(2n) {
    margin-right: 5% !important;
  }
  .structure_box .msn-imageGrid--cols3 .msn-imageGrid__item:nth-child(2n+1) {
    margin-right: 0 !important;
  }
  /*
	.structure_box .msn-imageGrid--cols3 .msn-imageGrid__item:last-child{
		width: 100%;
		margin: 0 auto!important;
		margin-right: auto!important;
		max-width: 300px;
	}
	
*/
}
@media screen and (min-width:481px) and (max-width:500px) {
  .structure_box .msn-imageGrid--cols3 .msn-imageGrid__item:last-child {
    width: 100%;
    margin: 0 auto !important;
    margin-right: auto !important;
    max-width: 300px;
  }
}
.kakomi {
  border: solid 1px #fff;
  padding: 15px;
}
.ta_c_pc {
  text-align: center;
}
@media screen and (max-width:768px) {
  .ta_c_pc {
    text-align: left;
  }
  .ta_c_sp {
    text-align: center;
  }
}
.color_w {
  color: #fff;
}
/*.cap_l.t13 {
	font-size: 13px;
}

@media screen and (max-width:767px){
.cap_l.t13 {
	font-size: 10px;
}
}*/
.eco_box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.eco_box .l {
  width: 52.5%;
}
.eco_box .r {
  width: 44.51613%;
}
@media screen and (max-width:768px) {
  .eco_box {
    display: block;
  }
  .eco_box .l {
    width: 100%;
  }
  .eco_box .r {
    width: 100%;
    margin-bottom: 20px;
  }
}
.color_bk {
  color: #000;
}
.color_r {
  color: #a72126;
}
.l01 {
  letter-spacing: 0.09em !important;
}
.l5 {
  letter-spacing: -0.05em !important;
}
.l6 {
  letter-spacing: -0.06em !important;
}
.l7 {
  letter-spacing: -0.07em !important;
}
.l8 {
  letter-spacing: -0.08em !important;
}
.l9 {
  letter-spacing: -0.09em !important;
}
.l10 {
  letter-spacing: -0.1em !important;
}
.l11 {
  letter-spacing: -0.11em !important;
}
.l12 {
  letter-spacing: -0.12em !important;
}
.l13 {
  letter-spacing: -0.13em !important;
}
.l14 {
  letter-spacing: -0.14em !important;
}
.l15 {
  letter-spacing: -0.15em !important;
}
.l16 {
  letter-spacing: -0.16em !important;
}
.l17 {
  letter-spacing: -0.17em !important;
}
.l18 {
  letter-spacing: -0.18em !important;
}
@media screen and (max-width:767px) {
  .l0_sp {
    letter-spacing: 0 !important;
  }
.l5_sp {
  letter-spacing: -0.05em !important;
}
  .l6_sp {
    letter-spacing: -0.06em !important;
  }
  .l7_sp {
    letter-spacing: -0.07em !important;
  }
  .l8_sp {
    letter-spacing: -0.08em !important;
  }
  .l9_sp {
    letter-spacing: -0.09em !important;
  }
  .l10_sp {
    letter-spacing: -0.1em !important;
  }
  .l11_sp {
    letter-spacing: -0.11em !important;
  }
  .l12_sp {
    letter-spacing: -0.12em !important;
  }
  .l13_sp {
    letter-spacing: -0.13em !important;
  }
  .l14_sp {
    letter-spacing: -0.14em !important;
  }
  .l15_sp {
    letter-spacing: -0.15em !important;
  }
  .l16_sp {
    letter-spacing: -0.16em !important;
  }
  .l17_sp {
    letter-spacing: -0.17em !important;
  }
  .l18_sp {
    letter-spacing: -0.18em !important;
  }
  .l19_sp {
    letter-spacing: -0.19em !important;
  }
  .l20_sp {
    letter-spacing: -0.20em !important;
  }
  .l21_sp {
    letter-spacing: -0.21em !important;
  }
  .l22_sp {
    letter-spacing: -0.22em !important;
  }
  .l23_sp {
    letter-spacing: -0.23em !important;
  }
  .l24_sp {
    letter-spacing: -0.24em !important;
  }
}
.fs18 {
  font-size: 18px;
  line-height: 26px;
}
.fs14 {
  font-size: 14px;
}
.fs13 {
  font-size: 13px;
  line-height: 18px;
}
.fs12 {
  font-size: 12px;
  line-height: 18px;
}
.fs11 {
  font-size: 11px;
  line-height: 18px;
}
@media screen and (max-width:767px) {
  .fs14_sp {
    font-size: 14px;
  }
  .fs13_sp {
    font-size: 13px;
  }
  .fs12_sp {
    font-size: 12px;
  }
}
/* スマホだけ改行 */
.sp-br {
  display: none;
}
@media screen and (max-width:767px) {
  .sp-br {
    display: block;
  }
}
/* PCだけ改行 */
.pc-br {
  display: block;
}
@media screen and (max-width:767px) {
  .pc-br {
    display: none;
  }
}
.t_top {
  vertical-align: text-top;
}
.sup1 {
  font-size: 40%;
  display: inline-block;
  transform: translate(-12px, -10px);
}
@media screen and (max-width:500px) {
  .ex_sp {
    font-size: 13px;
  }
  .sup1 {
    font-size: 80%;
    display: inline-block;
    transform: scale(0.8) translate(-6px, -6px);
  }
}
.sup1_ex {
  display: none;
}
@media screen and (max-width: 767px) {
  .sup1_ex {
    display: inline-block;
  }
  .sup1.vpc {
    display: none;
  }
}
@media screen and (max-width:650px) {
  .ex10 {
    letter-spacing: -0.05em;
  }
  .ex10 span {
    display: block;
  }
}
.t_cap.f11 {
  right: 8px;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  .t_cap.f11 {
    right: 5px;
    font-size: 7px !important;
  }
}
@media screen and (max-width: 767px) {
  .mt28_sp {
    margin-top: 28px !important;
  }
}
@media screen and (max-width: 767px) {
    .vpc {
        display: none !important;
    }
}
@media screen and (max-width: 680px) {
    .t_cap_l, .t_cap_b_l, .t_cap, .t_cap_b {
        font-size: 8px;
    }
}


.cap_ib {
	display: inline-block !important; 
}



@media screen and (max-width: 767px) {
	.cont2_2 .msn-imageGrid .msn-imageGrid__item:nth-child(1),
	.cont2_2 .msn-imageGrid .msn-imageGrid__item:nth-child(2),
	.cont2_2 .msn-imageGrid .msn-imageGrid__item:nth-child(5) {
		order: -1;
	}
	
	
	.sp_center {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}



@media screen and (max-width:767px) {
	.msn-imageText__title {
		font-size: calc(16vw / 3.9);
		font-size: calc(15vw / 3.9);
	}
	.tl_sp {
		text-align: left !important;
	}
}








.ls00 {
	letter-spacing: 0em !important;
}
.ls02 {
	letter-spacing: -0.02em !important;
}
.ls04 {
	letter-spacing: -0.04em !important;
}
.ls06 {
	letter-spacing: -0.06em !important;
}
.ls08 {
	letter-spacing: -0.08em !important;
}
.ls1 {
	letter-spacing: -0.1em !important;
}
.ls16 {
	letter-spacing: -0.16em !important;
}

@media screen and (max-width: 767px) {
	.ls02_sp {                    
		letter-spacing: -0.02em !important;
	}
	.ls04_sp {
		letter-spacing: -0.04em !important;
	}
	.ls06_sp {
		letter-spacing: -0.06em !important;
	}
	.ls08_sp {
		letter-spacing: -0.08em !important;
	}
	.ls1_sp {
		letter-spacing: -0.1em !important;
	}
}


.ttl13_sp{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sp_lh02 {
    letter-spacing: -0.02em;
}
.ls08_pc {
    letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
	.ttl13_sp {
		font-size: 13px !important;
		letter-spacing: -0.08em !important;  
	}
	.ttl13_sp .ls_top {
		letter-spacing: -0.15em !important;  
	}
    .sp_lh01 {
        height: 3.3em;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sp_lh03 {
        height: 3.4em !important;
    }
    .sp_lh04 {
        height: 4em;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ls08_pc  {
        letter-spacing: -0.1em !important;
        font-size: 12px !important;
    }
}
@media screen and (max-width: 414px) {
	 .sp_lh04 {
		 height: 3.5em;
	}
}

@media screen and (max-width: 390px) {
	 .sp_lh04 {
		 height: 3.8em;
	}
}

.mincho{font-family:"Yu Mincho", "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif;}

@media screen and (min-width: 768px) {
    .txt_min_pc01 {
        letter-spacing: -0.05em !important;
        font-size: clamp(14px, calc(19vw / 9.6), 20px);
    }
}
