@charset "utf-8";
/************************************************************************************************************************************
add at 2024.09.25
************************************************************************************************************************************/
#main_content {
  padding-top:20px;
}
#mc-sec01 {
  padding: 60px 0;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  justify-content: space-around;
}
#mc-sec01 > div {
  width:47%;
  background-color: #fff;
}
#mc-sec01 > div h3 {
  background-color: #c5171e;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 3em;
  padding:0.2em 0.8em;
  line-height: 1.3;
  text-align: left;
}
#mc-sec01 > div p {
  font-weight: bold;
  line-height: 1.4;
  font-size: 16px;
  text-align: left;
  padding:1em 1.2em;
}
#mc-sec01 > div img {
  width: 100%;
  display: block;
}
#mc-sec01 > div a img {
  transition: opacity 0.3s linear;
}
#mc-sec01 > div a:hover img {
  opacity: 0.6;
}

@media screen and (max-width: 600px) {
  #mc-sec01 {
    padding: 40px 0;
    flex-direction: column;
  }
  #mc-sec01 > div {
    width:86%;
    margin: 0 auto;
  }
  #mc-sec01 > div h3 {
    font-size: 4.3vw;
    min-height: 2.2em;
    padding:0.4em 0.8em;
    line-height: 1.3;
  }
  #mc-sec01 > div p {
    line-height: 1.4;
    font-size: 3.1vw;
    padding:1em 1.2em;
  }
  #mc-sec01 > div a img {
    transition: opacity 0s linear;
  }
  #mc-sec01 > div a:hover img {
    opacity: 1;
  }
  #mc-sec01 .mc-div02 {
    margin-top: 30px;
  }
}


#index #subsidy {
  padding-top: 110px;
}
#footer.kaso {
  padding-bottom: 0 !important;
}

/************************************************************************************************************************************
add at 2024.11.16
************************************************************************************************************************************/
html {
  background-size: 128px 128px;
  background-repeat: repeat;
  background-position: left center;
}
#top.mc {
  max-width: 1120px;
  height: 694px;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/mc_main-img_pc.jpg);
  display: block;
  background-repeat: no-repeat;
  position: relative;
  background-position: 0 95px;
}
.mc_btn01 {
  display: block;
  position: absolute;
  bottom: 35px;
  right: 0px;
  cursor: pointer;
}
.mc_obi {
  background-color: #0d0d66;
}
.mc_obi-inner {
  width: 1120px;
  margin:0 auto;
  text-align: center;
  color: #fff;
  padding: 24px 0 20px;
}
.mc_txt1 {
  font-size: 28px;
}
.mc_txt1-inner {
  display: inline-block;
  position: relative;
  font-weight: bold !important;
  line-height: 1;
}
.mc_txt1-inner::before {
  content:"";
  display: block;
  width:3px;
  background-color: #fff;
  height: 80%;
  position: absolute;
  left:-60px;
  top:20%;
  -webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mc_txt1-inner::after {
  content:"";
  display: block;
  width:3px;
  background-color: #fff;
  height: 80%;
  position: absolute;
  right:-50px;
  top:20%;
  -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mc_txt2 {
  font-size: 38px;
  line-height: 1.1;
  color: #ffff00;
}
.mc_txt3 {
  font-size: 58px;
}
.mc_txt4 {}
.mc_txt4 dt {
  font-size: 20px;
  font-weight: bold !important;
}
.mc_txt4 dd {
  font-size: 16px;
  line-height: 2.2;
}
.mc_obi-inner a {
  margin: 20px 0;
  display: inline-block;
  padding: 24px 120px;
  border-radius: 300px;
  background-image: -moz-linear-gradient( 90deg, rgb(14,114,24) 0%, rgb(141,203,96) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(14,114,24) 0%, rgb(141,203,96) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(14,114,24) 0%, rgb(141,203,96) 100%);
  box-shadow: 0px 0px 6px #f8d77c;;
}
.mc_obi-inner a span {
  font-size: 48px;
  color: #f8d77c;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0px 0px 9.5px rgba(0, 0, 0, 0.5);
}
.mc_obi2 {}
.mc_obi2-inner {
  width: 1120px;
  margin:0 auto;
  padding: 10px 0 10px 64px;
}
.mc_obi2-inner li {
  font-size: 12px;
}
.mc_ranking {}
.mc_ranking-inner {
  width: 1120px;
  margin:60px auto 0;
  padding: 10px 0 120px;
  text-align: center;
}
.mc_txt5 {
  color: #0d0d66;
  font-weight: bold;
  font-size: 28px;
}
.mc_txt6 {
  color: #0d0d66;
  font-size: 14px;
}
.mc_ranking-inner ul {
  margin: 12px 0 0;
  display: flex;
  justify-content: center;
}
.mc_ranking-inner ul li {
  margin: 0 12px;
}
.mc_nayami img {
  display: block;
  margin-left:-12px;
  margin-top: 120px;
  margin-bottom: 80px;
}
.mc_txt8 {
  text-align: center;
  font-size: 32px;
  /*font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
  font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";*/
  color: #F2E589;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0px 2px 7.6px rgba(0, 0, 0, 0.2);
}
.mc_txt8.row2 {
  font-size: 28px;
}
.mc_voice-wrap {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0;
}
.mc_voice-box {
  width: 32%;
}
.mc_voice-box:nth-of-type(2n) {
}
.mc_voice-box img {
  margin-bottom: 8px;
  border-left: 5px solid #c9171e;
  width: calc(100% - 5px);
}
.mc_voice-box .mc_txt9 {
  color: #c9171e;
  font-size: 14px;
  font-weight: bold;
}
.mc_voice-box .mc_txt10 {
  font-size: 12px;
  margin: 1em 0;
}
.mc_voice-box dl {}
.mc_voice-box dt,
.mc_voice-box dd {
  font-size: 12px;
  font-weight: bold;
}
.mc_layout01 {
  padding-bottom: 40px !important;
  margin-bottom: 100px !important;
}
.mc_layout02 {
  padding-bottom: 40px !important;
  margin-bottom: 80px !important;
}
.mc_media-wrap {
  display: flex;
  padding: 30px 0 0;
}
.mc_media-box {
  width: 32%;
}
.mc_media-box-inner {
  padding: 0 5% 1%;
  border-left: 5px solid #c9171e;
}
.mc_media-box-inner h3 {
  color: #c9171e;
  font-size: 18px;
  font-weight: bold;
}
.mc_media-box-inner img.modal_img {
  display: block;
  max-height: 150px;
  margin-top: 12px;
}
.mc_media-box-inner img:not(.modal_img) {
  display: block;
  width:90%;
}
.mc_media-box-inner a {
  display: block;
  margin-top: 9px;
  z-index: 1000;
}
.mc_media-box-inner a ~ a {
  margin-top: 4px;
}
.mc_media-box .modal_link {
  font-weight: bold;
  color: #c9171e;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  display: block;
  position: relative;
  z-index: 9999;
}
.mc_media-box .modal_link img {
  display: inline-block;
  position: relative;
  top:4px;
  margin-right: 4px;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal_img {
  cursor: pointer;
}

.modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1000px;
  height: 80%;
}

.modal_content img {
  width: 100%;
 height: 100%;
  object-fit: contain;
}


.modal_close {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -50px;
  right: 0px;
  transition: 0.3s;
}

.modal_close:hover {
  opacity: 0.7;
}

.modal_close::before, .modal_close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  margin-left: -50%;
  background-color: #fff;
}

.modal_close::before {
  transform: rotate(45deg);
}

.modal_close::after {
  transform: rotate(-45deg);
}

.modal_close_box {
  position: relative;
}


@media screen and ( max-width:767px ) {
  html {}
  #top.mc {
    max-width: auto;
    height: 0;
    padding-bottom: 111%;
    background: url(../img/mc_main-img_sp.jpg);
    background-size: 100% auto;
    background-position: 0 80px;
    text-align: center;
    margin-bottom: 0;
    background-repeat: no-repeat;
  }
  .mc_btn01 {
    bottom: 0px;
  }
  .mc_obi {
  }
  .mc_obi-inner {
    width: auto;
    padding: 24px 0 20px;
  }
  .mc_txt1 {
    font-size: 5vw;
  }
  .mc_txt1-inner {
    line-height: 1.4;
  }
  .mc_txt1-inner::before {
    width:2px;
    height: 60%;
    left:3vw;
    top:0;
  }
  .mc_txt1-inner::after {
    width:2px;
    height: 60%;
    right:3vw;
    top:0;
  }
  .mc_txt2 {
    font-size: 6.5vw;
    line-height: 1.1;
  }
  .mc_txt3 {
    font-size: 12vw;
  }
  .mc_txt4 {}
  .mc_txt4 dt {
    font-size: 4vw;
  }
  .mc_txt4 dd {
    font-size: 3vw;
  }
  .mc_obi-inner a {
    margin: 4vw 0;
    padding: 3vw 12vw;
  }
  .mc_obi-inner a span {
    font-size: 8vw;
    line-height: 1.2;
  }
  .mc_obi2 {}
  .mc_obi2-inner {
    width: auto;
    padding: 3vw 1em;
  }
  .mc_obi2-inner li {
    font-size: 2.5vw;
    padding-left: 1.8em;
    text-indent: -1.8em;
  }
  .mc_ranking {}
  .mc_ranking-inner {
    width: auto;
    margin:8vw auto 0;
    padding: 3vw 0 30vw;
  }
  .mc_txt5 {
    font-size: 5vw;
  }
  .mc_txt6 {
    font-size: 3vw;
    margin-top: 3vw;
  }
  .mc_ranking-inner ul {
    margin: 12px 0 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .mc_ranking-inner ul li {
    margin: 1vw auto;
    width: 70%;
  }
  .mc_ranking-inner ul li img {
    width: 100%;
    display: block;
  }
  .mc_nayami img {
    display: block;
    margin-left:0;
    margin-top: 12vw;
    margin-bottom: 8vw;
    width: 100%;
  }
  .mc_txt8 {
    text-align: center;
    font-size: 6vw;
    /*font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';*/
    color: #FFFF88;
    font-weight: bold;
    line-height: 1.2;
    text-shadow: 0px 2px 7.6px rgba(0, 0, 0, 0.2);
    height: auto !important;
    width: auto !important;
    padding: 3vw 0 !important;
  }
  .mc_voice-wrap {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0;
    flex-direction: column;
  }
  .mc_voice-box {
    width: 90%;
    margin: 0 auto;
  }
  .mc_voice-box:nth-of-type(2n) {
    margin: 8vw auto;
  }
  .mc_voice-box img {
    margin-bottom: 2vw;
    border-left: 8px solid #c9171e;
    width: calc(100% - 8px);
  }
  .mc_voice-box .mc_txt9 {
    font-size: 4vw;
  }
  .mc_voice-box .mc_txt10 {
    font-size: 3vw;
    margin: 1em 0;
  }
  .mc_voice-box dl {}
  .mc_voice-box dt,
  .mc_voice-box dd {
    font-size: 3vw;
    font-weight: bold;
  }
  .mc_layout01 {
    padding-bottom: 40px !important;
    margin-bottom: 100px !important;
  }
  .mc_layout02 {
    padding-bottom: 40px !important;
  }
  .mc_media-wrap {
    display: flex;
    padding: 30px 0 0;
    flex-direction: column;
  }
  .mc_media-box {
    width: 80%;
    margin: 0 auto;
  }
  .mc_media-box:nth-of-type(2n) {
    margin: 6vw auto;
  }
  .mc_media-box-inner {
    padding: 0 5% 1%;
    border-left: 8px solid #c9171e;
  }
  .mc_media-box-inner h3 {
    color: #c9171e;
    font-size: 4vw;
    font-weight: bold;
  }
  .mc_media-box-inner img.modal_img {
    display: block;
    max-height: initial;
    width: 100%;
    height: auto;
    margin-top: 12px;
  }
  .mc_media-box-inner img:not(.modal_img) {
    display: block;
    width:90%;
  }
  .mc_media-box-inner a {
    display: block;
    margin-top: 9px;
    z-index: 1000;
  }
  .mc_media-box-inner a ~ a {
    margin-top: 4px;
  }
  .mc_media-box .modal_link {
    font-size: 3.6vw;
    margin-top: 10px;
  }
  .mc_media-box .modal_link img {
    top: 0.5vw;
    margin-right: 2vw;
  }
}


.mc_msg dl {
  margin:12px 0 24px;
}
.mc_msg dt,
.mc_msg dd {
  margin-left: 1em;
}
.mc_msg dt {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 0.2em;
  text-indent: -1em;
}
.mc_msg dt::before {
  content: "・";
}
.mc_msg dd {
  padding-bottom: 0.5em;
}

.mc_flow {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.mc_flow img {
  display: block;
  width:16%;
}
.mc_flow span {
	font-size: 26px;
  font-weight: bold;
  color:#ccc;
  margin-top: 0.5em;
  display: block;
}

.mc_flow2 {
  padding: 2.2em 4em 0.5em;
}
.mc_flow2 li {
  font-size: 16px;
  list-style-type: none;
  text-indent: -1em;
  padding-top: 0.3em;
}
.mc_flow2 li::before {
  content: "■";
}

@media screen and ( max-width:767px ) {
  .mc_flow {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1em;
    flex-wrap: wrap;
  }
  .mc_flow img {
    display: block;
    width:25%;
  }
  .mc_flow span {
    font-size: 24px;
    font-weight: bold;
    color:#ccc;
    margin-top: 0.5em;
    display: block;
  }
  .mc_flow2 {
    padding: 1.2em 3em 0.5em;
  }
  .mc_flow2 li {
    font-size: 15px;
  }
}

#section_05 {
  padding-top:120px;
  margin-top:-60px;
}

.common_ttl .mc_txt8 {
  max-width:none !important;  
  padding: 22px 0 22px !important;
}
#index #section_02 .common_ttl .ttl {
}

.mc_office_list {
  margin: 5em 0 3em;
}
.mc_office_list ul {
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
}
.mc_office_list ul li {
  width:31.5%;
  margin: 1%  0 1% 2.75%;
}
.mc_office_list ul li:nth-of-type(3n+1) {
  margin-left: 0;
}
.mc_office_list ul li a {
  display: block;
  background-color: #F7F4E6;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 0.7em 1.5em;
  text-align: left;
  position: relative;
  text-decoration: none;
}
.mc_office_list ul li a::after {
  position: absolute;
  display: block;
  content: "";
  height: 1.25em;
  width: 2em;
  background: url(../img/arrow333.svg) no-repeat 0 0 / contain;
	top: 50%;
	right: 8%;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.mc_office_list ul li a:visited {
  color: inherit !important;
}
.mc_office_list ul li a:hover {
  background-color: #c5181e;
  color: #fff !important;
  opacity: 1 !important;
}
.mc_office_list ul li a:hover::after {
  background: url(../img/arrow333_hover.svg) no-repeat 0 0 / contain;
}

#section_03 {}

.anchor {
    padding-top: 120px !important;
    margin-top: -120px !important;
}
#menu_05.anchor {
    padding-top: 120px !important;
    margin-top: -70px !important;
}

.fss,
.fss span {
    font-size: 18px !important;
    letter-spacing: -3px !important;
}
.sec02img {
  display: block;
  width: calc(100% - 8px);
  border: 4px solid #fff;
}
.mc_root_img {
  display: flex;
  justify-content: space-between;
  counter-reset: num 0;
  margin-bottom: 2em;
}
.mc_root_img li {
  width:22%;
  border: 1px solid #666;
  position:relative;
}
.mc_root_img li::before {
  counter-increment: num 1;
  content: ""counter(num)"";
  background-color: #666;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left:0;
  top:0;
  padding: 0.1em 0.5em;
}
.mc_root_img li::after {
  content:"";
  display: block;
  border-top: 3px solid #666;
  border-right: 3px solid #666;
  width: 16px;
  height: 16px;
  position: absolute;
  right: -1.5em;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  -moz-transform: translate(0%, -50%) rotate(45deg);
  -ms-transform: translate(0%, -50%) rotate(45deg);
  -o-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}
.mc_root_img li:last-of-type::after {
  display: none;
}
.mc_root_img li img {
  display: block;
  width: 100%;
}

.mc_btn04 {
  max-width: 702px;
  margin: 0 auto 70px;
}
.mc_btn04 a {
  display: block;
  /*background: rgb(73,180,187);
  background: linear-gradient(184deg, rgba(87,191,198,1.00) 0%, rgba(42,162,172,1) 100%);*/
  background: rgb(129,201,81);
  background: linear-gradient(180deg, rgba(129,201,81,1) 0%, rgba(46,134,28,1) 50%, rgba(29,116,15,1) 51%, rgba(24,95,19,1) 100%);
  border-radius: 0.3em;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  color:#F6EA8C;
  text-shadow: 2px 2px 3px #13686E;
  /*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
  padding: 0.6em 0;
  position: relative
}
.mc_btn04 a::after {
  content:"";
  display: block;
  border-top: 3px solid #F6EA8C;
  border-right: 3px solid #F6EA8C;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  -moz-transform: translate(0%, -50%) rotate(45deg);
  -ms-transform: translate(0%, -50%) rotate(45deg);
  -o-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}

.mc_obi + #wrapper {
  margin-top: 80px;
}

@media screen and ( max-width:767px ) {
  .common_ttl .mc_txt8 {
      padding: 0.5em 0 !important;
  }
  .mc_txt8.row2 {
    font-size: 5vw;
  }
  .mc_root_img {
    margin-bottom: 2em;
  }
  .mc_root_img li {
    border: 1px solid #666;
  }
  .mc_root_img li::before {
    font-size: 4vw;
    padding: 0.1em 0.5em;
  }
  .mc_root_img li::after {
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    width: 2.2vw;
    height: 2.2vw;
    right: -0.63em;
  }
  .mc_btn04 {
    max-width: none;
    margin: 0 auto 70px;
  }
  #section_03 .inner .mc_btn04 {
    margin: 0 7.5px 70px;
  }
  .mc_btn04 a {
    font-size: 4.4vw;
    padding: 0.6em 0;
  }
  .mc_btn04 a::after {
    border-top: 2px solid #F6EA8C;
    border-right: 2px solid #F6EA8C;
    width: 2vw;
    height: 2vw;
    right: 3%;
  }
  .mc_office_list ul {
    width: 80%;
    margin: 0 auto;
  }
  .mc_office_list ul {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .mc_office_list ul li {
    width:100%;
    margin: 0 0 2px;
  }
  .mc_office_list ul li a {
    font-size: 4vw;
  }
  

}

.mc-btn_area {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.mc-btn_area li {
  margin: 0 2% 2% 0;
  width: 23.5%;
}
.mc-btn_area li:nth-of-type(4n+4) {
  margin-right: 0;
}
.mc-btn_area li a {
  color: #000;
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #999;
  border-radius: 6px;
  padding: 0.7em 0;
  background: rgb(247,246,247);
  background: linear-gradient(180deg, rgba(247,246,247,1) 0%, rgba(157,157,158,1) 100%);
  position: relative;
}
.mc-btn_area li a:after {
  content:"";
  display: block;
  border-top: 2px solid #c00;
  border-right: 2px solid #c00;
  width: 4px;
  height: 4px;
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
  -moz-transform: translate(0%, -50%) rotate(45deg);
  -ms-transform: translate(0%, -50%) rotate(45deg);
  -o-transform: translate(0%, -50%) rotate(45deg);
  transform: translate(0%, -50%) rotate(45deg);
}
#pc_merit,
#sp_merit {
  margin-bottom: 80px;
}
#top {
  width: 1120px;
  max-width: none;
}
@media screen and ( max-width:767px ) {
  .btn_area-wrapper {
    bottom: auto;
    right: auto;
    position: relative;
    width: 95%;
    max-width:none;
    padding: 0 3%;
  }
  .mc-btn_area {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .mc-btn_area li {
    margin: 0 2% 2% 0;
    width: 32%;
  }
  .mc-btn_area li:nth-of-type(4n+4) {
    margin-right: 2%;
  }
  .mc-btn_area li:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .img-value {
    right:auto;
    max-width: 100%;
    position: relative;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .value-notice {
    position: relative;
    color: #000;
    bottom:auto;
    right:auto;
    font-size: 4vw;
  }
  #top {
    width: 100%;
    max-width: none !important;
    position: relative;
    height: 0;
    padding-top: 108%;
    margin-bottom: 26% !important;
  }
  .mc_layout_mv {
    position: absolute;
    bottom: 0;
    left: 5%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, 100%);
    width: 90%;
  }
  .header-link-title {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    font-size: 5vw;
  }
.mc-btn_area li a {
  font-size: 2.6vw;
}

/*  .btn_area-wrapper {
    position: relative;
  }
  .mc-btn_area {
    bottom: 0;
    right: 0;
    position: absolute;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, 100%);
  }
  .mc-btn_area li a {
    font-size: 3vw !important;
    line-height: 1.2;
  }
*/
  #top.mc {
    padding-top: 85px !important;
    margin-bottom: 0 !important;
  }
}



/************************************************************************************************************************************
add at 2025.02.22
************************************************************************************************************************************/
.table3 {
  border-top: 1px solid #b3a69a;
}
@media screen and (max-width: 767px) {
    #index #section_04 .inner {
        padding: 0 !important;
    }
}
.btn_area {
    bottom: 8px;
    right: 10px;
    position: absolute;
    display: flex;
    max-width: 400px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: left;
    align-content: center;
}
#top .btn_area .btn {
    width: calc(24% - 2px);
    line-height: 1em;
    border-radius: 5px;
    margin-bottom: 2%;
    margin-right: 1%;
}
@media screen and (max-width: 767px) {
  .btn_area {
      bottom: 0;
      right: 0;
      position: relative;
      display: flex;
      max-width:none;
      width: 90%;
      flex-wrap: wrap;
      align-content: center;
    padding: 0 5%;
    transform: none;
  }
}




#mc-sec02 {
  padding: 0;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#mc-sec02 a {
  padding: 48px 0 64px;
  display: block;
  width: 300px;
  margin: 0 auto;
}

@media screen and ( max-width:767px ) {
  #mc-sec02 a {
    padding: 48px 0;
    width: 80%;
  }
}