@charset "utf-8";
/*
.font-serif(){
	//font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝";
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.font-serif-bold(){
	.font-serif();
	font-weight: bold;
}
*/
.abswh100 {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wh100 {
  display: block;
  width: 100%;
  height: 100%;
}
.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.abscenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.abscenter-h {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
.maincontent {
  padding-bottom: 140px;
}
.maincontent .ln__jp {
  letter-spacing: 0.1em;
}
.maincontent .ln__en {
  font-family: 'Albert Sans', 'Noto Sans JP';
  font-weight: 600;
  color: #AFAFAF;
}
.maincontent .info {
  margin-top: 80px;
}
.maincontent .info .inner {
  width: 1034px;
}
.maincontent .info ul li p {
  text-indent: -1em;
  padding-left: 1em;
}
.maincontent .info ul li span {
  text-decoration: underline;
}
.maincontent .info__readJ {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.1em;
}
.maincontent .info__readE {
  font-family: 'Albert Sans', 'Noto Sans JP';
  color: #AFAFAF;
  font-size: 14px;
  font-weight: 600;
  line-height: 180%;
  /* 25.2px */
  letter-spacing: 0.04em;
  margin-top: 20px;
}
.maincontent .info__inzicater {
  width: 450px;
  height: 84px;
  background-image: url("../img/contact/state_input.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 70px auto 0;
}
.maincontent .info__inzicater a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.maincontent .cform {
  margin-top: 76px;
}
.maincontent .cform .inner {
  width: 830px;
}
.maincontent .cform .ln__en {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.maincontent .cform__attention {
  margin-bottom: 40px;
}
.maincontent .cform__attention .ln__en {
  font-size: 14px;
  margin-top: -4px;
}
.maincontent .cform .titlename .ln__jp {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 150%;
}
.maincontent .cform .titlename .ln__en {
  margin-top: -4px;
}
.maincontent .cform .formitem {
  margin-top: 12px;
}
.maincontent .cform .formitem .attention {
  margin-top: 6px;
  letter-spacing: 0.1em;
  font-size: 14px;
  color: #AFAFAF;
}
.maincontent .cform .block {
  margin-bottom: 50px;
}
.maincontent .cform select,
.maincontent .cform input,
.maincontent .cform textarea {
  font-family: "Noto Sans JP", "游ゴシック体", 'Yu Gothic', "YuGothic", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  font-weight: 500;
}
.maincontent .cform select:focus,
.maincontent .cform input:focus,
.maincontent .cform textarea:focus {
  border-color: #262626;
}
.maincontent .cform select:-ms-input-placeholder,
.maincontent .cform input:-ms-input-placeholder,
.maincontent .cform textarea:-ms-input-placeholder {
  color: #AFAFAF;
}
.maincontent .cform select::placeholder,
.maincontent .cform input::placeholder,
.maincontent .cform textarea::placeholder {
  color: #AFAFAF;
}
.maincontent .cform select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  background: #F9F9F9;
  border: none;
  padding: 0 30px;
}
.maincontent .cform select:has(+ .error) {
  border: 1px solid #CA3030;
  background-color: #FFE7E9;
}
.maincontent .cform .selectWrap {
  position: relative;
  width: -webkit-min-content;
  width: min-content;
}
.maincontent .cform .selectWrap:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../img/contact/pulldownarrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: 24px;
  top: 16px;
  pointer-events: none;
}
.maincontent .cform input[type=text] {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  font-size: 16px;
  background: #F9F9F9;
  border: none;
  padding: 0 30px;
}
.maincontent .cform input[type=text]:has(+ .error) {
  border: 1px solid #CA3030;
  background-color: #FFE7E9;
}
.maincontent .cform input[type=email] {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  font-size: 16px;
  background: #F9F9F9;
  border: none;
  padding: 0 30px;
}
.maincontent .cform input[type=email]:has(+ .error) {
  border: 1px solid #CA3030;
  background-color: #FFE7E9;
}
.maincontent .cform textarea {
  width: 100%;
  height: 300px;
  border-radius: 3px;
  font-size: 16px;
  background: #F9F9F9;
  border: none;
  padding: 30px 30px;
}
.maincontent .cform textarea:has(+ .error) {
  border: 1px solid #CA3030;
  background-color: #FFE7E9;
}
.maincontent .cform .date select {
  width: 180px;
}
.maincontent .cform .date .month {
  display: -ms-flexbox;
  display: flex;
}
.maincontent .cform .date .month p.txt {
  vertical-align: middle;
  margin: 8px 20px 0;
  margin-right: 40px;
}
.maincontent .cform .date .month div {
  vertical-align: middle;
}
.maincontent .cform .comment {
  margin-bottom: 20px;
}
.maincontent .cform .image {
  /*
			&.addedimg{

				.imgcontainer{display: none;}
				span{display: none;}
				label{
					border: none !important;
					padding-left: 0 !important;
					pointer-events: none;
				}
				label::after{display: none !important;}


			}*/
}
.maincontent .cform .image .formitem {
  position: relative;
}
.maincontent .cform .image .formitem input {
  display: none;
}
.maincontent .cform .image .formitem .mwform-file-delete {
  display: none;
}
.maincontent .cform .image .formitem .delete {
  display: none;
}
.maincontent .cform .image .formitem label {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #262626;
  padding: 9px 10px;
  margin-top: -13px;
}
.maincontent .cform .image .formitem label .ln__en {
  margin-left: 10px;
}
.maincontent .cform .image .formitem label:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../img/contact/uploadicon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: 4px;
  top: 6px;
}
.maincontent .cform .image .formitem label:after a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.maincontent .cform .image .formitem label .mw-wp-form_file {
  overflow: hidden;
  text-indent: -9999px;
}
.maincontent .cform .image .imgcontainer {
  position: relative;
  width: 50%;
  height: -webkit-max-content;
  height: max-content;
  margin-bottom: 50px;
}
.maincontent .cform .image .imgcontainer img {
  width: 100%;
  height: auto;
}
.maincontent .cform .image .imgcontainer .js-contact-delete {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../img/contact/deleteicon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}
.maincontent .cform .replay .mwform-radio-field {
  margin-right: 40px;
}
.maincontent .cform .replay input {
  display: none;
}
.maincontent .cform .replay label span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.maincontent .cform .replay label span:before {
  content: '';
  background-color: #f2f2f6;
  border-radius: 50%;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.maincontent .cform .replay label input:checked + span:after {
  content: '';
  background-color: #333;
  border-radius: 50%;
  height: 10px;
  left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.maincontent .cform .item .selectWrap {
  width: 100%;
}
.maincontent .cform .name .titlename {
  margin-bottom: 30px;
}
.maincontent .cform .name input {
  width: 395px;
  margin-top: 10px;
}
.maincontent .cform .name .kanji {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.maincontent .cform .name .kana {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.maincontent .cform .address .titlename {
  margin-bottom: 30px;
}
.maincontent .cform .address input {
  margin-top: 10px;
}
.maincontent .cform .address select {
  margin-top: 10px;
}
.maincontent .cform .address .pref select {
  width: 300px;
}
.maincontent .cform .address .selectWrap:after {
  position: absolute;
  right: 16px;
  top: 26px;
}
.maincontent .cform .address #form_pref {
  width: 300px;
}
.maincontent .cform .address #form_zip {
  width: 300px;
}
.maincontent .cform .gender .selectWrap {
  width: 100%;
}
.maincontent .cform .gender .selectWrap::after {
  top: 16px;
}
.maincontent .cform .age {
  padding-bottom: 100px;
  border-bottom: 1px solid #E8E8E8;
}
.maincontent .cform .age input {
  width: 300px;
}
.maincontent .cform .accept {
  text-align: center;
}
.maincontent .cform .accept a {
  text-decoration: underline;
}
.maincontent .cform .accept .box {
  width: 20px;
  height: 20.5px;
  background-image: url("../img/contact/checkbox_normal.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: -4px;
  margin-right: 8px;
}
.maincontent .cform .accept .box a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.maincontent .cform .accept .box.active {
  width: 20px;
  height: 20.5px;
  background-image: url("../img/contact/checkbox_checked.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.maincontent .cform .accept .box.active a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.maincontent .cform .accept .mwform-checkbox-field {
  display: none;
}
.maincontent .cform .accept .error {
  text-align: center;
}
.maincontent .cform .g-recaptcha {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 0px;
}
.maincontent .cform input[type=submit] {
  display: block;
  width: 310px;
  height: 80px;
  border-radius: 100px;
  background-color: #AFAFAF;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  /* 20px */
  letter-spacing: 2px;
  margin: 50px auto 0;
  transition: all 300ms 0s ease;
  pointer-events: none;
}
.maincontent .cform input[type=submit]:hover {
  background-color: white !important;
  color: #262626 !important;
  border: 1px solid #AFAFAF;
}
.maincontent .cform input[type=submit].active:not(:disabled) {
  pointer-events: auto;
  background-color: #262626;
}
.maincontent .cform .required {
  color: #CA3030;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.maincontent .cform .error {
  color: #CA3030;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.maincontent .cform hr {
  margin: 60px auto 40px;
}
.maincontent .pdf {
  padding-top: 140px;
}
.maincontent .pdf .inner {
  width: 1024px;
}
.maincontent .pdf__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 500px;
  height: 64px;
  border-bottom: 1px solid #262626;
  letter-spacing: 0.05em;
}
.maincontent .pdf__btn .icon {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../img/contact/icon_pdf.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
}
.maincontent .formcomment {
  font-size: 12px;
  margin-top: 5px;
}
