@charset "UTF-8";
/*
 contact.cssは自動生成しているため、
 直接上書きしないでください。
*/
/* Vendor */
/* Site settings */
/* Base */
/* line 19, ../scss/base/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, ../scss/base/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* line 35, ../scss/base/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, ../scss/base/_reboot.scss */
body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2.8rem;
  color: #1D284D;
  text-align: left;
  background-color: #fff;
}

/* line 62, ../scss/base/_reboot.scss */
[tabindex="-1"]:focus {
  outline: 0 !important;
}

/* line 72, ../scss/base/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 88, ../scss/base/_reboot.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 97, ../scss/base/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 110, ../scss/base/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

/* line 119, ../scss/base/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 125, ../scss/base/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 132, ../scss/base/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 139, ../scss/base/_reboot.scss */
dt {
  font-weight: bold;
}

/* line 143, ../scss/base/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 148, ../scss/base/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 152, ../scss/base/_reboot.scss */
b,
strong {
  font-weight: bold;
}

/* line 157, ../scss/base/_reboot.scss */
small {
  font-size: 80%;
}

/* line 166, ../scss/base/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 174, ../scss/base/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 175, ../scss/base/_reboot.scss */
sup {
  top: -.5em;
}

/* line 182, ../scss/base/_reboot.scss */
a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
/* line 34, ../scss/_settings.scss */
a:hover {
  color: black;
  text-decoration: underline;
}

/* line 199, ../scss/base/_reboot.scss */
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
/* line 42, ../scss/_settings.scss */
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
/* line 208, ../scss/base/_reboot.scss */
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/* line 218, ../scss/base/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
}

/* line 226, ../scss/base/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

/* line 240, ../scss/base/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 250, ../scss/base/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 255, ../scss/base/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 267, ../scss/base/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 271, ../scss/base/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #000;
  text-align: left;
  caption-side: bottom;
}

/* line 279, ../scss/base/_reboot.scss */
th {
  text-align: inherit;
}

/* line 290, ../scss/base/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0;
}

/* line 299, ../scss/base/_reboot.scss */
button {
  border-radius: 0;
}

/* line 308, ../scss/base/_reboot.scss */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 313, ../scss/base/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 324, ../scss/base/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 329, ../scss/base/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 337, ../scss/base/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 345, ../scss/base/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 353, ../scss/base/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 360, ../scss/base/_reboot.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* line 372, ../scss/base/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 378, ../scss/base/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 393, ../scss/base/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 405, ../scss/base/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 410, ../scss/base/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 415, ../scss/base/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 428, ../scss/base/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 437, ../scss/base/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 446, ../scss/base/_reboot.scss */
output {
  display: inline-block;
}

/* line 450, ../scss/base/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 455, ../scss/base/_reboot.scss */
template {
  display: none;
}

/* line 461, ../scss/base/_reboot.scss */
[hidden] {
  display: none !important;
}

/* Layouts */
/* line 1, ../scss/module/_buttons.scss */
.btn {
  display: block;
  height: 40px;
  border-radius: 20px;
  position: relative;
}
/* line 7, ../scss/module/_buttons.scss */
.btn > span {
  display: inline-block !important;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  top: calc(50% + 1px);
  letter-spacing: 2px;
}
@media screen and (max-width: 599px) {
  /* line 7, ../scss/module/_buttons.scss */
  .btn > span {
    letter-spacing: 1px;
  }
}
/* line 18, ../scss/module/_buttons.scss */
.btn.btn-normal {
  background-color: #ED6414;
  color: #fff;
}
/* line 22, ../scss/module/_buttons.scss */
.btn.btn-normal:hover {
  background-color: #fff;
  color: #ED6414;
  border: 2px solid #fff;
}
/* line 29, ../scss/module/_buttons.scss */
.btn.btn-normal-border {
  background-color: #ED6414;
  color: #fff;
  border: 2px solid #fff;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 34, ../scss/module/_buttons.scss */
.btn.btn-normal-border:hover {
  background-color: #fff;
  color: #ED6414;
}
/* line 40, ../scss/module/_buttons.scss */
.btn.btn-white {
  background-color: #fff;
  color: #231815;
}
/* line 45, ../scss/module/_buttons.scss */
.btn.btn-white-border {
  border: 1px solid #231815;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
/* line 48, ../scss/module/_buttons.scss */
.btn.btn-white-border:hover {
  background-color: #231815;
  color: white;
}

/* line 4, ../scss/layout/_contact.scss */
#logo a {
  color: #1D284D;
}

/* line 9, ../scss/layout/_contact.scss */
main {
  z-index: 0;
}

/* line 13, ../scss/layout/_contact.scss */
header {
  background-color: #1D284D;
}

/* line 17, ../scss/layout/_contact.scss */
.header_shadow {
  display: none;
}

/* line 21, ../scss/layout/_contact.scss */
h1 {
  text-align: center;
  padding-bottom: 40px;
  width: 100%;
}
/* line 25, ../scss/layout/_contact.scss */
h1 > span {
  font-size: 2.5rem;
  font-weight: 600;
  white-space: nowrap;
  border-bottom: 4px solid #ED6414;
  letter-spacing: 2px;
}
@media screen and (max-width: 599px) {
  /* line 25, ../scss/layout/_contact.scss */
  h1 > span {
    font-size: 2.0rem;
  }
}

/* line 37, ../scss/layout/_contact.scss */
#site-container {
  min-height: 100vh;
}

/* line 41, ../scss/layout/_contact.scss */
#contact {
  padding-top: 140px;
  padding-bottom: 100px;
  min-height: calc(100vh - 226px);
}
/* line 48, ../scss/layout/_contact.scss */
#contact > section .main-contents .lead {
  padding-bottom: 50px;
}
/* line 50, ../scss/layout/_contact.scss */
#contact > section .main-contents .lead span {
  display: block;
  line-height: 1.8;
}
/* line 57, ../scss/layout/_contact.scss */
#contact > section .form-contacts {
  padding: 50px;
  background-color: #f4f4f4;
  border-radius: 5px;
}
@media screen and (max-width: 959px) {
  /* line 57, ../scss/layout/_contact.scss */
  #contact > section .form-contacts {
    padding: 15px 25px;
  }
}

/* line 69, ../scss/layout/_contact.scss */
#form-area {
  max-width: 800px;
  margin: 0 auto;
}
/* line 72, ../scss/layout/_contact.scss */
#form-area > p {
  padding-bottom: 30px;
}
@media screen and (max-width: 959px) {
  /* line 72, ../scss/layout/_contact.scss */
  #form-area > p {
    padding-bottom: 10px;
  }
}
/* line 82, ../scss/layout/_contact.scss */
#form-area .wpcf7 .wpcf7-form > ul > li {
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  /* line 82, ../scss/layout/_contact.scss */
  #form-area .wpcf7 .wpcf7-form > ul > li {
    margin-bottom: 15px;
  }
}
/* line 88, ../scss/layout/_contact.scss */
#form-area .wpcf7 .wpcf7-form > ul > li > label {
  display: flex;
  justify-content: flex-start;
  align-items: start;
}
@media screen and (max-width: 959px) {
  /* line 88, ../scss/layout/_contact.scss */
  #form-area .wpcf7 .wpcf7-form > ul > li > label {
    flex-wrap: wrap;
  }
}
/* line 96, ../scss/layout/_contact.scss */
#form-area .wpcf7 .wpcf7-form > ul > li > label .items {
  width: 200px;
  font-weight: 500;
}
/* line 101, ../scss/layout/_contact.scss */
#form-area .wpcf7 .wpcf7-form > ul > li > label .form-holder {
  width: 100%;
}
/* line 104, ../scss/layout/_contact.scss */
#form-area .wpcf7 .wpcf7-form > ul > li > label .form-holder span input, #form-area .wpcf7 .wpcf7-form > ul > li > label .form-holder span textarea {
  width: 100%;
  padding: 5px 12px;
  line-height: 2.4;
}
/* line 114, ../scss/layout/_contact.scss */
#form-area .wpcf7 .wpcf7-form > ul > li .accept-txt input[type="checkbox"] {
  margin-right: 10px;
}
/* line 117, ../scss/layout/_contact.scss */
#form-area .wpcf7 .wpcf7-form > ul > li .accept-txt span {
  line-height: 1.5;
}
/* line 119, ../scss/layout/_contact.scss */
#form-area .wpcf7 .wpcf7-form > ul > li .accept-txt span a {
  color: #ff6a20;
  text-decoration: underline !important;
}

/* line 131, ../scss/layout/_contact.scss */
#btn {
  text-align: center;
}
/* line 133, ../scss/layout/_contact.scss */
#btn input {
  width: 360px;
  height: 72px;
  display: flex;
  border: 0;
  margin: 0 auto;
  border-radius: 5px;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  color: white;
  background-color: #1D284D;
  cursor: pointer;
}
/* line 147, ../scss/layout/_contact.scss */
#btn input:hover {
  background-color: #ff6a20;
}
@media screen and (max-width: 959px) {
  /* line 133, ../scss/layout/_contact.scss */
  #btn input {
    font-size: 20px;
    width: 260px;
    height: 55px;
  }
}
/* line 156, ../scss/layout/_contact.scss */
#btn .wpcf7-submit:disabled {
  color: black;
  background-color: #999;
  cursor: initial;
}
/* line 161, ../scss/layout/_contact.scss */
#btn .wpc7-spinner {
  margin-top: 10px;
  width: 30px;
  height: 30px;
}

/* line 168, ../scss/layout/_contact.scss */
.red {
  color: #ff6a20;
}
