@charset "UTF-8";
/*ダイエットサイト*/
/*wellnest clinic color*/
/*blue*/
/*red*/
/* ------------------------------
diet
------------------------------ */
.pnkz,
.page-ttl {
  position: relative;
  z-index: 1;
}

.pnkz,
.page-ttl_wrap {
  background: #FFF;
  box-sizing: border-box;
}

.page_wrap {
  position: relative;
  background: url(../img/index/bgCol02.jpg) no-repeat center top;
  background-size: cover;
  box-sizing: border-box;
}

.pnkz::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
  background: #fff;
}

.page-ttl {
  padding: 16px 0 41px;
  box-shadow: 4px 4px 8px 2px rgba(229, 232, 236, 0.5);
}

.center {
  text-align: center;
}

.txt_xs {
  font-size: 1.4rem;
}

.txt_xxs {
  font-size: 1.2rem;
}

.pc-flex {
  display: flex;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.btn_wrap {
  max-width: 390px;
  margin: 40px auto 0;
}

.atten {
  color: #C8102E;
  font-weight: 600;
}

.atten_blue {
  color: #041E42;
  font-weight: 600;
}

.text_link {
  color: #041E42;
  font-weight: 600;
  border-bottom: 1px solid;
}

h2,
h3,
h4,
h5 {
  font-weight: 600;
  color: #041E42;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04;
  font-style: normal;
}

h2,
h3 {
  margin-bottom: 40px;
}

h4,
h5 {
  margin-bottom: 24px;
}

.txt_xs {
  font-size: 1.4rem;
}

.txt_xxs {
  font-size: 1.2rem;
}

.tb_container {
  margin: 40px auto 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tb_container table {
  width: 120%;
  border-collapse: collapse;
  font-size: 1.5rem;
  background-color: #fff;
  margin-bottom: 20px;
}
.tb_container table caption {
  text-align: right;
}
.tb_container table .sticky {
  position: sticky;
  top: 0;
  left: 0;
  border-top: none;
}
.tb_container table tr th {
  padding: 8px;
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #041E42;
}
.tb_container table tr th.bg_bl900 {
  background-color: #1D3455;
  color: #fff;
}
.tb_container table tr th.bg_bl600 {
  background-color: #68788E;
  color: #fff;
}
.tb_container table tr th.bg_bl400 {
  background-color: #9BA5B3;
  color: #fff;
}
.tb_container table tr td {
  padding: 8px;
  border: 1px solid #041E42;
  line-height: 1.5;
  max-width: 250px;
  font-size: 1.4rem;
  vertical-align: baseline;
  text-align: center;
}
.tb_container table tr td span.num {
  font-size: 2rem;
  font-weight: 600;
}
.tb_container table tr td.bg_gn {
  background-color: #E5E8EC;
  text-align: left;
}
.tb_container table tr td.price {
  text-align: right;
}
.tb_container table tr td.left {
  text-align: left;
}
.tb_container p {
  margin: 24px 0;
}

.tab {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  max-width: 500px;
}

.line-ttl {
  position: relative;
}
.line-ttl span {
  background: #fff;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.line-ttl::before {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #041E42;
}

@media screen and (max-width: 767px) {
  .page-ttl_wrap:before {
    content: none;
  }
  .pnkz ul {
    width: 94%;
  }
  .pnkz,
  .page-ttl_wrap,
  .page_wrap {
    background: #FFF;
    box-sizing: border-box;
  }
  .page-ttl {
    padding: 0 0 8%;
    line-height: 1.4;
  }
  .page-ttl:before {
    box-shadow: 3px 3px 4px rgba(144, 144, 144, 0.3);
  }
  h2,
  h3 {
    margin-bottom: 4vw;
  }
  h4,
  h5 {
    margin-bottom: 4vw;
  }
  .txt_xs {
    font-size: 3.73vw;
  }
  .txt_xxs {
    font-size: 3.2vw;
  }
  .btn_wrap {
    margin: 8vw auto 0 auto;
  }
  .pc-flex {
    display: block;
  }
  .tb_container {
    margin: 4vw auto 0;
  }
  .tb_container h3 {
    font-size: 5.33vw;
    margin-bottom: 8vw;
  }
  .tb_container table {
    width: 200%;
    font-size: 3.73vw;
    margin-bottom: 8vw;
  }
  .tb_container table tr th {
    font-size: 3.73vw;
    padding: 2vw 1vw;
  }
  .tb_container table tr td {
    padding: 2vw 1vw;
  }
  .tb_container table tr td span.num {
    font-size: 7.47vw;
  }
  .line-ttl {
    margin-bottom: 8vw;
  }
}
/* ------------------------------
sec01
------------------------------ */
.sec01 {
  max-width: 1200px;
  padding: 80px 104px;
  background: #FFF;
  box-sizing: border-box;
  margin: 0 auto;
}
.sec01 .ttl_wrap {
  margin-bottom: 40px;
}
.sec01 .flex-box {
  align-items: center;
}
.sec01 .flex-box .text_box {
  width: 48%;
}
.sec01 .flex-box .img {
  width: 44%;
  max-width: 600px;
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding: 16vw 0 8vw;
  }
  .sec01 .ttl_wrap {
    margin-bottom: 4vw;
  }
  .sec01 .flex-box {
    align-items: center;
  }
  .sec01 .flex-box .text_box {
    width: 100%;
    margin-bottom: 8vw;
  }
  .sec01 .flex-box .img {
    width: 100%;
  }
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec01 {
    padding: 80px 40px;
  }
}
/* ------------------------------
sec02
------------------------------ */
.sec02 {
  max-width: 1200px;
  padding: 0 104px 80px;
  background: #FFF;
  box-sizing: border-box;
  margin: 0 auto 80px;
}
.sec02 .ttl_wrap {
  margin-bottom: 40px;
}
.sec02 .effect_wrap {
  margin-bottom: 80px;
}
.sec02 .effect_wrap .glp1_effect {
  background-color: white;
}
.sec02 .effect_wrap .glp1_effect li {
  border-radius: 50%;
  position: relative;
  line-height: 1.5;
  list-style: disc;
}
.sec02 .effect_wrap .glp1_effect.glp1_effect li {
  font-weight: 600;
  font-size: 1.8rem;
  width: calc((100% - 80px) / 4);
  color: #041E42;
  text-align: center;
  list-style: none;
  margin-bottom: 40px;
}
.sec02 .effect_wrap .glp1_effect.glp1_effect figure {
  background-color: white;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 0 auto 24px;
  position: relative;
  box-shadow: 0 0 8px #E5E8EC;
}
.sec02 .effect_wrap .glp1_effect.glp1_effect figure img {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 72px;
}
.sec02 .effect_wrap .glp1_effect.glp1_effect h4 {
  font-size: 2rem;
  margin-bottom: 16px;
}
.sec02 .effect_wrap .glp1_effect.glp1_effect h4 span {
  display: block;
  color: #C8102E;
}
.sec02 .effect_wrap .note {
  background-color: #F2F4F5;
  padding: 24px;
  border-radius: 8px;
}
.sec02 .box_wrap + .box_wrap {
  margin-top: 80px;
}
.sec02 .box_wrap p {
  width: fit-content;
  margin: 0 auto;
}
.sec02 .box_wrap .glp1-effect {
  width: 50%;
  margin: 0 auto;
}
.sec02 .box_wrap .flex-box + .flex-box {
  margin-top: 40px;
}
.sec02 .box_wrap .flex-box .img_box {
  width: 44%;
  border-radius: 16px;
  margin: 0;
}
.sec02 .box_wrap .flex-box .img_box img {
  width: 100%;
  border-radius: 16px;
}
.sec02 .box_wrap .flex-box .txt_box {
  width: 50%;
}
.sec02 .box_wrap .flex-box .txt_box h4 {
  margin-bottom: 16px;
  text-align: left;
}
.sec02 .box_wrap .flex-box .txt_box h4 span {
  display: block;
  padding-bottom: 8px;
  color: #9BA5B3;
}
.sec02 .box_wrap .flex-box.box_people .img_box {
  margin-bottom: 40px;
}
.sec02 .box_wrap .flex-box.box_people .list_box {
  background: none;
}
.sec02 .box_wrap .flex-box.box_people .list_box ul li {
  font-weight: 600;
  font-size: 2rem;
  color: #041E42;
  list-style: none;
}
.sec02 .box_wrap .flex-box.box_people .list_box ul li::before {
  background: url(../img/common/ico_check.svg) no-repeat center;
  content: "";
  width: 20px;
  height: 20px;
  top: 4px;
  left: -10px;
}
.sec02 .box_wrap .movie {
  margin: 24px auto;
  width: fit-content;
}
.sec02 .box_wrap .movie iframe {
  width: 600px;
  height: 336px;
  margin: 0 auto;
}
.sec02 .box_wrap .box-column {
  background: #F2F4F5;
  border-radius: 8px;
  padding: 40px;
  margin: 40px auto;
}
.sec02 .box_wrap .box-column .line-ttl span {
  background-color: #F2F4F5;
}
.sec02 .box_wrap .box-column .img {
  max-width: 600px;
  margin: 0 auto;
}
.sec02 .box_wrap .box {
  border-radius: 16px;
  margin: 80px auto;
}
.sec02 .box_wrap .box + .box {
  margin-top: 80px;
}
.sec02 .box_wrap .box h4 {
  margin: 24px 0;
}
.sec02 .box_wrap .box .box-column p {
  text-align: left;
}
.sec02 .box_wrap .box .box-column div + div {
  margin-top: 40px;
}
.sec02 .flex-box {
  align-items: stretch;
}
.sec02 .flex-box.med-wrap {
  margin: 40px 0 80px;
}
.sec02 .flex-box .med-box {
  width: calc((100% - 40px) / 4);
  background-color: #F2F4F5;
  border-radius: 8px;
  padding: 0 0 24px 0;
  margin-bottom: 16px;
}
.sec02 .flex-box .med-box .img {
  position: relative;
  padding: 24px 16px 16px;
  border-radius: 8px;
}
.sec02 .flex-box .med-box .img img {
  filter: drop-shadow(3px 5px 5px rgba(124, 124, 124, 0.6));
}
.sec02 .flex-box .med-box .img p {
  position: absolute;
  top: 0;
  left: 0;
}
.sec02 .flex-box .med-box p {
  padding: 2px 10px;
  border-radius: 8px 0 8px 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.sec02 .flex-box .med-box p.txt_bg_red500 {
  background-color: #E38796;
  color: #fff;
}
.sec02 .flex-box .med-box p.txt_bg_red800 {
  background-color: #D34058;
  color: #fff;
}
.sec02 .flex-box .med-box p.txt_bg_wh {
  background-color: #fff;
  color: #D34058;
}
.sec02 .flex-box .med-box p.txt_bg_bl400 {
  background-color: #9BA5B3;
  color: #fff;
}
.sec02 .flex-box .med-box p.txt_bg_bl600 {
  background-color: #68788E;
  color: #fff;
}
.sec02 .flex-box .med-box p.txt_bg_bl800 {
  background-color: #364B68;
  color: #fff;
}
.sec02 .flex-box .med-box h4 {
  margin: 0 auto 24px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.sec02 .flex-box .med-box h4 .atten_blue {
  font-size: 1.8rem;
}
.sec02 .flex-box .med-box .modal-wrap + .modal-wrap {
  margin-top: 24px;
}
.sec02 .flex-box .med-box .modal-wrap .btn {
  margin: 0 auto;
  width: 80%;
  font-size: 1.4rem;
  padding: 8px;
  border: 1px solid #041E42;
}
.sec02 .flex-box .med-box .modal-wrap .modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 1s ease-in-out;
}
.sec02 .flex-box .med-box .modal-wrap .modal .modal-content {
  width: 60%;
  border-radius: 10px;
  padding: 66px 50px 75px 50px;
  box-shadow: 4px 4px 10px -4px rgb(114, 114, 114);
  background: #FFF;
  overflow-y: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: show 0.6s linear 0s;
  filter: drop-shadow(0px 2px 6px #777);
  height: 75vh;
}
.sec02 .flex-box .med-box .modal-wrap .modal .modal-close {
  position: absolute;
  top: 6%;
  right: 18%;
  z-index: 1;
}
.sec02 .flex-box .med-box .modal-wrap .modal .modal-close span {
  font-size: 2.4rem;
  line-height: 1.66;
  font-weight: 600;
  color: #041E42;
}
.sec02 .flex-box .med-box .modal-wrap .modal .modal-close span:before {
  top: 13px;
}
.sec02 .flex-box .med-box .modal-wrap .modal .modal-close span:after {
  top: -12px;
  transform: rotate(45deg);
}
.sec02 .flex-box .med-box .modal-wrap .modal .modal-close:hover,
.sec02 .flex-box .med-box .modal-wrap .modal .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.sec02 .flex-box .med-box .modal-wrap .modal .modal-container h3 {
  position: relative;
  width: 100%;
  text-align: left;
}
.sec02 .flex-box .med-box .modal-wrap .modal .modal-container h3 span {
  position: relative;
  padding-right: 24px;
  background: #fff;
  z-index: 1;
  padding: 0 40px 0 0;
}
.sec02 .flex-box .med-box .modal-wrap .modal .modal-container h3.line_ttl {
  margin: 0 0 16px 0;
}
.sec02 .flex-box .med-box .modal-wrap .modal .modal-container h3::after {
  position: absolute;
  content: "";
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background: #041E42;
}
.sec02 .flex-box .med-box .modal-wrap .modal .modal-container h4 {
  position: relative;
  background-color: #E5E8EC;
  text-align: left;
  padding: 4px 0 4px 24px;
}
.sec02 .flex-box .med-box .modal-wrap .modal .modal-container h4::before {
  position: absolute;
  content: "";
  background-color: #041E42;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
}
.sec02 .flex-box .med-box .modal-wrap .modal .modal-container h5 {
  text-align: left;
  margin-bottom: 16px;
}
.sec02 .flex-box .med-box .modal-wrap .modal .modal-container p {
  text-align: left;
  font-size: 1.5rem;
  margin-bottom: 10px;
  margin-bottom: 24px;
  line-height: 1.66;
  width: auto;
  font-weight: 400;
  max-width: none;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding: 0;
    margin: 0 auto;
  }
  .sec02 .effect_wrap {
    margin: 16vw 0;
  }
  .sec02 .effect_wrap .glp1_effect.glp1_effect li {
    font-size: 4.27vw;
    width: 100%;
    margin: 0 auto 8vw;
  }
  .sec02 .effect_wrap .glp1_effect.glp1_effect figure {
    width: 40vw;
    height: 40vw;
    margin: 0 auto 6vw;
  }
  .sec02 .effect_wrap .glp1_effect.glp1_effect figure img {
    height: 20vw;
  }
  .sec02 .effect_wrap .glp1_effect.glp1_effect h4 {
    font-size: 5.33vw;
    margin-bottom: 4vw;
  }
  .sec02 .effect_wrap .note {
    padding: 4vw;
  }
  .sec02 .box_wrap + .box_wrap {
    margin-top: 16vw;
  }
  .sec02 .box_wrap p {
    width: fit-content;
    margin: 0 auto;
  }
  .sec02 .box_wrap .glp1-effect {
    width: 50%;
    margin: 0 auto;
  }
  .sec02 .box_wrap .flex-box + .flex-box {
    margin-top: 40px;
  }
  .sec02 .box_wrap .flex-box .img_box {
    width: 44%;
    border-radius: 16px;
    margin: 0;
  }
  .sec02 .box_wrap .flex-box .img_box img {
    width: 100%;
    border-radius: 16px;
  }
  .sec02 .box_wrap .flex-box .txt_box {
    width: 50%;
  }
  .sec02 .box_wrap .flex-box .txt_box h4 {
    margin-bottom: 16px;
    text-align: left;
  }
  .sec02 .box_wrap .flex-box .txt_box h4 span {
    display: block;
    padding-bottom: 8px;
    color: #9BA5B3;
  }
  .sec02 .box_wrap .flex-box.box_people .img_box {
    margin-bottom: 40px;
  }
  .sec02 .box_wrap .flex-box.box_people .list_box {
    background: none;
  }
  .sec02 .box_wrap .flex-box.box_people .list_box ul li {
    font-weight: 600;
    font-size: 2rem;
    color: #041E42;
    list-style: none;
  }
  .sec02 .box_wrap .flex-box.box_people .list_box ul li::before {
    background: url(../img/common/ico_check.svg) no-repeat center;
    content: "";
    width: 20px;
    height: 20px;
    top: 4px;
    left: -10px;
  }
  .sec02 .box_wrap .movie {
    margin: 4vw auto;
    width: fit-content;
  }
  .sec02 .box_wrap .movie iframe {
    width: 92vw;
    height: 52vw;
  }
  .sec02 .box_wrap .box {
    border-radius: 16px;
    margin: 16vw auto;
  }
  .sec02 .box_wrap .box + .box {
    margin-top: 80px;
  }
  .sec02 .box_wrap .box h4 {
    margin: 4vw 0;
  }
  .sec02 .box_wrap .box .list_box {
    margin: 8vw auto;
    padding: 6vw;
  }
  .sec02 .box_wrap .box .list_box li {
    margin-bottom: 2vw;
    font-size: 4vw;
  }
  .sec02 .box_wrap .box-column {
    padding: 6vw;
    margin: 8vw auto 16vw;
  }
  .sec02 .box_wrap .box-column .line-ttl {
    margin-bottom: 4vw;
  }
  .sec02 .box_wrap .box-column .line-ttl span {
    padding: 0 2vw;
  }
  .sec02 .flex-box.med-wrap {
    margin: 8vw 0;
  }
  .sec02 .flex-box .med-box {
    width: calc((100% - 3vw) / 2);
    padding: 0 0 6vw 0;
    margin-bottom: 3vw;
  }
  .sec02 .flex-box .med-box h4 {
    margin: 0 auto 4vw;
    font-size: 3.2vw;
  }
  .sec02 .flex-box .med-box h4 .atten_blue {
    font-size: 3.73vw;
  }
  .sec02 .flex-box .med-box h4 .txt_xs {
    font-size: 3.2vw;
  }
  .sec02 .flex-box .med-box p {
    font-size: 2.67vw;
  }
  .sec02 .flex-box .med-box .img {
    padding: 8vw 0vw 4vw;
  }
  .sec02 .flex-box .med-box .btn::after {
    position: absolute;
    right: 2vw;
    top: 50%;
    margin-top: -7px;
    display: block;
    content: "";
    background: url(../img/common/ico-arrow_white.svg) no-repeat center center;
    background-size: 100% auto;
    width: 3vw;
    height: 3vw;
  }
  .sec02 .flex-box .med-box .modal-wrap .modal .modal-content {
    width: 80%;
    padding: 12vw 6vw;
  }
  .sec02 .flex-box .med-box .modal-wrap .modal .modal-close {
    top: 6%;
    right: 8%;
  }
  .sec02 .flex-box .med-box .modal-wrap .modal .modal-container h3 span {
    padding: 0 4vw 0 0;
  }
  .sec02 .flex-box .med-box .modal-wrap .modal .modal-container h4 {
    padding: 1vw 0 1vw 4vw;
    font-size: 4.27vw;
  }
  .sec02 .flex-box .med-box .modal-wrap .modal .modal-container p {
    font-size: 4vw;
  }
  .sec02 .flex-box .img {
    padding: 8vw 2vw 4vw;
  }
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .sec02 {
    padding: 0 40px 80px;
  }
  .sec02 .box_wrap .box {
    border-radius: 16px;
  }
  .sec02 .box_wrap .box + .box {
    margin-top: 80px;
  }
  .sec02 .box_wrap .box h4 {
    margin: 24px 0;
  }
  .sec02 .box_wrap .box .list_box {
    margin: 24px auto;
    width: fit-content;
    background-color: #F2F4F5;
    border-radius: 8px;
    padding: 24px 80px;
  }
  .sec02 .box_wrap .box .list_box li {
    font-weight: 600;
    color: #041E42;
    list-style: disc;
    margin-bottom: 4px;
    list-style-position: inside;
  }
  .sec02 .box_wrap .box-column {
    border-radius: 8px;
    padding: 40px;
    margin: 8vw auto;
  }
  .sec02 .box_wrap .box-column .img {
    max-width: 600px;
    margin: 0 auto;
  }
  .sec02 .flex-box {
    align-items: stretch;
  }
  .sec02 .flex-box.med-wrap {
    margin: 40px 0 80px;
  }
  .sec02 .flex-box .med-box {
    width: calc((100% - 40px) / 4);
    background-color: #F2F4F5;
    border-radius: 8px;
    padding: 0 0 24px 0;
    margin-bottom: 16px;
  }
  .sec02 .flex-box .med-box .img {
    position: relative;
    padding: 24px 16px 16px;
    border-radius: 8px;
  }
  .sec02 .flex-box .med-box .img img {
    filter: drop-shadow(3px 5px 5px rgba(124, 124, 124, 0.6));
  }
  .sec02 .flex-box .med-box .img p {
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec02 .flex-box .med-box p {
    padding: 2px 10px;
    border-radius: 8px 0 8px 0;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .sec02 .flex-box .med-box p.txt_bg_red500 {
    background-color: #E38796;
    color: #fff;
  }
  .sec02 .flex-box .med-box p.txt_bg_red800 {
    background-color: #D34058;
    color: #fff;
  }
  .sec02 .flex-box .med-box p.txt_bg_wh {
    background-color: #fff;
    color: #D34058;
  }
  .sec02 .flex-box .med-box p.txt_bg_bl400 {
    background-color: #9BA5B3;
    color: #fff;
  }
  .sec02 .flex-box .med-box p.txt_bg_bl600 {
    background-color: #68788E;
    color: #fff;
  }
  .sec02 .flex-box .med-box p.txt_bg_bl800 {
    background-color: #364B68;
    color: #fff;
  }
  .sec02 .flex-box .med-box h4 {
    margin: 0 auto 24px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .sec02 .flex-box .med-box h4 .atten_blue {
    font-size: 1.8rem;
  }
  .sec02 .flex-box .med-box .modal-wrap + .modal-wrap {
    margin-top: 24px;
  }
  .sec02 .flex-box .med-box .modal-wrap .btn {
    margin: 0 auto;
    width: 80%;
    font-size: 1.4rem;
    padding: 8px;
    border: 1px solid #041E42;
  }
  .sec02 .flex-box .med-box .modal-wrap .modal {
    display: none;
    position: fixed;
    z-index: 8887;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 1s ease-in-out;
  }
  .sec02 .flex-box .med-box .modal-wrap .modal .modal-content {
    width: 60%;
    border-radius: 10px;
    padding: 66px 50px 75px 50px;
    box-shadow: 4px 4px 10px -4px rgb(114, 114, 114);
    background: #FFF;
    overflow-y: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: show 0.6s linear 0s;
    filter: drop-shadow(0px 2px 6px #777);
    height: 75vh;
  }
  .sec02 .flex-box .med-box .modal-wrap .modal .modal-close {
    position: absolute;
    top: 6%;
    right: 18%;
    z-index: 1;
  }
  .sec02 .flex-box .med-box .modal-wrap .modal .modal-close span {
    font-size: 2.4rem;
    line-height: 1.66;
    font-weight: 600;
    color: #041E42;
  }
  .sec02 .flex-box .med-box .modal-wrap .modal .modal-close span:before {
    top: 13px;
  }
  .sec02 .flex-box .med-box .modal-wrap .modal .modal-close span:after {
    top: -12px;
    transform: rotate(45deg);
  }
  .sec02 .flex-box .med-box .modal-wrap .modal .modal-close:hover,
  .sec02 .flex-box .med-box .modal-wrap .modal .modal-close:focus {
    text-decoration: none;
    cursor: pointer;
  }
  .sec02 .flex-box .med-box .modal-wrap .modal .modal-container h3 {
    position: relative;
    width: 100%;
    text-align: left;
  }
  .sec02 .flex-box .med-box .modal-wrap .modal .modal-container h3 span {
    position: relative;
    padding-right: 24px;
    background: #fff;
    z-index: 1;
    padding: 0 40px 0 0;
  }
  .sec02 .flex-box .med-box .modal-wrap .modal .modal-container h3.line_ttl {
    margin: 0 0 16px 0;
  }
  .sec02 .flex-box .med-box .modal-wrap .modal .modal-container h3::after {
    position: absolute;
    content: "";
    top: 50%;
    display: block;
    width: 100%;
    height: 1px;
    background: #041E42;
  }
  .sec02 .flex-box .med-box .modal-wrap .modal .modal-container h4 {
    position: relative;
    background-color: #E5E8EC;
    text-align: left;
    padding: 4px 0 4px 24px;
  }
  .sec02 .flex-box .med-box .modal-wrap .modal .modal-container h4::before {
    position: absolute;
    content: "";
    background-color: #041E42;
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
  }
  .sec02 .flex-box .med-box .modal-wrap .modal .modal-container h5 {
    text-align: left;
    margin-bottom: 16px;
  }
  .sec02 .flex-box .med-box .modal-wrap .modal .modal-container p {
    text-align: left;
    font-size: 1.5rem;
    margin-bottom: 10px;
    margin-bottom: 24px;
    line-height: 1.66;
    width: auto;
    font-weight: 400;
    max-width: none;
  }
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
/* ------------------------------
btn_back
------------------------------ */
.btn_wrap .btn_back {
  padding: 40px 0 80px;
}
.btn_wrap .btn_back .btn {
  background: #c9c9c9;
}
.btn_wrap .btn_back .btn:after {
  left: 22px;
  top: 50%;
  transform: rotate(180deg);
}
.btn_wrap .bg_red {
  background: #C8102E;
}

@media screen and (max-width: 767px) {
  .btn_wrap {
    margin: 16vw auto 0;
  }
  .btn_wrap .btn_back {
    padding: 8vw 0 16vw;
  }
  .btn_wrap .btn_back .btn {
    margin: 0 auto;
  }
}