/* PC
***************************************************  */

/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
html {
  font-size: 62.5%; /* 1rem = 10px */
}

body {
  background-color: #ffffff;
  scroll-behavior: smooth;
  color: #333333;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo,
    sans-serif;
}

p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.5;
}

/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
a {
  transition: 0.16s;
}

a:hover {
  opacity: 0.45;
}

img {
  display: block;
}

/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.bgclr_blue {
  background-color: #003cb3;
}

.bgclr_gray {
  background-color: #f2f5f6;
}

.txtclr_vis {
  color: #003cb3;
}

.txtclr_mis {
  color: #0095b3;
}

.txtclr_val {
  color: #693cbc;
}

/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.danasset_container {
  margin-top: 70px;
}

.danasset_contentbox {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 160px;
}

.danasset_h2ul {
  display: flex;
  align-items: baseline;
}


.danasset_h2ul-message{
  display: flex;
  align-items: baseline;
  flex-direction: column;
}

.u-tac{
  text-align: center;
  padding-bottom: 1.5rem;
}

.u-tac-p{

  padding-top: 2.5rem;
  color: #003cb3;
  font-size: 1.9rem;
  font-weight: 300;
  padding-left: 2rem;
}

h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  /*	font-style: normal;	*/
  color: #003cb3;
  font-size: 4.2rem;
  letter-spacing: 0.55rem;
}

.h2cap {
  color: #003cb3;
  font-size: 1.9rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  padding-left: 2rem;
}

.h2uline {
  background-color: #003cb3;
  height: 1px;
  width: 40px;
  margin: 26px 0 38px;
}

h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  /*	font-style: normal;	*/
  color: #000000;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2.2rem;
}

h1 {
}

.linkbtn {
  width: fit-content;
}

.linkbtn a {
  display: block;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 300;
  padding: 4px 24px;
  margin-top: 30px;
}

.nakayose {
  text-align: center;
}

.nakayose2 {
  margin: 0 auto;
}

.posi_relative {
  position: relative;
}

.posi_absolute {
  position: absolute;
}

/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
#header_pc {
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 999;
  /*	padding: 16px 0;	*/
}

.h_menu {
  display: flex;
  /*	align-items: center;	*/
  justify-content: space-between;
  height: inherit;
}

.h_menu a {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 700;
}

.h_menul {
  margin-left: 3.5%;
}

.gnav_box {
  height: inherit;
}
.h_menur {
  /*	height: 70px;	*/
  margin-right: 3.5%;
}

#nav_pc {
  display: flex;
  column-gap: 10px;
  height: 70px;
  align-items: center;
}

#nav_pc li {
  padding: 0rem 2rem;
}

.nav_pcli {
  display: table;
  /* height: 70px; */
}

.nav_pcli a {
  display: table-cell;
  vertical-align: middle;
}

a.toph1icon:hover {
  opacity: 1;
}

.nav-box {
  background-color: #000000;
  text-align: center;
}

.nav-box a {
  color: #fff;
}
.nav-box span {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2rem;
}

/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
#danasset_footer {
  background-color: #000000;
  color: #ffffff;
}

.danasset_footerbox {
  width: 1000px;
  margin: 0 auto;
  padding: 80px 0 100px;
}

.footer_info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(255, 255, 225, 0.65);
}

.footer_info p {
  line-height: 1.9;
}

.footer_infoh {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
}

.footer_infocap {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 2.3rem;
  letter-spacing: 0.5rem;
}

.footername {
  letter-spacing: 0.6rem;
}

.footer_infolir ul {
  display: flex;
  align-items: center;
}

.footer_infolir ul li:first-child img {
  padding-right: 1.6rem;
}

.footer_infotel {
  letter-spacing: 0.3rem;
}

.footer_menu {
  margin-top: 5rem;
}

#fmenu_pc ul {
  display: flex;
  justify-content: space-evenly;
}

.footer_menu a {
  color: #ffffff;
  font-size: 1.4rem;
}

.footer-contact {
  margin-block-start: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}

.footer-contact__btn {
  background: #003cb3;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
}

.footer-contact__btn span {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2rem;
}
.footer_cr {
  font-size: 1.2rem;
  letter-spacing: 0.08rem;
  text-align: center;
  padding: 0 0 1.4rem;
}

.bnr_bpbox {
  width: fit-content;
  position: fixed;
  right: 0;
  top: 68%;
}

/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.top1v_img {
  width: 100%;
}

/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.message_ul {
  display: flex;
}

.message_aoiimg {
  margin-right: 10rem;
}

.namesign {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.44rem;
  margin-top: 0.8rem;
}

.aoisign {
  color: #000000;
  font-size: 1.86rem;
  letter-spacing: 0.4rem;
  padding-left: 2rem;
}

.message_linkbox {
  display: flex;
}

ul.message_linkbox li {
  margin-right: 20px;
}

ul.message_linkbox li:last-child {
  margin-right: 0;
}

/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.topface_logo {
  left: 7%;
  top: 160px;
  mix-blend-mode: multiply;
  opacity: 0.18;
}

.topface_bg {
  right: 0;
  /* top: 218px; */
  mix-blend-mode: multiply;
  opacity: 0.22;
  bottom: 185px;
}

.topbusiness_pac {
  border-top: 1px solid rgba(0, 60, 179, 0.65);
  margin-top: 80px;
  padding-top: 60px;
}

.topbusiness_box {
  border: 1px solid rgba(0, 60, 179, 0.65);
  width: 70%;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 4% 6%;
}

.mar_t50 {
  margin-top: 50px;
}

.mar_b50 {
  /*	margin-bottom: 50px; */
  margin-bottom: 0px;
}

.topbusiness_eh {
  color: #003cb3;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.1rem;
  letter-spacing: 0.3rem;
  padding-bottom: 0.5rem;
}

.topbusiness_jh {
  color: #000000;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  padding-bottom: 1rem;
}

.txtmarker {
  background: linear-gradient(transparent 60%, rgba(0, 60, 179, 0.18) 60%);
}

/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.topvoice_looppac {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.topvoice_looppac::after {
  content: "";
  display: block;
  width: 27%;
}

div.topvoice_lp_box {
  margin-bottom: 4rem;
}

/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.contact_tel {
  border-top: 1px solid rgba(0, 60, 179, 0.65);
  padding: 50px 0;
  text-align: center;
}

.contact_mail {
  margin-top: 60px;
  border-top: 1px solid rgba(0, 60, 179, 0.65);
  border-bottom: 1px solid rgba(0, 60, 179, 0.65);
  padding: 50px 0;
  text-align: center;
}

.contact_tel ul,
.contact_mail ul {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.6rem;
}

.contact_tel li:last-child,
.contact_mail li:last-child {
  padding-left: 1rem;
}

.contact_info {
  color: #000000;
  font-size: 3.7rem;
  font-weight: 400;
  letter-spacing: 0.8rem;
  line-height: normal;
  padding-top: 1.6rem;
}

/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.danasset_sub1stview {
  background-image: linear-gradient(
    145deg,
    rgba(0, 60, 179, 1) 40%,
    rgba(0, 15, 105, 1) 75%
  );
  height: 346px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.danasset_sub1stview h1 {
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 6.6rem;
  letter-spacing: 0.9rem;
  line-height: 1.2;
  margin-block: auto;
}

/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.career_ul {
  display: flex;
}

.aoicareer_jp {
  color: #000000;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0.4rem;
  margin-bottom: 2.2rem;
}

.aoicareer_en {
  color: #003cb3;
  font-weight: 400;
  font-size: 1.86rem;
  letter-spacing: 0.4rem;
  margin-left: 2rem;
}

.aoiposition {
  color: #000000;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.86rem;
  letter-spacing: 0.2rem;
  margin-bottom: 2.2rem;
}

.career_aoiimg {
  /* margin-left: 10.0rem; */
  margin-right: 9rem;
}

.keyword_box {
  margin-bottom: 4.2rem;
}

.keyword_boxend {
  margin-bottom: 0;
}

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

.hobby_looppac::after {
  content: "";
  display: block;
  width: 27%;
}

div.hobby_lp_box {
  margin-bottom: 4rem;
}

/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.company_mvlogo {
  height: 346px;
  right: 10%;
  opacity: 0.3;
}

.future_box {
  border: 1px solid rgba(0, 60, 179, 0.65);
  padding: 8% 12%;
}

.futurelogo {
  width: fit-content;
  margin: 0 auto;
  margin-top: 5.4rem;
}

.futureline {
  background-color: #003cb3;
  height: 1px;
  width: 100%;
  margin: 38px 0;
}

.vmv_box {
  border-left: 1px solid rgba(0, 60, 179, 0.65);
  border-right: 1px solid rgba(105, 60, 188, 0.65);
  padding: 0 3.6%;
}

.vmv_box ul {
  display: flex;
}

.vmv_box li {
  width: 28.53%;
}

.vmv_box li:nth-child(1) {
  padding-right: 3.6%;
  border-right: 1px solid rgba(0, 149, 179, 0.65);
}

.vmv_box li:nth-child(2) {
  padding: 0 3.6%;
}

.vmv_box li:nth-child(3) {
  padding-left: 3.6%;
  border-left: 1px solid rgba(105, 60, 188, 0.65);
}

.vmv_hen {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0.3rem;
  text-align: center;
  line-height: normal;
  margin-bottom: 1.2rem;
}

.vmv_hjp {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  text-align: center;
  line-height: normal;
  margin-bottom: 2.6rem;
}

.about_box {
  width: 76%;
  margin: 0 auto;
  border-top: 1px solid rgba(51, 51, 51, 0.65);
}

.about_box ul {
  display: flex;
  border-bottom: 1px solid rgba(51, 51, 51, 0.65);
  padding: 3.4rem 4%;
  font-size: 1.4rem;
}

.about_box li:first-child {
  width: 23%;
  color: #003cb3;
}

/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.pp_box p {
  line-height: 2.1;
}

.pp_h {
  color: #003cb3;
  margin-top: 1.4rem;
}

.pp_kajou {
  padding-left: 2.4rem;
}

.pp_end {
  text-align: right;
}

/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.danasset_categorybox {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0;
}

.danasset_categorybox a {
  color: #333333;
  font-size: 1.4rem;
  margin-right: 2.2rem;
  display: inline-block;
}

.select_catname {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  /*	font-style: normal;	*/
  color: #003cb3;
  font-size: 3rem;
  letter-spacing: 0.1rem;
  margin-bottom: 6rem;
}

.obake {
  display: none;
}

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

.archives_looppac::after {
  content: "";
  display: block;
  width: 27%;
}

.archives_lp_box {
  width: 27%;
  margin-bottom: 7rem;
}

.archives_lp_thumb {
  width: auto;
  height: 208px;
}

.archives_lp_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archives_lp_time {
  color: #333333;
  font-size: 1.3rem;
  letter-spacing: 0.14rem;
  padding: 1rem 0 0.4rem;
}

.archives_lp_title {
  color: #333333;
  font-size: 1.7rem;
  letter-spacing: 0.06rem;
  padding-bottom: 1.4rem;
}

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

.archives_lp_catbox {
  background-color: #003cb3;
  color: #ffffff;
  font-size: 1.22rem;
  padding: 0.2rem 0.8rem;
  margin: 0 1rem 0.8rem 0;
}

/** -------------------- */
.pagenavi {
  font-size: 1.4rem;
  text-align: center;
}

a.page-numbers {
  border: 1px solid #003cb3;
  color: #003cb3;
  padding: 2px 6px;
  margin: 0 0.6rem;
}

span.current {
  padding: 2px 6px;
  margin: 0 0.6rem;
}

a.prev {
  margin: 0 0.6rem 0 0;
  border: 0;
}

a.next {
  margin: 0 0 0 0.6rem;
  border: 0;
}

/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.danasset_singlepostbox img {
  max-width: 100%;
}

.singlepost_time {
  color: #333333;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  margin-bottom: 1.8rem;
}

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

.singlepost_catbox {
  background-color: #003cb3;
  color: #ffffff;
  font-size: 1.22rem;
  padding: 0.2rem 0.8rem;
  margin: 0 1rem 0.8rem 0;
}

.singlepost_title h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  /*	font-style: normal;	*/
  color: #000000;
  font-size: 3.3rem;
  letter-spacing: 0.2rem;
  margin: 1.6rem 0 4.6rem;
}

.singlepost_thumimg {
  max-width: 100%;
  margin-bottom: 4.6rem;
}

.singlepost_thumimg img {
  width: fit-content;
  margin: 0 auto;
  height: auto;
}

/** --------------------------------------------------------------------------
*** -------------------------------------------------------------------------- */
.singlepost_content {
  word-break: break-all;
}

.singlepost_content h2 {
  /* 投稿タイトルのため使用しない */
}

.singlepost_content h3 {
  color: #003cb3;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.8rem;
  letter-spacing: 0;
  padding: 0.1rem 0 0.2rem 1.4rem;
  border-left: 4px solid rgba(0, 60, 179, 1);
  margin-bottom: 1.6rem;
}

.singlepost_content h4 {
  color: #003cb3;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 2.16rem;
  letter-spacing: 0;
  padding: 0.4rem 0 1rem;
  /*	border-top: 2px solid rgba(0, 60, 179, 1.00);	*/
  border-bottom: 1px solid rgba(0, 60, 179, 1);
  margin-bottom: 1.2rem;
}

.singlepost_content h5 {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo,
    sans-serif;
  color: #003cb3;
  position: relative;
  padding-left: 2.4rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.singlepost_content h5:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 60, 179, 0.9);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 51%;
  /* border: dashed 1px white; */
  left: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.singlepost_content a {
  background-color: rgba(255, 215, 0, 0.16);
  padding: 0.4rem 0.8rem;
}

.singlepost_content p {
}

/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
.notelist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.notelist li {
  width: 27%;
  margin-bottom: 4rem;
  margin-right: 9.5%;
}

.notelist li:last-child {
  margin-right: 0;
}

.note_img img {
  width: 100%;
  object-fit: cover;
}

.note_time {
  color: #333333;
  font-size: 1.3rem;
  letter-spacing: 0.14rem;
  padding: 1rem 0 0.4rem;
}

.note_title {
  color: #333333;
  font-size: 1.7rem;
  letter-spacing: 0.06rem;
  padding-bottom: 1.4rem;
}

/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
#header_sp {
  display: none;
}

#fmenu_sp {
  display: none;
}

#vmv_sp {
  display: none;
}

#archh1_sp {
  display: none;
}

#sp_on549 {
  display: none;
}

.top1v_img_sp {
  display: none;
}

#fbnrbp_sp {
  display: none;
}

.contact-media {
  background: #f2f5f6;
}

.danasset_subpac.--contact {
  max-width: 800px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-block: 80px;
}

/* コンタクト */

.contact-data__privacy {
  color: #003cb3;
  text-decoration: underline !important;
  padding-inline: 5px;
}

.contact__acceptance {
  padding-block: 10px;
}

.danasset_h2ul-contact {
  display: flex;
  align-items: baseline;
}

.danasset_h2ul-contact h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  /*	font-style: normal;	*/
  color: #003cb3;
  font-size: 2.2rem;
  letter-spacing: 0.55rem;
}

.h2cap-contact {
  color: #003cb3;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  padding-left: 2rem;
}

.contact__form {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  max-width: 800px;
}

.contact__row {
  display: grid;
  grid-template-columns: 212px 1fr;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block-end: 30px;
  position: relative;
}
.contact__row + .--1fr {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block-end: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .contact__row {
    grid-template-columns: 1fr;
    row-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-block-end: 30px;
    position: relative;
  }
}

.contact__row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #707070;
  opacity: 0.3;
}
.contact__row.--aifs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact__head {
  font-size: 1.5rem;
  line-height: normal;
}
.contact__head span.--must {
  position: relative;
  display: inline-block;
}
.contact__head span.--must::after {
  content: "必須";
  position: absolute;
  top: calc(50% + 1px);
  translate: 0 -50%;
  left: calc(100% + 14px);
  font-size: 12px;
  line-height: normal;
  display: inline-block;
  padding: 1px 7px;
  background: #e80000;
  white-space: nowrap;
  color: #ffffff;
}

@media screen and (max-width: 600px) {
  .danasset_sub1stview.--sp h1 {
    color: #ffffff;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    font-size: 3.6rem;
    letter-spacing: 0.7rem;
    line-height: 1.3;
    margin: 0;
  }
}

@media screen and (max-width: 900px) {
  .danasset_h2ul-contact {
    display: flex;
    align-items: baseline;
    flex-direction: column;
  }
  .danasset_h2ul-contact h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    /*	font-style: normal;	*/
    color: #003cb3;
    font-size: 2.4rem;
    letter-spacing: 0.55rem;
  }

  .h2cap-contact {
    color: #003cb3;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.2rem;
    padding-left: 2rem;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  background: #fff;
  width: 100%;
  padding: 12px 24px;
  border: 1px solid #707070;
  border-radius: 4px;

  box-sizing: border-box;
}
textarea {
  resize: vertical;
  height: 300px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact__select-wrap {
  position: relative;
}

input[type="checkbox"] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

.contact__data-checkbox span {
  display: inline-block;
  position: relative;
}
.contact__data-checkbox span::before {
  content: "";
  position: absolute;
}
.contact__data-checkbox span::after {
  content: "";
  position: absolute;
  opacity: 0;
}

input[type="radio"] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.contact__data-radio span {
  display: inline-block;
  position: relative;
}
.contact__data-radio span::before {
  content: "";
  position: absolute;
}
.contact__data-radio span::after {
  content: "";
  position: absolute;
  opacity: 0;
}

.row.jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact__submit {
  text-align: center;
}
.contact__submit input[type="submit"] {
  display: inline-block;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #707070;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #707070;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #707070;
}
input[type="text"]::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #707070;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #707070;
}

.contact__data-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.contact__data-checkbox .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact__data-checkbox .wpcf7-list-item {
  position: relative;
}
.contact__data-checkbox .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
}
.contact__data-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #001b0e;
  background: #ffffff;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact__data-checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 0.3125rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 14px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contact__data-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 0;
  z-index: 1;
  cursor: pointer;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact__data-checkbox
  input[type="checkbox"]:checked
  + .wpcf7-list-item-label::before {
  opacity: 0;
}
.contact__data-checkbox
  input[type="checkbox"]:checked
  + .wpcf7-list-item-label::after {
  opacity: 1;
}

.wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  column-gap: 0.875rem;
}

@media screen and (max-width: 1029px) {
  .wpcf7-form-control.wpcf7-radio {
    flex-direction: column;
    row-gap: 10px;
  }
}

.contact__data-radio {
  display: flex;
  column-gap: 10px;
  padding-block: 0.625rem;
  font-size: 1.5rem;
}
.contact__data-radio .wpcf7-list-item {
  margin: 0;
}
.contact__data-radio .wpcf7-list-item-label {
  display: inline-block;
  -webkit-padding-start: 2.75rem;
  padding-inline-start: 2.75rem;
  position: relative;
  cursor: pointer;
}
.contact__data-radio {
}

.wpcf7-list-item-label {
  position: relative;
  padding-inline-start: 25px;
}
.contact__data-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 1.875rem;
  height: 1.875rem;
  background: #ffffff;
  border-radius: 100vmax;
  border: 1px solid #ffffff;
}
.contact__data-radio {
}
.contact__data-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0.5rem;
  width: 0.875rem;
  height: 0.875rem;
  background: #000000;
  border-radius: 100vmax;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
input[type="radio"] {
  opacity: 0;
  position: absolute;
}

input[type="radio"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

.contact__submit {
  text-align: center;
}
.contact__submit input[type="submit"] {
  display: inline-block;
  color: #ffffff;
  font-size: max(1rem, 12.8px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
  background: #003cb3;
  padding: 0.5rem 1.625rem;
  text-align: center;
  width: 13.75rem;
}
@media screen and (max-width: 767px) {
  .contact__submit input[type="submit"] {
    font-size: 1rem;
  }
}
.contact__submit .contact__submit-btn {
  position: relative;
  display: inline-block;
}
.contact__submit .contact__submit-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 1rem;
  width: 13.438px;
  height: 16.682px;
}
.contact__submit .contact__submit-btn .wpcf7-submit {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #006c37;
  padding: 0.625rem 1.625rem;
  width: 13.75rem;
  border-radius: 117.578px;
  border: none;
  cursor: pointer;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contact__submit .wpcf7-spinner {
  display: none !important;
}

.contact-file {
  font-size: 1rem;
}

.contact-care__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  padding-inline: 50px;
}

@media screen and (max-width: 768px) {
  .contact-care__wrap {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    padding-inline: 0;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.contact-care__box {
  background: #ffff;
  border: 1px solid #003cb3;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

@media screen and (max-width: 768px) {
  .contact-care__box {
    padding: 30px 20px;
  }
}

.contact-care__head {
  position: relative;
  text-align: center;
  margin-inline: auto;
  font-family: "Cormorant Garamond", serif;
}
.contact-care__head p {
  font-weight: 400;
  /*	font-style: normal;	*/
  color: #003cb3;
  font-size: 2.2rem;
}

.contact-care__head::after {
  position: absolute;
  top: calc(100% - 5px);
  left: 50%;
  translate: -50%;
  content: "";
  width: calc(100%);
  max-width: 500px;
  height: 11px;
  background: #003cb3;
  opacity: 0.3;
}

.danasset_h2ul-contact h2 {
}

.contact-care__text {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.2;
  font-weight: 300;
  letter-spacing: 0.2rem;
}

.contact-care__privacy {
  display: block;
  color: #003cb3;
  text-align: right;
  text-decoration: underline !important;
}

.contact__title--text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.2;
  font-weight: 300;
  letter-spacing: 0.2rem;
}
