:root {
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Roboto", sans-serif;
  --font-lato: "Lato", sans-serif;
}
@media (max-width: 1700px) {
  :root {
    --header-height: 100px;
  }
}
@media (max-width: 1280px) {
  :root {
    --header-height: 90px;
  }
}
@media (max-width: 768px) {
  :root {
    --header-height: 57px;
  }
}

.font-jp {
  font-family: var(--font-jp);
}

.font-en {
  font-family: var(--font-en);
}

body {
  background-color: #fff;
  font-family: var(--font-jp);
}
body .spOnly {
  display: none;
}
body .pcOnly {
  display: block;
}
body header {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100px;
  padding: 0 50px;
}
body header .header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body header .header_left p {
  font-size: 30px;
}
body header .recruit_menu_button {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6ba49), to(#ec8b01));
  background: linear-gradient(#f6ba49, #ec8b01);
  height: 125px;
  width: 130px;
  border: none;
  border-radius: 0 0 10px 10px;
  z-index: 99;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 0 10px rgba(36, 36, 36, 0.3647058824);
          box-shadow: 0 0 10px rgba(36, 36, 36, 0.3647058824);
}
body header #recruit_menu_button {
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body header #recruit_menu_button:hover {
  opacity: 0.6;
}
body main .MV {
  height: 90vh;
  width: 100%;
  position: relative;
}
body main .MV img {
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}
body main .MV .mvtitle {
  position: absolute;
  content: url(../img/recruit/recruittitle.png);
  top: 50%;
  right: 20%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 20%;
}
body main .MV .mvtext {
  position: absolute;
  content: "";
  bottom: 10%;
  left: 5%;
  font-size: 3em;
  font-weight: 700;
  letter-spacing: 5px;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
body main .MV .mvtext span {
  color: #ec8b01;
}
body main #vision {
  background-image: url(../img/recruit/vision.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-color: #eee;
}
body main #vision h3 {
  font-size: 42px;
}
body main #message {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
body main #message .btn {
  margin-bottom: 0;
}
body main #message .btn.spOnly {
  display: none;
}
body main #message .col2 {
  padding: 8em 20px;
}
body main #message .col2 .left img {
  width: 80%;
  margin: 30px auto 0;
}
body main #service {
  padding: 5em 0 8em 0;
}
body main #service .btn.spOnly {
  display: none;
}
body main #entry {
  background-image: url(../img/recruit/entry_bk.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
body main #entry h2 {
  margin-bottom: 50px;
}
body main #entry h2 span {
  color: #fff;
}
body main #entry .col2 {
  margin-top: 80px;
}
body main #entry .overlay {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 167, 5, 0.9)), to(rgba(255, 196, 47, 0.9)));
  background: linear-gradient(rgba(244, 167, 5, 0.9), rgba(255, 196, 47, 0.9));
}
body main #entry .link {
  background: #fff;
  border-radius: 0 50px 0 50px;
  width: 500px;
  height: auto;
  padding: 1em 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1568627451), 0 0 10px rgba(0, 0, 0, 0.1568627451);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1568627451), 0 0 10px rgba(0, 0, 0, 0.1568627451);
}
body main #entry .link .btn {
  margin: 1.5em auto;
}
body main #entry .shinsotsu {
  background: rgba(253, 217, 118, 0.7);
}
body main #entry .chuuto {
  background: rgba(255, 241, 211, 0.7);
}
body main #data {
  background-image: url(../img/recruit/databk.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
body main #data p {
  font-size: 25px;
  line-height: 1.8;
}
body main #data .data_img01,
body main #data .data_img02,
body main #data .data_img03 {
  position: absolute;
}
body main #data .data_img01 {
  bottom: 0;
  left: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15%;
}
body main #data .data_img02 {
  bottom: 20%;
  right: 15%;
  width: 20%;
}
body main #data .data_img03 {
  top: 5%;
  left: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10%;
}
body main #contact {
  background-image: url(../img/recruit/contact_bk.png);
  background-repeat: no-repeat;
  background-position: center;
}
body main #contact .address {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 181, 63, 0.9)), to(rgba(252, 208, 88, 0.9)));
  background: linear-gradient(rgba(245, 181, 63, 0.9), rgba(252, 208, 88, 0.9));
  width: 80%;
  height: auto;
  margin: 0 auto;
  border-radius: 0 50px 0 50px;
  padding: 50px 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1568627451), 0 0 10px rgba(0, 0, 0, 0.1568627451);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1568627451), 0 0 10px rgba(0, 0, 0, 0.1568627451);
}
body main #contact .address .add_inner {
  padding: 0 3em;
}
body main #contact .address .add_inner h3 {
  text-align: left;
}
body main #contact .address .add_inner .col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body main #contact .address .add_inner .col2 .left p span {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 5px;
}
body main #contact .overlay {
  background: rgba(255, 255, 255, 0.7);
}
body main .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: scroll;
}
body main .modal:target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body main .modalinner {
  position: relative;
  width: 80%;
  max-width: 1000px;
  max-height: auto;
  padding: 100px;
  margin: auto;
  margin-top: 100px;
  background-color: #fff;
  border-radius: 20px;
  z-index: 200;
}
body main .modalinner .modalCnt_sec {
  margin-bottom: 50px;
}
body main .modalinner .modalCnt_sec h3, body main .modalinner .modalCnt_sec p {
  color: #404040;
}
body main .modalinner .modalCnt_sec h3 {
  font-size: 28px;
  text-align: left;
}
body main .modalinner .modalCnt_sec h3.data {
  color: #fff;
  text-align: left;
  background-color: #f4a105;
  padding: 10px;
  padding-left: 30px;
  margin: 20px 0 30px;
}
body main .modalinner .modalCnt_sec h4 {
  font-size: 24px;
  margin: 0 0 10px;
}
body main .modalinner .modalCnt_sec p {
  line-height: 1.8;
}
body main .modalinner .modalCnt_sec .data_cnt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 10px minmax(0, 1fr) 10px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 1em;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item {
  background: #fff;
  border: #e7e7e7 solid 3px;
  height: 320px;
  padding: 20px;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item .item_inner {
  height: 100%;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item img {
  width: 50%;
  height: auto;
  margin: 0 auto;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item .item_Cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item .item_Cnt .data_num {
  color: #5e5e5e;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3%;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item .item_Cnt .data_num .num {
  font-size: 60px;
  color: #f4a105;
  letter-spacing: -5px;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item .item_Cnt .data_num .num span {
  font-size: 90px;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item .item_Cnt .data_num .atai {
  font-size: 20px;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item .tate {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item .yoko {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item .text {
  color: #5e5e5e;
  font-weight: bold;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._01 .item_Cnt {
  margin-top: 0px;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._02 .yoko {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._03 .item_Cnt {
  margin-top: 0px;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._03 .item_Cnt img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._03 .item_Cnt .data_num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._03 .item_Cnt .data_num .atai2 {
  font-size: 20px;
  text-align: center;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._03 .item_Cnt .data_num .atai2 span {
  font-size: 50px;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._03 .item_Cnt .data_num .num span {
  font-size: 70px;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._03 .item_Cnt .data_num._02 {
  gap: 3%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._03 .item_Cnt .data_num._02 .atai {
  font-size: 40px;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._04 .item_Cnt img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._04 .item_Cnt .data_num .atai {
  font-size: 20px;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._05 .item_Cnt {
  position: relative;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._05 .item_Cnt img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._05 .item_Cnt .data_num {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._05 .item_Cnt .data_num .atai {
  font-size: 20px;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._06 .item_Cnt {
  margin-top: 50px;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._06 .item_Cnt .text {
  margin-top: 30px;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._09 .item_Cnt .yoko {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._09 .item_Cnt .text {
  margin-top: 30px;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._11 {
  position: relative;
  overflow: hidden;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._11 .item_inner .item_Cnt {
  display: block;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._11 .item_inner .item_Cnt .float_box {
  overflow: hidden;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._11 .item_inner .item_Cnt .float_box .space {
  float: left;
  height: 9em;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._11 .item_inner .item_Cnt .float_box .floatR {
  clear: both;
  float: right;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._11 .item_inner .item_Cnt .float_box .floatR img {
  width: 100%;
}
body main .modalinner .modalCnt_sec .data_cnt .data_item._11 .item_inner .item_Cnt .float_box .text {
  line-height: 1.8;
}
body main .close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 50px;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  z-index: 200;
}
body main .overlay {
  background: rgba(255, 255, 255, 0.3);
  padding: 4em 0;
}
body main .dottoline {
  border-bottom: 2px #cacaca dotted;
  margin: 3em 0;
}
body main .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
}
body main .name {
  margin-top: 1em;
  padding: 0 70px;
  font-weight: 500;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
body main .Cnt {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 100px;
}
body main .txtC {
  text-align: center;
}
body main .txtR {
  text-align: right;
}
body main h2 {
  font-size: 80px;
  color: #000;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 80px;
}
body main h2 span {
  color: #f3b243;
}
body main h2::before {
  position: absolute;
  content: attr(data-jp);
  bottom: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 24px;
  letter-spacing: 0em;
}
body main h3 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
body main h4 {
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0;
}
body main p {
  font-size: 20px;
}
body main .btn {
  background-color: #f4a105;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  width: 300px;
  height: 50px;
  font-size: 24px;
  font-weight: 700;
  padding: 8px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 2em auto;
  border: solid 2px rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body main .btn:before {
  content: "";
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  aspect-ratio: 8/14;
  background: url(../img/common/arrow_wh_right.svg) center/contain no-repeat;
}
body main .btn:hover {
  background-color: #fff;
  color: #f3b243;
  border: solid 2px #f3b243;
}
body main .btn:hover:before {
  background: #f3b243;
  -webkit-mask: url(../img/common/arrow_wh_right.svg) center/contain no-repeat;
          mask: url(../img/common/arrow_wh_right.svg) center/contain no-repeat;
}
body main .yellow {
  color: #f3b243;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
}
body footer {
  background-color: #000;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  font-size: 20px;
}
body #pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
body #pagetop a {
  background: #ec8b01;
  text-decoration: none;
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body #pagetop a::before {
  content: "TOP";
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  font-size: 20px;
  font-weight: bold;
}
body #pagetop a:hover {
  text-decoration: none;
  opacity: 0.5;
}

@media (max-width: 1200px) {
  body main #data {
    background-size: auto;
    height: auto;
    background-position: top;
  }
  body main #data p {
    font-size: 16px;
    line-height: 1.8;
  }
  body main #data .Cnt {
    padding-bottom: 30%;
  }
  body main #data .data_img01 {
    left: 50%;
    width: 20%;
  }
  body main #data .data_img02 {
    bottom: 17%;
    right: 15%;
    width: 20%;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  body main #data .data_img03 {
    top: 65%;
    left: 25%;
    width: 15%;
  }
}
@media (max-width: 768px) {
  body .spOnly {
    display: block;
  }
  body .pcOnly {
    display: none;
  }
  body header {
    height: 80px;
    padding: 0 20px;
  }
  body header h1 {
    width: 60%;
  }
  body header .header_left {
    width: 60%;
  }
  body header .header_left p {
    font-size: 16px;
    width: 40%;
  }
  body header .recruit_menu_button {
    height: 90px;
    width: 80px;
  }
  body main .col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body main .Cnt {
    padding: 0 20px;
  }
  body main .btn {
    width: 80%;
    font-size: 18px;
  }
  body main h2 {
    font-size: 60px;
    margin-bottom: 50px;
  }
  body main h2::before {
    font-size: 18px;
  }
  body main h3 {
    font-size: 25px;
  }
  body main h4 {
    font-size: 20px;
  }
  body main p {
    font-size: 16px;
  }
  body main .overlay {
    padding: 2em 0;
  }
  body main .name {
    padding: 0 40px;
  }
  body main .MV .mvtext {
    font-size: 1.1em;
    letter-spacing: 0;
    left: 5px;
    bottom: 15%;
    line-height: 1.7;
  }
  body main .MV .mvtitle {
    top: 5%;
    right: 25%;
    scale: 0.5;
    width: 100%;
  }
  body main #vision h3 {
    font-size: 25px;
  }
  body main #message {
    padding: 2em 20px;
  }
  body main #message .col2 {
    padding: 4em 0;
  }
  body main #message .col2 .right {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  body main #message .col2 .right .btn {
    display: none;
  }
  body main #message .col2 .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2em;
  }
  body main #message .col2 .btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body main #message .col2 .btn.spOnly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body main #service {
    padding: 3em 0;
  }
  body main #service .left .btn {
    display: none;
  }
  body main #service .right {
    margin-top: 2em;
  }
  body main #service .btn.spOnly {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body main #service .col2._2 .right {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  body main #service .col2._2 .right .btn {
    display: none;
  }
  body main #service .col2._2 .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 2em;
  }
  body main #service .col2._2 .btn.spOnly {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  body main #entry .link {
    width: 100%;
  }
  body main #entry .link .btn {
    margin: 1em auto;
    width: 70%;
  }
  body main #entry .col2 {
    margin-top: 40px;
  }
  body main #entry .col2 .link {
    margin-top: 20px;
  }
  body main #data {
    background-size: auto;
    height: auto;
    background-position: top;
  }
  body main #data p {
    font-size: 16px;
    line-height: 1.8;
  }
  body main #data .Cnt {
    padding-bottom: 50%;
  }
  body main #data .data_img01 {
    left: 50%;
    width: 30%;
  }
  body main #data .data_img02 {
    bottom: 17%;
    right: 5%;
    width: 30%;
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
  body main #data .data_img03 {
    top: 65%;
    left: 20%;
    width: 15%;
  }
  body main #contact .address {
    width: 100%;
  }
  body main #contact .address .add_inner {
    padding: 0 1em;
  }
  body main #contact .address .add_inner .col2 .left, body main #contact .address .add_inner .col2 .right {
    width: 100%;
  }
  body main #contact .address .add_inner .col2 .right .btn {
    width: 70%;
  }
  body main .yellow {
    font-size: 14px;
  }
  body main .modalinner {
    width: 100%;
    max-width: 300px;
    padding: 20px;
    margin-top: 50px;
  }
  body main .modalinner .modalCnt_sec .data_cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body main .modalinner .modalCnt_sec .data_cnt .data_item {
    padding: 10px;
  }
  body main .close {
    top: 10px;
    right: 10px;
    font-size: 20px;
  }
}