@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* --------------- variables --------------------- */
/* Break Point */
body {
  font-weight: 400;
  line-height: 1.7;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  color: #111111;
  overflow-x: hidden;
  letter-spacing: 0.02em;
}
body .fontEn {
  font-family: "Lora", serif;
}

a {
  text-decoration: none;
  color: #111111;
}

a[href^="tel:"],
a[href^="fax:"] {
  text-decoration: none;
}

ul,
ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

sup,
sub {
  font-size: 0.6em;
}

:is(h1, h2, h3, h4) {
  line-height: 1;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#header .headerInner .sitename a {
  display: block;
}
#header .headerInner .sitename img {
  display: block;
}
#header .headerInner #globalMenu .gMenu li a {
  color: #111111;
}
#footer .footerInfoWrap .snsList > p {
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
#footer .footerInfoWrap .snsList ul li a {
  display: inline-block;
}
#footer .footerLink > div .top {
  position: relative;
}
#footer .footerLink > div .top a {
  color: #aaaaaa;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}
#footer .footerLink > div dl dt {
  font-weight: 600;
}
#footer .footerLink > div dl dt a {
  color: #cccccc;
  text-decoration: none;
  display: inline-block;
}
#footer .footerLink > div dl dd > ul li a {
  color: #cccccc;
  text-decoration: none;
  display: inline-block;
}
#footer .footerBottom .footerSubLink li a {
  color: #aaaaaa;
  text-decoration: underline;
}
#footer .footerBottom .copyright {
  color: #aaaaaa;
}

#pageTop {
  opacity: 0;
  transition: 0.6s;
}
#pageTop.active {
  opacity: 1;
}

.contactTextbox > p {
  text-align: center;
  margin: 0;
}
.contactTextbox .contactBtn a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0c0c13;
  box-shadow: inset 0 0 46px rgba(255, 255, 255, 0.25);
  text-decoration: none !important;
}

.blogList > li {
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.blogList > li a {
  text-decoration: none !important;
}
.blogList > li .tag {
  line-height: 1;
  color: #3a425c;
  overflow: hidden;
}
.blogList > li .tag li {
  font-weight: 400;
}
.blogList > li .title {
  font-weight: 600;
  line-height: 1.5;
}
.blogList > li .ymd {
  margin-top: 0 !important;
  position: absolute;
  z-index: 2;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.blogList > li .readmore {
  font-weight: 500;
}
.blogList > li .readmore:after {
  content: "";
  background: url(../images/common/icon_arrow_small.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
}

.newsList > li .ymd {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.newsList > li .title {
  font-weight: 500;
  line-height: 1.5;
}

.cookieConsentLayout {
  background: rgba(200, 200, 200, 0.7);
  position: fixed;
  z-index: 99;
  transition: 0.4s 1s transform ease-in-out;
  transform: translateY(0);
  backdrop-filter: blur(8px);
  z-index: 102;
}
.cookieConsentLayout:not(.jsCookieConsent) {
  transform: translateY(calc(100% + 50px));
}
.cookieConsentLayout .cookieText {
  font-weight: bold;
}
.cookieConsentLayout .cookieText a {
  color: #000000;
  text-decoration: underline;
}
.cookieConsentLayout .cookieBtn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-align: center;
  background: transparent;
}
.cookieConsentLayout .cookieBtn > a {
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0;
  color: #fff;
  border-radius: 9999px;
  background: #000000;
  position: relative;
}
.cookieConsentLayout .cookieClose {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  transition: all 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
.cookieConsentLayout .cookieClose > span {
  display: block;
  width: 25px;
  height: 2px;
  background: #000000;
  position: absolute;
  right: 0;
  left: 0;
}
.cookieConsentLayout .cookieClose > span:nth-child(1) {
  transform: rotate(45deg);
}
.cookieConsentLayout .cookieClose > span:nth-child(2) {
  transform: rotate(-45deg);
}

html:lang(en) #header .headerInner #globalMenu .gMenu .ghLanguage a:not(.btnJp) {
  color: #666;
  pointer-events: none;
}

html:lang(ja) #header .headerInner #globalMenu .gMenu .ghLanguage .btnJp {
  color: #666;
  pointer-events: none;
}

/* ココから下には記入禁止 */
.contact_wrap .tel_box {
  border: 1px solid #4A4A4A;
}
.contact_wrap .contact_h2 {
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Lora", serif;
  line-height: 1;
}
.contact_wrap .contact_step li {
  position: relative;
}
.contact_wrap .privacy {
  border: 1px solid #000000;
}
.contact_wrap .privacy .title {
  display: block;
  color: #000000;
  font-weight: bold;
}
.contact_wrap .privacy p {
  color: #000000;
}
.contact_wrap .parts-12 .privacyNote {
  position: relative;
  text-align: center;
}
.contact_wrap .parts-12 .privacyNote a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.contact_wrap .parts-12 .privacyNote a:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.4s opacity;
}
.contact_wrap .dl_parts-10 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact_wrap .dl_parts-10 dt,
.contact_wrap .dl_parts-10 dd {
  width: 100%;
}
.contact_wrap .dl_parts-10 dt {
  margin-bottom: 12px;
}
.contact_wrap .dl_parts-10 dt .aform-required {
  position: inherit;
  border-radius: 9999px;
}
.contact_wrap .dl_parts-10 dd {
  padding-left: 0;
}
.contact_wrap .dl_parts-10 dd .aform-name-ul,
.contact_wrap .dl_parts-10 dd .aform-kana-ul {
  display: flex;
  width: 100%;
}
.contact_wrap .dl_parts-10 dd .aform-name-ul > li,
.contact_wrap .dl_parts-10 dd .aform-kana-ul > li {
  width: 50%;
}
.contact_wrap .dl_parts-10 dd .aform-name-ul > li:nth-child(odd),
.contact_wrap .dl_parts-10 dd .aform-kana-ul > li:nth-child(odd) {
  padding-right: 1em;
}
.contact_wrap .dl_parts-10 dd .aform-name-ul > li:nth-child(even),
.contact_wrap .dl_parts-10 dd .aform-kana-ul > li:nth-child(even) {
  padding-left: 1em;
}
.contact_wrap .dl_parts-10 .parts-10 > li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_wrap .dl_parts-10 .parts-10 > li input + label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: relative;
}
.contact_wrap .dl_parts-10 .parts-10 > li input + label:before, .contact_wrap .dl_parts-10 .parts-10 > li input + label:after {
  content: "";
  display: block;
}
.contact_wrap .dl_parts-10 .parts-10 > li input + label:before {
  border-radius: 3px;
  border: none;
  background: #e5e5e5;
}
.contact_wrap .dl_parts-10 .parts-10 > li input + label input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: none;
}
.contact_wrap .dl_parts-10 .parts-10 > li input:checked + label:after {
  opacity: 1;
}

.aform input[type=text].error,
.aform input[type=password].error,
.aform input[type=tel].error,
.aform input[type=email].error,
.aform select.error,
.aform textarea.error {
  background: #fff1f2;
}
.aform input[type=radio] {
  display: none;
}
.aform input[type=radio] + label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 25px;
  cursor: pointer;
  margin-right: 20px;
}
.aform input[type=radio] + label::before,
.aform input[type=radio] + label::after {
  position: absolute;
  content: "";
  top: 50%;
  border-radius: 100%;
  transition: all 0.4s;
}
.aform input[type=radio] + label::before {
  left: 0;
  width: 17px;
  height: 17px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid #ccc;
}
.aform input[type=radio] + label:focus::before,
.aform input[type=radio] + label:hover::before {
  background: #fff;
}
.aform input[type=radio] + label::after {
  opacity: 0;
  left: 5px;
  width: 9px;
  height: 9px;
  margin-top: -5px;
  background: #5dbf5d;
  transform: scale(2);
}
.aform input[type=radio]:checked + label::before {
  background: #fff;
  border: 1px solid #5dbf5d;
}
.aform input[type=radio]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.aform input[type=checkbox] {
  display: none;
}
.aform input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  padding: 10px 3px 10px 45px;
  cursor: pointer;
  transition: all 0.4s;
}
.aform input[type=checkbox] + label::before,
.aform input[type=checkbox] + label::after {
  position: absolute;
  content: "";
  transition: all 0.4s;
}
.aform input[type=checkbox] + label::before {
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  background: #fff;
  border: 1px solid #707070;
}
.aform input[type=checkbox] + label::after {
  opacity: 0;
  top: 50%;
  left: 7px;
  width: 14px;
  height: 7px;
  margin-top: -4px;
  border-left: 2px solid #404040;
  border-bottom: 2px solid #404040;
  transform: rotate(-45deg) scale(0.5);
}
.aform input[type=checkbox] + label:focus::before,
.aform input[type=checkbox] + label:hover::before {
  background: #fff;
}
.aform input[type=checkbox]:checked + label::before {
  background: #fff;
  border: 1px solid #404040;
}
.aform input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}

.aform .aform-content .aform-note {
  background: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.aform .aform-content .aform-button-area input[type=submit]:visited {
  color: #fff !important;
}

.aform .aform-content dl.aform-error-list {
  border: none;
}
.aform .aform-content dl.aform-error-list dt {
  display: block;
}
.aform .aform-content dl.aform-error-list dd {
  display: list-item;
  margin-left: 25px;
}

label.error {
  padding-left: 20px;
  margin-top: 5px;
  display: block;
}
label.error img {
  display: none;
}

#aform_confirm_msg {
  text-align: center;
  padding-top: 20px;
}

img[src$="icon_new_windows.gif"] {
  margin-left: 10px;
  vertical-align: middle;
}

.aform-header {
  display: none;
}

.aform-twice-note {
  margin-top: 15px;
  margin-bottom: 5px;
  display: block;
}

.aform-error {
  color: #c73737;
}

.contact_wrap.confirm .aform-privacy {
  display: none;
}

.contact_wrap.confirm .parts-12 {
  display: none;
}
.contact_wrap.confirm .parts-12 + .dl_parts-10 {
  display: none;
}

@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
  }
  #header.isView .topheader {
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 150px rgba(217, 217, 234, 0.5);
  }
  #header .topheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 43px;
    border-radius: 5px;
    padding: 0 15px 0 20px;
    position: fixed;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    z-index: 1000;
    transition: 0.3s;
  }
  #header .topheader.active {
    background: rgba(255, 255, 255, 0.96);
  }
  #header #overlay {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #070817;
    width: 100vw;
    height: 100svh;
    opacity: 0;
    visibility: hidden;
    z-index: 998;
    transition: 0.8s;
  }
  #header #overlay.active {
    opacity: 1;
    visibility: visible;
  }
  #header .headerInner .sitename {
    display: flex;
    align-items: center;
  }
  #header .headerInner .sitename img {
    width: 100px;
  }
  #header .headerInner #globalMenu {
    width: calc(100% - 40px);
    height: calc(100svh - 92px);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.96);
    position: fixed;
    z-index: 1000;
    padding: 5px 20px 50px;
    overflow: scroll;
    left: 20px;
    top: 72px;
    opacity: 0;
    visibility: hidden;
    transition: 0.8s;
  }
  #header .headerInner #globalMenu.active {
    visibility: visible;
    opacity: 1;
  }
  #header .headerInner #globalMenu .snsList {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 25px;
  }
  #header .headerInner #globalMenu .snsList > p {
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 12px;
  }
  #header .headerInner #globalMenu .snsList ul {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  #header .headerInner #globalMenu .snsList ul li {
    width: 30px;
  }
  #header .headerInner #globalMenu .snsList ul li a {
    display: inline-block;
  }
  #header .headerInner #globalMenu .contactBtn {
    margin-top: 25px;
  }
  #header .headerInner #globalMenu .contactBtn a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0c0c13;
    text-decoration: none;
    border-radius: 26px;
    font-size: 16px;
    width: 220px;
    height: 52px;
    margin: 0 auto;
  }
  #header .headerInner #globalMenu .gMenu li + li {
    border-top: 1px solid #404040;
  }
  #header .headerInner #globalMenu .gMenu li.ghLanguage {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header .headerInner #globalMenu .gMenu li.ghLanguage a {
    display: inline-block;
    padding-inline: 8px;
  }
  #header .headerInner #globalMenu .gMenu li a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 0;
  }
  #header #menuBtn {
    width: 26px;
    height: 26px;
    border: 1px solid #444444;
    border-radius: 50%;
    position: relative;
  }
  #header #menuBtn span {
    display: inline-block;
    width: 10px;
    height: 1px;
    background-color: #444444;
    position: absolute;
    left: calc(50% - 5px);
    transition: 0.3s;
  }
  #header #menuBtn span:nth-of-type(1) {
    top: calc(50% - 3px);
  }
  #header #menuBtn span:nth-of-type(2) {
    top: 50%;
  }
  #header #menuBtn span:nth-of-type(3) {
    top: calc(50% + 3px);
  }
  #header #menuBtn.active span:nth-of-type(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  #header #menuBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #header #menuBtn.active span:nth-of-type(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  #footer {
    background: url(../images/common/bg_footer_sp.webp) no-repeat;
    background-color: #0a0b18;
    background-position: top center;
    background-size: 100% auto;
    padding-top: 50px;
    padding-bottom: 30px;
    color: #fff;
    position: relative;
    z-index: 1;
  }
  #footer .footerInner {
    padding: 0 20px;
    max-width: 648px;
    margin: 0 auto;
  }
  #footer .pmark {
    position: absolute;
    right: 20px;
    top: -60px;
  }
  #footer .pmark img {
    width: 45px;
  }
  #footer .footerInfoWrap {
    text-align: center;
  }
  #footer .footerInfoWrap .siteLogo {
    display: inline-block;
    width: 130px;
  }
  #footer .footerInfoWrap .info {
    margin-top: 5px;
  }
  #footer .footerInfoWrap .info p a {
    color: #fff;
    text-decoration: underline;
  }
  #footer .footerInfoWrap .snsList {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 25px;
  }
  #footer .footerInfoWrap .snsList > p {
    font-size: 12px;
  }
  #footer .footerInfoWrap .snsList ul {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  #footer .footerInfoWrap .snsList ul li {
    width: 30px;
  }
  #footer .footerLink {
    margin-top: 30px;
  }
  #footer .footerLink > div + div {
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.65);
  }
  #footer .footerLink > div:first-of-type dl dt + dd {
    display: none;
  }
  #footer .footerLink > div:first-of-type dl dt {
    position: relative;
  }
  #footer .footerLink > div:first-of-type dl dt:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
  }
  #footer .footerLink > div:first-of-type dl dt:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background-color: #fff;
    position: absolute;
    right: 5px;
    top: calc(50% - 6px);
  }
  #footer .footerLink > div:first-of-type dl dt.active:after {
    content: none;
  }
  #footer .footerLink > div .top {
    margin-bottom: 15px;
  }
  #footer .footerLink > div .top a {
    padding-left: 25px;
    font-size: 19px;
    cursor: pointer;
  }
  #footer .footerLink > div .top a:before {
    content: "";
    display: inline-block;
    background: url(../images/common/link_arrow.webp) no-repeat center/cover;
    width: 14px;
    height: 28px;
    position: absolute;
    left: 0;
    top: calc(50% - 14px);
  }
  #footer .footerLink > div dl {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.65);
  }
  #footer .footerLink > div dl * + dd {
    margin-top: 10px;
  }
  #footer .footerLink > div dl dt {
    font-size: 14px;
  }
  #footer .footerLink > div dl dd > ul li {
    font-size: 14px;
  }
  #footer .footerLink > div dl dd > ul li + li {
    margin-top: 10px;
  }
  #footer .footerBottom {
    margin-top: 40px;
  }
  #footer .footerBottom .footerSubLink li + li {
    margin-top: 8px;
  }
  #footer .footerBottom .footerSubLink li a {
    font-size: 14px;
  }
  #footer .footerBottom .copyright {
    font-size: 14px;
    margin-top: 30px;
  }
  #pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }
  .contactTextbox {
    padding-top: 70px;
  }
  .contactTextbox .contactBtn a {
    border-radius: 40px;
    font-size: 17px;
    width: 300px;
    height: 60px;
    margin: 10px auto 0;
  }
  * + .blogList {
    margin-top: 20px;
  }
  .blogList > li + li {
    margin-top: 9px;
  }
  .blogList > li a {
    display: block;
    border-radius: 10px;
    padding: 35px 20px 20px;
    background-color: #fff;
    position: relative;
  }
  .blogList > li .tag {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 1em;
  }
  .blogList > li .tag li {
    font-size: 12px;
  }
  .blogList > li .title {
    font-size: 16px;
    margin-top: 10px !important;
  }
  .blogList > li .ymd {
    font-size: 14px;
    left: 20px;
    top: 15px;
  }
  .blogList > li .readmore {
    display: inline-block;
    font-family: "Inter", sans-serif;
    padding-right: 22px;
    font-size: 13px;
    letter-spacing: normal;
  }
  .blogList > li .readmore:after {
    width: 14px;
    height: 14px;
    margin-left: 8px;
    top: calc(50% - 4px);
  }
  .newsList {
    margin-top: 20px;
  }
  .newsList > li a {
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #404040;
    position: relative;
  }
  .newsList > li a:before {
    content: "";
    display: inline-block;
    background: url(../images/home/newsarrow.webp) no-repeat center/cover;
    width: 16px;
    height: 32px;
    position: absolute;
    left: 0;
    bottom: -16px;
  }
  .newsList > li .ymd {
    font-size: 12px;
  }
  .newsList > li .title {
    font-size: 14px;
    margin-top: 5px;
  }
  .cookieConsentLayout {
    width: 100%;
    padding: 14px 0 14px;
    font-size: 13px;
    font-weight: 600;
    left: 0;
    bottom: 0;
  }
  .cookieConsentLayout .cookieInner {
    padding: 0 30px 0 15px;
  }
  .cookieConsentLayout .cookieBtn {
    margin-top: 15px;
  }
  .cookieConsentLayout .cookieBtn > a {
    display: inline-block;
    padding: 6px 18px;
    font-size: 12px;
    margin: 0 auto;
  }
  .cookieConsentLayout .cookieBtn > a + .btn {
    margin-top: 18px;
  }
  .cookieConsentLayout .cookieClose {
    right: 7px;
    top: 15px;
  }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
  .contact_wrap .tel_box {
    border: 1px solid #4A4A4A;
    padding: 20px;
    margin: 30px auto 0;
  }
  .contact_wrap .tel_box dl dt {
    font-size: 16px;
    text-align: center;
  }
  .contact_wrap .tel_box dl dd {
    text-align: center;
    margin-top: 15px;
  }
  .contact_wrap .tel_box dl dd a {
    text-decoration: none;
    font-size: 33px;
    font-style: italic;
    line-height: 1;
    font-family: "Lora", serif;
    letter-spacing: 0.1em;
  }
  .contact_wrap .tel_box dl dd span {
    font-size: 12px;
    display: block;
    margin-top: 5px;
  }
  .contact_wrap .contact_h2 {
    text-align: center;
    letter-spacing: 0.1em;
    font-family: "Lora", serif;
    line-height: 1;
    font-size: 24px;
    margin-top: 40px;
  }
  .contact_wrap .contact_h2 span {
    font-size: 12px;
    display: block;
    margin-top: 10px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
  }
  .contact_wrap .contact_step {
    margin: 40px auto;
    display: flex;
    width: 318px;
  }
  .contact_wrap .contact_step li {
    position: relative;
    width: 106px;
    padding-top: 30px;
    text-align: center;
  }
  .contact_wrap .contact_step li:not(:first-of-type):after {
    content: "";
    display: inline-block;
    width: 94px;
    height: 1px;
    background: #F7F7F7;
    position: absolute;
    top: 6px;
    left: -47px;
  }
  .contact_wrap .contact_step li:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #F7F7F7;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: calc(50% - 6px);
  }
  .contact_wrap .contact_step li.current:before {
    background: #000000;
  }
  .contact_wrap .privacy {
    border: 1px solid #000000;
    padding: 30px 20px 20px;
    margin-top: 40px;
  }
  .contact_wrap .privacy .title {
    display: block;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
  }
  .contact_wrap .privacy p {
    color: #000000;
    margin-top: 20px;
  }
  .contact_wrap .parts-12 {
    text-align: center;
  }
  .contact_wrap .parts-12 .privacyNote {
    margin-bottom: 13px;
    font-size: 13px;
    line-height: 2;
    font-feature-settings: "palt";
  }
  .contact_wrap .parts-12 .privacyNote a {
    text-decoration: none;
    color: #ef8137;
  }
  .contact_wrap .parts-12 .privacyNote a:before {
    background: #ef8137;
  }
  .contact_wrap .dl_parts-10 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contact_wrap .dl_parts-10 dt {
    margin-bottom: 12px;
    width: 100%;
    padding-right: 60px;
    min-height: 17px;
    margin-bottom: 4px;
  }
  .contact_wrap .dl_parts-10 dt .aform-required {
    margin: 0 0 0 8px;
    height: 17px;
    vertical-align: middle;
    background: #000000;
    color: #fff;
    font-size: 10px;
    padding: 4px 12px 2px;
    line-height: 1;
    display: inline-block;
    border-radius: 0;
    position: absolute !important;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .contact_wrap .dl_parts-10 dd .aform-name-ul > li label,
  .contact_wrap .dl_parts-10 dd .aform-kana-ul > li label {
    font-size: 12px;
  }
  .contact_wrap .dl_parts-10 .parts-10 > li input + label {
    padding: 0 0 0 25px;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
  }
  .contact_wrap .dl_parts-10 .parts-10 > li input + label:before {
    width: 17px;
    height: 17px;
    margin-right: 8px;
    top: 0;
    margin-top: 0;
  }
  .contact_wrap .dl_parts-10 .parts-10 > li input + label:after {
    width: 10px;
    height: 7px;
    border-left: 4px solid #000000;
    border-bottom: 4px solid #000000;
    transform: rotate(-45deg) translateX(0px) translateY(-1px);
    position: absolute;
    left: 0.25em;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: 0.4s opacity;
  }
  .aform input[type=text],
  .aform input[type=password],
  .aform input[type=tel],
  .aform input[type=email],
  .aform select,
  .aform textarea {
    border: none;
    padding: 10px 10px;
    width: 100%;
    background: #F7F7F7;
  }
  .aform input[type=text].error,
  .aform input[type=password].error,
  .aform input[type=tel].error,
  .aform input[type=email].error,
  .aform select.error,
  .aform textarea.error {
    background: #fff1f2;
  }
  .aform select {
    padding: 5px 2px;
    width: auto;
  }
  .aform input[type=text].size-s,
  .aform input[type=password].size-s,
  .aform input[type=tel].size-s,
  .aform input[type=email].size-s,
  .aform select.size-s {
    width: 22%;
  }
  .aform input[type=text].size-sm,
  .aform input[type=password].size-sm,
  .aform input[type=tel].size-sm,
  .aform input[type=email].size-sm,
  .aform select.size-sm {
    width: 20%;
  }
  .aform input[type=text].size-m,
  .aform input[type=password].size-m,
  .aform input[type=tel].size-m,
  .aform input[type=email].size-m,
  .aform select.size-m {
    width: 27%;
  }
  .aform input[type=text].size-ml,
  .aform input[type=password].size-ml,
  .aform input[type=tel].size-ml,
  .aform input[type=email].size-ml,
  .aform select.size-ml {
    width: 50%;
  }
  .aform input[type=text].size-l,
  .aform input[type=password].size-l,
  .aform input[type=tel].size-l,
  .aform input[type=email].size-l,
  .aform select.size-l {
    width: 75%;
  }
  .aform input[type=text].size-special,
  .aform input[type=password].size-special,
  .aform input[type=tel].size-special,
  .aform input[type=email].size-special,
  .aform select.size-special {
    width: 85%;
    margin-bottom: 10px;
  }
  .aform input[type=text].year,
  .aform input[type=password].year,
  .aform input[type=tel].year,
  .aform input[type=email].year,
  .aform select.year {
    width: 23%;
    margin-bottom: 10px;
  }
  .aform input[type=text].month,
  .aform input[type=password].month,
  .aform input[type=tel].month,
  .aform input[type=email].month,
  .aform select.month {
    width: 17%;
    margin-bottom: 10px;
  }
  .aform select.year {
    width: 23%;
    margin-bottom: 10px;
  }
  .aform select.month {
    width: 17%;
    margin-bottom: 10px;
  }
  .aform button {
    border: 1px solid #ccc;
    padding: 4px 8px;
    background: #f6f6f6;
    box-shadow: 0px 1px 1px 0px #cccccc;
    font-size: 14px;
  }
  .aform input[type=radio] {
    display: none;
  }
  .aform input[type=radio] + label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 25px;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 5px;
  }
  .aform input[type=radio] + label::before,
  .aform input[type=radio] + label::after {
    position: absolute;
    content: "";
    top: 50%;
    border-radius: 100%;
    transition: all 0.4s;
  }
  .aform input[type=radio] + label::before {
    left: 0;
    width: 17px;
    height: 17px;
    margin-top: -10px;
    background: #fff;
    border: 1px solid #ccc;
  }
  .aform input[type=radio] + label:focus::before,
  .aform input[type=radio] + label:hover::before {
    background: #fff;
  }
  .aform input[type=radio] + label::after {
    opacity: 0;
    left: 5px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    background: #5dbf5d;
    transform: scale(2);
  }
  .aform input[type=radio]:checked + label::before {
    background: #fff;
    border: 1px solid #5dbf5d;
  }
  .aform input[type=radio]:checked + label::after {
    opacity: 1;
    transform: scale(1);
  }
  .aform input[type=checkbox] {
    display: none;
  }
  .aform input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    padding: 10px 3px 10px 45px;
    cursor: pointer;
    transition: all 0.4s;
    margin-bottom: 5px;
  }
  .aform input[type=checkbox] + label::before,
  .aform input[type=checkbox] + label::after {
    position: absolute;
    content: "";
    transition: all 0.4s;
  }
  .aform input[type=checkbox] + label::before {
    top: 50%;
    left: 0;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    background: #fff;
    border: 1px solid #707070;
  }
  .aform input[type=checkbox] + label::after {
    opacity: 0;
    top: 50%;
    left: 7px;
    width: 14px;
    height: 7px;
    margin-top: -4px;
    border-left: 2px solid #404040;
    border-bottom: 2px solid #404040;
    transform: rotate(-45deg) scale(0.5);
  }
  .aform input[type=checkbox] + label:focus::before,
  .aform input[type=checkbox] + label:hover::before {
    background: #fff;
  }
  .aform input[type=checkbox]:checked + label::before {
    background: #fff;
    border: 1px solid #404040;
  }
  .aform input[type=checkbox]:checked + label::after {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
  }
  .aform .aform-content {
    width: 100%;
    margin-bottom: 20px;
  }
  .aform .aform-content .aform-note {
    background: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .aform .aform-content dl {
    margin-bottom: 15px;
    width: 100%;
    display: block;
    border-bottom: none;
  }
  .aform .aform-content dt {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: left;
    margin-bottom: 15px;
    background-clip: padding-box;
    position: relative;
  }
  .aform .aform-content dt .aform-required {
    position: relative;
    color: #fff;
    font-size: 12px;
    border-radius: 9999px;
    background: #000000;
    padding: 4px 8px;
    line-height: 1;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px;
    border-radius: 3px;
  }
  .aform .aform-content dd {
    display: block;
    width: 100%;
  }
  .aform .aform-content dd .kome {
    font-size: 13px;
    margin-top: 5px;
    display: block;
  }
  .aform .aform-content dd .block_sp {
    display: block !important;
    margin-top: 10px;
  }
  .aform .aform-content dd .subtxt {
    display: inline-block;
    width: 15%;
  }
  .aform .aform-content .aform-button-area {
    margin-top: 30px;
    padding: 0;
    background: none;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  .aform .aform-content .aform-button-area input[type=submit] {
    display: block;
    padding: 12px 35px;
    background-image: url("../images/common2023/arrow.png");
    background-position: right 12px center;
    background-size: 16px;
    background: #000000;
    background-repeat: no-repeat;
    border-radius: 9999px;
    color: #fff !important;
    text-align: center;
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    border: none;
    font-size: 16px;
    width: 70%;
    margin: 0 auto;
  }
  .aform .aform-content .aform-button-area input[type=submit]:visited {
    color: #fff !important;
  }
  .nofloat {
    float: none !important;
  }
  #aform_btn_back {
    display: block;
    padding: 12px 35px;
    background-image: url("../images/common2023/arrow_b.png");
    background-position: left 12px center;
    background-size: 16px;
    background: #fff;
    background-repeat: no-repeat;
    color: #000000;
    border-radius: 9999px;
    text-align: center;
    vertical-align: top;
    position: relative;
    border: none;
    font-size: 16px;
    width: calc(30% - 10px);
    margin-right: 10px;
    border: 1px solid #000000;
  }
  #aform_btn_back.noicon {
    padding: 15px 50px 13px 50px;
    background: #fff;
    background-image: none;
  }
  .aform .aform-content dl.aform-error-list {
    border: none;
  }
  .aform .aform-content dl.aform-error-list dt {
    display: block;
  }
  .aform .aform-content dl.aform-error-list dd {
    display: list-item;
    margin-left: 25px;
  }
  label.error {
    padding-left: 20px;
    margin-top: 5px;
    display: block;
    background: url("../images/common2023/error.png") no-repeat left 3px;
  }
  label.error img {
    display: none;
  }
  #aform_confirm_msg {
    text-align: center;
    padding-top: 20px;
  }
  img[src$="icon_new_windows.gif"] {
    margin-left: 10px;
    vertical-align: middle;
  }
  .aform-header {
    display: none;
  }
  .aform select.aform-calendar {
    width: auto;
  }
  .aform select.aform-calendar + label {
    margin-left: 2px;
    margin-right: 5px;
  }
  .aform-twice-note {
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
  }
  .aform-error {
    color: #c73737;
  }
  .contact_wrap.confirm .aform-privacy {
    display: none;
  }
  .contact_wrap.confirm .parts-12 {
    display: none;
  }
  .contact_wrap.confirm .parts-12 + .dl_parts-10 {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 17px;
  }
  a[href^="tel:"],
  a[href^="fax:"] {
    pointer-events: none;
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 25px 45px 0;
  }
  #header.isView .headerInner {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 30px rgba(217, 217, 234, 0.5);
    backdrop-filter: blur(10px);
  }
  #header #overlay {
    display: none;
  }
  #header .headerInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 73px;
    border-radius: 10px;
    padding: 0 60px 0 40px;
    transition: 0.2s all;
  }
  #header .headerInner .sitename {
    display: flex;
    align-items: center;
  }
  #header .headerInner .sitename img {
    width: 146px;
  }
  #header .headerInner #globalMenu .gMenu {
    display: flex;
    align-items: center;
    gap: 23px;
  }
  #header .headerInner #globalMenu .gMenu li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    transition: 0.6s cubic-bezier(0.3, 0.2, 0, 1);
  }
  #header .headerInner #globalMenu .gMenu li a:hover, #header .headerInner #globalMenu .gMenu li a:focus-visible {
    transform: scale(1.15);
  }
  #header #menuBtn {
    display: none;
  }
  #footer {
    background: url(../images/common/bg_footer_pc.webp) no-repeat center/cover;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
    position: relative;
    z-index: 1;
  }
  #footer .footerInner {
    max-width: 1100px;
    width: 100%;
    padding-inline: 60px;
    margin: 0 auto;
  }
  #footer .pmark {
    position: absolute;
    right: 27px;
    top: -72px;
  }
  #footer .pmark img {
    width: 55px;
  }
  #footer .footerInfoWrap {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
  }
  #footer .footerInfoWrap .siteLogo img {
    width: 180px;
  }
  #footer .footerInfoWrap .info {
    margin-right: auto;
    margin-left: 50px;
  }
  #footer .footerInfoWrap .info p {
    font-size: 16px;
  }
  #footer .footerInfoWrap .info p a {
    color: #fff;
    text-decoration: underline;
  }
  #footer .footerInfoWrap .info p a:hover, #footer .footerInfoWrap .info p a:focus-visible {
    text-decoration: none;
  }
  #footer .footerInfoWrap .snsList {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
    gap: 25px;
  }
  #footer .footerInfoWrap .snsList > p {
    font-size: 12px;
  }
  #footer .footerInfoWrap .snsList ul {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  #footer .footerInfoWrap .snsList ul li {
    width: 30px;
  }
  #footer .footerInfoWrap .snsList ul li a {
    transition: 0.6s cubic-bezier(0.3, 0.2, 0, 1);
  }
  #footer .footerInfoWrap .snsList ul li a:hover, #footer .footerInfoWrap .snsList ul li a:focus-visible {
    transform: scale(1.2);
  }
  #footer .footerLink {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
  }
  #footer .footerLink > div:nth-child(2) {
    min-width: 130px;
  }
  #footer .footerLink > div:nth-child(3) {
    min-width: 160px;
  }
  #footer .footerLink > div .top {
    margin-bottom: 20px;
  }
  #footer .footerLink > div .top a {
    padding-left: 25px;
    font-size: 20px;
    transition: 0.6s cubic-bezier(0.3, 0.2, 0, 1);
  }
  #footer .footerLink > div .top a:before {
    content: "";
    display: inline-block;
    background: url(../images/common/link_arrow.webp) no-repeat center/cover;
    width: 14px;
    height: 28px;
    position: absolute;
    left: 0;
    top: calc(50% - 14px);
  }
  #footer .footerLink > div .top a:hover, #footer .footerLink > div .top a:focus-visible {
    transform: translateX(8px);
  }
  #footer .footerLink > div > ul {
    display: flex;
    gap: 20px;
    padding-left: 25px;
  }
  #footer .footerLink > div dl + dl {
    margin-top: 36px;
  }
  #footer .footerLink > div dl dt {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #footer .footerLink > div dl dt a {
    transition: 0.6s cubic-bezier(0.3, 0.2, 0, 1);
  }
  #footer .footerLink > div dl dt a:hover, #footer .footerLink > div dl dt a:focus-visible {
    transform: translateX(8px);
  }
  #footer .footerLink > div dl dd {
    display: block !important;
  }
  #footer .footerLink > div dl dd > ul li {
    font-size: 14px;
  }
  #footer .footerLink > div dl dd > ul li + li {
    margin-top: 10px;
  }
  #footer .footerLink > div dl dd > ul li a {
    transition: 0.6s cubic-bezier(0.3, 0.2, 0, 1);
  }
  #footer .footerLink > div dl dd > ul li a:hover, #footer .footerLink > div dl dd > ul li a:focus-visible {
    transform: translateX(8px);
  }
  #footer .footerBottom {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    gap: 25px;
  }
  #footer .footerBottom .footerSubLink {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
  }
  #footer .footerBottom .footerSubLink li a {
    font-size: 14px;
  }
  #footer .footerBottom .footerSubLink li a:hover, #footer .footerBottom .footerSubLink li a:focus-visible {
    text-decoration: none;
  }
  #footer .footerBottom .copyright {
    flex: none;
    margin-top: 0;
    font-size: 14px;
  }
  #pageTop {
    position: fixed;
    bottom: 30px;
    right: 40px;
  }
  .contactTextbox {
    padding-top: 140px;
  }
  .contactTextbox .contactBtn a {
    border-radius: 50px;
    font-size: 22px;
    width: 410px;
    height: 70px;
    margin: 20px auto 0;
    transition: 0.5s;
  }
  .contactTextbox .contactBtn a:hover, .contactTextbox .contactBtn a:focus-visible {
    box-shadow: none;
    opacity: 0.8;
  }
  * + .blogList {
    margin-top: 60px;
  }
  .blogList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 5px;
  }
  .blogList > li {
    width: calc(33.3333333333% - 10px);
    min-height: 206px;
  }
  .blogList > li a {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 25px 70px;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: scale(0.96);
    transition: 0.6s cubic-bezier(0.3, 0.2, 0, 1);
  }
  .blogList > li a:hover, .blogList > li a:focus-visible {
    transform: scale(1);
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.3);
  }
  .blogList > li a:hover .readmore:after, .blogList > li a:focus-visible .readmore:after {
    right: -0.5em;
  }
  .blogList > li .tag {
    width: calc(100% - 50px);
    max-height: 2.5em;
    position: absolute;
    bottom: 20px;
    left: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
  }
  .blogList > li .tag li {
    font-size: 14px;
  }
  .blogList > li .title {
    margin-top: 0 !important;
    font-size: 20px;
  }
  .blogList > li .ymd {
    font-size: 14px;
    left: 25px;
    top: 20px;
  }
  .blogList > li .readmore {
    display: inline-block;
    font-family: "Inter", sans-serif;
    padding-right: 22px;
    font-size: 13px;
    letter-spacing: normal;
  }
  .blogList > li .readmore:after {
    width: 14px;
    height: 14px;
    margin-left: 8px;
    top: 0.4em;
    transition: 0.3s;
  }
  .newsList {
    margin: 40px auto 0;
    max-width: 1030px;
  }
  .newsList > li a {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #404040;
    position: relative;
  }
  .newsList > li a:before {
    content: "";
    display: inline-block;
    background: url(../images/home/newsarrow.webp) no-repeat center/cover;
    width: 16px;
    height: 32px;
    position: absolute;
    left: 0;
    bottom: -16px;
  }
  .newsList > li a:hover .ymd, .newsList > li a:hover .title, .newsList > li a:focus-visible .ymd, .newsList > li a:focus-visible .title {
    transform: scale(1.03);
  }
  .newsList > li .ymd {
    width: 110px;
    flex: none;
    font-size: 14px;
    transition: 0.6s cubic-bezier(0.3, 0.2, 0, 1);
  }
  .newsList > li .title {
    transition: 0.6s cubic-bezier(0.3, 0.2, 0, 1);
  }
  .cookieConsentLayout {
    width: 100%;
    padding: 15px 0;
    left: 0;
    bottom: 0;
  }
  .cookieConsentLayout .cookieInner {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    padding-right: 60px;
    padding-left: 60px;
    margin-inline: auto;
  }
  .cookieConsentLayout .cookieText {
    width: calc(100% - 203px);
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .cookieConsentLayout .cookieText a:hover, .cookieConsentLayout .cookieText a:focus {
    text-decoration: none;
  }
  .cookieConsentLayout .cookieBtn {
    flex: none;
    margin-top: 0;
    margin-left: 10px;
  }
  .cookieConsentLayout .cookieBtn > a {
    display: block;
    padding: 6px 18px;
    font-size: 12px;
    transition: 0.4s background, 0.4s color;
    cursor: pointer;
  }
  .cookieConsentLayout .cookieBtn > a:focus, .cookieConsentLayout .cookieBtn > a:hover {
    background: #404040;
  }
  .cookieConsentLayout .cookieBtn > a > span {
    position: relative;
    transition: 0.4s opacity;
  }
  .cookieConsentLayout .cookieClose {
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .cookieConsentLayout .cookieClose:focus span, .cookieConsentLayout .cookieClose:hover span {
    opacity: 0.7;
  }
  .cookieConsentLayout .cookieClose > span {
    transition: 0.4s opacity;
  }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
  .contact_wrap .tel_box {
    border: 1px solid #4A4A4A;
    padding: 24px;
    max-width: 773px;
    margin: 70px auto 0;
  }
  .contact_wrap .tel_box dl {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .contact_wrap .tel_box dl dt {
    font-size: 20px;
  }
  .contact_wrap .tel_box dl dd {
    margin-left: 30px;
  }
  .contact_wrap .tel_box dl dd a {
    text-decoration: none;
    font-size: 40px;
    font-style: italic;
    pointer-events: none;
    line-height: 1;
    font-family: "Lora", serif;
    letter-spacing: 0.1em;
  }
  .contact_wrap .tel_box dl dd span {
    font-size: 13px;
    display: block;
    margin-top: 10px;
  }
  .contact_wrap .contact_h2 {
    text-align: center;
    letter-spacing: 0.1em;
    font-family: "Lora", serif;
    line-height: 1;
    font-size: 34px;
    margin-top: 70px;
  }
  .contact_wrap .contact_h2 span {
    font-size: 18px;
    display: block;
    margin-top: 15px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
  }
  .contact_wrap .contact_step {
    width: 858px;
    margin: 60px auto;
    display: flex;
  }
  .contact_wrap .contact_step li {
    position: relative;
    width: 286px;
    padding-top: 52px;
    text-align: center;
  }
  .contact_wrap .contact_step li:not(:first-of-type):after {
    content: "";
    display: inline-block;
    width: 270px;
    height: 1px;
    background: #F7F7F7;
    position: absolute;
    top: 7px;
    left: -135px;
  }
  .contact_wrap .contact_step li:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #F7F7F7;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: calc(50% - 8px);
  }
  .contact_wrap .contact_step li.current:before {
    background: #000000;
  }
  .contact_wrap .privacy {
    border: 1px solid #000000;
    padding: 50px 50px 50px;
    margin-top: 80px;
  }
  .contact_wrap .privacy .title {
    display: block;
    color: #000000;
    font-weight: bold;
    font-size: 20px;
  }
  .contact_wrap .privacy p {
    color: #000000;
    font-size: 14px;
    margin-top: 30px;
  }
  .contact_wrap .parts-12 {
    margin: 48px -50px 0;
    text-align: center;
  }
  .contact_wrap .parts-12 .privacyNote {
    margin-bottom: 48px;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
  }
  .contact_wrap .parts-12 .privacyNote a {
    text-decoration: none;
  }
  .contact_wrap .parts-12 .privacyNote a:focus, .contact_wrap .parts-12 .privacyNote a:hover {
    opacity: 1;
  }
  .contact_wrap .parts-12 .privacyNote a:focus:before, .contact_wrap .parts-12 .privacyNote a:hover:before {
    opacity: 0;
  }
  .contact_wrap .parts-12 .privacyNote a:before {
    background: #959597;
  }
  .contact_wrap .dl_parts-10 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contact_wrap .dl_parts-10 dt,
  .contact_wrap .dl_parts-10 dd {
    text-align: center;
  }
  .contact_wrap .dl_parts-10 dt {
    margin-bottom: 12px;
    padding-right: 0;
    margin-bottom: 4px;
  }
  .contact_wrap .dl_parts-10 dt label {
    font-weight: bold;
  }
  .contact_wrap .dl_parts-10 dt .aform-required {
    margin-left: 8px;
    padding: 5px 12px 5px;
    font-size: 10px;
    transform: translateY(-2px);
  }
  .contact_wrap .dl_parts-10 dd .aform-name-ul > li label,
  .contact_wrap .dl_parts-10 dd .aform-kana-ul > li label {
    font-size: 14px;
  }
  .contact_wrap .dl_parts-10 .parts-10 > li input + label {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 22px;
    cursor: pointer;
  }
  .contact_wrap .dl_parts-10 .parts-10 > li input + label:before {
    width: 28px;
    height: 28px;
    margin-right: 15px;
  }
  .contact_wrap .dl_parts-10 .parts-10 > li input + label:after {
    width: 15px;
    height: 11px;
    border-left: 6px solid #000000;
    border-bottom: 6px solid #000000;
    transform: rotate(-45deg) translateX(2px) translateY(-2px);
    position: absolute;
    left: 0.25em;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: 0.4s opacity;
  }
  .aform input[type=text],
  .aform input[type=password],
  .aform input[type=tel],
  .aform input[type=email],
  .aform select,
  .aform textarea {
    border: none;
    padding: 20px 15px;
    width: 100%;
    background: #F7F7F7;
  }
  .aform input[type=text].error,
  .aform input[type=password].error,
  .aform input[type=tel].error,
  .aform input[type=email].error,
  .aform select.error,
  .aform textarea.error {
    background: #fff1f2;
  }
  .aform select {
    padding: 5px 10px;
    width: auto;
  }
  .aform input[type=text].size-s,
  .aform input[type=password].size-s,
  .aform input[type=tel].size-s,
  .aform input[type=email].size-s,
  .aform select.size-s {
    width: 12%;
  }
  .aform input[type=text].size-sm,
  .aform input[type=password].size-sm,
  .aform input[type=tel].size-sm,
  .aform input[type=email].size-sm,
  .aform select.size-sm {
    width: 15%;
  }
  .aform input[type=text].size-m,
  .aform input[type=password].size-m,
  .aform input[type=tel].size-m,
  .aform input[type=email].size-m,
  .aform select.size-m {
    width: 35%;
  }
  .aform input[type=text].size-ml,
  .aform input[type=password].size-ml,
  .aform input[type=tel].size-ml,
  .aform input[type=email].size-ml,
  .aform select.size-ml {
    width: 43%;
  }
  .aform input[type=text].size-l,
  .aform input[type=password].size-l,
  .aform input[type=tel].size-l,
  .aform input[type=email].size-l,
  .aform select.size-l {
    width: 65%;
  }
  .aform input[type=text].size-special,
  .aform input[type=password].size-special,
  .aform input[type=tel].size-special,
  .aform input[type=email].size-special,
  .aform select.size-special {
    width: 43%;
  }
  .aform input[type=text].year,
  .aform input[type=password].year,
  .aform input[type=tel].year,
  .aform input[type=email].year,
  .aform select.year {
    width: 80px;
  }
  .aform input[type=text].month,
  .aform input[type=password].month,
  .aform input[type=tel].month,
  .aform input[type=email].month,
  .aform select.month {
    width: 70px;
  }
  .aform select.year {
    width: 80px;
  }
  .aform select.month {
    width: 70px;
  }
  .aform button {
    border: 1px solid #ccc;
    padding: 4px 8px;
    background: #f6f6f6;
    box-shadow: 0px 1px 1px 0px #cccccc;
    font-size: 14px;
  }
  .aform button:focus, .aform button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
  .aform input[type=radio] {
    display: none;
  }
  .aform input[type=radio] + label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 25px;
    cursor: pointer;
    margin-right: 20px;
  }
  .aform input[type=radio] + label::before,
  .aform input[type=radio] + label::after {
    position: absolute;
    content: "";
    top: 50%;
    border-radius: 100%;
    transition: all 0.4s;
  }
  .aform input[type=radio] + label::before {
    left: 0;
    width: 17px;
    height: 17px;
    margin-top: -10px;
    background: #fff;
    border: 1px solid #ccc;
  }
  .aform input[type=radio] + label:focus::before,
  .aform input[type=radio] + label:hover::before {
    background: #fff;
  }
  .aform input[type=radio] + label::after {
    opacity: 0;
    left: 5px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    background: #5dbf5d;
    transform: scale(2);
  }
  .aform input[type=radio]:checked + label::before {
    background: #fff;
    border: 1px solid #5dbf5d;
  }
  .aform input[type=radio]:checked + label::after {
    opacity: 1;
    transform: scale(1);
  }
  .aform input[type=checkbox] {
    display: none;
  }
  .aform input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    padding: 10px 3px 10px 45px;
    cursor: pointer;
    transition: all 0.4s;
  }
  .aform input[type=checkbox] + label::before,
  .aform input[type=checkbox] + label::after {
    position: absolute;
    content: "";
    transition: all 0.4s;
  }
  .aform input[type=checkbox] + label::before {
    top: 50%;
    left: 0;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    background: #fff;
    border: 1px solid #707070;
  }
  .aform input[type=checkbox] + label::after {
    opacity: 0;
    top: 50%;
    left: 7px;
    width: 14px;
    height: 7px;
    margin-top: -4px;
    border-left: 2px solid #404040;
    border-bottom: 2px solid #404040;
    transform: rotate(-45deg) scale(0.5);
  }
  .aform input[type=checkbox] + label:focus::before,
  .aform input[type=checkbox] + label:hover::before {
    background: #fff;
  }
  .aform input[type=checkbox]:checked + label::before {
    background: #fff;
    border: 1px solid #404040;
  }
  .aform input[type=checkbox]:checked + label::after {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
  }
  .aform .aform-content {
    margin-bottom: 20px;
  }
  .aform .aform-content .aform-note {
    background: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .aform .aform-content dl {
    padding: 0;
    margin: 0;
    margin-top: -1px;
    display: flex;
  }
  .aform .aform-content dl dt,
  .aform .aform-content dl dd {
    font-size: 16px;
  }
  .aform .aform-content dl + dl {
    margin-top: 35px;
  }
  .aform .aform-content dt {
    width: 266px;
    padding: 0px 45px 0px 0px;
    text-align: left;
    font-weight: normal;
    background-clip: padding-box;
    float: none;
    position: relative;
    vertical-align: top;
  }
  .aform .aform-content dt .aform-required {
    position: absolute;
    vertical-align: middle;
    border-radius: 9999px;
    background: #000000;
    color: #fff;
    font-size: 10px;
    padding: 5px 12px 5px;
    line-height: 1;
    display: inline-block;
    top: 5px;
    right: 0px;
    border-radius: 20px;
  }
  .aform .aform-content dd {
    width: calc(100% - 266px);
    display: block;
    padding: 0 0 0 30px;
    float: none;
  }
  .aform .aform-content dd .kome {
    display: block;
    font-size: 14px;
    margin-top: 5px;
  }
  .aform .aform-content dd .category {
    width: 130px;
    display: inline-block;
  }
  .aform .aform-content dd .subtxt {
    width: 43px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
  }
  .aform .aform-content .aform-button-area {
    margin-top: 60px;
    background: none;
    padding: 0;
    text-align: center;
  }
  .aform .aform-content .aform-button-area:after {
    content: "";
    display: block;
    clear: both;
  }
  .aform .aform-content .aform-button-area input[type=submit] {
    display: inline-block;
    padding: 18px 35px;
    margin: 0 5px;
    background-image: url("../images/common2023/arrow.png");
    background-position: right 30px center;
    background-size: 18px;
    background: #000000;
    background-repeat: no-repeat;
    border-radius: 9999px;
    color: #fff !important;
    min-width: 390px;
    text-align: center;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    border: none;
    font-size: 18px;
    transition: 0.2s opacity, 0.2s color;
  }
  .aform .aform-content .aform-button-area input[type=submit]:focus, .aform .aform-content .aform-button-area input[type=submit]:hover {
    opacity: 0.7;
    color: #fff;
  }
  .aform .aform-content .aform-button-area input[type=submit]:visited {
    color: #fff !important;
  }
  .nofloat {
    float: none !important;
  }
  #aform_btn_back {
    display: inline-block;
    padding: 18px 35px;
    margin: 0 5px;
    background-image: url("../images/common2023/arrow_b.png");
    background-position: left 30px center;
    background-size: 18px;
    background: #fff;
    background-repeat: no-repeat;
    color: #000000;
    border-radius: 9999px;
    min-width: 250px;
    text-align: center;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    border: 1px solid #000000;
    font-size: 18px;
  }
  #aform_btn_back.noicon {
    padding: 15px 50px 13px 50px;
    background: #fff;
    background-image: none;
  }
  .aform .aform-content dl.aform-error-list {
    border: none;
  }
  .aform .aform-content dl.aform-error-list dt {
    display: block;
  }
  .aform .aform-content dl.aform-error-list dd {
    display: list-item;
    margin-left: 25px;
  }
  label.error {
    padding-left: 20px;
    margin-top: 5px;
    display: block;
    background: url("../images/common2023/error.png") no-repeat left 6px;
  }
  label.error img {
    display: none;
  }
  #aform_confirm_msg {
    text-align: center;
    padding-top: 20px;
  }
  img[src$="icon_new_windows.gif"] {
    margin-left: 10px;
    vertical-align: middle;
  }
  .aform-header {
    display: none;
  }
  .aform select.aform-calendar {
    width: auto;
  }
  .aform select.aform-calendar + label {
    margin-left: 7px;
    margin-right: 12px;
  }
  .aform-twice-note {
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
  }
  .aform-error {
    color: #c73737;
  }
  .contact_wrap.confirm .aform-privacy {
    display: none;
  }
  .contact_wrap.confirm .parts-12 {
    display: none;
  }
  .contact_wrap.confirm .parts-12 + .dl_parts-10 {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #footer .footerLink {
    flex-wrap: wrap;
  }
  #footer .footerLink > div:nth-child(1) {
    width: calc(100% - 360px);
  }
  #footer .footerLink > div:nth-child(1) > ul > li {
    width: calc(50% - 25px);
  }
  #footer .footerLink > div:nth-child(2) {
    width: 130px;
    margin-left: auto;
  }
  #footer .footerLink > div:nth-child(3) {
    width: 160px;
  }
  #footer .footerLink > div > ul {
    width: 100%;
    flex-wrap: wrap;
  }
  #footer .footerBottom {
    flex-direction: column;
  }
  #footer .footerBottom .copyright {
    text-align: right;
  }
  .cookieConsentLayout .cookieText {
    width: 100%;
  }
  .cookieConsentLayout .cookieBtn {
    margin-left: 10px;
  }
  .cookieConsentLayout .cookieBtn > a {
    min-width: 40%;
  }
  /* ココから下には記入禁止 */
  .contact_wrap .tel_box {
    border: 1px solid #4A4A4A;
  }
  .contact_wrap .contact_h2 {
    text-align: center;
    letter-spacing: 0.1em;
    font-family: "Lora", serif;
    line-height: 1;
  }
  .contact_wrap .contact_step li {
    position: relative;
  }
  .contact_wrap .privacy {
    border: 1px solid #000000;
  }
  .contact_wrap .privacy .title {
    display: block;
    color: #000000;
    font-weight: bold;
  }
  .contact_wrap .privacy p {
    color: #000000;
  }
  .contact_wrap .parts-12 .privacyNote a {
    text-decoration: none;
  }
  .contact_wrap .dl_parts-10 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contact_wrap .dl_parts-10 dt {
    margin-bottom: 12px;
  }
  .aform input[type=text].error,
  .aform input[type=password].error,
  .aform input[type=tel].error,
  .aform input[type=email].error,
  .aform select.error,
  .aform textarea.error {
    background: #fff1f2;
  }
  .aform input[type=radio] {
    display: none;
  }
  .aform input[type=radio] + label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 25px;
    cursor: pointer;
    margin-right: 20px;
  }
  .aform input[type=radio] + label::before,
  .aform input[type=radio] + label::after {
    position: absolute;
    content: "";
    top: 50%;
    border-radius: 100%;
    transition: all 0.4s;
  }
  .aform input[type=radio] + label::before {
    left: 0;
    width: 17px;
    height: 17px;
    margin-top: -10px;
    background: #fff;
    border: 1px solid #ccc;
  }
  .aform input[type=radio] + label:focus::before,
  .aform input[type=radio] + label:hover::before {
    background: #fff;
  }
  .aform input[type=radio] + label::after {
    opacity: 0;
    left: 5px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    background: #5dbf5d;
    transform: scale(2);
  }
  .aform input[type=radio]:checked + label::before {
    background: #fff;
    border: 1px solid #5dbf5d;
  }
  .aform input[type=radio]:checked + label::after {
    opacity: 1;
    transform: scale(1);
  }
  .aform input[type=checkbox] {
    display: none;
  }
  .aform input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    padding: 10px 3px 10px 45px;
    cursor: pointer;
    transition: all 0.4s;
  }
  .aform input[type=checkbox] + label::before,
  .aform input[type=checkbox] + label::after {
    position: absolute;
    content: "";
    transition: all 0.4s;
  }
  .aform input[type=checkbox] + label::before {
    top: 50%;
    left: 0;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    background: #fff;
    border: 1px solid #707070;
  }
  .aform input[type=checkbox] + label::after {
    opacity: 0;
    top: 50%;
    left: 7px;
    width: 14px;
    height: 7px;
    margin-top: -4px;
    border-left: 2px solid #404040;
    border-bottom: 2px solid #404040;
    transform: rotate(-45deg) scale(0.5);
  }
  .aform input[type=checkbox] + label:focus::before,
  .aform input[type=checkbox] + label:hover::before {
    background: #fff;
  }
  .aform input[type=checkbox]:checked + label::before {
    background: #fff;
    border: 1px solid #404040;
  }
  .aform input[type=checkbox]:checked + label::after {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
  }
  .aform .aform-content .aform-note {
    background: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .aform .aform-content .aform-button-area input[type=submit]:visited {
    color: #fff !important;
  }
  .aform .aform-content dl.aform-error-list {
    border: none;
  }
  .aform .aform-content dl.aform-error-list dt {
    display: block;
  }
  .aform .aform-content dl.aform-error-list dd {
    display: list-item;
    margin-left: 25px;
  }
  label.error {
    padding-left: 20px;
    margin-top: 5px;
    display: block;
  }
  label.error img {
    display: none;
  }
  #aform_confirm_msg {
    text-align: center;
    padding-top: 20px;
  }
  img[src$="icon_new_windows.gif"] {
    margin-left: 10px;
    vertical-align: middle;
  }
  .aform-header {
    display: none;
  }
  .aform-twice-note {
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
  }
  .aform-error {
    color: #c73737;
  }
  .contact_wrap.confirm .aform-privacy {
    display: none;
  }
  .contact_wrap.confirm .parts-12 {
    display: none;
  }
  .contact_wrap.confirm .parts-12 + .dl_parts-10 {
    display: none;
  }
}
@media screen and (max-width: 1120px) {
  /* ココから下には記入禁止 */
  .contact_wrap .tel_box {
    border: 1px solid #4A4A4A;
  }
  .contact_wrap .contact_h2 {
    text-align: center;
    letter-spacing: 0.1em;
    font-family: "Lora", serif;
    line-height: 1;
  }
  .contact_wrap .contact_step li {
    position: relative;
  }
  .contact_wrap .privacy {
    border: 1px solid #000000;
  }
  .contact_wrap .privacy .title {
    display: block;
    color: #000000;
    font-weight: bold;
  }
  .contact_wrap .privacy p {
    color: #000000;
  }
  .contact_wrap .parts-12 .privacyNote a {
    text-decoration: none;
  }
  .contact_wrap .dl_parts-10 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contact_wrap .dl_parts-10 dt {
    margin-bottom: 12px;
  }
  .aform input[type=text].error,
  .aform input[type=password].error,
  .aform input[type=tel].error,
  .aform input[type=email].error,
  .aform select.error,
  .aform textarea.error {
    background: #fff1f2;
  }
  .aform input[type=radio] {
    display: none;
  }
  .aform input[type=radio] + label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 25px;
    cursor: pointer;
    margin-right: 20px;
  }
  .aform input[type=radio] + label::before,
  .aform input[type=radio] + label::after {
    position: absolute;
    content: "";
    top: 50%;
    border-radius: 100%;
    transition: all 0.4s;
  }
  .aform input[type=radio] + label::before {
    left: 0;
    width: 17px;
    height: 17px;
    margin-top: -10px;
    background: #fff;
    border: 1px solid #ccc;
  }
  .aform input[type=radio] + label:focus::before,
  .aform input[type=radio] + label:hover::before {
    background: #fff;
  }
  .aform input[type=radio] + label::after {
    opacity: 0;
    left: 5px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    background: #5dbf5d;
    transform: scale(2);
  }
  .aform input[type=radio]:checked + label::before {
    background: #fff;
    border: 1px solid #5dbf5d;
  }
  .aform input[type=radio]:checked + label::after {
    opacity: 1;
    transform: scale(1);
  }
  .aform input[type=checkbox] {
    display: none;
  }
  .aform input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    padding: 10px 3px 10px 45px;
    cursor: pointer;
    transition: all 0.4s;
  }
  .aform input[type=checkbox] + label::before,
  .aform input[type=checkbox] + label::after {
    position: absolute;
    content: "";
    transition: all 0.4s;
  }
  .aform input[type=checkbox] + label::before {
    top: 50%;
    left: 0;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    background: #fff;
    border: 1px solid #707070;
  }
  .aform input[type=checkbox] + label::after {
    opacity: 0;
    top: 50%;
    left: 7px;
    width: 14px;
    height: 7px;
    margin-top: -4px;
    border-left: 2px solid #404040;
    border-bottom: 2px solid #404040;
    transform: rotate(-45deg) scale(0.5);
  }
  .aform input[type=checkbox] + label:focus::before,
  .aform input[type=checkbox] + label:hover::before {
    background: #fff;
  }
  .aform input[type=checkbox]:checked + label::before {
    background: #fff;
    border: 1px solid #404040;
  }
  .aform input[type=checkbox]:checked + label::after {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
  }
  .aform .aform-content .aform-note {
    background: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .aform .aform-content .aform-button-area input[type=submit]:visited {
    color: #fff !important;
  }
  .aform .aform-content dl.aform-error-list {
    border: none;
  }
  .aform .aform-content dl.aform-error-list dt {
    display: block;
  }
  .aform .aform-content dl.aform-error-list dd {
    display: list-item;
    margin-left: 25px;
  }
  label.error {
    padding-left: 20px;
    margin-top: 5px;
    display: block;
  }
  label.error img {
    display: none;
  }
  #aform_confirm_msg {
    text-align: center;
    padding-top: 20px;
  }
  img[src$="icon_new_windows.gif"] {
    margin-left: 10px;
    vertical-align: middle;
  }
  .aform-header {
    display: none;
  }
  .aform-twice-note {
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
  }
  .aform-error {
    color: #c73737;
  }
  .contact_wrap.confirm .aform-privacy {
    display: none;
  }
  .contact_wrap.confirm .parts-12 {
    display: none;
  }
  .contact_wrap.confirm .parts-12 + .dl_parts-10 {
    display: none;
  }
}
@media print, screen and (min-width: 1121px) {
  /* ココから下には記入禁止 */
  .contact_wrap .tel_box {
    border: 1px solid #4A4A4A;
  }
  .contact_wrap .contact_h2 {
    text-align: center;
    letter-spacing: 0.1em;
    font-family: "Lora", serif;
    line-height: 1;
  }
  .contact_wrap .contact_step li {
    position: relative;
  }
  .contact_wrap .privacy {
    border: 1px solid #000000;
  }
  .contact_wrap .privacy .title {
    display: block;
    color: #000000;
    font-weight: bold;
  }
  .contact_wrap .privacy p {
    color: #000000;
  }
  .contact_wrap .parts-12 .privacyNote a {
    text-decoration: none;
  }
  .contact_wrap .dl_parts-10 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .contact_wrap .dl_parts-10 dt {
    margin-bottom: 12px;
  }
  .aform input[type=text].error,
  .aform input[type=password].error,
  .aform input[type=tel].error,
  .aform input[type=email].error,
  .aform select.error,
  .aform textarea.error {
    background: #fff1f2;
  }
  .aform input[type=radio] {
    display: none;
  }
  .aform input[type=radio] + label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 25px;
    cursor: pointer;
    margin-right: 20px;
  }
  .aform input[type=radio] + label::before,
  .aform input[type=radio] + label::after {
    position: absolute;
    content: "";
    top: 50%;
    border-radius: 100%;
    transition: all 0.4s;
  }
  .aform input[type=radio] + label::before {
    left: 0;
    width: 17px;
    height: 17px;
    margin-top: -10px;
    background: #fff;
    border: 1px solid #ccc;
  }
  .aform input[type=radio] + label:focus::before,
  .aform input[type=radio] + label:hover::before {
    background: #fff;
  }
  .aform input[type=radio] + label::after {
    opacity: 0;
    left: 5px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    background: #5dbf5d;
    transform: scale(2);
  }
  .aform input[type=radio]:checked + label::before {
    background: #fff;
    border: 1px solid #5dbf5d;
  }
  .aform input[type=radio]:checked + label::after {
    opacity: 1;
    transform: scale(1);
  }
  .aform input[type=checkbox] {
    display: none;
  }
  .aform input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    padding: 10px 3px 10px 45px;
    cursor: pointer;
    transition: all 0.4s;
  }
  .aform input[type=checkbox] + label::before,
  .aform input[type=checkbox] + label::after {
    position: absolute;
    content: "";
    transition: all 0.4s;
  }
  .aform input[type=checkbox] + label::before {
    top: 50%;
    left: 0;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    background: #fff;
    border: 1px solid #707070;
  }
  .aform input[type=checkbox] + label::after {
    opacity: 0;
    top: 50%;
    left: 7px;
    width: 14px;
    height: 7px;
    margin-top: -4px;
    border-left: 2px solid #404040;
    border-bottom: 2px solid #404040;
    transform: rotate(-45deg) scale(0.5);
  }
  .aform input[type=checkbox] + label:focus::before,
  .aform input[type=checkbox] + label:hover::before {
    background: #fff;
  }
  .aform input[type=checkbox]:checked + label::before {
    background: #fff;
    border: 1px solid #404040;
  }
  .aform input[type=checkbox]:checked + label::after {
    opacity: 1;
    transform: rotate(-45deg) scale(1);
  }
  .aform .aform-content .aform-note {
    background: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .aform .aform-content .aform-button-area input[type=submit]:visited {
    color: #fff !important;
  }
  .aform .aform-content dl.aform-error-list {
    border: none;
  }
  .aform .aform-content dl.aform-error-list dt {
    display: block;
  }
  .aform .aform-content dl.aform-error-list dd {
    display: list-item;
    margin-left: 25px;
  }
  label.error {
    padding-left: 20px;
    margin-top: 5px;
    display: block;
  }
  label.error img {
    display: none;
  }
  #aform_confirm_msg {
    text-align: center;
    padding-top: 20px;
  }
  img[src$="icon_new_windows.gif"] {
    margin-left: 10px;
    vertical-align: middle;
  }
  .aform-header {
    display: none;
  }
  .aform-twice-note {
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
  }
  .aform-error {
    color: #c73737;
  }
  .contact_wrap.confirm .aform-privacy {
    display: none;
  }
  .contact_wrap.confirm .parts-12 {
    display: none;
  }
  .contact_wrap.confirm .parts-12 + .dl_parts-10 {
    display: none;
  }
}
/*# sourceMappingURL=map/common.css.map */
