@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto+Condensed:wght@400;700&family=Roboto:wght@300;400;700&family=Quicksand:wght@400;700&display=swap");


@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .sp.important {
    display: none !important;
  }
  a, .btn {
    -webkit-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    /* ie */
  }
  a img, .btn img {
    -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    border: none;
  }
  a:hover, .btn:hover {
    opacity: .3;
    cursor: pointer;
  }
  a.notrans img, .btn.notrans img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  button {
    cursor: pointer;
  }
  body #wrapper {
    /* padding-bottom: 100px; */
    padding-top: 82px;
    min-width: 1200px;
    color: #000;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .pc.important {
    display: none !important;
  }
  body #wrapper {
    /* padding-bottom: 16vw; */
    color: #333;
    padding-top: 110px;
  }
}

body {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, sans-serif;
  background: #F9F9F2;
}
html.stop {
  overflow: hidden;
}
/*-- パーツ ----------*/
.inner {
  width: 1160px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    width: 92%;
  }
}
.contents {
  font-family: 'Noto Sans JP', 'Roboto', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, sans-serif;
  position: relative;
}
.contents::before {
  content: "";
  display: block;
  background: url("/assets/img/msreform/krd202404/bg_illust.png") no-repeat right bottom;
  /* background-size: 40% auto; */
  width: 640px;
  height: 460px;
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .contents::before {
    background: url("/assets/img/msreform/krd202404/bg_illust_sp.png") no-repeat right bottom;
    background-size: 100% auto;
    width: 100%;
    height: 140px;
    bottom: -25vw;
  }
}


/* header
/* ---------------------------------- */

header {
  background: #fff;
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  header {
    min-width: 1300px;
    border-bottom: solid 1px #D4D4D4;
  }
}

@media screen and (max-width: 767px) {
  header {
  height: auto;
  position: absolute;
  }
}
header .logo {
  width: 280px;
}
header .kanden {
  width: 130px;
}
header .logo a {
  display: flex;
  align-items: flex-end;
}
header .logo a:hover {
  opacity: .8;
}

@media screen and (max-width: 767px) {
  header .logo {
    width: 51vw;
  }
	header .kanden {
	  width: 34vw;
	}
	header .logo a {
	  display: flex;
	  align-items: flex-end;
	}

}

header .header_inner {
  padding: 0 20px 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .header_inner {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

}


header .header_inner .logo_boxs {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 433px;
}
header .header_nav,
header .ul_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

header .ul_nav li {
  padding: 0 20px;
  border-right: dashed 1px #D4D4D4;
}
header .ul_nav li.tel a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .ul_nav li.tel a img {
  width: 220px;
}
header .ul_nav li.tel a span {
  font-size: 12px;
  letter-spacing: -0.01em;
  margin-top: 5px;
}
header .ul_nav li.contact a {
  font-size: 14px;
  letter-spacing: -0.05em;
}
header .ul_nav li.contact i {
  display: flex;
  filter: brightness(0) saturate(100%) invert(56%) sepia(33%) saturate(5229%) hue-rotate(352deg) brightness(97%) contrast(92%);
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 767px) {
  header .header_inner .logo_boxs {
    width: 100%;
    height: 60px;
    padding: 4.4vw 5%;
    border-bottom: solid 1px #D4D4D4;
  }
  header .header_inner .header_nav {
    background: #F1EDDD;
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  header .ul_nav {
    flex-direction: row-reverse;
    border-left: solid 2px #fff;
    width: 76%;
  }
  header .ul_nav li {
    padding: 2vw 0;
    border-right: none;
  }
  header .ul_nav li.tel {
    width: 55%;
    border-left: solid 2px #fff;
    position: relative;
    padding: 2vw 1vw;
  }
  header .ul_nav li.tel::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: -3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .ul_nav li.tel a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header .ul_nav li.tel a img {
    width: 90%;
  }
  header .ul_nav li.tel a span {
    font-size: 10px;
    margin-top: 1vw;
  }
  header .ul_nav li.contact a {
    display: flex;
    align-items: center;
    padding: 0 3vw;
  }
  header .ul_nav li.contact a span {
    font-size: 12px;
    letter-spacing: -0.05em;
  }
  header .ul_nav li.contact .mail {
    width: 4.4vw;
    padding-right: 0;
  }
  header .ul_nav li.contact i {
    width: 4vw;
    margin-right: 1vw;
  }
  header.fixed .header_inner .header_nav {
    position: fixed;
    top: 0;
  }
  header.fixed .nav_full.open {
    top: 50px;
  }
}


.menu_trigger {
  width: 56px;
  height: 42px;
  position: relative;
  z-index: 10001;
  margin-left: 20px;
  cursor: pointer;
}
.menu_trigger .box {
  width: 18px;
  height: 18px;
  margin: auto;
  position: relative;
}
.menu_trigger::after {
  content: 'メニュー';
  width: 100%;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: -.05em;
  font-size: 14px;
  color: #000;
  transition: all .5s;
  line-height: 1;
  text-align: center;
}
.menu_trigger .box span {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
  transition: all .5s;
}
.menu_trigger .box span:nth-child(2) {
  top: 6px;
}
.menu_trigger .box span:nth-child(3) {
  top: 12px;
}
.menu_trigger.active::after {
  content: '閉じる';
}
.menu_trigger.active .box span:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 6px;
}
.menu_trigger.active .box span:nth-of-type(2) {
  opacity: 0;
}
.menu_trigger.active .box span:nth-of-type(3) {
  transform: rotate(45deg);
  top: 6px;
}
@media screen and (min-width: 768px) {
  .menu_trigger:hover {
    opacity: .3;
  }
}
@media screen and (max-width: 767px) {
  .menu_trigger {
    width: 17vw;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0 3vw;
  }
  .menu_trigger::after {
    position: relative;
    left: 7vw;
    bottom: 0;
    font-size: 12px;
  }
  .menu_trigger .box {
    width: 5vw;
    height: 11px;
    right: 0;
  }
  .menu_trigger .box span:nth-child(2) {
    top: 5px;
  }
  .menu_trigger .box span:nth-child(3) {
    top: 10px;
  }
  .menu_trigger.active .box span:nth-of-type(1) {
    top: 5px;
  }
  .menu_trigger.active .box span:nth-of-type(3) {
    top: 5px;
  }
}



.nav_full {
  height: 100vh;
  padding: 94px 40px 50px;
  position: fixed;
  top: 0;
  right: -390px;
  background: #F9F9F2;
  z-index: 10000;
  transition: 0.5s;
  opacity: 0;
}
.nav_full.open {
  width: 390px;
  right: 0;
  opacity: 1;
  overflow-y: auto;
}
.nav_full .box_nav_full p {
	color: #807260;
	font-size: 20px;
	font-weight: bold;
}
.nav_full .box_nav_full ul {
	border-top: dashed 1px #D4D4D4;
	margin-top: 20px;
}
.nav_full .box_nav_full ul li a {
	font-size: 16px;
	font-weight: bold;
	padding: 18px 0;
	border-bottom: dashed 1px #D4D4D4;
	display: block;
}
.nav_full .box_nav_full ul li a::before {
	content: "";
	display: inline-block;
	background: #AF9A5E;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 10px;
}
.nav_full .box_nav_full .contact_btn {
  margin-top: 50px;
}
.nav_full .box_nav_full .contact_btn a {
  width: 100%;
  padding: 14px 0;
  font-size: 18px;
}
.nav_full .box_nav_full .contact_btn a span::before {
  bottom: 3px;
}
.nav_full .box_nav_full .tel {
  width: 280px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .nav_full {
    width: 100%;
    height: 100vh;
    min-height: auto;
    padding: 21vw 5.6% 20vw;
    padding: 5vw;
    top: 110px;
    right: 0;
    display: none;
  }
  .nav_full.open {
    width: 100%;
    overflow-y: scroll;
    top: 110px;
    display: block;
  }
  .nav_full .box_nav_full {
    width: 100%;
  }
  .nav_full .box_nav_full p {
    font-size: 18px;
  }
  .nav_full .box_nav_full ul {
    margin-top: 3vw;
  }
  .nav_full .box_nav_full ul li a {
    font-size: 14px;
    padding: 3vw 0;
  }
  .nav_full .box_nav_full ul li a::before {
    width: 6px;
    height: 6px;
    margin-right: 2vw;
  }
  .nav_full .box_nav_full .contact_btn {
    width: 90%;
    margin: 8vw auto 0;
  }
  .nav_full .box_nav_full .contact_btn a {
    padding: 2.5vw 0;
    font-size: 16px;
  }
  .nav_full .box_nav_full .tel {
    margin: 7vw auto 0;
  }
}

@media screen and (min-width: 768px) {
  .overlay {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    transition: .6s;
    background: rgba(128,114,96,.3);
    visibility: hidden;
    z-index: 9999;
  }
  .overlay.open {
    width: 100vw;
    height: 100vh;
    opacity: 1;
    transition: .2s;
    visibility: visible;
  }
}

/* mv
/* ---------------------------------- */
.mv {
  background: url(/assets/img/msreform/krd202404/mv_bg.jpg) no-repeat #F9F9F2 center;
  background-size: 2500px auto;
  padding: 120px 0;
  margin: 0 auto;
}
.mv .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1260px;
}
.mv .boxs {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 50px;
}
.mv .contact_btn {
  margin-top: 43px;
}
.mv .contact_btn a {
  width: 360px;
  padding: 14px 0;
  font-size: 18px;
}
.mv .contact_btn a span::before {
  bottom: 4px;
}

@media (max-width: 767px) {
  .mv {
    background: #F9F9F2;
    padding: 0vw 0 7vw;
  }
  .mv .inner {
    display: block;
    width: 100%;
  }
  .mv .boxs {
    display: block;
    margin-left: 0;
  }
  .mv .boxs h2 {
    min-height: 51vh;
  }
  .mv .contact_btn {
    width: 80vw;
    margin: 8.5vw auto 0;
  }
  .mv .contact_btn a {
    width: 100%;
    padding: 2.5vw 0;
    font-size: 16px;
  }
  .mv .contact_btn a span::before {
    bottom: 3px;
  }
}


/* reformmenu
/* ---------------------------------- */
.reformmenu {
  background: #fff;
  padding: 35px 0 27px;
}
.reformmenu h3 {
  color: #807260;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: normal;
}
.reformmenu h3 span {
  background: linear-gradient(transparent 70%, #F1EDDD 0%);
  display: inline-block;
}
.reformmenu nav {
  position: relative;
  width: 1160px;
  margin: 0 auto;
  padding: 17px 0;
}
.reformmenu nav ul {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  border-right: dotted 2px #D4D4D4;
}
.reformmenu nav ul li {
  border-left: dashed 1px #D4D4D4;
}
.reformmenu nav ul li a {
  width: 230px;
  min-height: 142px;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: bold;
  flex-direction: column;
  margin-top: 0;
}
.reformmenu nav ul li a img {
  width: 60px;
  margin-bottom: 0;
}
.reformmenu nav ul li p {
  margin-top: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-weight: bold;
  letter-spacing: -0.03em;
}
.reformmenu nav ul li a .arrow{
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  margin-top: 20px;
  width: 18px;
  height: 18px;
}
.reformmenu nav ul li a .arrow::before,
.reformmenu nav ul li a .arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.reformmenu nav ul li a .arrow::before{
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  top: 2px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.reformmenu nav ul li a .arrow::after{
  left: 9px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .reformmenu {
    padding: 6vw 0 3vw;
  }
  .reformmenu h3 {
    font-size: 18px;
  }
  .reformmenu nav {
    width: 90%;
    padding: 4vw 0;
  }
  .reformmenu nav ul {
    display: block;
    font-size: 14px;
    border-right: none;
  }
  .reformmenu nav ul li a {
    width: 100%;
    min-height: auto;
    flex-direction: row;
    letter-spacing: normal;
  }
  .reformmenu nav ul li a img {
    width: 38px;
    margin-right: 3vw;
  }
  .reformmenu nav ul li {
    border-bottom: dashed 1px #D4D4D4;
    border-left: none;
    padding: 3vw 0;
  }
  .reformmenu nav ul li a .arrow{
    margin: 0 3vw 0 auto;
    padding: 0;
  }
  .reformmenu nav ul li a .arrow::after {
    width: 5px;
    height: 5px;
  }
  .reformmenu nav ul li p {
    margin-top: 1vw;
    flex-direction: row;
    width: 100%;
  }
}


/* reform
/* ---------------------------------- */
.reform {
  padding-top: 60px;
}
.reform h2 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
.reform h2 span {
  display : block;
  text-align: center;
  margin-top: 6px;
}
.reform .white_boxs {
  background: #fff;
  padding: 60px 0;
}
.reform .white_boxs + .white_boxs {
  margin-top: 20px;
}
.reform .white_boxs:last-child {
  border-bottom: solid 4px #CEC9B1;
}
.reform .white_boxs dl {
  width: 1000px;
  margin: 0 auto;
}
.reform .white_boxs dl dt h3 {
  background: url("/assets/img/msreform/krd202404/head_ttl_bg.png") no-repeat;
  text-align: center;
  display: block;
  font-size: 28px;
  font-weight: bold;
  color: #807260;
  line-height: 52px;
}
.reform .white_boxs dl dt p {
  font-size: 18px;
  text-align: left;
  margin-top: 17px;
  letter-spacing: normal;
}
.reform .white_boxs dl dd {
  margin-top: 23px;
  display: flex;
  text-align: left;
}
.reform .white_boxs dl dd .point_boxs {
  width: 290px;
}
.reform .white_boxs dl dd .point_boxs + .point_boxs {
  margin-left: 60px;
}
.reform .white_boxs dl dd .point_boxs h4 {
  text-align: left;
  font-weight: bold;
}
.reform .white_boxs dl dd .point_boxs .box {
  margin-top: 20px;
}
.reform .white_boxs dl dd .point_boxs .box h4 {
  display: flex;
  font-size: 20px;
  margin-top: 20px;
  letter-spacing: normal;
}
.reform .white_boxs dl dd .point_boxs h4::before {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: '\f058';
  font-weight: 900;
  color: #AF9A5E;
  margin-right: 5px;
}
.reform .white_boxs dl dd .point_boxs .box p {
  font-size: 16px;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .reform {
    padding-top: 9vw;
  }
  .reform h2 {
    font-size: 28px;
    line-height: 1.5;
  }
  .reform h2 img {
    width: 98px;
  }
  .reform h2 span {
    margin: 1vw auto;
  }
  .reform .white_boxs {
    padding: 11vw 0 9vw;
  }
  .reform .white_boxs + .white_boxs {
    margin-top: 4vw;
  }
  .reform .white_boxs:last-child {
    border-bottom: solid 2px #CEC9B1;
  }
  .reform .white_boxs dl {
    width: 88%;
  }
  .reform .white_boxs dl dt h3 {
    background: url("/assets/img/msreform/krd202404/head_ttl_bg_sp.png") no-repeat;
    background-size: contain;
    font-size: 20px;
    line-height: 42px;
  }
  .reform .white_boxs dl dt p {
    font-size: 16px;
    margin-top: 3vw;
    letter-spacing: -0.03em;
    line-height: 1.65;
  }
  .reform .white_boxs dl dd {
    margin-top: 5vw;
    display: block;
  }
  .reform .white_boxs dl dd .point_boxs {
    width: 100%;
    margin-top: 3vw;
  }
  .reform .white_boxs dl dd .point_boxs + .point_boxs {
    margin-left: 0;
  }
  .reform .white_boxs dl dd .point_boxs h4 {
    display: flex;
    margin-top: 3.5vw;
    font-size: 16px;
    letter-spacing: normal;
  }
  .reform .white_boxs dl dd .point_boxs .box {
    margin-top: 1vw;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .reform .white_boxs dl dd .point_boxs .box img {
    width: 120px;
  }
  .reform .white_boxs dl dd .point_boxs .box h4 {
    display: none;
  }
  .reform .white_boxs dl dd .point_boxs .box p {
    font-size: 14px;
    line-height: 1.7;
    margin-right: 10px;
  }
}




/*お問い合わせ*/
.cv {
  background: url("/assets/img/msreform/krd202404/cv_bg.jpg") repeat-x;
  margin-top: 60px;
}
.cv .inner {
  padding: 55px 0 25px;
  width: 1000px;
}
.contact .inner h3 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  color: #807260;
}
.cv .inner h3 span {
  background: linear-gradient(transparent 70%, #FFFFFF 0%);
}
.contact .inner .flex {
  display: flex;
  justify-content: space-between;
  margin: 37px auto;
}
.contact .inner .flex .txt {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  line-height: 1.25;
}
.contact .inner .flex .txt::before,
.contact .inner .flex .txt::after {
  position: absolute;
  top: -1px;
  width: 8px;
  height: 100%;
  content: '';
  color: #807260;
  border-top: solid 2px;
  border-bottom: solid 2px;
}
.contact .inner .flex .txt::before {
  border-left: solid 2px;
  left: -24px;
}
.contact .inner .flex .txt::after {
  border-right: solid 2px;
  right: -24px;
}
.cv .inner .flex .tel {
  margin-left: 72px;
  position: relative;
  text-align: center;
}
.cv .inner .flex .tel::after {
  content: "";
  border-left: dashed 1px #D4D4D4;
  position: absolute;
  top: 12px;
  left: -73px;
  height: 114px;
}
.cv .inner .flex .tel .txt + a {
  display: block;
  margin-top: 18px;
  width: 428px;
}
.contact .inner .flex .tel a span {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  margin-top: 8px;
  text-align: center;
  font-feature-settings: "palt";
}
.contact .inner .flex .tel a span small {
	font-size: 14px;
	letter-spacing: normal;
}
.cv .inner .flex .web {
  margin-right: 60px;
  text-align: center;
}
.contact .inner .flex .web .btn,
.contact_btn {
  margin-top: 25px;
}
.contact .inner .flex .web .btn a,
.contact_btn a {
  display: inline-block;
  width: 440px;
  height: auto;
  text-decoration: none;
  color: #fff;
  background-color: #ed7019;
  border-radius: 50px;
  text-align: center;
  padding: 20px 0;
  box-shadow: 0 6px 0 0 #ae4700;
  transform: translateY(-6px);
  font-size: 20px;
  font-weight: bold;
}
.contact .inner .flex .web .btn a:hover ,
.contact_btn a:hover {
  box-shadow: 0 2px 0 0 #ae4700;
  transform: translateY(-2px);
  opacity: 1;
}
.contact .inner .flex .web .btn a span ,
.contact_btn a span {
  position: relative;
  padding-left: 25px;
  letter-spacing: normal;
}
.contact .inner .flex .web .btn a span::before ,
.contact_btn a span::before {
  content: "";
  background: url("/assets/img/msreform/krd202404/ico_mail.svg") no-repeat top center;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 5px;
  left: -2px;
  z-index: 999;
}


@media (max-width: 767px) {
  .cv {
    background: url("/assets/img/msreform/krd202404/cv_bg_sp.jpg") repeat-x;
    background-size: contain;
    margin-top: 10vw;
  }
  .cv .inner {
    padding: 10vw 0;
    width: 90%;
  }
  .contact .inner h3 {
    font-size: 20px;
  }
  .contact .inner h3 span {
    letter-spacing: normal;
  }
  .contact .inner .flex {
    display: block;
    margin: 6vw auto 0;
  }
  .contact .inner .flex .txt {
    font-size: 16px;
    letter-spacing: normal;
  }
  .contact .inner .flex .tel {
    margin: 7vw 0 0;
    padding: 7vw 0 0;
  }
  .cv .inner .flex .tel::after {
    content: "";
    border-left: none;
    border-top: dashed 1px #D4D4D4;
    position: absolute;
    top: 0;
    /* bottom: 0; */
    left: 0;
    width: 100%;
    height: 1px;
  }
  .contact .inner .flex .tel .txt + a {
    display: block;
    width: 83%;
    margin: 4vw auto 0;
  }
  .contact .inner .flex .tel a span {
    display: block;
    font-size: 13px;
    margin-top: 2vw;
    text-align: center;
  }
	.contact .inner .flex .tel a span img {
    display: block;
    width: 40%;
    margin: 3vw auto 0;
	}
  .contact .inner .flex .web {
    margin-right: 0;
    padding-top: 0vw;
  }
  .contact .inner .flex .web .btn {
    width: 89%;
    margin: 5vw auto 0;
  }
  .contact .inner .flex .web .btn a {
    width: 100%;
    padding: 2.5vw 0;
    font-size: 16px;
  }
  .contact .inner .flex .web .btn a span ,
  .contact_btn a span {
    padding-left: 5vw;
  }
  .contact .inner .flex .web .btn a span::before {
    content: "";
    background: url("/assets/img/msreform/krd202404/ico_mail.svg") no-repeat top center;
    background-size: contain;
    position: absolute;
    bottom: 1px;
    left: -5px;
    z-index: 999;
  }
  .contact .inner .flex .web .btn a span::before ,
  .contact_btn a span::before {
    bottom: 3px;
    left: -2vw;
  }

}





#cv_bottom {
  background: url("../img/msreform/krd202404/cv_bottom_repeat.jpg") repeat;
  margin-top: 100px;
}
#cv_bottom .inner {
  width: 1160px;
  padding: 40px 0 20px;
}
#cv_bottom h3 span {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 36px;
  text-align: center;
  letter-spacing: normal;
}
#cv_bottom .web {
  position: relative;
}
#cv_bottom .web .btn {
  position: absolute;
  bottom: 54px;
  left: 55px;
  margin: 0;
}
@media (max-width: 767px) {
  #cv_bottom {
    margin-top: 25vw;
  }
  #cv_bottom .inner {
    width: 90%;
    padding: 7vw 0 10vw;
  }
  #cv_bottom .inner .flex {
    margin: 7vw auto 0;
  }
  #cv_bottom h3 img {
    width: 87%;
  }
  #cv_bottom h3 span {
    margin-top: 1vw;
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: -0.03em;
  }
  #cv_bottom .web .btn {
    display: none;
  }
  #cv_bottom .tel {
    margin-top: 5vw;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .tel a {
    pointer-events: none;
  }
}
