@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=GFS+Didot&family=Noto+Sans+JP:wght@300;400;600;700&family=Noto+Serif+JP:wght@300;400&family=Saira+Semi+Condensed:wght@300;400&display=swap");
.hv-o:hover {
  cursor: pointer !important;
  opacity: 0.7 !important;
}

.u-mobile {
  display: none;
}

input,
textarea,
select,
button {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
}

input,
textarea,
select {
  background-color: #fff !important;
}

@media screen and (max-width: 750px) {
  .u-mobile {
    display: block;
  }
  .u-desktop {
    display: none;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 14px;
  line-height: 160%;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  color: #313131;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  letter-spacing: 0.6px;
}

/*body, html {
    height: 100%;
}*/
*::after,
*::before {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

button:hover {
  opacity: 0.7;
}

a:hover, a:visited, a:focus {
  outline: none;
}

a, button {
  color: inherit;
  text-decoration: none;
}

input, textarea, button, select {
  outline: none;
  resize: none;
}

a:hover, a:focus, a:active, button:hover, button:focus, button:active {
  transition: ease all 0.35s;
}

.hv-o {
  transition: ease all 0.35s;
}

.hv-o:hover {
  opacity: 0.8;
}

.anchor_fixtop {
  display: block;
  position: relative;
  top: -7.8125vw;
  width: 100%;
  visibility: hidden;
}

[class*=dflex] {
  display: flex;
  flex-wrap: wrap;
}

[class*=aic] {
  align-items: center;
}

[class*=aifs] {
  align-items: flex-start;
}

[class*=aife] {
  align-items: flex-end;
}

[class*=jcsb] {
  justify-content: space-between;
}

[class*=jcc] {
  justify-content: center;
}

[class*=jce] {
  justify-content: flex-end;
}

[class*=fcolumn] {
  flex-flow: column;
}

[class*=grid-] {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.txt_left {
  text-align: left;
}

a[href^="tel:"] {
  cursor: default;
}

.show_sp {
  display: none;
}

button {
  border: none;
  background-color: #fff;
}

header {
  background-color: #F9F9F9;
}

.header__logo {
  position: relative;
  align-items: flex-end;
  justify-content: space-between;
  width: 500px;
  top: -5px;
}

.header__logo__text {
  font-size: 10px;
  line-height: 1;
}

.header_menu {
  font-size: 16px;
  width: calc(100% - 500px);
}

.header_menu ul li a {
  display: inline-block;
  padding: 9px 0px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  width: 160px;
  text-align: center;
}

.header {
  padding: 27px 30px 25px;
}

.btn_header--header {
  width: 100%;
  max-width: 420px;
  padding-left: 50px;
  justify-content: space-between !important;
}

.header_mb .row__flex {
  justify-content: flex-end;
}

.active_menu a {
  position: relative;
  color: #20b6b1;
}

.active_menu a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: calc(100% - 20px);
  background-color: #20b6b1;
}

.hvm-active {
  position: relative;
}

.hvm-active:hover {
  color: #20b6b1;
}

.hvm-active:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: calc(100% - 20px);
  background-color: #20b6b1;
}

/* menu button */
#nav-icon1 {
  width: 10.667vw;
  height: 40px;
  position: relative;
  top: 1.333vw;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}

#nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 10.667vw;
  background: #313131;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  border-radius: 999px;
}

#nav-icon1 span:nth-child(1) {
  top: 0;
}

#nav-icon1 span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

#nav-icon1 span:nth-child(3) {
  bottom: 0px;
}

#nav-icon1.is-active span:nth-child(1) {
  top: 50%;
  left: 0;
  transform: rotate(135deg);
}

#nav-icon1.is-active span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.is-active span:nth-child(3) {
  top: 50%;
  left: 0;
  transform: rotate(-135deg);
}

/* end menu button */
@media screen and (max-width: 1700px) {
  .header_menu ul li a {
    width: 140px;
  }
  .btn_header--header {
    width: 100%;
    max-width: 420px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1600px) {
  .header_menu ul li a {
    width: 120px;
  }
  .header__logo {
    width: 255px;
  }
  .header_menu {
    width: calc(100% - 255px);
  }
  .header__logo h1 {
    display: inline-block;
    order: 2;
  }
  .header__logo .header__logo__text {
    display: block;
    width: 100%;
    order: 1;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 1350px) {
  .btn_header {
    width: 100%;
  }
  .header_menu {
    padding-left: 20px;
    justify-content: flex-end;
  }
  .btn_header {
    justify-content: flex-end;
  }
  .header {
    padding: 27px 15px 25px;
  }
  .header_menu ul li a {
    padding: 5px 0px;
  }
  .btn_header {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1319px) {
  .btn_header {
    padding-top: 15px;
  }
  .header__logo {
    align-items: flex-start !important;
  }
  .header__logo h1 {
    margin-top: -35px;
  }
}
@media screen and (max-width: 880px) {
  .header_menu ul li a {
    width: 107px;
  }
  .btn_header--header {
    width: 100%;
    max-width: 360px;
  }
}
@media screen and (max-width: 800px) {
  .btn_header--header {
    max-width: 345px;
  }
  .btn_header--header {
    padding-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  .header__logo h1 {
    margin-top: 0px;
  }
  .btn_header {
    display: none !important;
  }
  .btn_header_wrapper .btn_icon_align {
    display: block;
    text-align: center;
  }
  .btn_header_wrapper .btn_icon_align span {
    display: block;
    font-size: 2.133vw;
  }
  .btn_header_wrapper .icon_login {
    width: 4.8vw;
  }
  .header_mb {
    display: none;
  }
  .header {
    justify-content: space-between;
    position: relative;
  }
  .btn_header_wrapper {
    position: relative;
    padding-right: 6.667vw;
  }
  .header__logo .header__logo__text {
    padding-bottom: 2.4vw;
  }
  .header_mb {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    padding-left: 0;
    padding: 0;
    z-index: 100;
    height: 100vh;
    overflow-y: auto;
  }
  .header_mb .row__flex ul {
    width: 100%;
    flex-wrap: wrap;
  }
  .header_mb .row__flex ul li {
    width: 100%;
  }
  .header_mb .row__flex ul li a {
    width: 100%;
    display: block;
    border: none;
    font-size: 3.733vw;
    padding: 4.5vw 5.333vw 5vw;
    font-size: 3.733vw;
    font-weight: bold;
  }
  .header__logo__link img {
    width: 37.333vw;
  }
  .header__logo__text {
    font-size: 2.133vw;
  }
  .header {
    padding: 4.5vw 5.333vw 19px;
    align-items: flex-end;
  }
  .header__logo {
    width: 60vw;
  }
  .active_menu a::before {
    width: calc(100% - 12vw);
  }
  .logo_d__text {
    font-size: 2.4vw;
    display: block;
    font-weight: bold;
  }
  .logo_d {
    text-align: center;
  }
  .flow__header {
    width: 100%;
  }
  .col__header_fl {
    margin-bottom: 3.5vw;
  }
  .col__header_fl ul li {
    margin: 0 2.667vw !important;
  }
  .col__header_fl ul li a {
    padding: 0 !important;
  }
  .col__header_fl .row__flex {
    justify-content: center;
  }
  .twitter_h {
    width: 6.667vw !important;
  }
  .instagram_h {
    width: 6vw !important;
  }
  .tiktok_h {
    width: 5.2vw !important;
  }
  .close_menu_text {
    font-size: 24px;
    font-weight: bold;
    color: #492900;
  }
  .close_menu {
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 1;
    justify-content: flex-end;
    padding: 20px 5.333vw 5vw;
  }
  .close_menu_text img {
    margin-right: 17px;
  }
  .header__full {
    width: 100%;
  }
  .btn_drop__header {
    display: flex;
    width: 100%;
  }
  .btn_drop__header button,
  .btn_drop__header a {
    width: 33.333333%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 1vw;
    padding-bottom: 1.2vw;
  }
  .header_mb .row__flex_align li {
    border-bottom: 1px solid #cccccc;
  }
  .header_mb .row__flex_align li a {
    position: relative;
    text-align: left;
    color: #492900 !important;
  }
  .active_menu a::before {
    content: none;
  }
  .flow__header {
    padding: 5.333vw;
  }
  .btn_drop__header .btn_login span {
    color: #492900;
    display: block;
    font-size: 2.667vw;
    margin-top: 0;
    width: 100%;
  }
  .btn_drop__header .btn_login img {
    position: relative;
    top: 0.5vw;
    width: 5.6vw;
  }
  .btn_green_header {
    background-color: #61c6bd;
    font-size: 4.267vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
  }
  .btn_pink_header {
    background-color: #f25493;
    font-size: 4.267vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
  }
  .logo__grin {
    width: 48vw;
  }
  .header_mb .row__flex_align li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.333vw;
    transform: translateY(-50%);
    width: 1.867vw;
    height: 3.067vw;
    background-image: url(../img/icon/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 101;
  }
  .btn_ki_fu {
    position: absolute;
    top: 0;
    left: -9.7vw;
    background-color: transparent;
  }
  .btn_ki_fu2 {
    left: -21.7vw;
  }
  .btn_ki_fu img {
    width: 5.33vw;
    height: auto;
  }
  .btn_header_wrapper .btn__font span {
    padding-left: 0;
  }
  .btn_ki_fu span {
    padding-top: 3px;
  }
}
@media screen and (max-width: 480px) {
  #nav-icon1 {
    top: 0;
  }
  #nav-icon1 span {
    height: 2px;
  }
  #nav-icon1 {
    height: 8vw;
  }
  .logo_d__text {
    font-size: 10px;
  }
  .close_menu_text img {
    width: 16px;
    margin-right: 10px;
  }
  .close_menu_text {
    font-size: 18px;
    font-weight: bold;
    color: #492900;
  }
}
.btn_header_wrapper {
  display: flex;
  align-items: center;
}
.btn_header_wrapper a + a {
  margin-left: 50px;
}
.btn_header_wrapper a img {
  width: 16px;
}

@media screen and (max-width: 1319px) {
  .btn_header {
    padding-top: 0;
  }
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .btn_header.row__flex_align {
    flex-wrap: wrap;
  }
  .btn_header.row__flex_align .btn_header_wrapper {
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 750px) {
  .btn_drop__header {
    flex-wrap: wrap;
  }
  .btn_drop__header .btn_pink_header,
  .btn_drop__header .btn_green_header {
    width: 50%;
  }
}
/* Row menu */
.fw6 {
  font-weight: 700;
}

.txt_center {
  text-align: center;
}

.row__flex {
  display: flex;
  flex-wrap: wrap;
}

.border__green {
  border: 1px solid #20b6b1;
  color: #20b6b1;
}

.bdr__v {
  border-radius: 5px;
}

.gradient__green {
  background: rgb(32, 182, 177);
  background: linear-gradient(0deg, rgb(167, 232, 199) 0%, rgb(32, 182, 177) 100%);
  color: #fff;
}

.gradient__green_up {
  background: rgb(32, 182, 177);
  background: linear-gradient(180deg, rgb(167, 232, 199) 0%, rgb(32, 182, 177) 100%);
  color: #fff;
}

.gradient__pink {
  background: rgb(241, 69, 144);
  background: linear-gradient(0deg, rgb(252, 160, 182) 0%, rgb(241, 69, 144) 100%);
  color: #fff;
}

.banner_top {
  max-width: 1510px;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.content_title_top {
  position: absolute;
  top: 75px;
  left: 40px;
  width: 100%;
  max-width: 720px;
}

.content_banner_top_text {
  font-size: 24px;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 0 7px;
  color: #FFFFFF;
  padding-left: 30px;
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}

.pdl_xix {
  padding-left: 100px;
}

.owl-carousel .owl-item img {
  width: 100%;
}

.content_title_top__text {
  margin-top: 25px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 36px;
  font-weight: 700;
  padding-top: 17px;
  padding-bottom: 25px;
  text-align: center;
}

.nav__center .owl-nav {
  margin-top: 0;
  position: absolute;
  width: calc(100% + 60px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav__center .owl-nav button.owl-next {
  position: absolute;
  right: 0;
}

.content__top_map {
  position: relative;
  padding-top: 530px;
  margin-top: -510px;
  background-image: url(../img/icon/hana_5.png);
  background-repeat: no-repeat;
  background-position: -90px 5px;
  background-size: 533px 1671px;
  overflow: hidden;
}

.content__top_map::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1610px;
  height: 100%;
  background: rgb(32, 182, 177);
  background: linear-gradient(0deg, rgb(212, 252, 232) 0%, rgb(168, 237, 235) 100%);
  z-index: -1;
}

.textdate {
  font-size: 12px;
}

.publications__content_title {
  font-size: 30px;
  font-weight: 700;
}

.publications__value {
  font-size: 60px;
  font-weight: bold;
  color: #20b6b1;
  line-height: 1;
}
.publications__value .fs30 {
  font-size: 30px;
}

.publications__sd__title {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  border-radius: 5px;
  padding-left: 80px;
  padding-top: 2px;
  padding-bottom: 4px;
}

.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  border-radius: 10px;
  margin: 0 7px;
}

.owl-dots .active span {
  background-color: #f181b2 !important;
}

.publications__sd__title::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 25px;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  background-image: url(../img/icon/maps.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 25px;
}

.publications__jiken {
  font-size: 20px;
  font-weight: 700;
  color: #20b6b1;
  margin-bottom: 20px;
}

.pc_maps {
  font-size: 20px;
  font-weight: 700;
}

.content_s1 {
  position: relative;
  z-index: 2;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}

.pp_line_s1 {
  font-size: 20px;
}

.col_pc_8612 a {
  position: relative;
  display: block;
  color: #20b6b1;
  background-color: #bbf2f0;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
}

.col_pc_8612 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 6px;
  height: 12px;
  background-image: url(../img/icon/arow__right_green.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.col_pc_8612 .col_2x__link::after {
  top: 44%;
}

.col_pc_8612 .col_3x__link::after {
  top: 48%;
  right: 40px;
}

.top_map__img {
  justify-content: space-between;
  padding-bottom: 40px;
}

.top_map__img__wrapper {
  width: calc(50% - 25px);
  padding: 10px 0;
}

.publications__sd__row {
  margin-top: 10px;
  justify-content: space-between;
  letter-spacing: 0;
}

.publications__sd__row .col_pc_6 {
  background-color: #fff;
  border-radius: 6px;
  width: calc(58% - 8px);
}

.publications__sd__row .col_pc_4 {
  background-color: #fff;
  border-radius: 6px;
  width: calc(42% - 2px);
}

.top_map__publications {
  background-color: #fff;
  border-radius: 6px;
  max-width: 670px;
  margin: 0 auto 35px;
  padding: 15px 35px 20px;
  box-shadow: 0px 0px 5px 1px rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 5px 1px rgb(255, 255, 255);
  -moz-box-shadow: 0px 0px 5px 1px rgb(255, 255, 255);
}

.publications__content_s {
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}

.container____top_map {
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}

.publications__sd {
  padding-bottom: 40px;
}

.col_pc_4 {
  padding: 30px 30px 0 30px;
}

.pc_maps {
  display: block;
  position: relative;
  padding-left: 30px;
  border-top: 1px solid #cccccc;
  padding-top: 17px;
  padding-bottom: 20px;
}

.pc_maps::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 16px;
  height: 21px;
  background-image: url(../img/icon/maps_green.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.col_pc_8612 {
  padding: 54px 31px;
}

.col_2x__link {
  padding-left: 20px;
  padding-right: 45px;
  padding-top: 40px;
  padding-bottom: 54px;
  width: 100px;
}

.col_1x__link {
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 29px;
  padding-bottom: 29.5px;
  max-width: 85px;
}

.col__3x__link {
  padding-left: 35px;
  padding-right: 60px;
  padding-top: 52px;
  padding-bottom: 56px;
  max-width: 145px;
  margin-bottom: 8px !important;
}

.col_pc_8612 div a {
  margin: 4px;
}

.col__7x {
  width: calc(100% - 153px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.col__3x {
  width: 153px;
}

.col_2x .col_2x__link {
  height: 170px;
  display: flex;
  align-items: center;
}

.pp_line_s1 {
  width: 100%;
  background-image: url(../img/icon/pp_line.png);
  background-repeat: no-repeat;
  background-size: 330px auto;
  background-position: 35px 15px;
  padding-top: 25px;
  padding-bottom: 77px;
  text-align: center;
  margin-right: -20px;
}

.col_1x .col_1x__link {
  margin-bottom: 8px !important;
}

.col_1x .col_1x__link:last-child {
  margin-bottom: 4px !important;
}

.container____top_map::before {
  content: "Job search site PURIN";
  position: absolute;
  right: -220px;
  bottom: 515px;
  font-family: "GFS Didot", serif;
  font-size: 100px;
  letter-spacing: 0.4px;
  color: #94e1df;
  transform: rotate(90deg);
  writing-mode: horizontal-tb;
  z-index: 1;
}

.title_line_star {
  position: relative;
  color: #e5669d;
  text-align: center;
  margin-bottom: 45px;
}

.title_line_star::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 242px;
  height: 18px;
  background-image: url(../img/icon/line_title_pinks.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.title_line__text {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 5px;
  font-family: "Saira Semi Condensed", sans-serif;
  font-weight: 400;
}

.title_line_star__text {
  font-size: 12px;
}

.row__flex_sp {
  justify-content: space-between;
}

.item_2_pp__text {
  font-size: 12px;
  margin-top: 15px;
}

.item_2_pp__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  color: #e5669d;
  margin-top: 3px;
}

.pick_up {
  background-image: url(../img/images/bg_pick_up.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 30px;
}

.item__link__pp {
  display: block;
  padding: 28px 20px 22px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 1px rgb(204, 204, 204);
  -webkit-box-shadow: 0px 0px 10px 1px rgb(204, 204, 204);
  -moz-box-shadow: 0px 0px 10px 1px rgb(204, 204, 204);
}

.col__2_pp {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.title_line_green {
  position: relative;
  color: #20b6b1;
  text-align: center;
  margin-bottom: 35px;
}

.top__new {
  padding-top: 70px;
  padding-bottom: 50px;
}

.title_line_green::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 332px;
  height: 18px;
  background-image: url(../img/icon/line_title.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tag_t {
  font-size: 10px;
  color: #fff;
  font-weight: bold;
  background-color: #20b6b1;
  padding: 1px 11px 2px;
}

.tag_date {
  font-size: 12px;
}

.new_date_t {
  display: inline-block;
  margin-left: 10px;
  margin-right: 20px;
}

.new_top_title {
  font-size: 20px;
  font-weight: 700;
  color: #20b6b1;
}

.new_content_link {
  position: relative;
  display: block;
  border-radius: 6px;
  padding: 10px 60px 20px 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 1px rgb(204, 204, 204);
  -webkit-box-shadow: 0px 0px 10px 1px rgb(204, 204, 204);
  -moz-box-shadow: 0px 0px 10px 1px rgb(204, 204, 204);
}

.new_content_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 12px;
  height: 22px;
  background-image: url(../img/icon/arow__right_green.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.new_content_top {
  margin-bottom: 10px;
}

.btn_center {
  text-align: center;
}

.mgt_40_top {
  padding-top: 40px;
}

.btn_arow__link {
  position: relative;
  display: block;
  border-radius: 6px;
  width: 330px;
  max-width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  padding-top: 17px;
  padding-bottom: 21px;
}

.btn_arow__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background-image: url(../img/icon/arow__right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.top__column .title_line_green::after {
  width: 243px;
  background-image: url(../img/icon/line_title__smail.png);
}

.top__column {
  padding-top: 50px;
  padding-bottom: 50px;
}

.col_3_cl {
  width: calc(33.3333333333% - 13.3333px);
  margin-bottom: 10px;
}

.top__column_link {
  position: relative;
  display: block;
  padding: 5px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 1px rgb(204, 204, 204);
  -webkit-box-shadow: 0px 0px 10px 1px rgb(204, 204, 204);
  -moz-box-shadow: 0px 0px 10px 1px rgb(204, 204, 204);
}

/*
.top__column_link::before {
    content: 'COLUMN';
    position: absolute;
    font-size: 32px;
    left: 20px;
    top: 60px;
    font-family: $f4;
}*/
.top__column_link img {
  width: 100%;
}

.top__column_tag {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 15px;
  background-color: #20b6b1;
  color: #fff;
  padding-top: 2px;
  padding-bottom: 4px;
  width: 140px;
  text-align: center;
  font-size: 12px;
}

.top__column_date {
  display: block;
  font-size: 12px;
  color: #492900;
  padding-top: 5px;
}

.top__column_title {
  font-size: 16px;
  color: #20b6b1;
  font-weight: 700;
  padding-bottom: 12px;
}

.top__column__content {
  padding-left: 15px;
}

.top__workflow {
  background-color: #f8f8f8;
  padding-top: 60px;
  padding-bottom: 15px;
}

.title__pink_tc {
  color: #e5669d;
}

.title_line_tc span {
  font-size: 16px;
  padding-left: 18px;
  display: inline-block;
}

.title__w_t {
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 26px;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0;
}

.title_line_tc {
  position: relative;
  padding-bottom: 15px;
}

.title_line_tc::after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: 1px;
  left: -20px;
  bottom: 0;
  background-color: #cccccc;
}

.content_w2 {
  margin-bottom: 50px;
}

.top__workflow_wt {
  margin-top: 15px;
}

.title__green_tc {
  color: #20b6b1;
}

.title__f4 {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #e5669d;
  height: 60px;
}

.title__f4::after {
  position: absolute;
  top: 0;
  right: -10px;
  content: "";
  border-width: 30px 0 30px 20px;
  border-style: solid;
  border-color: #f181b2 #f181b2 #f181b2 #e5669d;
  z-index: 1;
}

.title_f2_f4.title__f4::after {
  border-style: solid;
  border-color: #fba0c7 #fba0c7 #fba0c7 #f181b2;
}

.title_f2_f4 {
  background-color: #f181b2 !important;
}

.title_f3_f4.title__f4::after {
  border-style: solid;
  border-color: #ffb4d5 #ffb4d5 #ffb4d5 #fba0c7;
}

.title_f3_f4 {
  background-color: #fba0c7 !important;
}

.title_f4_f4 {
  background-color: #ffb4d5 !important;
}

.title_f4_f4.title__f4::after {
  content: none;
}

.col_f4_a3 {
  width: 25%;
}

.tc_workflow__title_number {
  font-size: 12px;
  font-weight: 700;
  padding-left: 20px;
}

.tc_workflow__title_number .number_f4 {
  font-family: "Saira Semi Condensed", sans-serif;
  letter-spacing: 1px;
  font-size: 30px;
  padding-right: 15px;
  font-weight: 400;
}

.content_left_f4 {
  background-color: #fff;
  border-radius: 0 0 6px 6px;
}

.mgr_20 {
  margin-right: 20px;
}

.tc_workflow__title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.tc_workflow__text {
  letter-spacing: 0;
}

.content_left_f4 {
  padding: 12px 15px 20px;
}

.bdt__30px {
  padding-top: 30px;
  padding-bottom: 10px;
}

.bdr__6px .col_f4_a3:first-child .title__f4 {
  border-radius: 6px 0px 0 0;
}

.bdr__6px .col_f4_a3:last-child .title__f4 {
  border-radius: 0px 6px 0 0;
}

@media screen and (max-width: 1750px) {
  .container____top_map::before {
    right: -400px;
    bottom: 800px;
  }
}
@media screen and (max-width: 1400px) {
  .content__top_map {
    position: relative;
    padding-top: 20px;
    margin-top: 0px;
  }
  .content_title_top {
    position: relative;
    margin: 0 auto;
    z-index: 10;
    top: 0;
    left: 0;
  }
  .banner_top {
    background: #a8edeb;
  }
  .content_title_top {
    margin-top: -200px;
  }
}
@media screen and (max-width: 1100px) {
  .col_pc_8612 {
    padding: 54px 11px;
  }
  .col_pc_4 {
    padding: 30px 15px 0 15px;
  }
  .top__column_link::before {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 992px) {
  .tc_workflow__title_number {
    padding-left: 12px;
  }
  .tc_workflow__title_number .number_f4 {
    font-size: 18px;
    padding-right: 5px;
  }
  .publications__sd__row .col_pc_6 {
    width: 630px;
    max-width: 100%;
    margin: 0 auto;
  }
  .col_pc_8612 {
    padding: 31px;
  }
  .publications__sd__row .col_pc_4 {
    width: 630px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .publications__sd__row .col_pc_4 .col_pc_4 {
    padding: 30px 20px 0 20px;
  }
}
@media screen and (max-width: 850px) {
  .tc_workflow__title_number {
    letter-spacing: -1px;
  }
  .tc_workflow__title_number .number_f4 {
    font-size: 14px;
  }
  .container____top_map::before {
    content: "";
  }
}
@media screen and (max-width: 800px) {
  .owl-carousel {
    width: calc(100% - 70px);
    margin: 0 auto;
  }
  .content_title_top {
    left: 15px;
  }
}
@media screen and (max-width: 750px) {
  .publications__sd__row .col_pc_6 {
    box-shadow: 0px 0px 10px 1px rgb(152, 207, 205);
    -webkit-box-shadow: 0px 0px 10px 1px rgb(152, 207, 205);
    -moz-box-shadow: 0px 0px 10px 1px rgb(152, 207, 205);
  }
  .publications__sd__row .col_pc_4 {
    box-shadow: 0px 0px 10px 1px rgb(152, 207, 205);
    -webkit-box-shadow: 0px 0px 10px 1px rgb(152, 207, 205);
    -moz-box-shadow: 0px 0px 10px 1px rgb(152, 207, 205);
  }
  .content_title_top {
    margin-top: -25.5vw;
  }
  .content_banner_top_text {
    font-size: 3.2vw;
    padding-left: 0;
    margin-bottom: 0.5vw;
  }
  .pdl_xix {
    padding-left: 0;
    margin-bottom: 6vw;
  }
  .pdl_xix img {
    width: 69.333vw;
    margin-left: -10px;
  }
  .content_title_top {
    left: 0;
    padding: 0 5.333vw;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .bg_bmb {
    background-color: #fff;
    padding-top: 1px;
    border-radius: 6px;
    padding-bottom: 4vw;
    box-shadow: 0px 0px 10px 1px rgb(152, 207, 205);
    -webkit-box-shadow: 0px 0px 10px 1px rgb(152, 207, 205);
    -moz-box-shadow: 0px 0px 10px 1px rgb(152, 207, 205);
  }
  .content_title_top__text {
    margin-top: 1.867vw;
    margin-bottom: 2.667vw;
    margin-left: -2px;
    border-radius: 0;
    font-size: 4.267vw;
    padding-top: 0.6vw;
    padding-bottom: 1vw;
  }
  .owl-carousel {
    width: calc(100% - 10.667vw);
    margin: 0 auto;
  }
  .owl-nav button {
    width: 6vw;
    height: 6vw;
  }
  .nav__center .owl-nav {
    width: calc(100% + 5.333vw);
  }
  .owl-dots {
    margin-top: 4vw;
  }
  .owl-dots .owl-dot span {
    width: 2.133vw;
    height: 2.133vw;
    margin: 0 1.333vw;
  }
  .publications__value {
    font-size: 10.667vw;
  }
  .publications__value .fs30 {
    font-size: 5.333vw;
  }
  .publications__content_title {
    font-size: 4.267vw;
  }
  .textdate {
    font-size: 3.2vw;
  }
  .top_map__publications {
    padding: 4.667vw 0px 5.333vw;
    box-shadow: 0px 0px 10px 1px rgb(152, 207, 205);
    -webkit-box-shadow: 0px 0px 10px 1px rgb(152, 207, 205);
    -moz-box-shadow: 0px 0px 10px 1px rgb(152, 207, 205);
  }
  .publications__content_s {
    padding-left: 3.333vw;
    padding-right: 3.333vw;
  }
  .content_s1 {
    padding: 0 5.333vw;
  }
  .publications__sd__row .col_pc_6 {
    width: 100%;
  }
  .publications__sd__row .col_pc_4 {
    width: 100%;
  }
  .pp_line_s1 {
    font-size: 21px;
  }
  .col_pc_8612 a {
    font-size: 17px;
  }
  .col_2x__link {
    padding-left: 2.667vw;
    padding-right: 5vw;
    width: 110px;
  }
  .col__3x__link {
    padding-left: 4.667vw;
    padding-right: 7vw;
  }
  .col_1x__link {
    padding-left: 2.667vw;
    padding-right: 3vw;
    padding-top: 22.5px;
    padding-bottom: 25.5px;
    width: 90px;
    height: 86px;
    max-width: none;
    display: flex !important;
    align-items: center;
  }
  .col_pc_8612 {
    padding: 9.333vw 3.467vw;
  }
  .col_2x .col_2x__link {
    height: 180px;
  }
  .col_pc_8612 a::after {
    width: 7px;
    height: 13px;
    right: 30px;
  }
  .col_pc_8612 a::after {
    right: 30px;
  }
  .col__7x {
    width: calc(100% - 166px);
  }
  .col__3x {
    width: 166px;
  }
  .pp_line_s1 {
    background-size: 350px auto;
    background-position: 6vw 15px;
  }
  .col_pc_8612 .col_1x__link::after {
    right: 18px;
  }
  .col_pc_8612 .col_2x__link::after {
    top: 47%;
  }
  .publications__jiken {
    font-size: 4.267vw;
    margin-bottom: 2.2vw;
  }
  .pc_maps {
    font-size: 3.733vw;
    padding-left: 6.667vw;
    padding-top: 3.2vw;
    padding-bottom: 3.5vw;
  }
  .pc_maps::after {
    width: 3.333vw;
    height: 4.533vw;
  }
  .col_pc_4 {
    padding: 2vw 4vw 0 4vw;
  }
  .publications__sd__title {
    font-size: 4.267vw;
    padding-left: 9.333vw;
    padding-top: 1.7vw;
    padding-bottom: 1.8vw;
  }
  .publications__sd__row {
    margin-top: 20px;
  }
  .publications__sd__title::before {
    width: 2.933vw;
    height: 4.133vw;
    background-size: contain;
    left: 4vw;
  }
  .top_map__img__wrapper {
    width: 100%;
    padding: 1.333vw 0;
  }
  .top_map__img__wrapper img {
    width: 100%;
  }
  .publications__sd {
    padding-bottom: 20px;
  }
  .top_map__img {
    padding-bottom: 35px;
  }
  .content__top_map {
    background-image: none;
  }
  .title_line__text {
    font-size: 6.4vw;
    margin-bottom: 0;
  }
  .title_line_star__text {
    font-size: 2.4vw;
  }
  .item_2_pp__text {
    font-size: 3.2vw;
    margin-top: 1.6vw;
  }
  .item_2_pp__title {
    font-size: 4vw;
    margin-top: -0.5vw;
  }
  .col__2_pp {
    width: 100%;
    margin-bottom: 4vw;
  }
  .item_2_pp img {
    width: 100%;
  }
  .pick_up {
    background-size: 1500px;
    background-repeat: repeat-y;
    background-position: center top;
  }
  .title_line_star::after {
    width: 47.733vw;
    height: 3.467vw;
  }
  .title_line_star {
    margin-bottom: 35px;
  }
  .item__link__pp {
    display: block;
    padding: 4vw 2.667vw 2.8vw;
  }
  .pick_up {
    padding-top: 6.667vw;
    padding-bottom: 2.667vw;
  }
  .pick_up .content_s1 .row__flex .col__2_pp:nth-child(1) {
    order: 1;
  }
  .pick_up .content_s1 .row__flex .col__2_pp:nth-child(2) {
    order: 4;
  }
  .pick_up .content_s1 .row__flex .col__2_pp:nth-child(3) {
    order: 2;
  }
  .pick_up .content_s1 .row__flex .col__2_pp:nth-child(4) {
    order: 5;
  }
  .pick_up .content_s1 .row__flex .col__2_pp:nth-child(5) {
    order: 3;
  }
  .pick_up .content_s1 .row__flex .col__2_pp:nth-child(6) {
    order: 6;
  }
  .tag_t {
    font-size: 2.133vw;
  }
  .tag_date {
    font-size: 2.667vw;
  }
  .new_top_title {
    font-size: 4vw;
  }
  .new_top_des {
    font-size: 2.667vw;
    letter-spacing: 0.4px;
  }
  .new_content_link {
    padding: 2vw 8vw 2vw 2.667vw;
  }
  .new_content_link::after {
    width: 1.867vw;
    height: 4vw;
    right: 2.667vw;
  }
  .title_line_green {
    margin-bottom: 30px;
  }
  .title_line_green::after {
    width: 69.067vw;
    height: 3.467vw;
  }
  .new_content_top {
    margin-bottom: 2.667vw;
  }
  .btn_arow__link {
    font-size: 4.267vw;
    width: 100%;
    padding-top: 5.4vw;
    padding-bottom: 5.5vw;
  }
  .btn_arow__link::after {
    width: 2.267vw;
    height: 4vw;
    right: 5.333vw;
  }
  .col_f4_a3 {
    width: 100%;
    padding-top: 2.667vw;
  }
  .title__f4::after {
    content: none;
  }
  .bdr__6px .col_f4_a3 .title__f4 {
    border-radius: 6px 6px 0 0 !important;
    padding-top: 1.333vw;
    padding-bottom: 1.333vw;
    height: 10.667vw;
  }
  .tc_workflow__title_number {
    font-size: 3.733vw;
    padding-left: 4vw;
  }
  .tc_workflow__title_number .number_f4 {
    font-size: 5.333vw;
    padding-right: 11.5vw;
  }
  .tc_workflow__title {
    font-size: 4.267vw;
  }
  .col_3_cl {
    width: 100%;
  }
  .mgr_20 {
    margin-right: 0px;
  }
  .title_line_tc span {
    display: block;
    padding-left: 0;
    line-height: 1;
    margin-top: -5px;
    margin-bottom: 5px;
  }
  .title_line_tc::after {
    width: calc(100% + 8vw);
    left: -4vw;
  }
  .content_w2 .bdt__30px {
    padding-top: 0;
  }
  .content_left_f4 {
    padding: 1.7vw 4vw 2.7vw;
  }
  .content_w2 {
    margin-bottom: 6.667vw;
  }
  .top__workflow_wt {
    margin-top: 1.2vw;
  }
  .click_un_hiden {
    width: 100%;
    border: 1px solid #313131;
    border-radius: 6px;
    text-align: center;
    padding-top: 2.6vw;
    padding-bottom: 3.1vw;
    margin-top: 1.4vw;
    margin-bottom: 7.333vw;
  }
  .hiden___x5 {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
  .col_3_cl {
    margin-bottom: 2.667vw;
  }
  .top__column_tag {
    font-size: 2.933vw;
  }
  .top__column_date {
    font-size: 2.933vw;
    padding-top: 1vw;
  }
  .top__column_link {
    padding: 1.4vw;
  }
  .top__column_title {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
  .top__column_tag {
    top: 4vw;
    width: 36vw;
    padding-top: 0.55vw;
    padding-bottom: 1vw;
  }
  .top__column .mgt_40_top {
    padding-top: 4.5vw;
  }
  .top__column__content {
    padding-left: 3.333vw;
  }
  .title_line_tc span {
    font-size: 2.4vw;
  }
  .title__w_t {
    font-size: 5.333vw;
  }
  .top__column_link::before {
    font-size: 8.267vw;
    top: 16.667vw;
    left: 5.3vw;
  }
}
@media screen and (max-width: 650px) {
  .pp_line_s1 {
    background-position: 0px 15px;
  }
}
@media screen and (max-width: 550px) {
  .col__7x {
    width: 100%;
  }
  .pp_line_s1 {
    background-size: contain;
  }
  .col__3x {
    width: 130px;
  }
}
@media screen and (max-width: 450px) {
  .new_top_des {
    font-size: 12px;
  }
  .title_line_tc span {
    font-size: 11px;
  }
  .title_line_star__text {
    font-size: 10px;
  }
}
@media screen and (max-width: 380px) {
  .pp_line_s1 {
    font-size: 18px;
  }
}
.bg_full {
  background: rgb(32, 182, 177);
  background: linear-gradient(0deg, rgb(212, 252, 232) 0%, rgb(168, 237, 235) 100%);
}

.content_full_color {
  max-width: 780px;
  padding: 30px 15px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: calc(100vh - 97px);
}

.content_full_row {
  background-color: #fff;
  border-radius: 6px;
  padding: 77px 66px 70px;
  width: 100%;
}

.tent_btn__bottom {
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
}

.item_label_i {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}

.content__full_subtitle_text {
  font-size: 12px;
}

.content__full_title {
  color: #20b6b1;
}

.content__full_title_text {
  font-size: 32px;
  font-family: "Saira Semi Condensed", sans-serif;
  margin-bottom: 5px;
  font-weight: 400;
  letter-spacing: 1px;
}

.form_kep .span__relative {
  position: relative;
  display: block;
}

.toggle-password.click {
  background-image: url(../img/icon/icon_eye.svg);
}

.toggle-password {
  width: 33px;
  height: 22px;
  background: url(../img/icon/icon_eye_click.svg) no-repeat center;
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-size: cover;
}

.click_password__check.click {
  background-image: url(../img/icon/icon_eye.svg);
}

.click_password__check {
  width: 33px;
  height: 22px;
  background: url(../img/icon/icon_eye_click.svg) no-repeat center;
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-size: cover;
}

.btn_row--bottom {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  justify-content: space-between !important;
}

.btn_row--bottom button {
  width: calc(50% - 15px) !important;
}

.btn_submit {
  position: relative;
  display: block;
  border-radius: 6px;
  width: 430px;
  max-width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  padding-top: 21px;
  padding-bottom: 23px;
}

.wrap__form_default .gp {
  flex-flow: column;
}

.item_input {
  width: 100%;
  margin-bottom: 40px;
}

.item_link a {
  font-size: 16px;
  color: #0080ff;
}

.content__full_title {
  text-align: center;
}

.item_input input {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 9px 20px 10px;
}

.item_input .item_link {
  margin-top: 18px;
}

.form_kep {
  margin-top: 30px;
}

.dflex-jcc {
  padding-top: 25px;
  padding-bottom: 50px;
  margin-bottom: 40px;
  border-bottom: 1px solid #cccccc;
}

.col__12 {
  width: 100%;
}

.item_input input {
  font-size: 16px;
}

@media screen and (max-width: 1379px) {
  .content_full_color {
    min-height: calc(100vh - 145px);
  }
}
@media screen and (max-width: 750px) {
  .content_full_color {
    padding: 18.667vw 5.333vw;
  }
  .content_full_row {
    background-color: #fff;
    border-radius: 6px;
    padding: 10.667vw 4vw;
    width: 100%;
  }
  .tent_btn__bottom {
    font-size: 2.667vw;
  }
  .btn_row--bottom button span {
    font-size: 2.933vw;
  }
  .btn_submit {
    font-size: 4.267vw;
  }
  .item_link a {
    font-size: 2.667vw;
  }
  .item_label_i {
    font-size: inherit;
  }
  .item_input input {
    font-size: inherit;
  }
  .content__full_title_text {
    font-size: 6.4vw;
  }
  .content__full_subtitle_text {
    font-size: 2.4vw;
  }
  .form_kep {
    margin-top: 6.667vw;
  }
  .item_label_i {
    margin-bottom: 1.5vw;
  }
  .item_input {
    margin-bottom: 4vw;
  }
  .item_input .item_link {
    margin-top: 2.5vw;
  }
  .dflex-jcc {
    padding-top: 8vw;
    padding-bottom: 8vw;
    margin-bottom: 8vw;
  }
  .btn_row--bottom .icon_edit {
    width: 3.2vw;
  }
  .btn_row--bottom .icon_home {
    width: 3.7vw;
  }
  .btn_row--bottom button {
    width: calc(50% - 20px) !important;
    padding: 1.7vw 10.5px !important;
  }
  .btn_row--bottom {
    max-width: 100%;
  }
  .toggle-password {
    width: 6.267vw;
    height: 3.733vw;
  }
  .click_password__check {
    width: 6.267vw;
    height: 3.733vw;
  }
}
@media screen and (max-width: 450px) {
  .tent_btn__bottom {
    font-size: 12px;
  }
  .item_link a {
    font-size: 12px;
  }
  .content__full_subtitle_text {
    font-size: 10px;
  }
}
.text_full_s {
  font-size: 16px;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 40px;
  font-weight: 300;
}

.dflex-fg__pp {
  padding-top: 20px;
}

@media screen and (max-width: 750px) {
  .text_full_s {
    font-size: 2.667vw;
    line-height: 1.5;
    margin-top: 7vw;
    margin-bottom: 8.5vw;
  }
  .dflex-fg__pp {
    padding-top: 16vw;
  }
}
@media screen and (max-width: 450px) {
  .text_full_s {
    font-size: 12px;
  }
}
.fw3 {
  font-weight: 300;
}

.notification_text {
  background-color: #edfffe;
  font-size: 16px;
  border-radius: 6px;
  text-align: center;
  color: #20b6b1;
  padding-top: 18px;
  padding-bottom: 20px;
  margin-top: 40px;
  width: 100%;
  max-width: 540px;
  margin: 40px auto 0;
  line-height: 1.4;
}

.btn_black_fc_pp {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  border-radius: 6px;
  border: 1px solid #cccccc;
  background-color: #f0f0f0;
  padding-top: 28px;
  padding-bottom: 28px;
  margin-top: 54px;
}

@media screen and (max-width: 750px) {
  .notification_text {
    font-size: 2.667vw;
    margin-top: 8vw;
    max-width: none;
    padding-top: 3.3vw;
    padding-bottom: 3.5vw;
  }
  .fw3__mg_mb {
    margin-top: 4.5vw;
    margin-bottom: 12.5vw;
  }
  .btn_black_fc_pp {
    margin-bottom: -10px;
  }
  .btn_black_fc_pp {
    font-size: 4.267vw;
    padding-top: 5.5vw;
    padding-bottom: 5.2vw;
    max-width: none;
  }
}
@media screen and (max-width: 450px) {
  .notification_text {
    font-size: 12px;
  }
}
.note_input {
  display: block;
  font-size: 16px;
  color: #707070;
  margin-top: 12px;
  letter-spacing: 0.4px;
}

.item_input__min_mg {
  margin-bottom: 25px;
}

.btn_submit_arow {
  position: relative;
}

.btn_submit_arow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 12px;
  height: 22px;
  background-image: url(../img/icon/arow__right.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 750px) {
  .note_input {
    margin-top: 1vw;
    font-size: 2.667vw;
  }
  .item_input__min_mg {
    margin-bottom: 5vw;
  }
  .dflex-fg__pp {
    padding-top: 15.3vw;
  }
  .btn_submit {
    width: 100%;
    padding-top: 4.85vw;
    padding-bottom: 5vw;
  }
  .btn_submit_arow::after {
    width: 1.867vw;
    height: 3.733vw;
    right: 4vw;
  }
}
@media screen and (max-width: 450px) {
  .note_input {
    font-size: 12px;
  }
}
.mg_pp6 {
  margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
  .mg_pp6 {
    margin-bottom: 13.333vw;
  }
  .pd_bt60 {
    padding-bottom: 10.667vw;
  }
  .mgbt_p10 {
    margin-bottom: 8.8vw;
  }
}
.content_full_row {
  box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
  -webkit-box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
  -moz-box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
}

.bg_page_r {
  background-color: #edfbff;
}

.color_registration .content__full_title {
  color: #1ba3cc;
  position: relative;
  padding-bottom: 35px;
}

.color_registration .content__full_title_text {
  margin-bottom: 13px;
}

.color_registration .item_label_i {
  position: relative;
}

.input_required::before {
  position: absolute;
  content: "必須";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 24px;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  background-color: #e5669d;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.title_line_round_text {
  position: relative;
  font-size: 22px;
  color: #1ba3cc;
  font-weight: bold;
  padding-left: 30px;
}

.title_line_round {
  margin-bottom: -11px;
}

.title_line_round_text::before {
  position: absolute;
  content: "";
  top: 55%;
  left: -2px;
  transform: translateY(-50%);
  width: 6px;
  height: 32px;
  background-color: #1ba3cc;
  border-radius: 99px;
}

.color_registration .content__full_title::after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 50%;
  width: 150px;
  height: 10px;
  transform: translateX(-50%);
  background-image: url(../img/icon/line_round.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.container_1100_ts {
  max-width: 1130px;
  padding: 30px 15px;
  margin: 0 auto;
}

.container_1100_ts.pd_1080 {
  padding: 20px 15px;
}

.container_1100_ts .content_full_row {
  padding: 60px 230px 70px;
}

.container_1100_ts .note_input {
  font-size: 12px;
  margin-top: 10px;
}

.container_1100_ts .item_input__min_mg {
  margin-bottom: 40px;
}

.pd_x10 {
  padding: 0 10px;
}

.btn__pdt__30 {
  padding-top: 30px;
}

.link_blue_line {
  margin-top: 35px;
  display: inline-block;
  font-size: 16px;
  color: #0080ff;
  border-bottom: 1px solid #0080ff;
  font-weight: 300;
  line-height: 1.2;
}

@media screen and (max-width: 1279px) {
  .container_1100_ts .content_full_row {
    padding: 60px 17.983vw 70px;
  }
}
.title_line_round_text--gray {
  font-size: 18px;
  color: #707070;
  padding-left: 25px;
}

.title_line_round_text--gray::before {
  left: 0;
  background-color: #707070;
  width: 4px;
  height: 23px;
}

.col_center_btn {
  font-size: 16px;
  font-weight: 300;
}

.btn_row--big {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: 73px;
  padding: 35px 100px 40px;
  justify-content: space-between;
}

.container_1100_ts .btn_black_fc_pp {
  margin-top: 40px;
}

.col_center_btn {
  width: calc(50% - 45px);
}

.container_1100_ts .pd_180x {
  padding: 60px 180px 70px;
}

.col_center_btn button, .col_center_btn a {
  width: 100% !important;
  margin-top: 23px;
}

.mgbt_title {
  margin-bottom: 60px;
}

@media screen and (max-width: 1279px) {
  .container_1100_ts .pd_180x {
    padding: 60px 9vw 70px;
  }
  .btn_row--big {
    padding: 35px 6vw 40px;
  }
}
@media screen and (max-width: 750px) {
  .container_1100_ts {
    padding: 40px 5.333vw;
  }
  .container_1100_ts.pd_1080 {
    padding: 40px 5.333vw;
  }
  .container_1100_ts .content_full_row {
    padding: 8vw 4vw 9.333vw;
  }
  .container_1100_ts .text_full_s {
    margin-top: 2.5vw;
    margin-bottom: 9vw;
  }
  .container_1100_ts .note_input {
    font-size: 2.667vw;
    margin-top: 0px;
  }
  .dflex-fg__11 {
    padding-top: 7vw;
  }
  .dflex-fg__10 {
    padding-top: 8vw;
  }
  .title_line_round_text {
    font-size: 4.267vw;
    padding-left: 4vw;
  }
  .title_line_round_text--gray {
    font-size: inherit;
  }
  .pd_x10 {
    padding: 0;
  }
  .mgt__t20px {
    margin-top: -20px;
  }
  .mgt__t20px .title_line_round {
    margin-bottom: -25px;
  }
  .title_line_round_text::before {
    width: 1.067vw;
    height: 5.33vw;
  }
  .title_line_round_text--gray::before {
    height: 4.4vw;
  }
  .pass__check {
    position: relative;
    top: -10px;
  }
  .btn__pdt__30 {
    padding-top: 8vw;
  }
  .container_1100_ts .link_blue_line {
    font-size: inherit;
    margin-top: 8vw;
    padding-bottom: 0;
    margin-bottom: 4vw;
    line-height: 1.2;
  }
  .container_1100_ts .text_full_s_13 {
    margin-top: 6vw;
  }
  .btn_row--big {
    margin-top: 12.5vw;
    padding: 0 0vw 6vw;
  }
  .container_1100_ts .btn_black_fc_pp {
    margin-top: 9.333vw;
    margin-bottom: 0px;
  }
  .col_center_btn {
    width: 100%;
    margin-top: 6vw;
  }
  .col_center_btn p {
    font-size: 2.667vw;
  }
  .btn_row--big .col_center_btn:first-child {
    order: 2;
  }
  .btn_row--big .col_center_btn:last-child {
    order: 1;
    padding-bottom: 2.6vw;
  }
  .btn_row--big button {
    padding: 4.5vw 10.5px 5vw !important;
  }
  .col_center_btn button {
    margin-top: 2.4vw;
  }
  .container_1100_ts .item_input__min_mg {
    margin-bottom: 4.5vw;
  }
  .mgt_40_cr {
    margin-top: 4vw;
  }
  .item_input input {
    padding: 1.2vw 2.667vw 1.33vw;
  }
  .pass__check img {
    width: 34vw;
  }
  .mgbt_title {
    margin-top: 4.3vw;
    margin-bottom: 8vw;
  }
}
@media screen and (max-width: 450px) {
  .col_center_btn p {
    font-size: 12px;
  }
  .form_kep {
    margin-top: 40px;
  }
}
.container_1130_fa {
  max-width: 1130px;
  padding: 0px 15px 120px;
  margin: 60px auto 0;
}

.container_1130_fa .content_full_row {
  background-color: #fff;
  border-radius: 6px;
  padding: 60px 50px 70px;
  width: 100%;
}

.pd_30x90 {
  padding-top: 30px;
  padding-bottom: 90px;
}

.content_faq {
  margin-top: 30px;
  margin-bottom: 53px;
}

.faq__q__text {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}

.faq__q__text::before {
  content: "Q";
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2px;
  left: 0;
  top: -3px;
  color: #20b6b1;
}

.faq__a {
  background-color: #f8f8f8;
  border-radius: 6px 6px 0 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 25px;
  font-size: 16px;
  line-height: 1.6 !important;
}

.faq__a__texts {
  position: relative;
  padding-left: 55px;
  line-height: 1.6 !important;
}

.faq__a__texts::before {
  content: "A";
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2px;
  left: 20px;
  top: -5px;
  color: #e5669d;
}

.faq__a_ul {
  padding-left: 53px;
}

.faq__a_ul li {
  margin-top: 28px;
}

.faq__a__link {
  color: #0080ff;
  border-bottom: 1px solid #0080ff;
}

.btn_faq {
  padding-top: 40px;
}

@media screen and (max-width: 750px) {
  .container_1130_fa {
    max-width: 1130px;
    padding: 0px 5.333vw 13.333vw;
    margin: 40px auto 0;
  }
  .container_1130_fa .content_full_row {
    background-color: #fff;
    border-radius: 6px;
    padding: 8vw 4vw 9.333vw;
    width: 100%;
  }
  .faq__q__text {
    font-size: 3.2vw;
    padding-left: 5.333vw;
  }
  .faq__q__text::before {
    font-size: 3.2vw;
  }
  .faq__a__texts {
    font-size: 3.2vw;
    padding-left: 8vw;
  }
  .faq__a__texts::before {
    font-size: 3.2vw;
    left: 2.667vw;
    top: 0vw;
  }
  .faq__a_ul {
    padding-left: 8vw;
  }
  .faq__a_ul li {
    font-size: 3.2vw;
  }
  .faq__a {
    padding-top: 2vw;
    padding-right: 2.667vw;
    padding-bottom: 1.5vw;
  }
  .content_faq {
    margin-top: 3vw;
    margin-bottom: 8vw;
  }
  .btn_faq {
    padding-top: 2.667vw;
  }
}
@media screen and (max-width: 400px) {
  .faq__q__text {
    font-size: 14px;
  }
  .faq__q__text::before {
    font-size: 14px;
  }
  .faq__a__texts {
    font-size: 14px;
  }
  .faq__a__texts::before {
    font-size: 14px;
  }
  .faq__a_ul li {
    font-size: 14px;
  }
}
.control-input--check {
  margin-top: 3px;
  width: 18px !important;
  height: 18px !important;
  padding: 0 !important;
  border: 1px solid #cccccc !important;
  border-radius: 2px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.control-input--check:checked {
  background-image: url(../img/icon/checked.png);
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  border-color: #43b3d5 !important;
}

/* radio__check */
.span__radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 10px;
  margin-top: 7px;
}

.radio__check {
  display: inline-block;
  position: relative;
  padding-left: 34px;
  margin-right: 35px;
  font-size: 16px;
}

.radio__check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #313131;
}

.radio__check input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #1ba3cc;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio__check input:checked ~ .checkmark:after {
  display: block;
}

.radio__check .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1ba3cc;
}

::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  color: #cccccc;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccccc;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #cccccc;
}

.label__check {
  display: flex;
  margin-top: 17px;
  font-size: 16px;
}

.pink__notice_lound .label__check {
  font-size: 18px;
}
.pink__notice_lound .label__check a {
  color: #0080ff;
  text-decoration: underline;
}

.label__check span {
  width: calc(100% - 38px);
}

.label__check__last-child {
  margin-top: 6px;
}

.note_input_x2 {
  margin-top: 22px;
}

.label__check input {
  margin-right: 20px;
}

.banner_page_07 {
  padding-bottom: 40px;
}

.mgt_24_t {
  margin-top: 25px;
  margin-bottom: -30px;
}

.sub_input {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
}

.sub_input__fs16 {
  font-size: 16px !important;
  letter-spacing: 0.4px;
}

.item_input select {
  font-size: 16px;
  width: 410px;
  max-width: 100%;
  border-radius: 6px;
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 25px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/icon/select-black.svg);
  background-repeat: no-repeat;
  background-size: 10px 9px;
  background-position-x: calc(100% - 30px);
  background-position-y: center;
  background-color: #fff;
  border-color: #cccccc;
}

.content_full_color .group__form {
  margin-top: 65px;
}

.content_full_color .group__form .title_line_round {
  margin-bottom: 35px;
}

.small__input input {
  width: 130px;
}

.mg__c {
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
}

.radio__full,
.radio__full__link {
  width: 100%;
  margin-top: 15px;
  margin-right: 0;
}

.link_label {
  margin-top: 0;
  display: inline-block;
}

.radio__full__link {
  display: inline-block;
}

.radio__full__link .radio__check {
  margin-right: 0px;
}

.content__viii .title_line_round_text::before {
  left: 1px;
}

.check_right {
  padding-left: 10px;
}

.item__medium input {
  max-width: 230px;
}

.text__for_input {
  font-size: 18px;
  display: inline-block;
  margin-right: 20px;
}

.text__for_input__mg_left {
  margin-left: 40px;
}

.pink__notice_lound {
  border-radius: 6px;
  padding: 15px 30px;
  font-size: 16px;
  background-color: #ffedf5;
  margin-top: 50px;
}

.pink__notice_lound__text {
  position: relative;
  color: #e5669d;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
}

.pink__notice_lound__text img {
  margin-right: 15px;
  position: relative;
  top: 4px;
}

.pink__notice_lound p {
  color: #707070;
}

.small__input .max__100 {
  max-width: 100px;
}

.sub_input {
  font-size: 18px;
  display: block;
  margin-bottom: 13px;
}

.text_bold_input {
  padding-left: 40px;
  background-image: url(../img/icon/icon_office.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left center;
}

.label_text_ws {
  margin-top: -17px;
}

.label_text_ws .item_label_i {
  font-weight: 400;
}

.textarea__big {
  width: 100%;
  resize: none;
  border-radius: 6px;
  border: 1px solid #cccccc;
  padding: 20px;
  height: 360px;
}

.text__boder_c {
  margin-top: -15px;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #cccccc;
  padding: 7px 20px;
  border-radius: 6px;
  margin-bottom: -10px;
}

.flex-fg__07 {
  padding-top: 60px;
}

.content__viii .container_1130_fa .content_full_row {
  background-color: #fff;
  border-radius: 6px;
  padding: 60px 230px 70px;
  width: 100%;
}

.item_textarea {
  margin-top: -15px;
}

.container_1100_ts .content_full_row.pd_215__xx {
  padding: 60px 215px 70px;
}

@media screen and (max-width: 1279px) {
  .content__viii .container_1130_fa .content_full_row {
    padding: 60px 11vw 70px;
  }
  .container_1100_ts .content_full_row.pd_215__xx {
    padding: 60px 17vw 70px;
  }
}
@media screen and (max-width: 820px) {
  .text__for_input__mg_left {
    margin-left: 10px;
  }
  .text__for_input {
    margin-right: 14px;
  }
}
@media screen and (max-width: 750px) {
  .pink__notice_lound .label__check {
    font-size: 2.933vw;
  }
  .content__viii .container_1130_fa .content_full_row {
    padding: 8vw 4vw 9.333vw;
  }
  .container_1100_ts .content_full_row.pd_215__xx {
    padding: 8vw 4vw 9.333vw;
  }
  .input_required::before {
    width: 10.667vw;
    height: 4.3vw;
    font-size: 2.667vw;
  }
  .content_full_color .group__form {
    margin-top: -1vw;
  }
  .radio__check {
    font-size: 3.2vw;
    margin-bottom: 2vw;
    margin-right: 5.33vw;
    padding-left: 5.333vw;
  }
  .checkmark {
    height: 3.2vw;
    width: 3.2vw;
    top: 1vw;
  }
  .radio__check .checkmark:after {
    width: 2vw;
    height: 2vw;
  }
  .content__viii .item_input {
    margin-bottom: 4.5vw;
  }
  .span__radio {
    margin-bottom: -1.333svw;
  }
  .sub_input {
    font-size: 3.2vw;
    margin-top: 1.5vw;
    margin-bottom: 2vw;
  }
  .sub_input__fs16 {
    font-size: 3.2vw !important;
  }
  .item_input select {
    padding-top: 0.75vw;
    padding-bottom: 0.8vw;
    max-width: 58.667vw;
    background-position-x: calc(100% - 4vw);
    font-size: 3.2vw;
    padding-left: 4vw;
  }
  .span__radio {
    padding-left: 1.3vw;
  }
  .check_right {
    padding-left: 1.3vw;
  }
  .label__check {
    font-size: 3.2vw;
  }
  .control-input--check {
    width: 3.2vw !important;
    height: 3.2vw !important;
    margin-top: 1vw;
    margin-right: 2vw !important;
  }
  .label__check span {
    width: calc(100% - 5.2vw);
  }
  .content_full_color .group__form {
    margin-bottom: 12.4vw;
  }
  .label__check {
    margin-top: 1.5vw;
  }
  .mg__c {
    margin-left: 2vw;
    margin-right: 2vw;
  }
  .small__input input {
    width: 18.667vw;
  }
  .mb_fs20 {
    font-size: 2.667vw;
    line-height: 1.1;
  }
  .mb_fs20 a {
    font-size: 2.667vw;
  }
  .mgt___sp_20 {
    margin-top: -3vw;
  }
  .text__for_input {
    font-size: 3.2vw;
  }
  .control-input--check:checked {
    background-size: 2vw auto;
  }
  .text__for_input__mg_left {
    margin-left: 3.5vw;
  }
  .text__for_input {
    margin-right: 3vw;
  }
  .item__medium input {
    max-width: 32.5vw;
  }
  .pink__notice_lound {
    margin-top: 6.667vw;
    font-size: 2.667vw;
    padding: 2vw 2.667vw;
  }
  .text_bold_input {
    background-size: 2.667vw;
    padding-left: 5.333vw;
  }
  .content_full_color .group__form .title_line_round {
    margin-bottom: 5.3vw;
  }
  .label_text_ws {
    margin-top: -2vw;
  }
  .textarea__big {
    height: 48vw;
  }
  .text__boder_c {
    font-size: 2.667vw;
    padding: 1.5vw 2.667vw;
  }
  .pink__notice_lound__text img {
    top: 1.5vw;
  }
  .flex-fg__07 {
    padding-top: 0;
    margin-top: -3vw;
  }
  .banner_page_07 {
    padding-bottom: 30px;
  }
  .radio__full,
  .radio__full__link {
    margin-top: 2vw;
  }
  .textarea__big {
    padding: 2.667vw;
  }
  .mgt_24_t {
    margin-top: 3vw;
    margin-bottom: -2vw;
  }
}
@media screen and (max-width: 450px) {
  .text__boder_c,
  .pink__notice_lound {
    font-size: 12px;
  }
  .radio__check .checkmark:after {
    width: 1.5vw;
    height: 1.5vw;
  }
  .radio__check {
    font-size: 11px;
  }
  .label__check {
    font-size: 11px;
  }
  .pink__notice_lound .label__check {
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  .control-input--check {
    margin-top: 1.5vw;
  }
}
@media screen and (max-width: 340px) {
  .checkmark {
    top: 1.5vw;
  }
}
.container_1100_ts .btn_black_55 {
  margin-top: 50px;
}

.check__disabled .control-input--check:checked {
  background-image: url(../img/icon/check_d.png);
  border: 1px solid #cccccc !important;
}

.check__disabled {
  margin-bottom: 5px;
  padding-left: 5px;
}

.text__value {
  font-size: 16px;
  display: block;
  margin-top: 6px;
  font-weight: 300;
}

.check__disabled {
  font-weight: 300;
}

.sub_input__for_value {
  font-size: 12px;
  color: #8c8c8c;
  display: block;
  font-weight: 400;
}

.confirmation__page .content_full_color .group__form .title_line_round {
  margin-bottom: 25px;
}

.confirmation__page .item_textarea {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .container_1100_ts .btn_black_55 {
    margin-top: 12.5vw;
  }
  .text__value {
    font-size: 3.2vw;
  }
  .sub_input__for_value {
    font-size: 2.667vw;
  }
  .confirmation__page .link_blue_line {
    font-size: inherit;
    margin-top: 8vw;
    padding-bottom: 0;
    margin-bottom: 4vw;
    line-height: 1.2;
  }
  .check__disabled {
    margin-bottom: 15vw;
  }
  .confirmation__page .content_full_color .group__form {
    margin-bottom: 11vw;
  }
}
@media screen and (max-width: 400px) {
  .text__value {
    font-size: 12px;
  }
}
.title__green .content__full_title {
  position: relative;
  padding-bottom: 41px;
}

.title__green .content__full_title_text {
  margin-bottom: 13px;
}

.title__green .item_label_i {
  position: relative;
}

.title__green .content__full_title::after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 50%;
  width: 150px;
  height: 10px;
  transform: translateX(-50%);
  background-image: url(../img/icon/line_round__green.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.flex-fg__23 {
  padding-top: 40px;
}

.content__xxiii .item_input {
  width: 100%;
  margin-bottom: 34px;
}

.content__xxiii .content_full_color .group__form {
  margin-top: -10px;
}

.content__xxiv {
  margin-bottom: 55px;
}

.page_ct__footer {
  margin-top: 30px;
  margin-bottom: 90px;
}

.page_pdbt__footer {
  padding-bottom: 90px;
}

@media screen and (max-width: 750px) {
  .page_ct__footer {
    margin-top: 0px;
    margin-bottom: 8vw;
  }
  .page_pdbt__footer {
    padding-bottom: 8vw;
  }
  .page_pdbt__mb__footer {
    padding-bottom: 8vw;
  }
  .container_1100_ts .content__xxiv {
    margin-top: 5vw;
  }
  .container_1100_ts .btn__xxiv {
    margin-top: 12.5vw;
  }
  .flex-fg__23 {
    padding-top: 1.5vw;
  }
  .content__xxiii .item_input {
    width: 100%;
    margin-bottom: 4vw;
  }
  .mgbt__mb_2 {
    margin-bottom: 1.3vw;
  }
}
.btn_row__pd_medium {
  padding: 35px 70px 40px;
}

.title__pink_page {
  color: #e5669d !important;
}

.color_registration .title__pink_page::after {
  background-image: url(../img/icon/line_round__pink.png);
}

.flex-fg__xv {
  padding-top: 30px;
}

.mgbt_title_xv {
  margin-bottom: 60px;
}

@media screen and (max-width: 750px) {
  .mgbt_title_xv {
    margin-top: 4.3vw;
    margin-bottom: 8vw;
  }
}
.title_line_pink_ps {
  color: #e5669d;
}

.title_line_pink_ps::before {
  background-color: #e5669d;
}

.row_check_ck {
  display: flex;
  flex-wrap: wrap;
}

.row_check_ck .item_label_i {
  display: block;
  width: 100%;
}

.row_check_ck .label__check {
  margin-right: 25px;
  margin-top: 2px;
  margin-bottom: 15px;
}

.text_check_form {
  text-align: center;
  font-size: 16px;
  padding-top: 30px;
  margin-bottom: 28px;
}

.text_check_form a {
  border-bottom: 1px solid #cccccc;
}

.item_input .mix__width__nen {
  width: 170px;
}

.item_input .mix__width__ge {
  width: 85px;
}

.item_input .mix__width__ni {
  width: 85px;
}

.mg__c {
  font-size: 18px;
}

.sai__20 {
  display: block;
  position: relative;
  width: 100%;
}

.sai__20 .result {
  position: absolute;
  top: 41.5%;
  right: 0;
  transform: translateY(-50%);
  font-size: 18px;
  letter-spacing: 0.6px;
}

.content__pd_xiv .radio__check .checkmark:after {
  background-color: #e5669d;
}

.content__pd_xiv .radio__check input:checked ~ .checkmark {
  border-color: #e5669d;
}

.mgt_25_cxv {
  margin-top: 25px;
}

@media screen and (max-width: 992px) {
  .content__pd_xiv .container_1100_ts .content_full_row {
    padding: 60px 7.983vw 70px;
  }
}
@media screen and (max-width: 750px) {
  .content__pd_xiv .container_1100_ts .content_full_row {
    padding: 8vw 4vw 9.333vw;
  }
  .text_check_form {
    font-size: 2.667vw;
    text-align: left;
    letter-spacing: 1.1px;
    margin-bottom: 16px;
  }
  .group__form__bottom {
    margin-bottom: -8px !important;
  }
  .mg__c {
    font-size: 3.2vw;
  }
  .sai__20 .result {
    font-size: 3.2vw;
  }
  .item_input .mix__width__nen {
    width: 22.6vw;
  }
  .item_input .mix__width__ge {
    width: 11.333vw;
  }
  .item_input .mix__width__ni {
    width: 11.333vw;
  }
  .mgt_25_cxv {
    margin-top: 3.5vw;
    margin-bottom: 0.5vw;
  }
  .mgt_25_cxv__1 {
    margin-bottom: 1vw !important;
  }
  .row_check_ck .label__check {
    margin-right: 4vw;
    margin-top: 2px;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 450px) {
  .text_check_form {
    font-size: 12px;
  }
  .mg__c {
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
.link_home {
  color: #e5669d;
}

.textarea_medium {
  height: 225px;
  width: 100%;
  resize: none;
  border-radius: 6px;
  border: 1px solid #cccccc;
  padding: 20px;
}

.pink__notice_lound__x30 {
  margin-top: -25px;
  margin-bottom: 65px;
  padding: 15px 36px;
}

.content__iii10 .form_contact .item_input {
  margin-bottom: 48px;
}

.content__iii10 .form_contact .item_input:last-child {
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .textarea_medium {
    height: 53.333vw;
  }
  .content__iii10 .form_contact .item_input:last-child {
    margin-bottom: 5vw;
  }
  .content__iii10 .form_contact .item_input {
    margin-bottom: 5.5vw;
  }
  .content__iii10 .container_1100_ts .text_full_s {
    margin-top: 2.5vw;
    margin-bottom: 50px;
  }
  .pink__notice_lound__x30 {
    margin-bottom: 4.5vw;
    padding: 2vw 2.677vw;
    line-height: 1.5;
  }
  .pink__notice_lound__bottom {
    margin-top: -2.75vw;
  }
  .textarea_medium {
    padding: 2.667vw;
  }
}
.column__container {
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}

.breadcrumbs {
  font-size: 16px;
}

.breadcrumbs li {
  list-style: none;
}

.col_2_cl {
  width: calc(50% - 20px);
  margin-bottom: 30px;
}

.col_2_cl .top__column_link {
  padding: 10px;
}

.col_2_cl .top__column_link::before {
  font-size: 47px;
  left: 30px;
  top: 90px;
  color: #4b4c4c;
}

.column__content {
  padding-left: 22px;
}

.page__column_date {
  display: block;
  font-size: 18px;
  color: #492900;
  margin-top: 15px;
  margin-bottom: 7px;
}

.page__column_title {
  font-size: 24px;
  color: #20b6b1;
  font-weight: 700;
  margin-bottom: 20px;
}

.paginate_item {
  margin: 0 6px;
}

.paginate_item a {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #cccccc;
  background-color: #fff;
}

.paginate_item span {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.boder__none_link {
  border-color: transparent !important;
  background-color: transparent !important;
}

.paginate_list {
  align-items: center;
  justify-content: center;
}

.text__paginate_page {
  font-size: 18px;
  text-align: center;
  color: #646464;
  margin-top: 36px;
  margin-bottom: 36px;
}

.active_paginate a,
.active_paginate span {
  background-color: #20b6b1;
  color: white;
}

.btn_drop_categories {
  font-size: 20px;
  border-radius: 6px;
  background-color: #1ba3cc;
  color: #fff;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}

.btn_drop_categories {
  width: 100%;
  text-align: left;
  padding: 10px 30px 11px;
}

.categories__text {
  font-size: 16px;
  border-radius: 99px;
  border: 1px solid #1ba3cc;
  background-color: #edfbff;
  color: #1ba3cc;
  padding: 1.5px 20px 2.5px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
}
.categories__text.isActive {
  background: #1ba3cc;
  color: #edfbff;
}

.page_column .top__column {
  padding-top: 80px;
  padding-bottom: 55px;
}

.breadcrumbs {
  padding-bottom: 37px;
}

.drop_categories {
  padding-top: 30px;
  margin-bottom: 58px;
}

.column__row {
  padding-top: 50px;
  padding-bottom: 20px;
}

.column_tag {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 20px;
  background-color: #20b6b1;
  color: #fff;
  padding-top: 9px;
  padding-bottom: 9px;
  width: 210px;
  text-align: center;
  font-size: 18px;
}

.column_img {
  display: block;
  background-position: center;
  background-size: cover;
  padding: 57.8% 0 0;
}

.btn_dropdown {
  position: relative;
}

.btn_dropdown::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 20px;
  height: 13px;
  background-image: url(../img/icon/aht.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}

.arow-rotate.btn_dropdown::after {
  top: 30%;
  transform: rotate(180deg);
}

.anchor_fixtop {
  display: block;
  position: relative;
  top: -120px;
  width: 100%;
  visibility: hidden;
}

@media screen and (max-width: 1100px) {
  .col_2_cl .top__column_link::before {
    font-size: 4vw;
  }
}
@media screen and (max-width: 992px) {
  .page__column_date {
    font-size: 16px;
  }
  .page__column_title {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .page_column .top__column {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
  .drop_categories {
    padding-top: 20px;
    margin-bottom: 9.5vw;
  }
  .column__container {
    padding: 0 5.333vw;
  }
  .btn_drop_categories {
    font-size: 2.933vw;
  }
  .categories__text {
    font-size: 2.667vw;
  }
  .text__paginate_page {
    font-size: 2.933vw;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .paginate_item a {
    font-size: 2.933vw;
    width: 8vw;
    height: 8vw;
  }
  .paginate_item span {
    font-size: 2.933vw;
    width: 8vw;
    height: 8vw;
  }
  .fist-page,
  .last-page {
    width: 2.533vw;
    height: auto;
  }
  .prew-page,
  .next-page {
    width: 1.2vw;
    height: auto;
  }
  .paginate_item {
    margin: 0 1.067vw;
  }
  .column_tag,
  .page__column_date {
    font-size: 2.933vw;
    margin-top: 1vw;
    margin-bottom: 0;
  }
  .page__column_title {
    font-size: 4vw;
    margin-bottom: 3.7vw;
  }
  .col_2_cl {
    width: 100%;
    margin-bottom: 20px;
  }
  .breadcrumbs {
    font-size: 2.667vw;
    padding-bottom: 4.5vw;
  }
  .btn_drop_categories {
    margin-bottom: 2.667vw;
    padding: 1.2vw 4vw 1.333vw;
  }
  .categories__text {
    margin-bottom: 2vw;
    padding: 0 2.667vw;
    line-height: 1.7;
  }
  .column_tag {
    top: 4vw;
    padding-top: 0.8vw;
    padding-bottom: 0.8vw;
  }
  .col_2_cl .top__column_link::before {
    font-size: 8.2vw;
    top: 16.667vw;
    left: 5.333vw;
  }
  .column__row {
    padding-top: 9.3vw;
    padding-bottom: 7vw;
  }
  .column__content {
    padding-left: 4vw;
  }
}
@media screen and (max-width: 450px) {
  .btn_drop_categories {
    font-size: 13px;
  }
  .categories__text {
    font-size: 12px;
  }
  .breadcrumbs {
    font-size: 12px;
  }
  .text__paginate_page {
    font-size: 12px;
  }
}
.title__column_text {
  font-size: 30px;
  color: #20b6b1;
  font-weight: 700;
  margin-bottom: 5px;
}

.title__column_date {
  margin-bottom: 60px;
}

.title__column_date {
  font-size: 20px;
}

.table__content {
  background-color: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 40px;
  border-radius: 6px;
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .table__content {
    margin-bottom: 6.667vw;
  }
}
.table__content__title {
  font-size: 26px;
  font-family: "Saira Semi Condensed", sans-serif;
  color: #707070;
  padding-left: 30px;
}

.table__content__subtitle {
  font-size: 16px;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
}

.table__content__menu {
  font-size: 16px;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
}

.table__content__menu li {
  padding-left: 32px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-bottom: 1px solid #cccccc;
}
.table__content__menu li::marker {
  display: inline;
}

.table__content__menu li:last-child {
  border-color: transparent;
}

.table__content__menu li a span {
  width: 22px;
}

.table__content__menu li a .span__text {
  width: calc(100% - 22px);
}

.table__value__title {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  height: 65px;
  padding-left: 22px;
  margin-top: 50px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.table__value__title::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 6px;
  background-color: #20b6b1;
}

.table__value__text {
  font-size: 16px;
  font-weight: 300;
}

.col_column__link a {
  padding-left: 30px;
}

.bnt__back_column span {
  font-size: 16px;
  color: #20b6b1;
}

.col_column__link span {
  font-size: 16px;
  color: #20b6b1;
  display: block;
  line-height: 1.7;
  margin-top: 3px;
}

.img_column {
  padding-top: 30px;
  margin-bottom: 25px;
}

.column__tag_j {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 40px 0 25px;
  margin-top: 95px;
  margin-bottom: 45px;
}

.col_column__center {
  width: 36.36%;
  padding: 0 50px;
}

.col_column__left,
.col_column__right {
  width: 31.82%;
}

.col_column__right {
  text-align: right;
}

.col_column__link {
  max-width: 285px;
  padding-left: 30px;
  display: inline-block;
}

.bnt__back_column {
  display: block;
  text-align: center;
  border: 1px solid #20b6b1;
  border-radius: 6px;
  padding-top: 17px;
  padding-bottom: 18px;
  margin-top: 33px;
}

.row__for_page {
  margin-bottom: 87px;
}

.col_column__left .col_column__link {
  background-image: url(../img/icon/arow__left_green.png);
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-position: left 7px;
}

.col_column__right .col_column__link {
  background-image: url(../img/icon/arow__right_green.png);
  background-repeat: no-repeat;
  background-size: 7px 12px;
  background-position: right 7px;
  padding-right: 30px;
  padding-left: 0;
  text-align: right;
  margin-left: auto;
}

.col_column__right .col_column__link span {
  text-align: left;
}

@media screen and (max-width: 750px) {
  .img_column {
    padding-top: 4vw;
    margin-bottom: 2vw;
  }
  .title__column_text {
    font-size: 4.8vw;
    line-height: 1.4;
  }
  .title__column_date {
    font-size: 2.677vw;
    margin-bottom: 4vw;
  }
  .table__content {
    padding-top: 2.5vw;
    padding-bottom: 2vw;
    margin-bottom: 8vw;
  }
  .table__content__menu li {
    padding-top: 1.5vw;
    padding-bottom: 1.7vw;
  }
  .table__content__title {
    font-size: 4.8vw;
    padding-left: 2.677vw;
  }
  .table__content__menu {
    padding: 0 2.677vw;
  }
  .table__content__menu li {
    padding-left: 0;
  }
  .table__content__menu li a span {
    width: 4vw;
  }
  .table__content__menu li a .span__text {
    width: calc(100% - 4vw);
  }
  .table__content__subtitle {
    font-size: 17px;
  }
  .table__value__title {
    font-size: 3.733vw;
    margin-top: 6.667vw;
    margin-bottom: 3vw;
    height: 9.333vw;
    padding-left: 3.333vw;
  }
  .table__content__menu {
    font-size: 2.933vw;
  }
  .table__value__text {
    font-size: 2.667vw;
  }
  .col_column__link {
    font-size: 2.667vw;
  }
  .col_column__link span {
    font-size: 2.667vw;
  }
  .bnt__back_column span {
    font-size: 3.467vw;
  }
  .column__tag_j {
    padding: 5.33vw 5.333vw 3.3vw;
    margin: 8vw -5.333vw 4vw;
  }
  .col_column__left {
    order: 1;
    width: calc(50% - 10px);
  }
  .col_column__right {
    order: 2;
    width: calc(50% - 10px);
  }
  .col_column__center {
    order: 3;
    width: 100%;
    margin: 10vw auto 0;
  }
  .col_column__link {
    max-width: 38.667vw;
  }
  .col_column__left .col_column__link {
    padding-left: 3.333vw;
    background-position: left 2vw;
    background-size: 1.067vw auto;
  }
  .col_column__right .col_column__link {
    padding-right: 3.333vw;
    background-position: right 2vw;
    background-size: 1.067vw auto;
  }
  .bnt__back_column {
    width: 40vw;
    margin: 0 auto 0;
    padding-top: 1vw;
    padding-bottom: 1.5vw;
  }
  .row__for_page {
    margin-bottom: 4vw;
    justify-content: space-between;
  }
  .table__value__title::before {
    width: 1.067vw;
  }
}
@media screen and (max-width: 450px) {
  .table__content__subtitle {
    font-size: 12px;
  }
  .table__content__menu {
    font-size: 12px;
  }
}
.column__row .new_content_item:last-child {
  margin-bottom: 30px;
}

.new_content_item {
  width: 100%;
  margin-bottom: 20px;
}

.tag_date__notice {
  align-items: center;
}

.tag_date__notice .new_date_t {
  font-size: 16px;
  margin-left: 0;
  margin-right: 25px;
}

.tag_date__notice .categories__text {
  margin-bottom: 0;
}

.new_content_item .new_content_link {
  box-shadow: 0px 3px 7px 0px rgb(204, 204, 204);
  -webkit-box-shadow: 0px 3px 7px 0px rgb(204, 204, 204);
  -moz-box-shadow: 0px 3px 7px 0px rgb(204, 204, 204);
  padding-top: 30px;
}

.tag_date__notice {
  margin-bottom: 10px;
}

.new_content_item .new_content_link::after {
  right: 25px;
  width: 14px;
  height: 28px;
}

.new_content_item .new_top_title {
  font-size: 22px;
}

.col_column__right .col_column__link .span__un_css {
  display: block;
  text-align: right;
  font-size: inherit;
  color: initial;
  line-height: initial;
  margin-top: auto;
}

.content_new__information {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: 20px;
  margin-bottom: 45px;
  padding-top: 25px;
  padding-bottom: 145px;
  font-size: 16px;
}

.content_new__information a {
  display: inline-block;
  color: #0080ff;
  line-height: 1.2;
  border-bottom: 1px solid #0080ff;
  margin-bottom: 5px;
  cursor: pointer;
}

.content_new__information a:hover {
  opacity: 0.7;
}

.content_new__details .new_date_t {
  font-size: 20px;
}

.new_content_top .new_top_title {
  font-size: 22px;
}

.content_new__details .new_top_title {
  font-size: 30px;
}

.content_new__details {
  padding-top: 30px;
}

@media screen and (max-width: 750px) {
  .column__row .new_content_item:last-child {
    margin-bottom: 3vw;
  }
  .new_content_item .new_top_title {
    font-size: 4vw;
  }
  .tag_date__notice .new_date_t {
    font-size: 2.933vw;
  }
  .new_content_item .new_content_link::after {
    right: 3.333vw;
    width: 1.867vw;
    height: 3.733vw;
  }
  .new_content_item .new_content_link {
    padding: 4.5vw 8vw 2.5vw 2.667vw;
  }
  .tag_date__notice {
    margin-bottom: 1vw;
  }
  .new_content_item {
    width: 100%;
    margin-bottom: 2.667vw;
  }
  .content_new__details .new_top_title {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .content_new__information {
    font-size: 2.667vw;
  }
  .content_new__details {
    padding-top: 6.667vw;
  }
  .content_new__information {
    margin-top: 2.677vw;
    margin-bottom: 5.5vw;
    padding-top: 3.3vw;
    padding-bottom: 19.333vw;
  }
}
@media screen and (max-width: 450px) {
  .content_new__information {
    font-size: 12px;
  }
}
.title__bg__full {
  font-size: 28px;
}

.table__dm {
  font-size: 20px;
  font-weight: 700;
}

.btn__table_load {
  font-size: 18px;
  background-color: #fff;
  border: 1px solid #20b6b1;
  color: #20b6b1;
  padding: 5px 16px 7px 50px;
  min-width: 200px;
  border-radius: 6px;
  background-image: url(../img/icon/i_load.png);
  background-position: 16px center;
  background-repeat: no-repeat;
  background-size: 15px 17px;
}

.table__result {
  border-radius: 6px;
}

.table__result .row__flex {
  margin-bottom: 0px !important;
}

.table__result .row__flex div {
  border: 1px solid #cccccc;
  margin-bottom: -1px;
}

.table__result .row__flex .table__title {
  background-color: #f8f8f8;
}

.table__result .row__flex:first-child .table__title {
  border-radius: 6px 0 0 0;
}

.table__result .row__flex:last-child .table__title {
  border-radius: 0 0 0 6px;
}

.table__result .row__flex:first-child .table__data {
  border-radius: 0 6px 0 0;
}

.table__result .row__flex:last-child .table__data {
  border-radius: 0 0 6px 0;
}

.table__title {
  font-size: 18px;
  font-weight: bold;
  padding-left: 55px;
  width: 225px;
  padding-top: 13px;
  padding-bottom: 14.5px;
  display: flex;
  align-items: center;
}

.table__data {
  font-size: 16px;
  color: #646464;
  width: calc(100% - 225px);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 14.5px;
  margin-left: -1px;
}

.table__data p {
  line-height: 1.5;
}

.table_rgba {
  position: relative;
  background: rgb(32, 182, 177);
  background: linear-gradient(0deg, rgb(212, 252, 232) 0%, rgb(168, 237, 235) 100%);
  padding-top: 30px;
  margin-bottom: 30px;
}

.table_rgba .column__container {
  padding-bottom: 40px;
}

.sort__btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sorting {
  font-size: 18px;
  padding-top: 30px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.sorting button {
  font-size: 18px;
  background-color: #fff;
}

.title__bg__full {
  background-color: #20b6b1;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
  padding-top: 35px;
  padding-bottom: 37px;
}

.content__table_row {
  background-color: #FFFFFF;
  padding: 20px 30px 30px 30px;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
  -webkit-box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
  -moz-box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
}

.content__table_row .row__flex__kep {
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
}

.i_map {
  background-image: url(../img/icon/i_map.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 15px 20px;
}

.i_heart {
  background-image: url(../img/icon/i_heart.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 20px 18px;
}

.i_wage {
  background-image: url(../img/icon/i_wage.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 18;
}

.i_age {
  background-image: url(../img/icon/i_age.png);
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 18px 16px;
}

.paginate_upper {
  margin-top: 30px;
  margin-bottom: 50px;
}

.paginate_bottom {
  margin-top: 30px;
  padding-bottom: 70px;
}

.text__data_c {
  color: #646464;
}

.row__sort {
  align-items: center;
  width: 615px;
  margin-left: 20px;
}

.btn_sorting {
  margin-left: 10px;
  border: 1px solid #cccccc;
  width: 160px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 7px;
  border-radius: 6px;
}

.sorting__active {
  border-color: #20b6b1;
  color: #20b6b1;
}

.page_result {
  background-color: #e7f5f5;
  padding-top: 1px;
}

.plan__list {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.plan__item {
  width: 1100px;
  margin: 0 auto;
}

.item {
  background-color: #fff;
  border-radius: 5px;
  border-top: solid 10px #23beba;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3607843137);
  margin-bottom: 20px;
}

.item__inner {
  padding: 30px;
}

.item__upper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.item__address {
  font-size: 16px;
  margin-bottom: 15px;
}

.item__address-city {
  border-right: 2px solid #333;
}

.item__tags {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.item__tag {
  padding: 3px 0;
  width: 120px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.item__tag--new {
  background-color: #23beba;
  color: #fff;
}

.item__tag--mikeiken {
  background-color: #bff0ff;
  color: #22abcd;
}

.item__tag--shufu {
  background-color: #eaceff;
  color: #9d3be5;
}

.item__tag--body {
  background-color: #ffe0c7;
  color: #f07918;
}

.item__tag--today {
  background-color: #e9458a;
  color: #f3f542;
}

.item__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}

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

.item__thumb {
  width: calc(52.5% - 10px);
  display: flex;
  flex-wrap: wrap;
}

.item__thumb a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.thumb__img {
  margin-bottom: 10px;
}

.thumb__title {
  color: #23beba;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.thumb__description {
  font-size: 16px;
  letter-spacing: 0.4px;
  margin-top: auto;
  width: 100%;
}

.thumb__description p {
  line-height: 1.5;
}

.item__center-right {
  width: calc(47.5% - 10px);
}

.item__infos {
  border-radius: 5px;
  border: solid 1px #ddd;
  width: 100%;
  margin-bottom: 20px;
}

.item__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: solid 1px #ddd;
}

.item__info:last-child {
  border-bottom: none;
}

.info__title {
  width: 105px;
  padding: 12px 0 9px;
  text-align: center;
  color: #23beba;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info__text {
  width: calc(100% - 105px);
  font-size: 18px;
  font-weight: 400;
}

.info__text--spc {
  color: #23beba;
  font-weight: 700;
}

.item__options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 6px;
}

.item__option {
  width: calc((100% - 12px) / 3);
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 3px;
  background-color: #f7f7f7;
  color: #d2d2d2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.item__option--choice {
  border: 1px solid #51b8e1;
  background-color: #effdff;
  color: #51b8e1;
}

.item__buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.item__button {
  border-radius: 5px;
  background-color: #999;
  margin-right: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 5px;
}

.item__button:last-child {
  margin-right: 0;
}

.item__button--1 {
  background-color: #e871a7;
  color: #fff;
}

.item__button--2 {
  background-color: #07c654;
  color: #fff;
}

.item__button--3 {
  border: solid 1px #23beba;
  background-color: #fff;
  color: #23beba;
}

.item__button--4 {
  border: solid 1px #909090;
  color: #909090;
  background-color: #fff;
}

.item__button.isActiveY {
  border-color: #f4d458;
}

.item__button--5 {
  background: linear-gradient(#b8edd6, #47c7c3);
  color: #fff;
}

.item__button-icon {
  margin-right: 17px;
}

.item__button-text {
  font-size: 18px;
  font-weight: 500;
}

.breadcrumbs__bg {
  background-color: #fff;
  padding-top: 37px;
}

@media screen and (max-width: 1220px) {
  .plan__item {
    max-width: 900px;
    width: 100%;
  }
  .item__option {
    font-size: 12px;
  }
  .item__button-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .info__text {
    font-size: 16px;
  }
  .info__title {
    width: 95px;
    padding: 7px 0 5px;
  }
  .item__inner {
    padding: 30px 15px;
  }
  .item__thumb {
    width: calc(45% - 5px);
  }
  .item__center-right {
    width: calc(55% - 5px);
  }
  .item__option {
    padding: 0px;
    font-size: 11px;
  }
  .item__button-icon {
    margin-right: 4px;
  }
  .item__button-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 880px) {
  .sorting__top .text__data {
    order: 2;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .sorting__top .row__sort {
    order: 1;
  }
  .text__data {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .row__sort {
    margin: 0 auto;
    width: 100%;
    justify-content: center;
  }
  .paginate_oder {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 50px;
  }
  .paginate_oder .sorting {
    order: 2;
  }
  .paginate_oder .paginate_page {
    order: 1;
    width: 100%;
  }
  .paginate_bottom {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .item__tags {
    gap: 1.333vw;
  }
  .item__inner {
    padding: 4vw;
  }
  .plan__item {
    width: 94.5vw;
  }
  .item__upper {
    flex-direction: column;
    margin-bottom: 2.5vw;
  }
  .item__address {
    margin-bottom: 1vw;
    font-size: 3.2vw;
    line-height: 1;
  }
  .item__title {
    margin-bottom: 1.5vw;
    font-size: 4vw;
  }
  .item__tag {
    padding: 0.8vw;
    line-height: 1;
    font-size: 2.4vw;
    width: 16vw;
  }
  .item__center {
    flex-direction: column;
  }
  .item__thumb {
    width: 100%;
  }
  .thumb__img {
    margin-bottom: 4vw;
  }
  .thumb__title {
    font-size: 4vw;
    margin-bottom: 1.5vw;
  }
  .thumb__description {
    font-size: 2.677vw;
    line-height: 1.4;
    margin-bottom: 3vw;
  }
  .item__center-right {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    gap: 3.5vw;
  }
  .item__option {
    font-size: 2.4vw;
    line-height: 1.5;
  }
  .info__title {
    width: 20vw;
    font-size: 2.933vw;
    padding: 2.8vw 0 1.6vw;
  }
  .info__text {
    font-size: 3.733vw;
  }
  .item__buttons {
    margin-top: 2.8vw;
  }
  .item__button {
    flex-direction: column;
    margin-right: 1.5vw;
    padding: 3vw 0 1.3vw;
  }
  .item__button-icon {
    margin-right: 0;
    margin-bottom: 1vw;
  }
  .icon_2a {
    width: 6.533vw;
  }
  .icon_2b {
    width: 7.2vw;
  }
  .icon_2c {
    width: 5.6vw;
  }
  .icon_2d {
    width: 7.333vw;
  }
  .icon_2e {
    width: 7.333vw;
  }
  .item__button-text {
    font-size: 2.667vw;
  }
  .d-pc {
    display: none;
  }
  .item__options {
    gap: 1.3vw;
  }
  .item__option {
    width: calc((100% - 2.667vw) / 3);
    padding-top: 0.677vw;
    padding-bottom: 0.8vw;
  }
  .icon_1a {
    width: 3.467vw;
  }
  .icon_1b {
    width: 4vw;
  }
  .icon_1c {
    width: 2.667vw;
  }
  .icon_1d {
    width: 4vw;
  }
  .item__infos {
    margin-bottom: 2.667vw;
  }
  .item {
    border-top: solid 1.333vw #23beba;
  }
}
@media screen and (max-width: 450px) {
  .thumb__description {
    font-size: 12px;
  }
}
@media screen and (max-width: 420px) {
  .item__tag {
    font-size: 10px;
    min-width: 55px;
  }
}
@media screen and (max-width: 750px) {
  .result__column {
    position: relative;
    z-index: 3;
  }
  .page_result {
    position: relative;
  }
  .page_result::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 130px;
    top: 0;
    left: 0;
    background-color: #fff;
  }
  .page_result::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 130px;
    top: 0;
    right: 0;
    background-color: #fff;
  }
  .table_rgba {
    position: relative;
    padding-top: 20vw;
    margin-top: -17.333vw;
    margin-bottom: 5vw;
  }
  .table_rgba::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
  }
  .table_rgba::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff;
  }
  .table_rgba .column__container {
    position: relative;
  }
  .table_rgba .column__container::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    right: 0;
    background-color: #fff;
  }
  .breadcrumbs__bg {
    padding-top: 5vw;
  }
  .paginate_upper,
  .paginate_bottom {
    margin-left: -5.33vw;
    margin-right: -5.33vw;
  }
  .title__bg__full {
    position: relative;
    z-index: 3;
    background-image: url(../img/icon/bg_un_cut.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    font-size: 4.267vw;
    margin-top: 2.667vw;
    padding-top: 4.5vw;
    padding-bottom: 4.6vw;
  }
  .table__result .row__flex div {
    border-color: transparent;
  }
  .table__result .row__flex .table__title {
    background-color: #fff;
    width: 4vw;
    padding: 0 !important;
  }
  .table__title p {
    display: none;
  }
  .content__table_row .row__flex__kep {
    margin-bottom: 0;
  }
  .table__result .row__flex {
    margin-bottom: 7px !important;
  }
  .table__data {
    font-size: 2.933vw;
    color: #646464;
    width: calc(100% - 4vw);
    padding-left: 1.333vw;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .content__table_row {
    padding: 2vw 4vw 2.667vw;
  }
  .i_map {
    background-image: url(../img/icon/i_map.png);
    background-repeat: no-repeat;
    background-position: 0.4vw center;
    background-size: 1.867vw auto;
  }
  .i_heart {
    background-image: url(../img/icon/i_heart.png);
    background-repeat: no-repeat;
    background-position: 0.4vw center;
    background-size: 2.667vw auto;
  }
  .i_wage {
    background-image: url(../img/icon/i_wage.png);
    background-repeat: no-repeat;
    background-position: 0.4vw center;
    background-size: 2.667vw auto;
  }
  .i_age {
    background-image: url(../img/icon/i_age.png);
    background-repeat: no-repeat;
    background-position: 0.4vw center;
    background-size: 2.667vw auto;
  }
  .table__data p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75.733vw;
  }
  .table_load {
    text-align: center;
    padding-top: 1.33vw;
  }
  .btn__table_load {
    width: 49.333vw;
    padding: 2vw 0 2.267vw 16.667vw;
    text-align: left;
    background-size: 2.533vw 3.067vw;
    background-position: 10vw center;
    font-size: 3.2vw;
  }
  .table__dm {
    font-size: 3.2vw;
  }
  .paginate_oder {
    padding-top: 2.667vw;
    padding-bottom: 9.333vw;
  }
  .sorting {
    padding-top: 2vw;
    font-size: 2.933vw;
  }
  .sorting button {
    font-size: 2.933vw;
    padding-top: 0.933vw;
    padding-bottom: 1.2vw;
  }
  .btn_sorting {
    width: 23vw;
    margin-left: 1.4vw;
  }
  .text__data {
    margin-bottom: 4.5vw;
  }
  .paginate_bottom {
    margin-top: 4vw;
  }
  .info__text {
    width: calc(100% - 20vw);
  }
  .thumb__img img {
    width: 100%;
  }
  .item__thumb a {
    display: block;
    flex-wrap: wrap;
    flex-direction: unset;
  }
  .paginate_upper {
    margin-top: 2vw;
    margin-bottom: 9.333vw;
  }
  .sorting__top .text__data {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 450px) {
  .info__title {
    font-size: 12px;
  }
}
.modal-pd {
  padding-bottom: 25px;
  height: 850px;
}

.sub__deading {
  font-size: 20px;
  color: #20b6b1;
  font-weight: 700;
  padding-top: 12px;
  padding-left: 20px;
  margin-bottom: -10px;
}

.function__title {
  font-size: 18px;
  font-weight: 700;
  width: 215px;
}

.title__value {
  padding-top: 6px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left 13px;
  background-repeat: no-repeat;
}

.value__search {
  padding-left: 35px;
  margin-top: 15px;
  font-size: 16px;
  margin-bottom: -5px;
  color: #646464;
}

.btn__spache {
  font-size: 16px;
  width: 275px;
  padding-left: 60px;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-align: left;
  padding-top: 7px;
  padding-bottom: 7px;
  background-repeat: no-repeat;
  background-position: 22px center;
  background-repeat: no-repeat;
  background-image: url(../img/icon/plus.png);
  background-size: 14px 15px;
}

.text_pca {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
}

.input__value {
  border-bottom: 1px solid #ccc;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-left: 30px;
  margin-right: 30px;
}

.modal-content .input__value:last-child {
  border-bottom: 1px solid transparent;
}

.icon__map_v {
  background-image: url(../img/icon/icon_1c.png);
  background-size: 14px 21px;
}

.icon__heart_v {
  background-image: url(../img/icon/icon_1e.png);
  background-size: 20px 18px;
}

.icon__ka {
  background-image: url(../img/icon/icon_1b.png);
  background-size: 18px 17px;
}

.icon__sai {
  background-image: url(../img/icon/icon_1a.png);
  background-size: 16px 19px;
}

.modal {
  position: absolute;
  z-index: -999;
  /* 1 */
  opacity: 0;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  height: 100vh;
}
.modal-header {
  position: relative;
}
.modal-heading {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #20b6b1;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../img/icon/icon_search.png);
  background-size: 20px;
}
.modal.is-visible {
  visibility: visible;
  z-index: 999;
  opacity: 1;
}
.modal-body {
  border: 1px solid #ccc;
  height: 549px;
  border-radius: 6px;
}
.modal-content select {
  font-size: 16px;
  width: 160px;
  max-width: 100%;
  border-radius: 6px;
  padding-top: 9px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/icon/select-black.svg);
  background-repeat: no-repeat;
  background-size: 10px 9px;
  background-position-x: calc(100% - 20px);
  background-position-y: center;
  background-color: #fff;
  border-color: #ccc;
}
.modal-wrapper {
  position: absolute;
  width: 1130px;
  max-width: calc(100% - 30px);
  z-index: 9999;
  top: 100%;
  left: 50%;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}
.modal.is-visible .modal-transition {
  top: 50%;
  opacity: 1;
  padding: 30px 50px 40px;
  border-radius: 6px;
}
.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
  overflow-x: hidden;
}
.modal-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  cursor: pointer;
  padding: 15px;
  color: #aaa;
  background: none;
  border: 0;
  z-index: 1;
}
.modal-close:hover {
  color: #777;
}
.modal-footer {
  margin-top: 30px;
  justify-content: center;
}
.modal-footer .btn__popup {
  width: 210px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border-radius: 6px;
  margin: 0 10px;
  padding: 21px 0 22px 0;
}
.modal-footer .btn__search {
  width: 430px;
}

.color__checkbox .control-input--check:checked {
  background-image: url(../img/icon/checked-h.png);
  border-color: #e5669d !important;
}

.btn_drop_ken {
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  padding: 21px 20px;
  line-height: 1;
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid #ccc;
}

.btn_drop_ken.btn_dropdown::after {
  background-image: url(../img/icon/arow__bt.png);
  right: 55px;
}

.check__full_ken {
  padding: 18px 20px;
}

.drop_and_value {
  background-color: #f8f8f8;
  align-items: center;
  padding: 9px 45px 11px 20px;
  justify-content: space-between;
}

.drop_value {
  border-top: 1px solid #ccc;
}

.btn_show_value {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.drop_and_value label {
  margin-top: 0;
}

.check__full_ken label {
  margin-top: 0;
}

.list_item {
  margin-left: 40px;
}

.coll_12__check {
  display: flex;
  flex-wrap: wrap;
}

.coll_12__check .label__check {
  width: calc(33.333333% - 20px);
  margin: 20px 20px 20px 0;
}

.content__overflow {
  height: 546px;
  overflow-y: auto;
}

.content__overflow::-webkit-scrollbar {
  width: 10px;
}

.content__overflow::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 999px;
}

.content__overflow::-webkit-scrollbar-thumb {
  background-color: #707070;
  border-radius: 999px;
}

.btn_show_value img {
  transition: all 0.3s ease;
}

.directional-rotate img {
  top: 30%;
  transform: rotate(180deg);
}

.modal-footer .btn__reset_map {
  width: 210px;
}

.icon__map_title {
  background-image: url(../img/icon/icon_1c.png);
  background-size: 14px 20px;
}

.icon-heart {
  background-image: url(../img/icon/icon_1e.png);
  background-size: 20px 18px;
}

.list_item__startus {
  border-top: 1px solid #ccc;
  margin-left: 0;
  padding-bottom: 20px;
}

.list_item__startus .coll_12__check .label__check {
  width: calc(33.333333% - 40px);
  margin: 20px;
}

.btn_drop_startus {
  background-color: #f8f8f8;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  padding: 21px 20px;
  line-height: 1;
  border-radius: 6px 6px 0 0;
  color: #313131;
}

.btn_drop_startus.btn_dropdown::after {
  background-image: url(../img/icon/arow__bt.png);
  right: 55px;
}

.btn_drop_startus.arow-rotate {
  background-color: #edfffe;
  color: #20b6b1;
}

.modal-content .modal-content__15 {
  margin-bottom: 15px;
}

.modal-content .modal-content__15:last-child {
  margin-bottom: 0;
}

.modal__toggle__edit.modal-close img {
  transition: all 1s ease;
  transform: translateX(200px);
}

.modal__toggle__edit.modal__u_click img {
  transform: translateX(0px);
}

.value__search span {
  display: inline-block;
}

@media screen and (max-width: 850px) {
  .modal-footer .btn__search {
    width: 360px;
  }
}
.modal {
  position: fixed !important;
}

.colse_sp {
  display: none;
}

@media screen and (max-height: 850px) {
  .modal {
    margin-bottom: 25px;
  }
  .modal.is-visible .modal-transition {
    top: 25px;
  }
  .modal-wrapper {
    transform: translateX(-50%) !important;
  }
}
@media screen and (max-width: 777px) {
  .modal-content select {
    width: 155px;
  }
}
@media screen and (max-width: 750px) {
  .modal.is-visible .modal-transition {
    top: 0;
    border-radius: 0;
    padding: 0;
  }
  .modal-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .modal-pd {
    padding-bottom: 0;
    height: auto;
  }
  .modal-header {
    padding: 2.667vw 5.3vw;
    background-color: #20b6b1;
  }
  .modal-heading {
    font-size: 4.267vw;
    margin-bottom: 0;
    max-width: 30.333vw;
    margin: 0 auto;
    color: #fff;
    padding-left: 7.333vw;
    background-image: url(../img/icon/icon_a.png);
    background-size: 3.333vw;
  }
  .modal-close {
    width: 4vw;
    height: 4vw;
    padding: 0;
    margin-right: 5.33vw;
    display: flex;
    align-items: center;
  }
  .modal-body {
    border: none;
    padding: 0 5.333vw;
  }
  .sub__deading {
    padding-top: 5vw;
    padding-left: 0;
    font-size: 4.267vw;
    margin-bottom: -0.5vw;
  }
  .function__title {
    font-size: 3.733vw;
  }
  .btn__spache {
    font-size: 3.2vw;
    background-size: 2.667vw;
    width: 50.667vw;
    padding-left: 10.667vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    background-position: 2.7vw center;
  }
  .icon__map_v {
    background-image: url(../img/icon/icon_1c.png);
    background-size: 2.133vw 3.467vw;
  }
  .icon__heart_v {
    background-size: 3.2vw 2.667vw;
  }
  .icon__ka {
    background-size: 3.2vw;
  }
  .icon__sai {
    background-size: 2.667vw 3.067vw;
  }
  .value__search {
    font-size: 3.2vw;
    margin-top: 3vw;
  }
  .colse_sp {
    width: 4vw;
    height: auto;
    display: block;
  }
  .modal-footer .btn__popup {
    font-size: 3.733vw;
    margin: 0 1.333vw;
    width: 28vw;
  }
  .btn_dropdown::after {
    width: 2.667vw;
    height: 1.733vw;
  }
  .modal-footer {
    background-color: #6b8383;
    padding-top: 2.667vw;
    padding-bottom: 2.667vw;
    margin-top: 6px;
  }
  .modal-footer .btn__search {
    width: 58.667vw;
  }
  .input__value {
    margin-left: 0;
    margin-right: 0;
    border-bottom: 0;
    padding: 3vw 0;
  }
  .title__value {
    padding-top: 0px;
    margin-bottom: 1.2vw;
    padding-left: 5.3vw;
    background-position: left center;
  }
  .function__title,
  .function__select {
    width: 100%;
  }
  .value__search {
    padding-left: 0;
  }
  .modal-content select {
    width: 33.333vw;
    font-size: 3.2vw;
    padding: 0.8vw 4vw;
    padding-bottom: 1vw;
  }
  .modal-body {
    height: auto;
  }
  .icon__map_title {
    max-width: 44vw;
    background-image: url(../img/icon/icon_b.png);
    background-size: 2.267vw 3.333vw;
    padding-left: 6.667vw;
  }
  .btn_drop_ken {
    padding: 2.35vw 4vw;
    font-size: 3.2vw;
    border-bottom: 0px;
    border-radius: 6px;
  }
  .btn_drop_ken.arow-rotate {
    border-bottom: 1px solid #ccc;
    border-radius: 6px 6px 0 0;
  }
  .modal__map .modal-content:first-child {
    margin-top: 5.3vw;
  }
  .modal__map .modal-content {
    border: 1px solid #cccccc;
    margin-top: 4vw;
    margin-bottom: 4vw;
    border-radius: 6px;
  }
  .modal__discerning_condition .modal-content {
    margin-top: 4vw;
    margin-bottom: 4vw;
    border-radius: 6px;
  }
  .check__full_ken {
    padding: 1.5vw 4vw;
  }
  .drop_and_value {
    padding: 1.2vw 4vw 1.467vw 4vw;
  }
  .btn_drop_ken.btn_dropdown::after {
    right: 4vw;
  }
  .btn_show_value {
    width: 2.667vw;
    height: 2.667vw;
  }
  .list_item {
    margin-left: 0;
  }
  .coll_12__check .label__check {
    width: 100%;
    padding: 1.4vw 0 1.4vw 9.333vw;
    border-top: 1px solid #cccccc;
    margin: 0;
  }
  .content__overflow {
    height: auto;
    overflow-y: hidden;
  }
  .content__overflow::-webkit-scrollbar {
    width: 1vw;
  }
  .icon_back {
    left: 5.333vw;
    right: auto;
    margin-right: 0;
  }
  .modal__toggle__edit.modal-close img {
    transform: translateX(0);
    width: 2vw;
  }
  .drop_value {
    border-radius: 0 0 6px 6px;
  }
  .list_item__startus .coll_12__check .label__check {
    width: 100%;
    margin: 0;
    padding-left: 4vw;
  }
  .list_item__startus .coll_12__check .label__check:first-child {
    border-top: 0;
  }
  .modal__discerning_condition .modal-content .modal-content__15 {
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 4vw;
  }
  .heart__lass {
    max-width: 35vw;
    background-image: url(../img/icon/icon_c.png);
    background-size: 3.333vw;
  }
  .btn_drop_startus {
    font-size: 3.2vw;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
  }
  .text_pca {
    font-size: 3.2vw;
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }
  .banner_page_auto {
    background-color: transparent;
  }
  .list_item__startus {
    padding-bottom: 0;
  }
}
.banner__slider {
  background-image: url(../img/images/banner__bg.jpg);
  background-size: cover;
  background-position: center;
  padding-top: 20px;
  padding-bottom: 50px;
}

.container__slider {
  max-width: 1100px;
  margin: 0 auto;
}

.banner_page_auto {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0 30px 20px;
  border-radius: 6px;
}

.slider__auto {
  max-width: 860px;
  margin: 0 auto;
}

.column_pass .top__column_link::before {
  content: none;
}

.content__search {
  background: rgb(32, 182, 177);
  background: linear-gradient(0deg, rgb(212, 252, 232) 0%, rgb(168, 237, 235) 100%);
}

.def__column_p {
  margin-top: 20px;
}

.slider__auto {
  padding-top: 20px;
}

.banner_page_auto .content_title_top__text {
  margin-top: 0;
  font-size: 24px;
  padding-top: 12px;
  padding-bottom: 13px;
}

.banner_page_auto .owl-dots {
  margin-top: 20px;
}

.text__banner {
  font-size: 30px;
  font-weight: bold;
  color: #e5669d;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 10px;
}

.text__banner span {
  font-size: 20px;
  color: #313131;
  font-weight: 400;
  padding-right: 27px;
}

.sub_text__banner {
  letter-spacing: 0.4px;
  font-size: 20px;
}

.form_spk {
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 1px rgb(152, 207, 205);
  -webkit-box-shadow: 0px 0px 10px 1px rgb(152, 207, 205);
  -moz-box-shadow: 0px 0px 10px 1px rgb(152, 207, 205);
  padding: 12px 30px 30px;
}

.max_form .sub__deading {
  padding-left: 0;
  margin-bottom: 25px;
}

.max_form .input__value {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.max_form .input__value .function__title {
  width: 220px;
  padding-left: 20px;
  background-color: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}

.max_form .input__value .function__title .title__value {
  padding-top: 0;
  background-position: left center;
}

.max_form .input__value .function__select {
  width: calc(100% - 220px);
  padding: 20px;
}

.max_form .input__value .function__select .value__search {
  padding-left: 0;
}

.max_form form {
  border: 1px solid #ccc;
  border-radius: 6px;
}

.title__cap_7 {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  border-radius: 5px;
  padding-left: 75px;
  padding-top: 2px;
  padding-bottom: 4px;
  background-color: #20b6b1;
  color: #fff;
  top: -25px;
}

.title__cap_7::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  background-image: url(../img/icon/icon_a.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px 25px;
}

.content__ken {
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-top: -15px;
}

.ul__jiken {
  font-size: 18px;
  font-weight: bold;
}

.ul__jiken li a {
  display: inline-flex;
  width: 100%;
  height: 100%;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px;
  background-repeat: no-repeat;
  background-position: center;
}

.ul__jiken {
  display: flex;
  flex-wrap: wrap;
}

.ul__jiken li {
  background-color: #bbf2f0;
  width: calc((100% - 180px) / 7);
  margin-right: 30px;
  margin-bottom: 20px;
}

.ul__jiken li:nth-child(7n) {
  margin-right: 0;
}

/*.ul__jiken li:nth-child(1) a {
    background-image: url(../img/images/ken_1.png);
    background-size: 97px auto;
}

.ul__jiken li:nth-child(2) a {
    background-image: url(../img/images/ken_2.png);
    background-size: 97px auto;
}

.ul__jiken li:nth-child(3) a {
    background-image: url(../img/images/ken_3.png);
    background-size: auto 97px;
}

.ul__jiken li:nth-child(4) a {
    background-image: url(../img/images/ken_4.png);
    background-size: 97px auto;
}

.ul__jiken li:nth-child(5) a {
    background-image: url(../img/images/ken_5.png);
    background-size: auto 97px;
}

.ul__jiken li:nth-child(6) a {
    background-image: url(../img/images/ken_6.png);
    background-size: auto 97px;
}

.ul__jiken li:nth-child(7) a {
    background-image: url(../img/images/ken_7.png);
    background-size: auto 97px;
}*/
@media screen and (max-width: 750px) {
  .def__column_p {
    background-color: #f8f8f8;
    margin-top: 0;
  }
  .form_spk {
    margin-bottom: 5.333vw;
  }
  .form_spk .modal-footer {
    background-color: #fff;
    padding-top: 0;
  }
  .form_spk .modal-footer .btn__search {
    width: 100%;
    margin: 0;
  }
  .form_spk .modal-footer .wrap__btn-02 {
    width: 100%;
  }
  .form_spk {
    padding: 0vw 4vw 4vw 4vw;
  }
  .form_spk .sub__deading {
    padding-top: 2.5vw;
    margin-bottom: 4vw;
  }
  .max_form .input__value .function__title {
    width: 100%;
    padding: 0;
    background-color: #fff;
  }
  .max_form .input__value .function__select {
    width: 100%;
    padding: 0;
  }
  .max_form form {
    border: 0px solid #ccc;
    border-radius: 6px;
  }
  .form_spk .input__function {
    margin-bottom: 6.2vw;
  }
  .ul__jiken {
    font-size: 3.467vw;
  }
  .ul__jiken li a {
    padding: 2vw;
    min-height: 17vw;
  }
  .ul__jiken li {
    margin-right: 4vw;
    margin-bottom: 2.667vw;
    width: calc((100% - 12vw) / 4);
  }
  .ul__jiken li:nth-child(7n) {
    margin-right: 4vw;
  }
  .ul__jiken li:nth-child(4n) {
    margin-right: 0;
  }
  .ul__jiken li a img {
    width: 1.333vw;
  }
  .ul__jiken li:nth-child(1) a {
    background-size: 12.933vw auto;
  }
  .ul__jiken li:nth-child(2) a {
    background-size: 12.933vw auto;
  }
  .ul__jiken li:nth-child(3) a {
    background-size: auto 12.933vw;
  }
  .ul__jiken li:nth-child(4) a {
    background-size: 12.933vw auto;
  }
  .ul__jiken li:nth-child(5) a {
    background-size: auto 12.933vw;
  }
  .ul__jiken li:nth-child(6) a {
    background-size: auto 12.933vw;
  }
  .ul__jiken li:nth-child(7) a {
    background-size: auto 12.933vw;
  }
  .content__search {
    background: #f2fff8;
  }
  .title__cap_7 {
    width: 48vw;
    background: #f2fff8;
    border-radius: 999px;
    color: #20b6b1;
    margin: 0 auto;
    font-size: 4.267vw;
    top: -5.3vw;
    padding-left: 16vw;
    padding-top: 1.5vw;
    padding-bottom: 2vw;
  }
  .title__cap_7::before {
    width: 3.333vw;
    height: 3.333vw;
    background-image: url(../img/icon/icon_sav.png);
    background-size: 3.333vw;
    left: 8vw;
  }
  .content__socc {
    padding-top: 1px;
    background: rgb(32, 182, 177);
    background: linear-gradient(0deg, rgb(212, 252, 232) 0%, rgb(168, 237, 235) 100%);
  }
  .banner__slider {
    background-image: none;
  }
  .banner_page_auto {
    background-color: #fff;
    margin: 0 5.333vw;
    padding: 0;
    box-shadow: 0px 0px 10px 1px rgb(152, 207, 205);
    -webkit-box-shadow: 0px 0px 10px 1px rgb(152, 207, 205);
    -moz-box-shadow: 0px 0px 10px 1px rgb(152, 207, 205);
  }
  .owl-carousel {
    padding-bottom: 5.5vw;
  }
  .text__slider_cap {
    padding: 0 5.333vw;
  }
  .sub_text__banner {
    font-size: 2.667vw;
  }
  .text__banner {
    text-align: left;
    line-height: 1.5;
    margin-top: 3.3vw;
    margin-bottom: 0.5vw;
    font-size: 4vw;
  }
  .text__banner span {
    display: block;
    font-size: 2.667vw;
  }
  .banner_page_auto .owl-dots {
    margin-top: 3.3vw;
  }
  .slider__auto {
    padding-top: 2.667vw;
  }
  .banner_page_auto .content_title_top__text {
    font-size: 4.267vw;
    padding-top: 0;
    padding-bottom: 0;
  }
  .new_content_top .new_top_title {
    font-size: 4vw;
  }
  .top__new {
    padding-top: 5.3vw;
    padding-bottom: 6.667vw;
  }
  .top__workflow {
    padding-top: 7vw;
  }
  .top__column {
    padding-top: 6.667vw;
    padding-bottom: 6.667vw;
  }
  .text_check_form {
    padding-top: 4vw;
  }
  .flex-fg__xv {
    padding-top: 4vw;
  }
  .btn_row__pd_medium {
    padding: 0 0 6.667vw;
  }
  .categories__text {
    margin-right: 2.667vw;
  }
}
.form_spk__mg {
  margin-top: -15px;
}

.compate__job {
  background-color: #e3f4f3;
  padding-top: 30px;
}

.title__dep {
  font-size: 20px;
  font-weight: 700;
  color: #20b6b1;
  border-bottom: 1px solid #ccc;
  padding: 0 25px 15px;
}

.text__dep {
  padding: 0 25px;
  margin-top: 15px;
}

.content__1150px {
  max-width: 1150px;
  margin: 0 auto;
}

.content__dep__center {
  padding-top: 61px;
  padding-bottom: 55px;
}

.text__dep.hiden___x5 {
  margin-bottom: 0;
}
.text__dep.hiden___x5.jsTarget {
  -webkit-line-clamp: 5;
}
.text__dep.hiden___x5.jsTarget + .show__text_hidden {
  width: calc(100% - 50px);
  margin: 25px 25px 0;
}
@media screen and (max-width: 750px) {
  .text__dep.hiden___x5.jsTarget + .show__text_hidden {
    width: 100%;
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 750px) {
  .content__dep__center {
    padding: 8vw 5.333vw 2vw;
  }
  .title__dep {
    font-size: 4vw;
    padding-bottom: 0.5vw;
    margin-left: -4vw;
    margin-right: -4vw;
    text-align: center;
  }
  .text__dep {
    font-size: 3.2vw;
    padding: 0;
    margin-top: 1.5vw;
    margin-bottom: 7vw;
  }
}
.ranking {
  background-image: url(../img/images/bg_pink.jpg);
  background-size: 1920px 1350px;
  background-position: center;
  padding-top: 70px;
  padding-bottom: 50px;
}

.special {
  background-color: #f8f8f8;
  padding-top: 70px;
  padding-bottom: 50px;
}

.col__simg {
  width: 180px;
}

.col_stext {
  padding-left: 15px;
  width: calc(100% - 180px);
  margin-top: -6px;
}

.row_oder {
  padding-top: 30px;
  justify-content: space-between;
}

.col_505 {
  width: calc(50% - 5px);
  margin-bottom: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 1px rgb(204, 204, 204);
  -webkit-box-shadow: 0px 0px 10px 1px rgb(204, 204, 204);
  -moz-box-shadow: 0px 0px 10px 1px rgb(204, 204, 204);
  border-radius: 6px;
  padding: 20px;
}

.text__text_s {
  margin-top: 15px;
}

.tag__text_s {
  font-size: 12px;
}

.kane__text_s {
  font-size: 20px;
  font-weight: 700;
  color: #1ba3cc;
  padding-left: 30px;
  background-image: url(../img/icon/kane_blue.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 18px;
  letter-spacing: 0.4px;
}

.title__text_s {
  font-size: 20px;
  font-weight: 700;
}

.special .title_line_green {
  color: #1ba3cc;
}

.title_line_star.add__lua::after {
  width: 356px;
  height: 66px;
  bottom: -50px;
  background-image: url(../img/icon/add_lua.png);
}

.row_rank {
  padding-top: 25px;
}

.col__top_rank {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 30px 20px 50px;
  margin-top: 20px;
  margin-bottom: 10px;
  box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.8);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.8);
  -moz-box-shadow: 0px 0px 10px 1px rgba(204, 204, 204, 0.8);
  border-radius: 6px;
}

.col_img_rank {
  width: 43%;
}

.col__data__rank {
  width: 57%;
  padding-left: 20px;
  padding-top: 14px;
}

.tag__text_rank {
  font-size: 16px;
}

.title__text_rank {
  font-size: 24px;
  font-weight: 700;
}

.title__text_des {
  font-size: 24px;
  color: #20b6b1;
  letter-spacing: 0.3px;
  margin-top: 13px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.ul_some {
  font-size: 16px;
  color: #e5669d;
  justify-content: space-between;
}

.ul_some li {
  border: 1px solid #e5669d;
  color: #e5669d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: calc((100% - 30px) / 3);
  padding-top: 7px;
  padding-bottom: 8px;
  border-radius: 6px;
}

.row_rank .col__top_rank::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.row_rank .col__top_rank:nth-child(1):before {
  background-image: url(../img/icon/1.png);
}

.row_rank .col__top_rank:nth-child(2):before {
  background-image: url(../img/icon/2.png);
}

.row_rank .col__top_rank:nth-child(3):before {
  background-image: url(../img/icon/3.png);
}

.ul_some .un_active {
  color: #cccccc;
  border-color: #cccccc;
}

@media screen and (max-width: 1150px) {
  .col__simg {
    width: 100%;
  }
  .col__simg img {
    width: 100%;
  }
  .col_stext {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .title__text_des {
    font-size: 20px;
  }
  .col__data__rank {
    padding-left: 10px;
    margin-top: 0;
  }
  .ul_some li {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 750px) {
  .col_505 {
    width: 100%;
    padding: 4vw 3.333vw;
  }
  .col__simg {
    width: 42%;
  }
  .col_stext {
    width: 58%;
    padding-left: 2.667vw;
    margin-top: 0;
  }
  .tag__text_s {
    font-size: 3.2vw;
  }
  .title__text_s {
    font-size: 3.733vw;
  }
  .kane__text_s.u-mobile {
    font-size: 4.267vw;
    padding-left: 5.333vw;
    background-size: 4vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 2vw;
  }
  .text__text_s {
    font-size: 2.667vw;
    margin-top: 1vw;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  }
  .kane__text_s span {
    font-size: 2.933vw;
    font-weight: 400;
    display: inline-block;
    padding-right: 4vw;
  }
  .row_oder {
    padding-top: 1vw;
  }
  .txt_center__pdxix {
    padding-top: 3.3vw;
  }
  .txt_center__pdxix img {
    width: 67.2vw;
  }
  .special {
    padding-top: 5.333vw;
    padding-bottom: 8vw;
  }
  .special .mgt_40_top {
    padding-top: 4.5vw;
  }
  .row_rank .col__top_rank::before {
    content: "";
    position: absolute;
    width: 13.333vw;
    height: 13.33vw;
    top: -1.333vw;
    left: -1.333vw;
  }
  .col_img_rank {
    width: 100%;
  }
  .col_img_rank img {
    width: 100%;
  }
  .col__data__rank {
    width: 100%;
  }
  .tag__text_rank {
    font-size: 3.2vw;
  }
  .title__text_rank {
    font-size: 4vw;
  }
  .title__text_des {
    font-size: 3.733vw;
    margin-top: 0.5vw;
    margin-bottom: 2vw;
  }
  .ul_some {
    font-size: 2.4vw;
  }
  .ul_some li {
    padding-top: 0;
    padding-bottom: 0;
  }
  .col__data__rank {
    padding-left: 0px;
  }
  .col__top_rank {
    padding: 4vw 2.667vw;
  }
  .title_line_star.add__lua::after {
    width: 84.4vw;
    height: 15.6vw;
    bottom: -11vw;
  }
  .row_rank {
    padding-top: 8vw;
  }
  .col__top_rank {
    margin-top: 2.667vw;
    margin-bottom: 1.333vw;
    padding-top: 1.5vw;
  }
  .title__text_rank {
    line-height: 1.3;
  }
  .ul_some li {
    width: calc((100% - 4vw) / 3);
  }
  .ranking {
    padding-top: 6.667vw;
    padding-bottom: 6.667vw;
  }
  .mgt_40_top {
    padding-top: 5.333vw;
  }
  .content_full_color {
    min-height: calc(100vh - 75px);
  }
  .title__green .content__full_title {
    padding-bottom: 5.33vw;
  }
  .color_registration .content__full_title {
    padding-bottom: 5.33vw;
  }
}
@media screen and (max-width: 450px) {
  .text__text_s {
    font-size: 12px;
  }
  .ul_some {
    font-size: 11px;
  }
  .title__green .content__full_title::after {
    width: 150px;
    height: 7px;
  }
  .color_registration .content__full_title::after {
    width: 150px;
    height: 7px;
  }
  .title__green .content__full_title {
    padding-bottom: 25px;
  }
  .color_registration .content__full_title {
    padding-bottom: 25px;
  }
  select {
    min-height: 27px;
  }
}
.container__store_details {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}

.store_information__table a {
  color: #0080ff;
  display: block;
}

.store_information__table a:hover {
  opacity: 0.7;
}

.item__buttons__footer {
  background-color: #6b8383;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

.item__buttons__footer .item__buttons {
  margin-top: 0;
  max-width: 1130px;
  padding: 15px;
  margin: 0 auto;
}

.item__buttons__footer .item__buttons .item__button {
  margin-right: 8px;
}

.page_store {
  background-color: #f3fcff;
  padding-top: 1px;
}

.store__title {
  font-size: 28px;
  font-weight: 700;
}

.store__tag {
  font-size: 16px;
  line-height: 1;
}

.store__des {
  font-size: 24px;
  font-weight: 700;
  color: #20b6b1;
  margin-top: 4px;
  margin-bottom: 11px;
  letter-spacing: 0.3px;
}

.content__top_bg {
  background-color: #fff;
  padding: 20px 30px 30px;
  border-radius: 6px;
  margin: 20px 0;
}

.content__top_store {
  margin-bottom: 70px;
}

.col_content_store {
  width: 54.6%;
  overflow: hidden;
}

.siderbar {
  width: calc(45.4% - 60px);
  overflow: hidden;
}

.title_set_table {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  background-color: #20b6b1;
  padding: 16px 0 17px;
  border-radius: 6px;
}

.jsc_ct {
  justify-content: space-between;
}

.table__content_store {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 50px;
  padding-bottom: 10px;
  box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
  -webkit-box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
  -moz-box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
}

.table__full {
  width: 100%;
}

.table__full tr td {
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  padding: 20px 10px 25px;
}

.table__full tr:last-child td {
  border-bottom: 0px solid #ccc;
}

.table__full tr td:first-child {
  font-size: 18px;
  width: 140px;
}

.table__full tr td:last-child {
  font-size: 20px;
  width: calc(100% - 140px);
  padding-left: 10px;
  line-height: 1.5;
}

.table__full tr td .info__title {
  width: 100%;
  padding: 0;
}

.table__full tr td .info__title span {
  margin-top: 5px;
}

.text_cd {
  font-size: 24px;
  font-weight: 700;
  display: block;
  color: #20b6b1;
}

.table__slider__title__text {
  color: #20b6b1;
  font-size: 20px;
  font-weight: 700;
}

.table__slider {
  padding: 25px 30px 35px;
}

.table__slider__des {
  font-size: 16px;
}

.show__text_hidden {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding-top: 7px;
  padding-bottom: 8px;
  font-size: 16px;
}

.text__hidden.jsTarget {
  /*
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  &.is-working_people {
      -webkit-line-clamp: 4;
  }
  &.is-center_line {
      -webkit-line-clamp: 10;
      + .show__text_hidden {
          margin-top: 15px;
      }
  }
  &.is-example_of_earning_salary,
  &.is-working_treatment,
  &.is-message_from_store_detail {
      -webkit-line-clamp: 5;
  }
      */
}

p.text__hidden,
.text__hidden p.bop__text {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.store_information .store_information__table table {
  width: 100%;
}

.slider_cap {
  padding-left: 30px;
  padding-right: 30px;
}

.slider_cap .item_img {
  text-align: center;
  border-radius: 10px;
}

.slider_cap .item_img img {
  border-radius: 6px;
  box-shadow: 0px 0px 5px 1px rgb(229, 227, 227);
  -webkit-box-shadow: 0px 0px 5px 1px rgb(229, 227, 227);
  -moz-box-shadow: 0px 0px 5px 1px rgb(229, 227, 227);
  margin: 5px;
  width: calc(100% - 10px);
}

.slider_cap.nav__center .owl-nav {
  width: 100%;
  top: 50%;
}

.slider_cap.nav__center .owl-nav button img {
  width: 43px;
}

.slider_cap .owl-dots .active span {
  background-color: #20b6b1 !important;
}

.title__center_line__text {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #20b6b1;
}

.title__center_line {
  margin-top: 50px;
  padding-bottom: 57px;
  background-image: url(../img/icon/line__center_x.png);
  background-repeat: no-repeat;
  background-size: 240px 15px;
  background-position: center 50px;
}

.slider__top__sub {
  margin-top: 25px;
  font-size: 16px;
}

.information__data {
  padding: 30px 30px 40px;
}

.content_information {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
  -webkit-box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
  -moz-box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
}

.image_te {
  display: flex;
  align-items: flex-end;
  line-height: 1.2;
}

.image_te img {
  margin-right: 20px;
}

.data_tag__title {
  font-size: 20px;
  font-weight: 700;
  width: calc(100% - 316px);
}

.data_tag__subtitle {
  font-size: 16px;
  color: #707070;
  width: 316px;
}

.data_tag {
  margin-top: 35px;
}

.data_tag .row__flex {
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
}

.data_tag__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

.data_tag__list li {
  width: calc(33.333333% - 3px);
  margin-right: 6px;
  margin-bottom: 6px;
  background-color: #edfbff;
  border-radius: 6px;
  border: 1px solid #1ba3cc;
  text-align: center;
  color: #1ba3cc;
  padding-top: 3px;
  padding-bottom: 3px;
}

.data_tag__list li:nth-child(3n) {
  width: calc(33.33333% - 6px);
  margin-right: 0;
}

.content_data_gray {
  border-radius: 6px;
  background-color: #f8f8f8;
  padding: 30px 20px 25px;
  margin-top: 20px;
}

.data_gray__auto {
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 4px 17px 6px !important;
}

.col__gray_title {
  font-size: 20px;
  color: #20b6b1;
  font-weight: 700;
  width: 195px;
}

.col__gray_value {
  font-size: 18px;
  width: calc(100% - 195px);
}

.col__gray_value .text__bold {
  font-size: 24px;
  font-weight: 700;
  color: #20b6b1;
}

.data_gray__auto p {
  padding-left: 30px;
  background-image: url(../img/icon/icon_1b.png);
  background-size: 20px;
  background-position: left 7px;
  font-weight: 700;
  color: #20b6b1;
  background-repeat: no-repeat;
}

.data_gray__auto .text__hidden {
  font-weight: 400;
  color: #313131;
  background-image: none;
  margin-top: 2px;
  font-size: 18px;
  margin-bottom: 0;
}

.btn__right_t {
  text-align: right;
}

.click__show_data {
  margin-top: 5px;
  color: #0080ff;
  padding-right: 30px;
  font-size: 16px;
  background-image: url(../img/icon/arow_blue.png);
  background-size: 7px 13px;
  background-position: right center;
  background-repeat: no-repeat;
}

.ptbt__10 {
  padding-bottom: 10px;
}

.table_tam {
  border-radius: 6px;
  background-color: #f8f8f8;
  padding: 10px 20px;
  font-size: 20px;
  margin-top: 10px;
}

.table_tam_content__left {
  width: 260px;
}

.table_tam_content__left p {
  font-weight: 700;
  color: #20b6b1;
}

.table_tam_content__right {
  width: calc(100% - 260px);
}

.pd__bt10 {
  padding-bottom: 10px;
}

.siderbar__title_table__text {
  font-size: 28px;
  font-weight: 800;
  color: #16938f;
  background-color: #a8edeb;
  padding: 16px 0 17px;
  border-radius: 6px;
  text-align: center;
}

.siderbar__upper {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
  -webkit-box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
  -moz-box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
}

#slider_cap_id .owl-nav button img {
  width: 30px !important;
}

.slider__upper {
  padding-top: 25px;
}

.slider__upper .slider_cap.nav__center .owl-nav {
  width: calc(100% - 30px);
  top: 40%;
}

.slider__upper .owl-dots {
  margin-top: 15px;
}

.slider__upper .slider__top__sub {
  margin-top: 15px;
}

.col__gray_value p {
  background-image: none;
  padding-left: 0;
  color: #313131;
  font-weight: 400;
}

.content_noa {
  font-size: 16px;
  padding: 0 20px;
  margin-top: 20px;
}

.content_bop {
  font-size: 16px;
  padding: 0 20px 30px;
}

.siderbar__upper {
  margin-bottom: 50px;
}

.bop__suptitle {
  font-size: 20px;
  font-weight: 700;
  padding-left: 50px;
  background-image: url(../img/icon/bg__member.png);
  background-size: 34px;
  background-repeat: no-repeat;
  background-position: left center;
}

.bop__data {
  background-color: #f8f8f8;
  padding: 5px 20px;
  border-radius: 6px;
  margin-top: 10px;
}

.data__full_check_sub {
  font-size: 12px;
  padding-right: 10px;
}

.data__full_check_bold {
  color: #20b6b1;
  font-weight: 700;
  font-size: 18px;
}

.siderbar__bottom {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
  -webkit-box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
  -moz-box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
}

.siderbar__faq {
  padding: 0 20px 50px;
}

.data__full_check {
  padding-right: 25px;
  position: relative;
}

.data__full_check::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 15px;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}

.bop__data .data__full_check:last-child {
  padding-right: 0;
}

.bop__data .data__full_check:last-child::after {
  content: none;
}

.siderbar__faq__list {
  margin-top: 10px;
  font-size: 16px;
}

.siderbar__faq__list button {
  font-weight: 700;
  font-size: 16px;
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 20px 20px 50px;
  line-height: 1.5;
  background-color: #f8f8f8;
  margin-right: 0;
  text-align: left;
  min-height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
}

.siderbar__faq__list button::before {
  content: "Q";
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-weight: 700;
  color: #20b6b1;
}

.text_a {
  position: relative;
  padding: 15px 50px 25px 50px;
}

.text_a::before {
  content: "A";
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-weight: 700;
  color: #e5669d;
}

.siderbar__faq__list .btn_dropdown::after {
  content: none;
}

.siderbar__faq__list button .text_qu {
  display: block;
  width: calc(100% - 40px);
}

.icon-square {
  position: relative;
  width: 20px;
  height: 20px;
}

.icon-square::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  transform: translate(-50%, -50%);
  background-color: #20b6b1;
  border-radius: 999px;
  transition: all 0.3s ease;
}

.icon-square::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  transform: translate(-50%, -50%);
  background-color: #20b6b1;
  border-radius: 999px;
}

.arow-rotate .icon-square::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.siderbar__bottom {
  margin-bottom: 50px;
}

.store_information {
  background-color: #fff;
  border-radius: 6px;
  padding-top: 25px;
  padding-bottom: 10px;
  box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
  -webkit-box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
  -moz-box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
}

.store_information__title_text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.store_information__table table tr td {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
  border-top: 1px solid #ccc;
}

.store_information__table table tr td:first-child {
  text-align: center;
  width: 135px;
}

.store_information__table table tr td:last-child {
  width: calc(100% - 135px);
  padding-right: 45px;
  word-break: break-all;
}

.content__store_form {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 120px;
  margin-bottom: 60px;
  padding-bottom: 50px;
  box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
  -webkit-box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
  -moz-box-shadow: 0px 0px 10px 1px rgb(196, 229, 228);
}

.store_form__title_text {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  background-color: #e5669d;
  color: #fff;
  border-radius: 6px 6px 0 0;
  padding: 16px 0 17px;
}

.deff__login {
  margin: 30px 20px 27px;
  padding: 10px 30px;
  background-color: #f8f8f8;
  border-radius: 6px;
  font-size: 16px;
}

.deff__login .row__flex {
  align-items: center;
  justify-content: space-between;
}

.read__more {
  color: #0080ff;
  padding-right: 30px;
  font-size: 18px;
  background-image: url(../img/icon/arow_blue.png);
  background-size: 7px 13px;
  background-position: right center;
  background-repeat: no-repeat;
}

.group__form__table {
  padding-left: 50px;
  padding-right: 110px;
}

.group__form__table tr td {
  padding-top: 22px;
  padding-bottom: 22px;
  line-height: 1.5;
  vertical-align: middle;
}

.group__form__table tr td:first-child {
  width: 330px;
  font-size: 20px;
  font-weight: bold;
}

.group__form__table tr td:last-child {
  width: calc(100% - 330px);
}

.content__store_form .text_check_form {
  padding-top: 15px;
}

.text_auto__top {
  vertical-align: top !important;
}

.required__top {
  position: relative;
  padding-right: 130px;
  display: block;
}

.required__top::after {
  content: "必須";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 70px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  background-color: #e5669d;
  font-weight: 400;
}

.required__rep .required__top::after {
  top: 65%;
}

.label__input {
  position: relative;
  padding-right: 130px;
  display: block;
}

.label__input::after {
  content: "任意";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 70px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #1ba3cc;
  background-color: #fff;
  border: 1px solid #1ba3cc;
  font-weight: 400;
}

@media screen and (max-width: 1080px) {
  .group__form__table {
    padding-left: 20px;
    padding-right: 20px;
  }
  .siderbar {
    width: calc(45.4% - 20px);
    overflow: hidden;
  }
  .un_960 {
    display: none;
  }
  .group__form__table tr td:first-child {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .group__form__table tr td:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }
  .required__rep .required__top::after {
    top: 50%;
  }
}
@media screen and (max-width: 960px) {
  .col_content_store {
    width: 100%;
  }
  .siderbar {
    width: 100%;
  }
  .container__store_details {
    padding: 0 50px;
  }
  .group__form__table table tr td {
    width: 100% !important;
    float: left;
  }
  .group__form__table {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .item__buttons__footer .item__buttons {
    padding: 2.667vw 5.333vw;
  }
  .item__buttons__footer .item__buttons .item__button {
    margin-right: 2.667vw;
  }
  .container__store_details {
    padding: 1px 0;
    background-color: #fff;
  }
  .content__top_bg {
    background-color: #f3fcff;
    padding: 2.5vw 5.333vw 4vw;
    margin: 2.667vw 0 4vw;
  }
  .store__title {
    font-size: 5.333vw;
  }
  .store__tag {
    font-size: 2.667vw;
  }
  .store__des {
    font-size: 4.267vw;
    line-height: 1.3;
    letter-spacing: 0;
    margin-top: 3vw;
    margin-bottom: 2vw;
  }
  .content__top_bg .item__tags {
    flex-wrap: wrap;
  }
  .content__top_bg .item__tag {
    padding: 1.62vw 0;
    line-height: 1;
    font-size: 2.933vw;
    width: 21.333vw;
  }
  .content__top_store {
    margin-bottom: 0;
  }
  .cap__mb {
    padding: 4vw 5.333vw 13.333vw;
    background: rgb(32, 182, 177);
    background: linear-gradient(0deg, rgb(212, 252, 232) 0%, rgb(168, 237, 235) 100%);
  }
  .cap__mb .title_set_table {
    border-radius: 6px 6px 0 0;
  }
  .title_set_table {
    border-radius: 0;
    font-size: 5.333vw;
    padding: 2.133vw 0 2.133vw;
  }
  .text_cd {
    font-size: 4.267vw;
  }
  .table__full tr td {
    padding: 2.667vw 0 2.667vw;
  }
  .table__full tr td:last-child {
    font-size: 3.733vw;
    width: calc(100% - 21.333vw);
    padding-right: 4vw;
    line-height: 1.5;
  }
  .table__full tr td:first-child {
    width: 21.333vw;
  }
  .table__content_store {
    margin-bottom: 0;
    padding-bottom: 3vw;
  }
  .table__full tr td .info__title span {
    margin-top: 1vw;
    line-height: 1;
  }
  .table__content_store__sp {
    border-radius: 0;
  }
  .table__content_store__sp .title_set_table {
    border-radius: 0;
  }
  .table__slider__title__text {
    font-size: 4.267vw;
  }
  .text__hidden {
    font-size: 3.733vw;
  }
  .show__text_hidden {
    font-size: 3.733vw;
    padding-top: 2.533vw;
    padding-bottom: 2.533vw;
  }
  .title__center_line__text {
    font-size: 5.333vw;
  }
  .slider__top__sub {
    font-size: 3.733vw;
  }
  .table__slider {
    padding: 4.8vw 5.33vw 9vw;
  }
  .text__hidden {
    margin-top: 1vw;
    margin-bottom: 3vw;
  }
  .title__center_line {
    margin-top: 8vw;
    padding-bottom: 9.5vw;
    background-size: 53.6vw 3.333vw;
    background-position: center 9vw;
  }
  .slider_cap {
    width: calc(100% + 10.666vw);
    padding: 0;
    margin: 0 -5.333vw !important;
  }
  .slider__top__sub {
    margin-top: 2vw;
  }
  .data_tag__list li {
    font-size: 2.933vw;
  }
  .data_tag__title {
    font-size: 4.267vw;
    width: calc(100% - 53vw);
  }
  .data_tag__subtitle {
    font-size: 2.667vw;
    width: 53vw;
  }
  .data_gray__auto p {
    font-size: 3.733vw;
  }
  .col__gray_value {
    font-size: 3.2vw;
    width: calc(100% - 32vw);
  }
  .data_gray__auto .col__gray_value p {
    font-size: 3.2vw;
    padding-left: 0;
  }
  .col__gray_title {
    width: 32vw;
  }
  .col__gray_value .text__bold {
    font-size: 3.733vw;
  }
  .data_gray__auto p {
    background-size: 3.333vw;
    background-position: left 1.5vw;
  }
  .data_gray__auto .text__hidden {
    font-size: 3.2vw;
  }
  .data_tag .row__flex {
    font-size: 3.733vw;
  }
  .table_tam_content__left {
    width: 42vw;
  }
  .table_tam_content__right {
    width: calc(100% - 42vw);
  }
  .slider_cap.nav__center .owl-nav {
    width: calc(100% - 13.334vw);
  }
  .slider_cap.nav__center .owl-nav button img {
    width: 6.667vw;
  }
  .slider_cap.nav__center .owl-nav button {
    width: 6.667vw;
    height: 6.667vw;
  }
  .information__data {
    padding: 4vw 5.333vw 12vw;
  }
  .image_te img {
    margin-right: 4vw;
    width: 4vw;
  }
  .image_te {
    padding-bottom: 1.2vw;
  }
  .information__data .data_tag {
    margin-top: 4vw;
  }
  .information__data .data_tag_first {
    margin-top: 8vw;
  }
  .data_tag__list {
    margin-top: 2.5vw;
  }
  .data_gray__auto {
    margin-bottom: 2vw;
    padding: 0.8vw 2.5vw 0.8vw !important;
  }
  .content_data_gray {
    margin-top: 3.3vw;
    padding: 2.667vw 2.667vw 0.667vw;
  }
  .data_gray__auto p {
    padding-left: 4.667vw;
  }
  .siderbar__title_table__text {
    border-radius: 0;
    font-size: 5.333vw;
    padding: 2.133vw 0 2.133vw;
    color: #fff;
    background-color: #20b6b1;
  }
  .slider__upper {
    padding-top: 6vw;
  }
  .slider__upper .slider_cap.nav__center .owl-nav {
    width: calc(100% - 24vw);
    top: 50%;
  }
  #slider_cap_id .owl-nav button img {
    width: 6.667vw !important;
  }
  .slider__upper .owl-dots {
    margin-top: 3.5vw;
  }
  .slider__upper .slider__top__sub {
    margin-top: 3vw;
  }
  .content_noa {
    margin: 4vw 5.333vw 0;
    padding: 0;
  }
  .content_bop {
    font-size: 16px;
    padding: 0 5.333vw 4vw;
  }
  .icon_1i {
    width: 2.933vw;
  }
  .bop__suptitle {
    font-size: 3.733vw;
    background-size: 8vw;
    height: 8vw;
    display: flex;
    align-items: center;
    padding-left: 12vw;
  }
  .bop__data {
    background-color: #f8f8f8;
    padding: 1.333vw 2.667vw;
    margin-top: 2vw;
    margin-bottom: 3vw;
  }
  .data__full_check_sub {
    font-size: 2.667vw;
  }
  .data__full_check_bold {
    font-size: 3.2vw;
  }
  .data__full_check::after {
    content: none;
  }
  .data__full_check {
    padding-right: 6.7vw;
  }
  .siderbar__upper {
    margin-bottom: 0;
    padding-bottom: 9.333vw;
    box-shadow: none;
  }
  .content_information {
    border-radius: 0;
  }
  .siderbar__bottom {
    border-radius: 0;
    margin-bottom: 0;
  }
  .icon-square::after {
    width: 2.667vw;
    height: 0.4vw;
  }
  .icon-square::before {
    width: 2.667vw;
    height: 0.4vw;
  }
  .siderbar__faq__list button {
    font-size: 3.733vw;
  }
  .siderbar__faq__list button {
    padding: 1.333vw 4vw 1.333vw 9.333vw;
    min-height: 8vw;
  }
  .siderbar__faq__list button .text_qu {
    width: calc(100% - 5.33vw);
    line-height: 1.35;
  }
  .siderbar__faq__list button::before {
    font-size: 3.733vw;
    left: 2.667vw;
  }
  .text_a {
    font-size: 3.733vw;
    padding: 1.5vw 6.5vw 2.8vw 9.333vw;
  }
  .text_a::before {
    font-size: 3.733vw;
    left: 2.667vw;
  }
  .siderbar__faq {
    padding: 5.33vw 5.333vw 10.7vw;
  }
  .flow__bottom .siderbar__flow {
    padding: 0 5.333vw;
    margin: 0;
    flex-wrap: wrap;
  }
  .flow__bottom .siderbar__flow .item__button {
    display: block;
    width: 100%;
    margin-top: 5.333vw;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: initial;
    padding: 5.33vw 0 5vw;
    position: relative;
  }
  .flow__bottom .siderbar__flow .item__button .item__button-text {
    font-size: 4.267vw;
    font-weight: 700;
    line-height: 1;
  }
  .flow__bottom .siderbar__flow .item__button img {
    margin-right: 4vw;
    margin-bottom: 0;
  }
  .flow__bottom .siderbar__flow .item__button .icon_2a {
    width: 5.333vw;
  }
  .flow__bottom .siderbar__flow .item__button .icon_2b {
    width: 6vw;
  }
  .flow__bottom .siderbar__flow .item__button .icon_2c {
    width: 4.667vw;
  }
  .content__store_form {
    margin: 13.333vw 5.333vw;
  }
  .flow__bottom .siderbar__flow .item__button::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.867vw;
    height: 3.733vw;
    right: 4vw;
    background-image: url(../img/icon/arow__right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .flow__bottom .siderbar__flow .item__button--3::after {
    background-image: url(../img/icon/arow__right_green.png);
  }
  .store_form__title_text {
    font-size: 5.333vw;
    padding: 2.133vw 0 2.133vw;
  }
  .content__store_form {
    box-shadow: 0px 0px 10px 1px rgb(204, 204, 204);
    -webkit-box-shadow: 0px 0px 10px 1px rgb(204, 204, 204);
    -moz-box-shadow: 0px 0px 10px 1px rgb(204, 204, 204);
    padding-bottom: 6.7vw;
  }
  .deff__login {
    font-size: 2.667vw;
    padding: 1.333vw 1.7vw;
    margin: 2.677vw 2.667vw 0;
  }
  .deff__login p {
    line-height: 1.4;
  }
  .deff__login p span {
    width: 74%;
  }
  .read__more,
  .click__show_data {
    padding-right: 4vw;
    font-size: 2.667vw;
    background-size: 1.333vw 2.4vw;
  }
  .group__form__table tr td:first-child {
    font-size: 3.733vw;
    padding-top: 1vw;
    padding-bottom: 1.5vw;
  }
  .required__top::after {
    right: 0;
    width: 10.667vw;
    height: 4vw;
    font-size: 2.667vw;
  }
  .content__store_form .form_kep {
    margin-top: 3.667vw;
  }
  .content__store_form .mg__c {
    margin-left: 1.5vw;
    margin-right: 1.5vw;
  }
  .content__store_form .sai__20::after {
    font-size: 3.2vw;
    right: -2.2vw;
  }
  .content__store_form .text_check_form {
    padding-top: 3vw;
    margin-bottom: 3vw;
  }
  .store_information {
    background-color: #f0f0f0;
    border-radius: 0;
    padding-top: 7.5vw;
    padding-bottom: 7.5vw;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .store_information__table table tr:last-child td {
    border-bottom: 1px solid #ccc;
  }
  .store_information__table table tr td:first-child {
    font-size: 3.2vw;
    width: 23.333vw;
    line-height: 1.4;
  }
  .store_information__table table tr td:last-child {
    width: calc(100% - 23.333vw);
    padding-left: 1.333vw;
    font-size: 3.733vw;
  }
  .store_information__table table tr td {
    line-height: 1.4;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }
  .store_information__title_text {
    font-size: 4.267vw;
  }
  .group__form__table {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .label__input::after {
    content: none;
  }
}
@media screen and (max-width: 500px) {
  .data_tag__list li {
    letter-spacing: 0;
  }
  .data_tag__subtitle {
    letter-spacing: 0;
  }
  .col__gray_value {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  .col_pc_8612 a {
    font-size: 2.267vw;
  }
  .col_pc_8612 a::after {
    width: 0.933vw;
    height: 1.733vw;
  }
  .col__3x {
    width: 22.133vw;
  }
  .col_2x .col_2x__link {
    height: 24vw;
  }
  .col_2x__link {
    width: 14.667vw;
  }
  .col_1x__link {
    width: 12vw;
    height: 11.467vw;
  }
  .pp_line_s1 {
    background-size: 46.667vw auto;
  }
  .col__7x {
    width: calc(100% - 22.133vw);
  }
  .col_pc_8612 div a {
    margin: 0.533vw;
  }
  .col_1x .col_1x__link {
    margin-bottom: 1.067vw !important;
    padding: 1vw;
  }
  .pp_line_s1 {
    font-size: 2.8vw;
    text-align: left;
    padding-left: 13vw;
  }
  .col_pc_8612 a::after {
    right: 4vw;
  }
  .col_pc_8612 .col_1x__link::after {
    right: 2.4vw;
  }
  .col_2x__link {
    padding-top: 5.333vw;
    padding-bottom: 7.2vw;
  }
  .col__3x__link {
    padding-top: 6.933vw;
    padding-bottom: 7.467vw;
  }
}
@media screen and (max-width: 650px) {
  .pp_line_s1 {
    padding-left: 8vw;
  }
}
@media screen and (max-width: 480px) {
  .col_pc_8612 a {
    font-size: 11px;
  }
}
@media screen and (max-width: 420px) {
  .col_2x__link {
    padding-left: 2.667vw;
    padding-right: 4vw;
  }
  .col__3x__link {
    padding-left: 3.667vw;
    padding-right: 6vw;
  }
  .col_pc_8612 a::after {
    right: 3vw;
  }
}
.errorTxt {
  color: #f00;
  padding-top: 6px;
  display: block;
}

@media screen and (min-width: 961px) {
  .errorTxt {
    position: absolute;
  }
}
.column__container .article {
  font-size: 16px;
}

.column__container .article > * {
  margin-bottom: 1.8em;
}

@media screen and (max-width: 1080px) and (min-width: 961px) {
  .container__store_details .group__form__table .required__top {
    display: flex;
    align-items: center;
    min-height: 45px;
  }
  .container__store_details .group__form__table tr td:last-child {
    padding-bottom: 15px;
  }
  .container__store_details .group__form__table .span__radio {
    margin-top: 0;
  }
  .container__store_details .group__form__table .mW-vaT {
    vertical-align: top;
  }
  .container__store_details .errorTxt {
    position: static;
  }
}
.modal-form .modal-heading {
  background: none;
  padding-left: 0;
}
.modal-form .pd_x10 {
  max-height: 100%;
  overflow: auto;
  padding-top: 2rem;
}

.page_note .column__container .note_block {
  line-height: 1.75;
}
.page_note .column__container .note_block > h3:not(:first-child) {
  margin-top: 2rem;
}
.page_note .column__container .note_block > *:not(:last-child) {
  margin-bottom: 1rem;
}
.page_note .column__container .note_block ul ul, .page_note .column__container .note_block ul ol, .page_note .column__container .note_block ul li + li, .page_note .column__container .note_block ol ul, .page_note .column__container .note_block ol ol, .page_note .column__container .note_block ol li + li {
  margin-top: 0.5rem;
}
.page_note .column__container .note_block ul li, .page_note .column__container .note_block ol li {
  padding-left: 1rem;
  text-indent: -1rem;
}

.cont-1100px {
  max-width: 1100px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}

.link-detail-right {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #20b6b1;
}

.link-detail-right:after {
  content: "";
  background-image: url(../img/icon/arow__right_green.png);
  background-size: contain;
  display: inline-block;
  width: 8px;
  height: 13px;
  margin-left: 20px;
}

.title-lv3-line {
  font-family: "Saira Semi Condensed", sans-serif;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  color: #20b6b1;
  border-bottom: 1px solid #D2D2D2;
  padding-left: 25px;
  padding-right: 28px;
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
.title-lv3-line a {
  font-family: "Hiragino Sans";
  display: flex;
  align-items: center;
  margin-left: auto;
  transform: translateY(2px);
}
.title-lv3-line .title-lv3-line-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  padding-left: 29px;
  display: inline-block;
}

.news-main {
  font-family: "Hiragino Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  padding-left: 25px;
  padding-right: 28px;
  padding-top: 28px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 21px;
}
.news-main a {
  letter-spacing: 0.4px;
  color: #0080ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.news-main li {
  display: grid;
  grid-template-columns: 7em 1fr;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.module-news--female {
  padding-top: 78px;
}

.text-tab {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  height: 80px;
  width: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  gap: 19px;
}

.hv-tab {
  display: none;
}

.text-tab:hover, .text-tab-active {
  background-color: #23BEBA;
  color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.text-tab:hover .hv-tab, .text-tab-active .hv-tab {
  display: block;
}
.text-tab:hover .see, .text-tab-active .see {
  display: none;
}

.table-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #D2D2D2;
}

.table-list li img {
  width: 24px;
}

.table-news-main {
  background-color: #F0FBFF;
  padding-bottom: 80px;
}
.table-news-main .table-news-delete-bt {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
}

.title-post-tab {
  font-size: 20px;
  font-weight: 600;
  color: #20b6b1;
  text-decoration: underline;
  text-underline-offset: 5px;
  margin-top: 6px;
  display: inline-block;
  line-height: 1.4;
  text-decoration-thickness: 1px;
}

.table-news-text {
  font-size: 16px;
  line-height: 1.6;
}

a.table-news-main-item {
  transition: ease all 0.35s;
}
a.table-news-main-item:hover {
  box-shadow: 0px 0px 12px 0px rgba(47, 47, 47, 0.2588235294);
}
a.table-news-main-item .hv-o:hover {
  opacity: 1 !important;
}

.table-news-main-item {
  max-width: 900px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  min-height: 190px;
  padding: 30px;
  position: relative;
  box-shadow: 0px 0px 12px 0px rgba(198, 235, 235, 0.4196078431);
}
.table-news-main-item input {
  margin: 0 !important;
}
.table-news-main-item .table-news-content {
  display: grid;
  grid-template-columns: 30.6% 1fr;
  gap: 20px;
}
.table-news-main-item .table-news-delete {
  position: absolute;
  right: 20px;
  top: 15px;
}
.table-news-main-item .table-news-check {
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-news-main-item + .table-news-main-item {
  margin-top: 20px;
}

.table-news-text-center {
  font-size: 16px;
  color: #1ba3cc;
  line-height: 1.7;
  text-align: center;
  padding-bottom: 67px;
  padding-top: 65px;
}

.table-news-delete {
  width: 36px;
  height: 36px;
  border-radius: 1000px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #20b6b1;
}

.table-news-delete img {
  width: 17px;
}

.table-news-bt {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  font-size: 20px;
  margin-top: 73px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.table-news-bt input {
  margin: 0 !important;
}

.table-news-delete-bt {
  font-size: 22px;
  min-height: 60px;
  padding: 10px;
  border-radius: 6px;
  background-color: #20b6b1;
  justify-content: center;
  align-items: center;
  color: #fff;
  display: flex;
  gap: 30px;
  cursor: pointer;
}
.table-news-delete-bt img {
  width: 19px;
}

.btn-big {
  font-size: 24px;
  font-weight: 600;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-color: #F2F2F2;
  border-radius: 6px;
  border: 1px solid #DADADA;
  cursor: pointer;
}

.btn-big--tab-new {
  max-width: 430px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.table-news {
  padding-bottom: 150px;
  padding-top: 95px;
}

.table-news-tab4 {
  padding-bottom: 120px;
}

.tab-link-pr {
  display: none;
}

.tab-link-pr--active {
  display: block;
}

.link-return {
  font-size: 24px;
  color: #20b6b1;
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  margin-top: 50px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.link-return img {
  width: 24px;
}

.box-tab-new-item {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 7px 0px rgba(47, 47, 47, 0.2588235294);
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 30px;
  padding-bottom: 44px;
}

.gr-owl-carousel {
  padding-left: 25px;
}

.gr-owl-carousel .owl-carousel-item {
  padding: 10px;
}

.box-tab-new-item .table-news-text {
  padding-top: 12px;
}

.gr-owl-carousel {
  margin-left: -10px;
}

.title-tab-icon {
  font-size: 26px;
  font-weight: 600;
}

.title-tab-icon--icon {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 27px;
}

.title-tab-icon--icon img {
  width: 24px;
}

.title-tab-icon--star img {
  width: 26px;
}

.title-tab-icon--icon a {
  margin-left: auto;
}

.gr-owl-carousel .title-tab-icon {
  padding-left: 12px;
  padding-bottom: 23px;
  padding-top: 73px;
}

.gr-owl-carousel .title-post-tab {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  text-decoration: none;
  border-bottom: 1px solid #20b6b1;
}

.sec-2-34 {
  background-color: #FFEFF7;
  padding-top: 50px;
  padding-bottom: 41px;
}

.title-tab-icon--star-p img {
  width: 31px;
}

.owl-carousel-l-r {
  position: relative;
}
.owl-carousel-l-r .owl-nav {
  position: absolute;
  margin-top: 0;
  left: -21px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.owl-carousel-l-r .owl-nav img {
  width: 46px;
}

.table-news-34 {
  padding-bottom: 69px;
}

.sec-2-34 .title-tab-icon {
  padding-top: 0 !important;
}

.sec-3-34__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 4.5%;
       column-gap: 4.5%;
  row-gap: 8.5%;
  padding-top: 100px;
  padding-bottom: 130px;
}

.popup-page {
  position: absolute;
  z-index: -999;
  opacity: 0;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.popup-page--edit {
  visibility: visible;
  z-index: 999;
  opacity: 1;
}
.popup-page--edit .popup-page-fix {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.popup-page--edit .popup-page__inner-35 {
  top: 50%;
  opacity: 1;
}

.popup-page-fix {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 61, 58, 0.58);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.popup-page__inner-35 {
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  border-radius: 6px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  transition: all 0.3s 0.12s;
}

.popup-page__sec1 {
  max-width: 670px;
  width: calc(100% - 30px);
  height: 344px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.text-16-popup {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}

.btn-popup-sec {
  font-size: 20px;
  line-height: 1;
  color: #20b6b1;
  border: 1px solid #20b6b1;
  border-radius: 6px;
  padding: 19px 10px;
  width: 100%;
  cursor: pointer;
}

.btn-popup-sec--active {
  background-color: #20b6b1;
  color: #fff;
}

.gr-2btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 570px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -moz-column-gap: 8.4%;
       column-gap: 8.4%;
  padding-top: 36px;
  padding-bottom: 2px;
}

.btn-close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: flex;
  justify-items: center;
  align-items: center;
}

.table-40 {
  padding-top: 70px;
  padding-bottom: 20px;
}
.table-40 .table-40__main {
  max-width: 670px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 55px;
  padding-bottom: 70px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(198, 235, 235, 0.4196078431);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.table-40 .text-block-40 {
  font-size: 16px;
  line-height: 2;
  color: #20b6b1;
  text-align: center;
  border-radius: 6px;
  display: flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  background-color: #EFFFFE;
}
.table-40 .link-return {
  margin-top: 0;
}

.content_full_color-35 {
  max-width: 800px;
  width: calc(100% - 30px);
  padding: 0;
  padding-top: 70px;
}
.content_full_color-35 .content_full_row {
  padding: 0;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 56px;
  margin-bottom: 10px;
  padding-bottom: 60px;
}
.content_full_color-35 .group__form {
  margin-top: 0;
}
.content_full_color-35 .note_input {
  font-size: 12px;
  letter-spacing: 0;
  margin-top: 8px;
}
.content_full_color-35 .group__form__bottom {
  padding-top: 21px;
}
.content_full_color-35 .group__form .title_line_round {
  margin-bottom: 25px;
}
.content_full_color-35 .control-input--check:checked {
  background-image: url(../img/icon/checked-h.png);
  border-color: #e5669d !important;
}
.content_full_color-35 .row_check_ck {
  margin-bottom: 64px;
}
.content_full_color-35 .item_input select {
  padding-top: 8px;
  padding-bottom: 9px;
  border: 1px solid #cccccc;
}
.content_full_color-35 .span__relative-password:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/icon/pass__check.png);
  background-repeat: no-repeat;
  background-size: 202px 8px;
  background-position: left 20px center;
}

@media screen and (max-width: 992px) {
  .text-tab {
    gap: 10px;
  }
  .table-news {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .table-news-34 {
    padding-bottom: 40px;
  }
  .table-news-text-center {
    padding: 50px 0;
  }
  .table-news-bt {
    margin-top: 50px;
  }
  .table-news-main .table-news-delete-bt {
    margin-top: 30px;
  }
  .btn-big--tab-new, .link-return {
    margin-top: 40px;
  }
  .gr-owl-carousel {
    padding-left: 0;
  }
  .title-post-tab {
    font-size: 18px;
  }
  .box-tab-new-item {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .gr-owl-carousel .title-tab-icon {
    padding-top: 40px;
  }
  .title-tab-icon {
    font-size: 24px;
  }
  .owl-carousel-l-r .owl-nav {
    left: 10px;
  }
  .sec-3-34__main {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .content_full_color-35 .content_full_row {
    padding-left: 9.073vw;
    padding-right: 9.073vw;
  }
}
@media screen and (max-width: 800px) {
  .gr-owl-carousel .owl-carousel {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .title-lv3-line {
    font-size: 6.4vw;
    align-items: flex-end;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }
  .title-lv3-line .title-lv3-line-jp {
    font-size: 2.4vw;
    padding-bottom: 1.2vw;
    padding-left: 27px;
  }
  .title-lv3-line a {
    transform: translateY(-0.8vw);
  }
  .link-detail-right {
    font-size: 2.667vw;
  }
  .link-detail-right:after {
    margin-left: 2.667vw;
  }
  .news-main {
    padding-left: 0;
    padding-right: 0;
    font-size: 2.667vw;
    padding-top: 14px;
    gap: 14px;
  }
  .news-main li {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .text-tab {
    flex-direction: column;
    height: 14.4vw;
    font-size: 2.667vw;
  }
  .table-list li img {
    width: 5.333vw;
  }
  .table-list li:nth-child(2) img {
    width: 5.067vw;
  }
  .cont-1100px, .table-news-main-item {
    width: 100%;
  }
  .module-news--female, .table-list, .table-news-main {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
  }
  .table-news-text-center {
    font-size: 2.667vw;
    padding-top: 7.067vw;
    padding-bottom: 7.067vw;
  }
  .module-news--female {
    padding-top: 6vw;
  }
  .table-news {
    padding-top: 7.6vw;
    padding-bottom: 13.333vw;
  }
  .table-news-34 {
    padding-bottom: 8.933vw;
  }
  .table-news-main-item {
    min-height: 25.333vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .table-news-main-item .table-news-check {
    justify-content: flex-start;
    padding-left: 2.667vw;
  }
  .table-news-main-item .table-news-content {
    gap: 0;
  }
  .table-news-main-item .table-news-delete {
    width: 4vw;
    height: 4vw;
    top: 10px;
    right: 10px;
  }
  .table-news-delete img {
    width: 1.867vw;
  }
  .table-news-main-item .table-news-text {
    padding-left: 2vw;
    padding-right: 4.4vw;
  }
  .table-news-text {
    font-size: 2.667vw;
  }
  .box-tab-new-item .table-news-text {
    padding-top: 1.6vw;
  }
  .title-post-tab {
    font-size: 3.2vw;
    margin-top: -3px;
    text-underline-offset: 0.667vw;
  }
  .gr-owl-carousel .title-post-tab {
    font-size: 2.933vw;
    margin-top: 2px;
  }
  .table-news-bt {
    font-size: 3.2vw;
    margin-top: 8.933vw;
    gap: 3.733vw;
  }
  .table-news-main .table-news-delete-bt {
    margin-top: 6.667vw;
    max-width: 67.6vw;
    min-height: 8vw;
  }
  .table-news-delete-bt {
    font-size: 3.2vw;
    gap: 3.733vw;
  }
  .table-news-main {
    padding-bottom: 10.267vw;
  }
  .btn-big {
    font-size: 4.267vw;
    min-height: 16.267vw;
  }
  .btn-big--tab-new {
    max-width: 81.333vw;
    margin-top: 10.667vw;
  }
  .link-return {
    font-size: 3.467vw;
    gap: 4vw;
  }
  .link-return {
    margin-top: 6.4vw;
  }
  .table-news-delete-bt img {
    width: 2.533vw;
  }
  .link-return img {
    width: 3.2vw;
  }
  .gr-owl-carousel {
    padding-left: 4.267vw;
    margin-left: 0;
  }
  .gr-owl-carousel .owl-carousel-item {
    padding: 1.333vw;
  }
  .gr-owl-carousel .title-tab-icon {
    padding-left: 1.467vw;
    padding-right: 5.333vw;
    gap: 3.6vw;
    padding-top: 8vw;
    padding-bottom: 2.4vw;
  }
  .title-tab-icon {
    font-size: 3.467vw;
  }
  .box-tab-new-item {
    padding-top: 2.667vw;
    padding-left: 2.667vw;
    padding-right: 2.667vw;
    padding-bottom: 2.4vw;
    box-shadow: 0px 0px 0.933vw 0px rgba(47, 47, 47, 0.2588235294);
  }
  .title-tab-icon--icon img {
    width: 3.2vw;
  }
  .title-tab-icon--star-p img {
    width: 4.133vw;
  }
  .title-tab-icon--star img {
    width: 3.467vw;
  }
  .owl-carousel-l-r .owl-nav img {
    width: 100%;
  }
  .owl-carousel-l-r .owl-nav button {
    width: 4.4vw;
  }
  .owl-carousel-l-r .owl-nav {
    transform: translate(-2.267vw, -50%);
    left: 1.333vw;
  }
  .sec-2-34 {
    padding-top: 3.467vw;
    padding-bottom: 2.933vw;
  }
  .sec-3-34__main {
    padding-left: 5.333vw;
    padding-right: 5.333vw;
    grid-template-columns: 1fr;
    row-gap: 4vw;
    padding-top: 10.667vw;
    padding-bottom: 12vw;
  }
  .sec-3-34__main img {
    width: 100%;
  }
  .popup-page__sec1 {
    width: 100%;
    max-width: 89.333vw;
    height: 50.4vw;
    padding: 2.667vw;
  }
  .text-16-popup {
    font-size: 3.2vw;
  }
  .gr-2btn {
    padding-top: 6.667vw;
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 0;
  }
  .btn-close-popup {
    width: 2.4vw;
    top: 2.667vw;
    right: 2.667vw;
  }
  .btn-close-popup img {
    width: 100%;
  }
  .btn-popup-sec {
    font-size: 3.2vw;
    padding-top: 1.333vw;
    padding-bottom: 1.333vw;
    height: 8vw;
  }
  .content_full_color-35 {
    max-width: 100%;
    width: 100%;
  }
  .content_full_color-35 .content_full_row {
    padding-left: 3.467vw;
    padding-right: 3.467vw;
    margin-bottom: 0;
    padding-bottom: 6.933vw;
    padding-top: 5.6vw;
  }
  .content_full_color-35 {
    padding-top: 8vw;
  }
  .content_full_color-35 .item_label_i {
    font-size: 3.733vw;
  }
  .content_full_color-35 .item_input {
    margin-bottom: 5.333vw;
  }
  .content_full_color-35 .radio__check .checkmark:after {
    width: 1.867vw;
    height: 1.867vw;
  }
  .content_full_color-35 .checkmark {
    width: 3.067vw;
    height: 3.067vw;
    top: 1.333vw;
  }
  .content_full_color-35 .form_kep {
    margin-top: 5.6vw;
  }
  .content_full_color-35 .mgt_25_cxv__1 {
    margin-top: 0.533vw;
  }
  .content_full_color-35 .note_input {
    font-size: 2.667vw;
    line-height: 1.5;
    letter-spacing: 0.4px;
    margin-top: 0;
  }
  .content_full_color-35 .span__relative-password:before {
    content: "";
    background-size: 30.933vw 1.333vw;
    background-position: left 2.667vw center;
  }
  .content_full_color-35 .span__relative-password {
    margin-bottom: 0.667vw;
  }
  .content_full_color-35 .group__form {
    margin-bottom: 0;
  }
  .content_full_color-35 .group__form__bottom {
    padding-top: 5.733vw;
  }
  .content_full_color-35 .item_input select {
    padding-top: 0.8vw;
    padding-bottom: 0.933vw;
    margin-left: 0;
  }
  .content_full_color-35 .wrap__btn-01 {
    padding-top: 3.467vw;
  }
  .content_full_color-35 .title_line_round {
    margin-bottom: 3.333vw;
  }
  .table-news-tab4 {
    padding-bottom: 8vw;
  }
  .table-40 {
    padding-top: 8vw;
    padding-bottom: 1.067vw;
  }
  .table-40 .table-40__main {
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 6.667vw;
    padding-bottom: 9.333vw;
    height: 40vw;
  }
  .table-40 .text-block-40 {
    font-size: 2.667vw;
    height: 10.667vw;
  }
  .table-40 .link-return {
    margin-top: 0;
  }
}
@media screen and (max-width: 450px) {
  .title-lv3-line .title-lv3-line-jp {
    font-size: 12px;
    padding-left: 10px;
  }
  .link-detail-right {
    font-size: 12px;
  }
  .title-lv3-line {
    padding-bottom: 5px;
  }
  .news-main {
    font-size: 12px;
  }
  .table-news-text-center {
    font-size: 12px;
  }
  .text-tab {
    font-size: 11px;
  }
  .table-news-main-item .table-news-content {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .table-news-content img {
    width: 100%;
  }
  .table-news-text {
    font-size: 12px;
  }
  .table-news-main-item .table-news-text {
    padding-left: 0;
  }
  .title-post-tab {
    font-size: 12px;
    margin-top: 5px;
  }
  .gr-owl-carousel .title-post-tab {
    font-size: 12px;
  }
  .title-tab-icon {
    font-size: 12px;
  }
  .table-news-bt {
    font-size: 12px;
  }
  .table-news-delete-bt {
    font-size: 12px;
  }
  .table-news-main .table-news-delete-bt, .btn-big--tab-new {
    max-width: 290px;
  }
  .table-news-delete-bt img {
    width: 10px;
  }
  .link-return img {
    width: 18px;
  }
  .link-return {
    font-size: 15px;
  }
  .table-news-main-item .table-news-delete {
    width: 18px;
    height: 18px;
  }
  .table-news-delete img {
    width: 10px;
  }
  .title-tab-icon--icon img {
    width: 17px;
  }
  .owl-carousel-l-r .owl-nav {
    transform: translateY(-50%);
  }
  .owl-carousel-l-r .owl-nav button {
    width: 25px;
  }
  .title-tab-icon--star-p img {
    width: 20px;
  }
  .btn-popup-sec {
    font-size: 12px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .gr-2btn {
    -moz-column-gap: 4.4%;
         column-gap: 4.4%;
  }
  .btn-close-popup {
    width: 14px;
    top: 10px;
    right: 10px;
  }
  .text-16-popup {
    font-size: 11px;
  }
  .table-news-main-item .control-input--check:checked {
    background-position: left 1px center;
  }
}
.table-news-main .paginate_page {
  margin-top: 36px;
}

.table-news-main .paginate_page + .text__paginate_page {
  margin-bottom: 0;
}

footer {
  background-color: #F9F9F9;
  padding-bottom: 93px;
}
footer .container__fullxv {
  padding: 30px 15px 20px;
}

.scrolltop {
  position: fixed;
  bottom: 45px;
  right: 145px;
  justify-content: center;
  width: 129px;
  height: 129px;
  border-radius: 999px;
  z-index: 100;
  box-shadow: 0px 0px 10px 1px rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 10px 1px rgb(255, 255, 255);
  -moz-box-shadow: 0px 0px 10px 1px rgb(255, 255, 255);
}

.btn_faq__link {
  position: fixed;
  bottom: 195px;
  right: 145px;
  width: 129px;
  height: 129px;
  justify-content: center;
  z-index: 100;
  box-shadow: 0px 0px 10px 1px rgb(235, 231, 231);
  -webkit-box-shadow: 0px 0px 10px 1px rgb(235, 231, 231);
  -moz-box-shadow: 0px 0px 10px 1px rgb(235, 231, 231);
  border-radius: 999px;
}

.page_top__text {
  margin-top: 12px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.6px;
}

.copy__right p {
  font-size: 10px;
  line-height: 2;
  padding-bottom: 12px;
}

.container__fullxv {
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}

.col__footer_logo {
  width: 49.5%;
  border-right: 1px solid #cccccc;
  align-items: flex-end;
  padding-top: 4px;
  padding-bottom: 30px;
}

.col__footer_menu {
  width: 50.5%;
  padding-left: 50px;
}

.menu_footer li {
  margin-right: 30px;
  margin-top: 10px;
}

.col__footer_text {
  font-size: 18px;
  margin-bottom: 11px;
  letter-spacing: 0.6px;
}

.btn__font span {
  font-weight: bold;
  font-size: 16px;
  padding-left: 5px;
}

.btn_icon_align {
  display: flex;
  align-items: center;
}

.row__flex_align {
  display: flex;
  align-items: center;
}

.btn_py button,
.btn_py a {
  width: calc(50% - 5px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8.5px 9.5px 10.5px;
}

.btn_py button img,
.btn_py a img {
  margin-top: 2px;
}

.btn_row--footer {
  width: 100%;
  max-width: 420px;
  padding-left: 50px;
  justify-content: space-between;
}

.col__footer_fl {
  padding-left: 20px;
}

.col__footer_fl ul li {
  margin: 0 10px;
}

.btn_footer {
  padding-top: 26px;
}

.btn_login {
  background-color: transparent;
  white-space: nowrap;
}

.btn_login span {
  padding-top: 3px;
}

.btn_footer_wrapper .icon_login {
  margin-top: 5px;
}

.page_top_xxi {
  bottom: 145px !important;
}

@media screen and (max-width: 1440px) {
  .scrolltop {
    right: 30px;
  }
  .btn_faq__link {
    right: 30px;
  }
}
@media screen and (max-width: 1150px) {
  .col__footer_text_img {
    width: 69%;
  }
  .col__footer_fl {
    padding-left: 10px;
  }
  .col__footer_fl ul li {
    margin: 0 5px;
  }
  .col__footer_text {
    font-size: 12.9px;
    margin-bottom: 11px;
    letter-spacing: 0;
  }
  .col__footer_menu {
    padding-left: 20px;
  }
  .btn_row--footer {
    width: 100%;
    max-width: 420px;
    padding-top: 10px;
    padding-left: 0px;
  }
  .row__start {
    align-items: flex-start;
  }
}
@media screen and (max-width: 800px) {
  .col__footer_text {
    letter-spacing: -0.5px;
  }
}
@media screen and (max-width: 750px) {
  footer .container__fullxv {
    padding: 6.333vw 5.333vw 4.5vw;
  }
  .col__footer_logo {
    width: 100%;
    border-right: 0px;
    padding-bottom: 2.7vw;
  }
  .col__footer_menu {
    width: 100%;
    padding-left: 0;
    overflow: hidden;
  }
  .menu_footer {
    font-size: 3.733vw;
  }
  .col__footer_text {
    font-size: 2.4vw;
    margin-bottom: 3vw;
    letter-spacing: 0.6px;
  }
  .col__footer_text_img img {
    width: 49.6vw;
  }
  .col__footer_fl ul li {
    margin: 0 2.667vw 5px;
  }
  .icon_twitter {
    width: 6.667vw;
  }
  .icon_instagram {
    width: 6vw;
  }
  .icon_tiktok {
    width: 5.2vw;
  }
  .col__footer_text_img {
    width: 58%;
  }
  .menu_footer li {
    margin-right: 8vw;
    margin-bottom: 2.5vw;
  }
  .menu_footer {
    margin-right: -8vw;
  }
  .btn_row--footer {
    max-width: none;
  }
  .btn_footer {
    padding-top: 10px;
  }
  .btn__font span {
    font-size: 4.267vw;
  }
  .icon_login {
    width: 4.267vw;
  }
  .btn_footer_wrapper .icon_login {
    margin-top: 1.2vw;
  }
  .icon_home {
    width: 5.2vw;
  }
  .icon_edit {
    width: 4.4vw;
  }
  .btn_py button,
  .btn_py a {
    width: calc(50% - 7.5px);
    padding: 2.7vw 10.5px;
  }
  .btn_footer_wrapper {
    padding-bottom: 2.5vw;
  }
  .copy__right p {
    font-size: 2.667vw;
    padding-bottom: 3vw;
  }
  .scrolltop {
    bottom: 9.5vw;
    right: 5.333vw;
    width: 16.8vw;
    height: 16.8vw;
  }
  .btn_faq__link {
    width: 16.8vw;
    height: 16.8vw;
    bottom: 29.5vw;
    right: 5.333vw;
  }
  .page_top__text {
    font-size: 2.933vw;
    margin-top: 1.6vw;
  }
  .scrolltop img {
    width: 4.4vw;
    margin-top: 1.6vw;
  }
  .page_top_xxi {
    bottom: 28vw !important;
  }
}
@media screen and (max-width: 1100px) {
  .btn_footer.row__flex_align {
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=style.css.map */