@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --white: #ffffff;
  --text-color: #000000;
  --main: #185AA5;
  --sub: #C11414;
  --cta: #FCCA00;
  --pink: #FFDBDB;
  --bg: rgb(245, 245, 245);
}

/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --inner_width: 120rem;
  --pi: 5rem;
  --transition: 0.5s;
}

/* -------------------------------------------*/
:root {
  --text-base: "Zen Kaku Gothic New","Noto Sans JP",
              "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
              "游ゴシック",YuGothic,
              "メイリオ",Meiryo,
              sans-serif;
  --antique: "Zen Kaku Gothic Antique", sans-serif;
  --eng: "Zen Maru Gothic", sans-serif;
  --mincho: "Zen Antique Soft",serif;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font-weight: 500;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

span {
  font-weight: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
  overflow: auto;
}

body {
  color: var(--text-color);
  font-family: var(--text-base);
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  height: 100%;
  letter-spacing: 0;
  line-height: 1;
  overflow-x: clip;
  position: relative;
}

body:not(.home) {
  background-color: var(--bg);
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

hgroup {
  position: relative;
}

a,
button {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
  transition: var(--transition);
}
a::before, a::after,
button::before,
button::after {
  transition: var(--transition);
}

a[href^="tel:"] {
  display: inline-block;
}

picture {
  display: block;
}

img {
  height: 100%;
  vertical-align: middle;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

em {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

input,
button,
select,
optgroup,
textarea {
  background-color: transparent;
  border: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  border-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

address {
  font-style: normal;
}
/* スクロールバーのトラックの背景色 */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* スクロールバーのスクロール部分 */
::-webkit-scrollbar-thumb {
  background-color: #19274e;
  border-radius: 5px;
}

/* スクロールバーの上部ボタン */
::-webkit-scrollbar-button:start {
  display: none;
}

/* スクロールバーの下部ボタン */
::-webkit-scrollbar-button:end {
  display: none;
}

/* -------------------------------------------*/
.p-contact-sec {
  margin-top: 5.2rem;
  padding-inline: var(--pi);
}

.p-contact-sec__inner {
  margin-inline: auto;
  max-width: var(--inner_width);
}

.p-contact-ttlBox {
  align-items: flex-end;
  display: flex;
  font-family: var(--antique);
}

.p-contact__ttlText {
  color: var(--main);
  font-size: 3rem;
  font-weight: 700;
  padding-bottom: 1.2rem;
}

.p-contact-topBlock {
  align-items: center;
  display: flex;
  gap: 4rem;
  margin-top: 4.9rem;
}

.p-contact-topBlock__left {
  background-color: var(--white);
  border: 1px solid var(--cta);
  border-radius: 8px;
  padding: 3.2rem 2.8rem 4rem 4.4rem;
}

.p-contact-topBlock__leftTtl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333333;
}

.p-contact-topBlock__leftText {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6666666667;
  margin-top: 1.8rem;
}

.p-contact-topBlock__rightTtl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4583333333;
}

.p-contact-topBlock__rightTel {
  font-size: 5.2rem;
  font-weight: 500;
  padding-left: 5.4rem;
  position: relative;
}
.p-contact-topBlock__rightTel::before {
  aspect-ratio: 1;
  background-image: url(../../images/support/tel-icon.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 4.8rem;
}

.p-contact-topBlock__rightText {
  font-weight: 500;
  line-height: 1.4375;
  margin-top: 0.3rem;
}

.p-contact-sec__content {
  background-color: var(--white);
  border-radius: 16px;
  margin-bottom: 6.3rem;
  margin-inline: auto;
  margin-top: 8.2rem;
  max-width: 1350px;
  padding-block: 5.4rem 9rem;
  padding-inline: var(--pi);
}

.p-contact-sec__contentProgress {
  display: grid;
  --column: 3;
  border: 1px solid var(--main);
  counter-reset: number 0;
  grid-template-columns: repeat(var(--column), 1fr);
}

.p-contact-sec__contentProgressList {
  height: 43.5px;
  position: relative;
  z-index: 1;
}

.p-contact-sec__contentProgressList:nth-child(2)::before {
  background-color: var(--white);
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: -1px;
  top: 0;
  width: 2px;
  z-index: 3;
}

.p-contact-sec__contentProgressList svg {
  position: absolute;
  right: 1px;
  top: 50%;
  translate: 100% -50%;
  z-index: 0;
}

.p-contact-sec__contentProgressList.path {
  background-color: var(--main);
}
.p-contact-sec__contentProgressList.path::before {
  background-color: var(--main);
}
.p-contact-sec__contentProgressList.path span {
  color: var(--white);
}
.p-contact-sec__contentProgressList.path svg g {
  fill: var(--main);
}

.p-contact-sec__contentProgressList.path span::before {
  color: var(--main);
}

.p-contact-sec__contentProgressList.path span::after {
  background-color: var(--white);
}

.p-contact-sec__contentProgressList span {
  color: var(--main);
  display: block;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  margin-inline: auto;
  padding-block: 0.8rem;
  padding-left: 2.5rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact-sec__contentProgressList span::before {
  color: var(--white);
  content: counter(number) " ";
  counter-increment: number 1;
  display: block;
  height: 1.8rem;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  translate: 0 -55%;
  width: 1.8rem;
  z-index: 2;
}
.p-contact-sec__contentProgressList span::after {
  background-color: var(--main);
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.8rem;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.8rem;
  z-index: 1;
}

.p-contact-sec__contentInner {
  margin-inline: auto;
  max-width: 711px;
}

.wpcf7-form {
  --width: 633;
  margin-inline: auto;
  margin-top: 8.4rem;
  max-width: calc(1px * var(--width));
}

/* 必須ノート（画像一番上のテキスト用） */
.required-note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  margin-bottom: 0.7rem;
}

/* フォームの各行 */
.form-group {
  align-items: center;
  display: grid;
  gap: 2.3rem;
  grid-template-columns: 1fr calc(46600% / var(--width));
}

.form-group:not(.form-group:first-child) {
  margin-top: 3.2rem;
}

.label-main {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
}

.label-sub {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4615384615;
}

/* 右側の入力エリア */
.input-container {
  height: 100%;
}

/* 入力項目共通スタイル */
.input-container input[type=text],
.input-container input[type=email],
.input-container input[type=tel],
.input-container select,
.input-container textarea {
  border: 1px solid #CDD6DD;
  font-size: 15px;
  height: 6.2rem;
  padding: 1.3rem;
  width: 100%;
}

/* プレースホルダーの色 */
::-moz-placeholder {
  color: #CDD6DD;
}
::placeholder {
  color: #CDD6DD;
}

/* セレクトボックスの矢印カスタマイズ */
.input-container select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("../../images/contact/arrow.svg");
  background-position: right 3rem center;
  background-repeat: no-repeat;
  cursor: pointer;
}

/* お問い合わせ内容（textarea） */
.input-container textarea {
  height: 155px;
  resize: vertical;
}

/* 個人情報保護方針の同意エリア */
.privacy-policy {
  margin-top: 7.3rem;
  text-align: center;
}

.privacy-policy label,
.privacy-policy input {
  cursor: pointer;
}

.privacy-policy input[type=checkbox] {
  aspect-ratio: 1;
  border: 1px solid;
  position: relative;
  width: 1.6rem;
}

.privacy-policy input[type=checkbox]:checked:before {
  border-bottom: 2px solid var(--main);
  border-right: 2px solid var(--main);
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: rotate(50deg);
  translate: -50% -50%;
  width: 4px;
}

.privacy-policy a {
  display: inline-block;
  margin-inline: 1em;
  text-decoration: underline;
}

/* 送信ボタンのコンテナ */
.submit-container {
  margin-top: 1.85rem;
}

.submit-container p {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

/* 送信ボタン本体 */
.submit-btn {
  align-content: center;
  background-color: var(--main);
  background-image: url("../../images/contact/arrow-white.svg");
  background-position: right 4.5rem center;
  background-repeat: no-repeat;
  border: none !important;
  border-radius: 50px;
  color: var(--white);
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  height: 6.5rem;
  padding-left: 19.7604790419%;
  text-align: left;
  width: 33.4rem;
}

.back-btn {
  align-content: center;
  background-image: url("../../images/contact/arrow-blue.svg");
  background-position: right 4.5rem center;
  background-repeat: no-repeat;
  border: 1px solid;
  border-radius: 50px;
  color: var(--main);
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700;
  height: 6.5rem;
  margin-top: 6.4rem;
  padding-left: 19.7604790419%;
  text-align: left;
  width: 33.4rem;
}

/* CF7特有のエラーメッセージ等の調整 */
.wpcf7-not-valid-tip {
  font-size: 13px;
  margin-top: 5px;
}

.wpcf7-response-output {
  border: none !important;
  text-align: center;
}

@media (max-width: 1200px){
  .p-contact-topBlock__leftTtl {
    font-size: 2rem;
  }
  .p-contact-topBlock__leftText {
    font-size: 1.6rem;
  }
  .p-contact-topBlock__rightTtl {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1080px){
  html {
    font-size: 57.5%;
  }
}

@media (max-width: 1024px){
  .p-contact-topBlock {
    flex-direction: column;
    gap: max(3.90625vw, 24px);
  }
}

@media (max-width: 768px){
  .p-contact-sec {
    margin-top: 1.4rem;
  }
  .p-contact__ttlText {
    font-size: max(3.90625vw, 18px);
  }
  .p-contact-topBlock__left {
    padding: 2.6rem 2.8rem;
  }
  .p-contact-topBlock__rightTtl {
    font-size: 1.6rem;
  }
  .p-contact-topBlock__rightTel {
    font-size: max(6.7708333333vw, 36px);
    padding-left: max(7.03125vw, 32px);
  }
  .p-contact-topBlock__rightTel::before {
    width: max(6.25vw, 26px);
  }
  .p-contact-topBlock__rightText {
    font-size: 1.5rem;
  }
  .p-contact-sec__content {
    margin-bottom: 2.8rem;
    margin-top: 5.6rem;
    padding-block: 3.2rem 4rem;
  }
  .p-contact-sec__contentProgress {
    --column: 1;
    border: unset;
    gap: 34px;
    margin-inline: auto;
    max-width: 295px;
  }
  .p-contact-sec__contentProgressList {
    border: 1px solid var(--main);
  }
  .p-contact-sec__contentProgressList:nth-child(2)::before {
    display: none;
  }
  .p-contact-sec__contentProgressList svg {
    right: 50%;
    rotate: 90deg;
    top: 90%;
    translate: 50%;
  }
  .p-contact-sec__contentProgressList span {
    font-size: 1.6rem;
  }
  .p-contact-sec__contentProgressList span::before {
    height: 1.6rem;
    width: 1.6rem;
  }
  .p-contact-sec__contentProgressList span::after {
    height: 1.6rem;
    width: 1.6rem;
  }
  .wpcf7-form {
    margin-top: 5.6rem;
  }
  .form-group {
    align-items: flex-start;
    gap: 1.4rem;
    grid-template-columns: 1fr;
  }
  .label-main {
    font-size: 1.6rem;
  }
  .label-sub {
    font-size: 1.2rem;
  }
  .input-container input[type=text],
  .input-container input[type=email],
  .input-container input[type=tel],
  .input-container select,
  .input-container textarea {
    height: 4.8rem;
  }
  .input-container textarea {
    height: 120px;
  }
  .privacy-policy {
    margin-top: 4rem;
  }
  .submit-btn {
    background-position: right 2.5rem center;
    font-size: 1.8rem;
    width: 30rem;
  }
  .back-btn {
    background-position: right 2.5rem center;
    font-size: 1.8rem;
    margin-top: 5rem;
    width: 30rem;
  }
}

@media not all and (max-width: 768px){
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px){
  :root {
    --pi: 2rem;
  }
  html {
    font-size: 62.5%;
  }
}

@media (hover: hover) and (pointer: fine){
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}
/*# sourceMappingURL=../maps/project/contact.css.map */
