@charset "UTF-8";

@media (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

:root {
  --main-color: #00a0e9;
}

body {
  display: block;
  min-width: 320px;
}

.form-area {
  overflow: hidden;
  max-width: 960px;
  width: 100%;
  padding-bottom: 10px;
  color: #333;
  line-height: 1.5;
  font-size: 14px;
  margin: 0 auto 0;
}

.form-area section > *:last-child,
.form-area div > *:last-child,
.form-area ul > *:last-child,
.form-area li > *:last-child,
.form-area dl > *:last-child,
.form-area dd > *:last-child,
.form-area th > *:last-child,
.form-area th > *:last-child,
.form-area p > *:last-child {
  margin-bottom: 0;
}

.form-area * {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}

.form-area h1 {
  margin: 0;
}

.form-area h1.category {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-block: 40px;
}

.form-area *,
.form-area *:before,
.form-area *:after {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.form-area .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-area .clearfix {
  zoom: 1;
}

.form-area .clearfix:after {
  clear: both;
  content: " ";
  display: block;
}

.form-area a {
  text-decoration: none !important;
  color: #333333;
}

.form-area a:hover {
  color: #333333;
}

.form-area .img-full {
  display: block;
  width: 100%;
}

.form-area img {
  display: block;
  max-width: 100%;
}

.form-area .trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}

.form-area .trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

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

.align-items {
  align-items: center;
}

.justify-content {
  justify-content: center;
}

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

.hd_contents {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .hd_contents {
    width: 100%;
    padding: 0 10px;
  }

  .d-flex {
    justify-content: flex-start;
  }

  .d-flex.not-justify {
    justify-content: flex-start;
  }

  .form-main .item-group.address .d-flex:first-of-type {
    width: 100% !important;
  }
}

@media screen and (max-width: 375px) {
  .d-flex {
    justify-content: space-between;
  }

  .d-flex.not-justify {
    justify-content: flex-start;
  }
}

.input-square input {
  border: 1px solid #bfbfbf;
  color: #333333;
  display: inline-block;
  padding: 20px 10px;
  font-size: 16px;
  width: 150px;
  -webkit-appearance: none;
  border-radius: 2px;
}

.input-square input::-ms-expand {
  display: none;
}

.input-square input::-webkit-input-placeholder {
  color: #aaaaaa;
  font-size: 16px;
}

.input-square input::-moz-placeholder {
  color: #aaaaaa;
  font-size: 16px;
}

.input-square input:-ms-input-placeholder {
  color: #aaaaaa;
  font-size: 16px;
}

.input-square input:-moz-placeholder {
  color: #aaaaaa;
  font-size: 16px;
}

.input-square input.full-width {
  width: 100%;
}

.input-square input.min-width {
  width: 110px;
}

.input-square input.max-width {
  width: 100%;
}

.input-square input::-webkit-input-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

.input-square input::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

.input-square input:-ms-input-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

.input-square input:-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .input-square.width-middle {
    width: calc(50% - 5px);
  }

  .input-square input {
    width: 100%;
  }
}
.textarea-square textarea {
  border: 1px solid #bfbfbf;
  color: #333333;
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  width: 100%;
  height: 70px;
  resize: none;
  -ms-input-placeholder-color: #333333;
  -moz-placeholder-color: #333333;
}

.textarea-square textarea ::-webkit-input-placeholder {
  color: #aaaaaa;
}

.textarea-square textarea ::-moz-placeholder {
  color: #aaaaaa;
}

.textarea-square textarea.custom-height {
  height: 180px;
}

.textarea-square textarea.custom-height02 {
  height: 120px;
}

textarea,
input {
  outline: none;
}

textarea::-webkit-input-placeholder {
  color: #aaaaaa;
  opacity: 1;
  font-size: 16px;
}

textarea:-ms-input-placeholder {
  color: #aaaaaa;
  opacity: 1;
  font-size: 16px;
}

textarea::placeholder {
  color: #aaaaaa;
  opacity: 1;
  font-size: 16px;
}

.checkbox-square {
  margin-bottom: 13px;
}

.checkbox-square input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox-square label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.checkbox-square label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #cfcfcf;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 6px;
  margin-top: -3px;
  transition: 0.3s;
}

.checkbox-square input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 6px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-square input:checked + label:before {
  background-color: #009aff;
  border-color: #009aff;
}

.cp_ipselect {
  overflow: hidden;
  text-align: center;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  font-size: 16px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 50%;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #333333;
  pointer-events: none;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.cp_ipselect.cp_sl01 select {
  padding: 20px 38px 20px 8px;
  color: #666666;
}

.btn-primary {
  color: white !important;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.08em;
  padding: 12px 10px;
  font-size: 18px;
  width: 200px;
  cursor: pointer;
  font-weight: bold !important;
  border-radius: 2px;
}

.btn-primary:disabled {
  opacity: 0.5;
}

.btn-primary.btn-origan {
  position: relative;
  background-color: #d96661;
  font-weight: 700;
  margin-right: 20px;
  border: none;
  box-shadow: none;
}

.btn-primary.btn-origan[disabled="disabled"] {
  cursor: default;
}

.btn-primary.btn-origan.confirm {
  margin-bottom: 30px;
}

.btn-primary.btn-origan::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid rgba(255, 255, 255, 1);
  border-right: 2px solid rgba(255, 255, 255, 1);
  transform: translateY(-50%) rotate(45deg);
}

.btn-primary.btn-gray {
  background-color: #535353;
}

/* .btn-back {
	display: inline-block;
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic ProN";
	font-weight: 600;
	color: #009aff !important;
	margin-top: 50px;
} */

@media screen and (max-width: 767px) and (min-width: 376px) {
  .btn-primary {
    width: 40%;
  }
}

@media screen and (max-width: 375px) {
  .btn-primary {
    width: auto;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn-primary {
    padding: 17px 10px 7px;
  }
}

.key-visual h1 {
  font-size: 24px;
  color: #707070;
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: 600;
}

.key-visual .image {
  text-align: center;
  padding: 50px 0 40px;
  max-width: 594px;
  width: 100%;
  margin: 0 auto;
}

.key-visual .image img {
  width: 100%;
}

.flow_wrap {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-around;
}

.flow_item {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(84% / 3);
  height: 40px;
  background-color: #ddd;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
}

.flow_item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #ddd;
  position: absolute;
  top: 0%;
  right: -20px;
}

.flow_item.current {
  background-color: #009aff;
}

.flow_item.current::after {
  border-color: transparent transparent transparent #009aff;
}

.form-top {
  padding: 10px 0 30px;
}

.form-top .hd_contents {
  max-width: 960px;
  width: 100%;
  border: solid 1px #cccccc;
  padding: 50px 30px;
}

.form-top .hd_contents .txt {
  font-size: 16px;
  color: #333333;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.form-main .item-group {
  display: flex;
  margin-bottom: 15px;
}

/* .form-main .item-group.address .content-group {
	padding-top: 9px;
} */

.form-main .item-group.address .d-flex:first-of-type {
  width: 60%;
}

.required_txt {
  font-size: 16px;
  font-weight: 600;
  color: #eb5c5c;
  margin-bottom: 30px;
}

.form-main .label {
  flex-shrink: 0;
  width: 350px;
  background-color: #f4f4f4;
  position: relative;
  font-size: 16px;
  color: #333333;
  padding: 17px 12px 0;
  margin-right: 9px;
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: 600;
}

.form-main .label.confirm {
  padding: 15px 10px;
}

.form-main .label span {
  font-family: initial;
  font-weight: normal;
}

.icn_asterisk {
  margin-left: 5px;
  color: #eb5c5c;
}

/* .form-main .label.inline .required {
	display: inline-block;
	position: relative;
	top: -2px;
	margin-left: 3px;
}

.form-main .label .required-wrapper {
	position: absolute;
	top: 15px;
	right: 13px;
	font-size: 12px;
	text-align: center;
}

.form-main .label .required-wrapper.mg-top {
	top: 8px;
} */

/* .form-main .label .required {
	background-color: #f8553a;
	color: white;
	font-size: 12px;
	padding: 4px 13px;
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.form-main .label.label-second {
	padding-top: 26px;
}

.form-main .label.label-second .required-wrapper {
	position: relative;
	left: auto;
	top: auto;
	margin-right: -10px;
	margin-top: 14px;
	text-align: right;
} */

/* .form-main .label .note {
	color: #333333;
	line-height: 1;
	padding-top: 3px;
	display: block;
} */

.form-main .content-group {
  width: 100%;
  font-size: 16px;
}

.form-main .content-group.confirm {
  padding: 15px 10px;
}

.form-main .content-group .txt {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding: 0 30px;
}

/* .form-main .content-group .txt .item {
	text-indent: -1em;
} */

.form-main .content-group .text {
  font-size: 14px;
  line-height: 1;
  width: 30px;
  text-align: center;
}

.form-main .content-group .text + .input-square {
  margin-left: 0;
}

/* .form-main .content-group .text.middle {
    min-width: auto;
    padding: 0 5px;
} */

/* .form-main .radio-square{
	margin-left: 6px;
}
 */

.form-main .input-square:first-child {
  margin-left: 0;
  width: 100%;
}

/* .form-main .input-square.set-width {
	width: 80%;
	margin-left: 10px;
} */

.form-main .checkbox-square {
  margin-right: 18px;
}

/* .form-main .radio-circle {
	margin-right: 28px;
} */

/* .form-main .textarea-square.set-width {
	width: 86%;
} */

/* .form-main .mg-bottom {
	padding-bottom: 15px;
} */

/* .form-main .schedule-item {
	padding-top: 30px;
} */

/* .form-main .schedule-item + .schedule-item {
	padding-top: 25px;
} */

/* .form-main .schedule-item .title {
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 5px;
	padding-left: 10px;
} */

/* .form-main .schedule-content {
	background-color: #f4f4f4;
	padding: 10px 25px;
	width: 628px;
} */

/* .form-main .notes {
	font-size: 14px;
	line-height: 1.7;
	margin-top: 15px;
	letter-spacing: 0.1em;
} */

.form-main .agree-group {
  max-width: 960px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.form-main .agree-group .agree-box {
  border: 1px solid #cccccc;
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
  padding: 30px 25px;
}

/* .form-main .agree-group .agree-box .agree-title {
	font-size: 20px;
	color: #ff0000;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.7;
	margin-bottom: 24px;
} */

.personal_info {
  margin-bottom: 15px;
}

.form-main .agree-group .agree-box a {
  display: inline-block;
  color: #009aff;
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: 600;
  margin-bottom: 15px;
}

.form-main .agree-group .agree-box .checkbox-square label {
  font-size: 15px;
  line-height: 1.8;
}

.form-main .agree-group .agree-box .checkbox-square label:before {
  border: 1px solid #959595;
}

.form-main .agree-group .agree-box .checkbox-square label > a {
  color: #1d3994;
  border-bottom: 1px solid #1d3994;
}

.form-main .agree-group .agree-box .checkbox-square input:checked + label:before {
  border: 1px solid #009aff;
}

.form-main .agree-group .txt {
  font-size: 14px;
  line-height: 1.75;
  padding: 8px 0 22px;
  letter-spacing: 0.1em;
}

.form-main label.error {
  display: block;
  font-size: 16px;
  color: #f8553a;
  font-weight: 600;
  margin-top: 6px;
  padding-left: 20px;
  background: url("/group/smarterbusiness/photocatalyst_coating/images/badmark.png") no-repeat center left/16px 16px;
}

@media screen and (max-width: 767px) {
  /* .key-visual::before,
	.key-visual::after {
		display: none;
	} */

  .key-visual .image {
    padding: 0;
    width: 100%;
  }

  /* .key-visual .image .sm {
		display: block;
	} */

  /* .key-visual .image .md {
		display: none !important;
	} */

  .form-area .agree-group .btn-group {
    display: flex;
    justify-content: center;
  }

  .form-area .agree-group .btn-group .btn-primary {
    width: 45%;
    margin-right: 10px;
  }

  .form-area .agree-group .btn-group .btn-primary:last-child {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 376px) {
  .flow_wrap {
    width: 100%;
    padding-right: 25px;
  }

  .flow_item {
    width: calc(84% / 3);
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-right: 20px;
    padding: 0 5px;
  }

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

  .flow_item::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #ddd;
    position: absolute;
    top: 0%;
    right: -20px;
  }

  .flow_item.current {
    background-color: #009aff;
  }

  .flow_item.current::after {
    border-color: transparent transparent transparent #009aff;
  }

  .key-visual h1 {
    font-size: 18px;
    margin-top: 20px;
  }

  .form-top .hd_contents {
    width: 98%;
    padding: 10px;
  }

  .form-top .hd_contents .txt {
    text-align: left;
  }

  .form-area {
    min-width: auto !important;
  }

  .form-top .txt {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
  }

  .form-main .item-group {
    display: block;
  }

  .form-main .label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 15px 10px;
  }

  /* .form-main .content-group .text {
        width: 100%;
        margin-bottom: 10px;
    } */

  .form-main .content-group .text.middle {
    width: auto;
  }

  /* .form-main .schedule-content {
		width: auto;
	} */

  /* .form-main .schedule-content .schedule-select {
		width: 100%;
		margin-top: 10px;
	} */

  /* .form-main .radio-square {
		margin-left: 0;
	} */

  .form-main .agree-group {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-top: 40px;
  }
}

@media screen and (max-width: 375px) {
  .form-area {
    min-width: auto !important;
  }

  .key-visual::before,
  .key-visual::after {
    display: none;
  }

  .key-visual .image {
    width: 100%;
  }

  .form-top .txt {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0;
  }

  .form-main .item-group {
    display: block;
  }

  .form-main .label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 15px 10px;
  }

  /* .form-main .textarea-square.set-width {
		width: 100%;
	} */

  /* .form-main .content-group .txt {
		padding: 0 15px;
	} */

  /* .form-main .schedule-content {
		width: 100%;
		padding: 10px;
	} */

  /* .form-main .radio-circle {
		margin-bottom: 10px;
		margin-right: 10px;
	} */

  .form-main .content-group .text {
    width: 10%;
    display: block;
    /* margin-right: 10px; */
    /*width: 100%;*/
    /*margin-bottom: 10px;*/
  }

  .form-main .content-group .text.middle {
    width: auto;
    margin-bottom: 0;
  }

  .form-main .input-square:first-child {
    margin-left: 0;
  }

  .form-main .input-square.set-width {
    width: 100%;
  }

  .form-main .radio-square,
  .form-main .input-square {
    margin-left: 0;
  }

  .form-main .agree-group {
    padding-top: 20px;
  }

  .form-main .agree-group .agree-box {
    padding: 15px 0;
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 30px;
  }

  .form-main .agree-group .checkbox-square {
    margin-right: 0;
  }

  .form-main .agree-group .checkbox-square label {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  /* 光触媒フォーム */
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .key-visual h1 {
    font-size: 18px;
    margin-top: 20px;
  }

  .flow_wrap {
    width: 100%;
    padding-right: 20px;
  }

  .flow_item {
    width: calc(79% / 3);
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-right: 20px;
    padding: 0 5px;
  }

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

  .flow_item::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #ddd;
    position: absolute;
    top: 0%;
    right: -20px;
  }

  .flow_item.current {
    background-color: #009aff;
  }

  .flow_item.current::after {
    border-color: transparent transparent transparent #009aff;
  }

  .form-top {
    padding: 20px 0 30px;
  }

  .form-top .hd_contents {
    width: 96%;
    padding: 10px;
  }

  .form-top .hd_contents .txt {
    text-align: left;
    line-height: 1.5;
  }

  .form-main .agree-group {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-top: 40px;
  }

  .form-main .agree-group .incomplete_txt {
    color: #707070;
    padding-left: 1em;
    text-indent: -1em;
  }

  .form-main .agree-group .personal_info {
    line-height: 1.5;
  }

  .form-area .agree-group .btn-group .btn-primary {
    width: 65%;
    font-size: 18px;
    line-height: 1;
    padding: 18px 0;
  }

  /* .all_item_required {
		margin-top: 20px;
	} */

  .form-area .agree-group .btn-group {
    display: block;
    text-align: center;
  }

  .form-area .agree-group .btn-group .btn-primary {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .btn-back {
    display: inline-block;
    font-weight: normal;
    margin-top: 40px;
  }

  .form-main .group-postal-code {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 320px) {
  /* .form-main .radio-circle {
		margin-right: 5px;
	} */
}

.form-main .group-postal-code .input-square {
  margin: 0;
}

.form-main .item-group.address .label {
  padding-top: 23px;
}

.form-main .item-group.address .label .required-wrapper {
  top: 19px;
}

@media screen and (max-width: 767px) {
  .form-main .input-square.set-width,
  .form-main .textarea-square.set-width {
    width: 100%;
  }

  /*.form-main .group-postal-code {
        justify-content: space-between;
    }*/

  .form-main .group-postal-code .input-square input.min-width {
    width: 100%;
  }

  .form-main .group-postal-code .input-square {
    width: 30%;
    /* padding-right: 10px; */
    margin: 0;
  }

  .form-main .content-group .group-postal-code .text.middle {
    width: 30px;
    /* padding: 0 10px 0 0; */
    text-align: center;
  }

  .form-main .content-group .group-postal-code .btn-green {
    width: 30%;
    margin: 0;
  }

  .form-main .checkbox-square {
    margin-right: 10px;
  }

  .form-main .label.label-second .required-wrapper {
    position: absolute;
    top: 15px;
    right: 13px;
    margin: 0;
  }

  .form-main .label.label-second {
    padding-top: 17px;
  }

  .textarea-square textarea.custom-height {
    height: 150px;
  }

  .form-main .agree-group .agree-box {
    border-width: 2px;
    padding: 15px;
    text-align: left;
  }

  .form-main .agree-group .checkbox-square {
    padding: 0;
  }

  .form-main .agree-group .txt {
    text-align: left;
  }

  .d-flex.not-justify > *:last-child {
    margin-bottom: 13px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-main .label .required {
    padding: 6px 13px 2px;
  }

  .textarea-square textarea {
    -webkit-appearance: none;
    resize: none;
    overflow: auto;
  }

  .textarea-square textarea::-ms-expand {
    display: none;
  }
}

/*start_210308改修*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
}

.inquiryselect_wrap {
  position: relative;
}

.inquiryselect_wrap::before {
  position: absolute;
  top: 50%;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #333333;
  pointer-events: none;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.inquiryselect {
  display: inline-block;
  width: 100%;
  padding: 20px 10px;
  color: #333333;
  font-size: 16px;
  border-radius: 2px;
  border: 1px solid #bfbfbf;
}

.graduation_w {
  width: 100%;
}

.graduation03wrap {
  display: flex;
}

.graduationselect_wrap {
  position: relative;
  display: flex;
  align-items: baseline;
  width: 100%;
}

.graduationselect {
  display: inline-block;
  width: 100%;
  padding: 20px 10px;
  color: #333333;
  font-size: 16px;
  border-radius: 2px;
  border: 1px solid #bfbfbf;
}

.Group_graduation {
  position: relative;
  width: 80%;
  margin-right: 3%;
}

.Group_graduation::before {
  position: absolute;
  top: 50%;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #333333;
  pointer-events: none;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.input-square input.full-width {
  width: 100%;
}

/* .form-main .checkbox-square--how {
	margin: 0;
}

.how_input-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0;
}

.how_input-box:last-child {
	padding-bottom: 0;
}

.how_input-box label {
	letter-spacing: 0;
}

.textarea-square--how01,
.textarea-square--how02 {
	width: 100%;
} */

/* .checkbox-square input[name="how[]"]:checked + label:after {
	top: 2px;
}

.how_input-box .textarea-square {
	margin-top: 10px;
}

.textarea-square textarea[name="howtxt1"].custom-height {
	padding: 20px 10px;
	height: 66px;
}

.textarea-square textarea[name="howtxt2"].custom-height {
	padding: 20px 10px;
	height: 130px;
}

[name="howtxt1"]:disabled,
[name="howtxt2"]:disabled {
	opacity: 0.5;
	background: rgba(0, 0, 0, 0.1);
} */

@media screen and (min-width: 768px) {
  /* .inquiryselect_wrap {
		width: 50%;
	} */

  /* .how_input-box {
		flex-wrap: nowrap;
	}

	.how_input-box .textarea-square {
		margin-top: 0;
	}

	.textarea-square--how01 {
		width: 250px;
	}

	.textarea-square--how02 {
		width: 450px;
	} */
}
/*end_210308改修*/

/*start_career*/
.jobtypeselect_wrap {
  position: relative;
  display: flex;
  align-items: baseline;
}

.jobtypeselect_wrap:not(:last-of-type) {
  margin-bottom: 15px;
}

.jobtypeselect_wrap div:first-of-type {
  white-space: nowrap;
}

.jobtypeselect {
  display: inline-block;
  width: 100%;
  padding: 20px 10px;
  color: #333333;
  font-size: 16px;
  border-radius: 2px;
  border: 1px solid #bfbfbf;
}

.Group_jobtypeselect {
  position: relative;
  width: 70%;
}

.Group_jobtypeselect::before {
  position: absolute;
  top: 50%;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #333333;
  pointer-events: none;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.Group__name {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.Group__name .input__group {
  width: calc(50% - 5px);
}

.Group__name .input__group .input-square {
  width: 100%;
}

.input__group {
  display: flex;
  align-items: baseline;
  width: 100%;
}

.input__group-inner.name {
  display: block;
  white-space: nowrap;
  margin-right: 10px;
}

.Group__name .input__group:first-of-type {
  margin-right: 5px;
}

.Group__name .input__group:last-of-type {
  margin-left: 5px;
}

/* .Group__name .input__group:last-of-type .input__group-inner.name {
	margin-left: 10px;
} */

.Group__age .inquiryselect_wrap {
  width: 60%;
}

.Group__radio {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.Group__humanscience .Group__radio {
  padding: 16px 0;
}

.Group__radio input[type="radio"] {
  margin: 0 5px 0 0;
}

.Group__radio label:first-of-type {
  margin-right: 15px;
}

.Group__address .align-items:not(:last-of-type) {
  margin-bottom: 10px;
}

.Group__school .input-square:not(:last-of-type) {
  margin-bottom: 10px;
}

.Group__school .input-square {
  display: flex;
  align-items: baseline;
}

.Group__school .input-square div {
  width: 12%;
}

.dTxt {
  font-size: 14px;
  font-family: initial;
  margin-top: 5px;
}

#inq_person_name_err {
  display: block;
  width: 100%;
}
.Error__wrap {
  display: block;
  width: 100%;
}
.Group__name .Error__wrap {
  width: 50%;
}
/*end_career*/
#recaptcha {
  margin: 0 auto 50px 0;
}
#recaptcha div {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .Group__school .input-square div {
    width: 70px;
    white-space: nowrap;
  }
}

.ContentsHeader .container .Cntttl:after {
  content: none;
}
.ContentsHeader {
  max-height: 450px;
  height: auto;
}
.ContentsHeader img {
  width: 100%;
  height: auto;
  aspect-ratio: 1300 / 450;
}
.Cntttl p {
  position: absolute;
  bottom: 15px;
  right: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.cts__wrap {
  flex-direction: column;
  gap: 96px;
  margin-top: 70px;
}
.cts__recruit,
.cts__career,
.cts__form {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
h2 {
  width: fit-content;
  font-size: 34px;
  font-weight: bold;
  color: #212529;
  padding-bottom: 8px;
  border-bottom: 1px solid #212529;
}
.cts__recruit p {
  font-size: 15px;
  line-height: 160%;
  font-weight: 400;
  letter-spacing: 0.08rem;
}
.cts__career dl {
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding: 8px 0 16px;
  border-bottom: 1px solid #d9d9d9;
}
.cts__career dt {
  display: flex;
  align-items: center;
  width: 200px;
  min-width: 200px;
  padding-left: 16px;
  color: var(--main-color);
  font-size: 15px;
  font-weight: bold;
  line-height: 200%;
}
.cts__career dd {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 200%;
  color: #212529;
}
.cts__career dt span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.cts__career dd span {
  font-size: 13px;
}

.form-main .item-group {
  flex-direction: column;
  margin-bottom: 24px;
}
.form-main .label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: auto;
  padding: 0 0 8px;
  background: none;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04rem;
  color: #212529;
}
.icn_asterisk {
  padding: 4px 6px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  background: #e13b3b;
}
.input-square input {
  padding: 16px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #f3fbff;
  font-size: 15px;
}
.textarea-square textarea {
  padding: 16px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #f3fbff;
}
.dTxt {
  font-size: 13px;
  color: #212529;
  font-weight: 400;
  letter-spacing: 0.04rem;
}
.form-main .agree-group .agree-box {
  padding: 16px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #f3fbff;
  font-size: 16px;
  width: 100%;
}
.checkbox-square label:before {
  padding: 15px;
  background: #fff;
}
.checkbox-square input:checked + label:after {
  top: 6px;
  left: 13px;
}
.agree-box__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}
.agree_notice {
  font-size: 13px;
  color: #212529;
  font-weight: 400;
  letter-spacing: 0.04rem;
}
.agree_notice a {
  color: #00a0e9;
  text-decoration: underline !important;
}
.btn-primary.btn-origan {
  background-color: var(--main-color);
  width: 370px;
  padding: 16px 22px;
  border-radius: 100vmax;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  transition: 0.3s;
}
.btn-primary.btn-origan:disabled {
  background-color: #666666;
}

.btn-primary.btn-origan:not(:disabled):hover {
  opacity: 0.7;
}
.btn-primary.btn-origan::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border-radius: 100vmax;
  background: #fff;
  width: 21px;
  height: 21px;
}
.btn-primary.btn-origan::after {
  width: 8px;
  height: 8px;
  right: 28px;
  border-top: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
}
.btn-primary.btn-origan:disabled::after {
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
}
.form-main .content-group.Group__select {
  padding: 16px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #f3fbff;
  font-size: 15px;
  width: 50%;
}
.Group__select select {
  width: 100%;
}

/*confirm*/
.cts__confirm form + div {
  height: 80px;
  margin-top: 20px;
}
.cts__confirm .btn-back {
  background-color: #999999;
  width: 370px;
  padding: 16px 22px;
  border-radius: 100vmax;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  transition: 0.3s;
  margin: 30px 0;
}
.cts__confirm .form-main .item-group {
  display: flex;
  flex-direction: row;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f3f3f3;
}
.cts__confirm .form-main .item-group .label {
  width: 28%;
  background: #f3f3f3;
}
.cts__confirm .btn-group {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.cts__confirm .btn-back {
  width: 45%;
}
.cts__confirm .btn-primary.btn-origan {
  width: 45%;
  margin-block: 30px;
}
.cts__confirm .form-top {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .form-area .agree-group .btn-group {
    display: flex;
    flex-direction: column-reverse;
  }
  .cts__confirm .btn-back {
    width: 100%;
    text-align: center;
  }
  .cts__confirm .btn-primary.btn-origan {
    width: 100% !important;
    margin-block: 0px;
  }
  .cts__confirm .form-top {
    margin-top: 0;
  }
  .cts__confirm .label.confirm {
    font-size: 14px;
  }
}

/*thanks*/
.cts__thanks.form-area .category {
  margin-block: 100px 60px;
  font-size: 16px;
  line-height: 180%;
  width: 600px;
  margin-inline: auto;
}
.cts__thanks.form-area .category span {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .cts__thanks.form-area .category {
    margin-block: 60px;
    width: 92%;
    margin-inline: 4%;
  }
  .cts__thanks .inner {
    margin: 0 5%;
  }
}

@media screen and (max-width: 767px) {
  .ContentsHeader img {
    aspect-ratio: 750/500;
  }
  .ContentsHeader .container .Cntttl {
    height: 100%;
  }
  .Cntttl p {
    bottom: 3.2%;
    right: 3.2%;
    font-size: 13px;
  }
  .cts__wrap.container.flex {
    padding: 0 3.2%;
  }
  h2 {
    font-size: 24px;
  }
  .cts__recruit p {
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.08rem;
  }
  .cts__recruit,
  .cts__career,
  .cts__form {
    gap: 24px;
  }
  .cts__wrap {
    gap: 56px;
  }
  .cts__career dl {
    gap: 24px;
  }
  .cts__career dt {
    max-width: 120px;
    width: 120px;
    min-width: 120px;
    padding-left: 0;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
  }
  .Group__name {
    /* gap: 10px; */
    flex-direction: column;
  }
  .Group__name .input__group {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-main .item-group {
    margin-bottom: 16px;
  }
  .form-main .content-group.Group__select {
    width: 100%;
  }
  .Group__name .Error__wrap {
    width: 100%;
  }
}
