/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
	form以下共通
+++++++++++++++++++++++++++++++++++++++++++ */
ol.formFlow {
  text-align: center;
  margin: 0 0 30px;
  font-size: 1.6rem;
}
ol.formFlow li {
  display: inline-block;
}
ol.formFlow li:not(:last-child)::after {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1.4rem;
  margin: 0 5px 0 8px;
  vertical-align: 1px;
}
ol.formFlow li.current,
ol.formFlow li.current::after {
  color: #004DA1;
  font-weight: bold;
}
form em {
  display: inline-block;
  width: 56px;
  padding: 3px 0 4px 0;
  margin-left: 15px;
  line-height: 1;
  background: #DE1F1F;
  color: #FFF;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  form em {
    font-size: 3.2vw;
    margin-left: 2vw;
    width: 10vw;
  }
}
form em.notReq {
  background: #747474;
}
form .dlList_01 div {
  padding: 0 0 40px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  form .dlList_01 div {
    padding: 0 0 5vw;
  }
}
form .dlList_01 div dt {
  width: 40%;
  max-width: 239px;
  padding: 0 15px 0 0;
  text-align: right;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  form .dlList_01 div dt {
    width: 100%;
    text-align: left;
    max-width: none;
    margin-bottom: 8px;
  }
}
form .dlList_01 div dt.wt {
  max-width: 170px;
}
@media screen and (max-width: 767px) {
  form .dlList_01 div dt.wt {
    max-width: none;
  }
}
form .dlList_01 div .dd {
  position: relative;
  padding-bottom: 0;
  width: 100%;
}
form .dlList_01 div .dd::before {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 5%;
  right: 13px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  form .dlList_01 div .dd::before {
    font-size: 3.6vw;
    top: 1vw;
  }
}
form .dlList_01 div .dd.is-active::before {
  transform: rotate(180deg);
}
form .dlList_01 div .dd.icon {
  width: auto;
}
form .dlList_01 div .dd.icon::before {
  content: none;
}
form .dlList_01 div .dl2 label {
  font-weight: normal;
  margin-right: 20px;
  color: #221815;
  cursor: default;
}
form .dlList_01 div.flex {
  justify-content: flex-start;
  gap: 10px;
  margin-top: 0;
  padding-bottom: 20px;
}
form .dlList_01 div.al_fs {
  align-items: flex-start;
}
form .dlList_01 div .pb0 {
  padding-bottom: 0;
}
input {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  width: 100%;
  border: 1px solid #989898;
  border-radius: 3px;
  height: 35px;
  padding: 0 18px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  input {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  input {
    height: 8vw;
  }
}
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 1px solid #989898;
  border-radius: 2px;
  background: none;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -4px;
  position: relative;
  cursor: pointer;
}
input[type="checkbox"]:checked {
  background-color: #004DA1;
  border-color: #004DA1;
}
input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  top: 1px;
  left: 5px;
  transform: rotate(45deg);
}
[type="number"] {
  -moz-appearance: textfield;
}
[type="number"]::-webkit-outer-spin-button,
[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
}
[type="button"] {
  -webkit-appearance: none;
  cursor: pointer;
}
textarea {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  width: 100%;
  height: 162px;
  padding: 5px 13px;
  border: 1px solid #989898;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  textarea {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  textarea {
    height: 50vw;
  }
}
select {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  width: 100%;
  height: 35px;
  padding: 0 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #221815;
  font-weight: normal;
  border-radius: 3px;
  border: 1px solid #989898;
}
@media screen and (max-width: 767px) {
  select {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  select {
    height: 8vw;
  }
}
select:required:invalid {
  color: #989898;
}
select:focus,
select:valid {
  color: #221815;
}
select option {
  color: #221815;
  border-bottom: 1px solid #E4E4E4;
}
select option:disabled:first-child {
  color: #989898;
}
label {
  display: inline-block;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  label {
    font-size: 3.6vw;
  }
}
label:focus {
  outline: 0;
}
button {
  -webkit-appearance: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  button {
    font-size: 3.2vw;
  }
}
::-webkit-input-placeholder {
  color: #989898;
}
::-moz-placeholder {
  color: #989898;
}
::placeholder {
  color: #989898;
}
.inputL {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .inputL {
    width: 100%;
  }
}
.inputM {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .inputM {
    width: 80%;
  }
}
.inputS {
  width: 100px;
}
.inputSS {
  width: 60px;
}
.help {
  color: #666;
  font-size: 92.8%;
  vertical-align: middle;
}
.submit .btn {
  background: #004DA1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  background: linear-gradient(to right, #0874E9 0, #68D0FF 50%, #FFF 50%, #FFF 100%) 0 center / 200% auto;
  background-size: 200% auto;
  max-width: max-content;
  width: 100%;
  min-width: 360px;
  min-height: 64px;
  border-radius: 50px;
  border: none;
  color: #FFF;
  position: relative;
  transition: 0.2s;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .submit .btn {
    font-size: 4vw;
    min-width: auto;
    max-width: 80%;
  }
}
.submit .btn:hover {
  opacity: 1;
  outline: #004DA1 1px solid;
  background-position: 100% center;
  color: #004DA1;
}
.submit .btn2 {
  min-width: 280px;
}
@media screen and (max-width: 767px) {
  .submit .btn2 {
    min-width: auto;
  }
}
.submit .color {
  background: #999;
  background: linear-gradient(to right, #999 0, #999 50%, #FFF 50%, #FFF 100%) 0 center / 200% auto;
}
.submit .color:hover {
  outline-color: #999;
  color: #999;
}
/*+++++++++++++++++++++++++++++++++++++++++++
	contact
+++++++++++++++++++++++++++++++++++++++++++ */
article {
  padding: 80px 0 166px 0;
}
@media screen and (max-width: 767px) {
  article {
    padding: 50px 0 100px 0;
  }
}
article .lowerStyle h2 {
  margin-top: 70px;
}
article .lowerStyle h3 {
  margin: 22px 0 10px;
}
article .flex {
  margin-top: 65px;
  gap: 53px;
}
@media screen and (max-width: 1199px) {
  article .flex {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
@media screen and (max-width: 1199px) {
  article .flex.tb_row {
    flex-direction: row;
    padding-bottom: 3vw !important;
  }
}
article .flex .flexText {
  max-width: 867px;
}
@media screen and (max-width: 1199px) {
  article .flex .flexText {
    max-width: none;
  }
}
article .flex .flexText .box {
  padding: 58px 62px 57px 55px;
  border-radius: 30px;
}
@media screen and (max-width: 1199px) {
  article .flex .flexText .box {
    padding: 40px 17px 40px 14px;
  }
}
@media screen and (max-width: 767px) {
  article .flex .flexText .box {
    padding: 40px 20px;
  }
}
article .flex .flexFlow {
  display: flex;
  justify-content: center;
  padding: 20px;
}
@media screen and (max-width: 1199px) {
  article .flex .flexFlow {
    padding: 0;
  }
}
article .flex .flexFlow .flowList {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  article .flex .flexFlow .flowList {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 75px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  article .flex .flexFlow .flowList {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }
}
article .flex .flexFlow .flowList::before {
  content: '';
  position: absolute;
  top: 24.5px;
  left: 25px;
  height: 143px;
  width: 2px;
  background-color: #cccccc;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  article .flex .flexFlow .flowList::before {
    max-width: 400px;
    width: calc(100% - 70px);
    height: 2px;
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  article .flex .flexFlow .flowList::before {
    max-width: none;
    width: 90%;
    height: 2px;
    left: 5vw;
    top: 6vw;
  }
}
article .flex .flexFlow .flowList .flowItem {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  article .flex .flexFlow .flowList .flowItem {
    flex-direction: column;
  }
}
article .flex .flexFlow .flowList .flowItem:last-child {
  margin-bottom: 0;
}
article .flex .flexFlow .flowList .flowItem.current .flowNumber {
  background-color: #004DA1;
  border-color: #004DA1;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
}
article .flex .flexFlow .flowList .flowItem.current .flowText {
  color: #221815;
}
article .flex .flexFlow .flowList .flowItem .flowNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: bold;
  color: #BCBCBC;
  border: 2px solid #BCBCBC;
  background-color: #ffffff;
  flex-shrink: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  article .flex .flexFlow .flowList .flowItem .flowNumber {
    font-size: 4vw;
    width: 12vw;
    height: 12vw;
  }
}
article .flex .flexFlow .flowList .flowItem .flowText {
  margin-left: 15px;
  color: #BCBCBC;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  article .flex .flexFlow .flowList .flowItem .flowText {
    margin-left: 0;
    margin-top: 1vw;
  }
}
@media screen and (max-width: 767px) {
  article .flex .flexFlow .flowList .flowItem:nth-child(2) {
    position: relative;
    left: -1vw;
  }
}
@media screen and (max-width: 767px) {
  article .flex .flexFlow .flowList .flowItem:last-child {
    margin-right: 3vw;
  }
}
