@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ↑↑ ここまではリセットCSS ↑↑  */
body {
  font-family: "Roboto", "Noto Sans JP", "Noto Serif JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin: 0 auto;
  text-align: justify;
  box-sizing: border-box;
  max-width: 1680px;
  font-size: 1.125rem;
}
@media screen and (min-width: 601px) {
  body {
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

hr {
  box-sizing: border-box;
}

footer {
  text-align: center;
}

.pc-display__none {
  display: block;
}
@media screen and (min-width: 601px) {
  .pc-display__none {
    display: none;
  }
}

.sp-display__none {
  display: none;
}
@media screen and (min-width: 601px) {
  .sp-display__none {
    display: block;
  }
}

.sp__break {
  display: inline;
}
@media screen and (min-width: 601px) {
  .sp__break {
    display: none;
  }
}

.pc__break {
  display: none;
}
@media screen and (min-width: 601px) {
  .pc__break {
    display: inline;
  }
}

.button-yyy, .button-xxx {
  width: 100%;
  margin: 0 auto;
  margin-top: 1em;
  padding: 0.5em 0;
}
@media screen and (min-width: 601px) {
  .button-yyy, .button-xxx {
    max-width: 390px;
  }
}

.button-yyy {
  margin-top: 1em;
}

.margin__1em {
  margin-top: 1em;
  margin-bottom: 1em;
}

.margin-top__1em {
  margin-top: 1em;
}

.margin-btm__1em {
  margin-bottom: 1em;
}

.padding__1em {
  margin-top: 1em;
  margin-bottom: 1em;
}

.padding-top__1em {
  margin-top: 1em;
}

.padding-btm__1em {
  margin-bottom: 1em;
}

.accept__red {
  color: #f00;
}

.accept__bold {
  font-weight: 600;
}

.accept__red-bold {
  color: #f00;
  font-weight: 600;
}

footer {
  background-color: #CF000E;
  padding-top: 0.1em;
  padding-bottom: 0.5em;
}
footer small {
  font-family: "fot-cezanne-pron", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: calc(0.625rem + (1vw - 3.75px) * 0.8889);
  min-height: 0vw;
}

#mail_form {
  width: 95%;
  margin: 50px auto;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 7px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  line-height: 1.8;
}
@media screen and (min-width: 601px) {
  #mail_form {
    width: 100%;
    max-width: 1000px;
  }
}
#mail_form dl {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #cccccc;
}
#mail_form dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#mail_form dl dt {
  padding: 25px 0 10px;
  text-align: left;
  font-weight: bold;
}
@media screen and (min-width: 601px) {
  #mail_form dl dt {
    width: 32%;
    float: left;
    padding: 35px 0 25px;
    text-align: right;
  }
}
#mail_form dl dt i {
  font-weight: normal;
}
@media screen and (min-width: 601px) {
  #mail_form dl dt i {
    float: left;
    position: relative;
    top: -2px;
  }
}
#mail_form dl dt:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#mail_form dl dd {
  padding: 0px 0 20px 0px;
}
@media screen and (min-width: 601px) {
  #mail_form dl dd {
    width: 65%;
    float: right;
    padding: 30px 0 25px 3%;
  }
}

.contact-form#mail_form dl dd span.error_blank,
.contact-form#mail_form dl dd span.error_format,
.contact-form#mail_form dl dd span.error_match {
  display: block;
  color: #ff0000;
  margin-top: 5px;
}

div.loading-layer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
}

span.loading {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ffffff;
  transform: translateZ(0);
  animation: load-circle 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
@keyframes load-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#mail_form input[type=text],
#mail_form input[type=email],
#mail_form input[type=tel] {
  width: calc(96% - 2px);
  padding: 7px 2%;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

#mail_form input[type=text]:focus,
#mail_form input[type=email]:focus,
#mail_form input[type=tel]:focus,
#mail_form textarea:focus {
  box-shadow: 0px 0px 5px #55ccff;
  border: 1px solid #55ccff;
  background: #ffffff;
}

#mail_form ul li input[type=radio],
#mail_form ul li input[type=checkbox] {
  margin: 0 10px 0 0;
}

#mail_form select {
  padding: 7px 2%;
  border: 1px solid #cccccc;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

#mail_form textarea {
  display: block;
  width: calc(96% - 2px);
  height: 200px;
  padding: 7px 2%;
  resize: vertical;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #fafafa;
  font-size: 16px;
  font-family: inherit;
  line-height: normal;
}

#mail_form ul {
  list-style-type: none;
}
#mail_form ul li label {
  display: block;
  margin-top: 10px;
  padding: 7px 2%;
  border-radius: 3px;
  background: #f0f0f0;
}
#mail_form ul li label:hover {
  cursor: pointer;
  background: #e0e0e0;
}
#mail_form ul li:first-child label {
  margin-top: 0px;
}

/* -- input design -------------------------------------------------------------------------------- */
#mail_form input[name=company] {
  width: 70%;
}

#mail_form input[name=name_1],
#mail_form input[name=read_1] {
  width: 50%;
}

#mail_form input[name=postal],
#mail_form input[name=phone],
#mail_form input[name=schedule] {
  width: 30%;
}

#mail_form input[name=mail_address],
#mail_form input[name=mail_address_confirm] {
  width: 80%;
}

#mail_form input[name=postal] + a {
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #46b8da;
  border-radius: 3px;
  background: #5bc0de;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
}

#mail_form input[name=postal] + a:hover {
  cursor: pointer;
  background: #31b0d5;
  border: 1px solid #269abc;
}

#mail_form input[name=phone],
#mail_form input[name=schedule] {
  width: 60%;
}
@media screen and (min-width: 601px) {
  #mail_form input[name=phone],
  #mail_form input[name=schedule] {
    width: 95%;
  }
}

#mail_form p#form_submit {
  width: 90%;
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
}
@media screen and (min-width: 601px) {
  #mail_form p#form_submit {
    padding: 30px 0;
  }
}

#mail_form input[type=button] {
  padding: 7px 20px;
  border: 1px solid #4cae4c;
  border-radius: 3px;
  background: #5cb85c;
  font-size: 16px;
  color: #ffffff;
  font-family: inherit;
}

#mail_form input[type=button]:hover {
  cursor: pointer;
  background: #449d44;
  border: 1px solid #398439;
}

.contact-form#mail_form dl dt span.required,
.contact-form#mail_form dl dt span.optional {
  display: none;
}

/* -- div#thanks -------------------------------------------------------------------------------- */
div#thanks {
  width: 95%;
  margin: 50px auto;
  padding: 30px 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 7px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  line-height: 1.8;
}
@media screen and (min-width: 601px) {
  div#thanks {
    width: 100%;
    max-width: 1000px;
  }
}

div#thanks h1,
div#thanks h2 {
  width: 90%;
  margin: 0 auto;
  font-size: 135%;
  font-weight: bold;
  border-bottom: 1px solid #454545;
}

div#thanks h2 {
  margin-top: 3em;
}

div#thanks p {
  width: 90%;
  margin: 0 auto;
  margin-top: 2em;
}

div#thanks dl {
  width: 90%;
  margin: 0 auto 3em;
}

div#thanks dl dt {
  margin-top: 2em;
}

.nav__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
}

.logo {
  color: aqua;
}

body.active {
  height: 100%;
  overflow: hidden;
}

.nav__burger-btn {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  z-index: 2;
}
@media screen and (min-width: 601px) {
  .nav__burger-btn {
    display: none;
  }
}
.nav__burger-btn span {
  display: block;
  position: absolute;
  left: 50%;
  width: 30px;
  height: 2px;
  background-color: black;
  transform: translateX(-50%);
  transition: transform 0.3s ease;
}
.nav__burger-btn span:first-of-type {
  top: 10px;
}
.nav__burger-btn span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.nav__burger-btn span:last-of-type {
  bottom: 10px;
}
.nav__burger-btn.active span:first-of-type {
  transform: translate(-50%, 10px) rotate(-45deg);
  transition: transform 0.3s ease;
}
.nav__burger-btn.active span:nth-of-type(2) {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nav__burger-btn.active span:last-of-type {
  transform: translate(-50%, -8px) rotate(45deg);
  transition: transform 0.3s ease;
}

.nav__menu {
  position: fixed;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 601px) {
  .nav__menu {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}
.nav__menu ul {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 601px) {
  .nav__menu ul {
    flex-direction: row;
    align-items: center;
  }
}
.nav__menu ul li {
  padding-top: 2rem;
}
@media screen and (min-width: 601px) {
  .nav__menu ul li {
    padding-top: 0;
    padding-left: 1rem;
  }
}
.nav__menu ul li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}
.nav__menu ul li a:hover {
  color: blue;
}
.nav__menu.active {
  top: 0;
  left: 0;
  width: 100%;
  background-color: red;
  padding: 3rem 1rem 1rem;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
  height: 100vh;
  max-height: 100%;
  overflow: scroll;
}

.top__index-01 {
  padding-left: 4.6666666667%;
  padding-top: 3.3333333333%;
  padding-bottom: 3.3333333333%;
  line-height: 1;
  border-bottom: 2px solid #D2D2D3;
}
@media screen and (min-width: 601px) {
  .top__index-01 {
    padding-top: 1.9047619048%;
    padding-bottom: 1.4285714286%;
    padding-left: 0.9523809524%;
    padding-right: 61.0119047619%;
  }
}

.top__index-02 {
  padding-left: 4.6666666667%;
  padding-right: 4.6666666667%;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 601px) {
  .top__index-02 {
    padding-left: 0;
    padding-right: 4.7619047619%;
  }
}

.top .intelligence-sp {
  background: linear-gradient(0deg, #fff 60%, #E9A9AD);
}
.top .intelligence-sp h2 {
  text-align: center;
  padding-top: 4.3333333333%;
  padding-bottom: 0.8em;
  padding-left: 16%;
  padding-right: 16%;
  letter-spacing: 0;
}
.top .intelligence-sp > div {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.25em;
  padding-left: 5.3333333333%;
  padding-right: 5.3333333333%;
  font-size: calc(0.8125rem + (1vw - 3.75px) * 1.7778);
  min-height: 0vw;
}
.top .intelligence-sp > figure {
  margin-top: 2.2em;
}
.top .intelligence-pc h2 {
  padding-top: 2.8571428571%;
  padding-bottom: 2.380952381%;
}
.top .intelligence-pc .map-container {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  position: relative;
  font-size: clamp(7.5px, 0.46875rem + (1vw - 6.01px) * 2.0947, 19px);
}
.top .intelligence-pc .map-container .map {
  padding-right: 25.3571428571%;
  padding-bottom: 1.1904761905%;
}
.top .intelligence-pc .map-container > div {
  position: absolute;
  top: 0;
  left: 50%;
}
.top .philosophy {
  display: grid;
  background-color: #E9E1D7;
  transition: all 0.3s ease;
  padding-bottom: 1%;
}
@media screen and (min-width: 601px) {
  .top .philosophy {
    background-color: #fff;
  }
  .top .philosophy:hover {
    background-color: #E9E1D7;
  }
}
.top .philosophy section {
  grid-column: 1/4;
  grid-row: 1/18;
}
.top .philosophy section h2 {
  text-align: center;
  padding-top: 1em;
}
.top .philosophy section h3 {
  text-align: center;
  padding-top: 0.66em;
  padding-left: 28.3333333333%;
  padding-right: 28.3333333333%;
}
.top .philosophy section > div {
  font-family: fot-rodin-pron, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: calc(0.6875rem + (1vw - 3.75px) * 3.5556);
  min-height: 0vw;
  padding-top: 1em;
  padding-bottom: 3em;
  padding-left: 6.6666666667%;
  padding-right: 6.6666666667%;
}
@media screen and (min-width: 601px) {
  .top .philosophy section > div {
    font-size: clamp(16px, 16px + (1vw - 6.01px) * 0.7414, 24px);
  }
}
.top .philosophy figure {
  text-align: center;
  grid-column: 2/3;
  grid-row: 16/17;
}
@media screen and (min-width: 601px) {
  .top .philosophy figure {
    grid-row: 17/17;
    padding-bottom: 7%;
  }
}
.top .company-sp {
  display: grid;
}
.top .company-sp figure:first-of-type {
  grid-column: 1/4;
  grid-row: 1/18;
}
.top .company-sp figure:last-of-type {
  grid-column: 2/3;
  grid-row: 16/17;
}
.top .company-pc {
  display: grid;
}
.top .company-pc figure:first-of-type {
  grid-column: 1/4;
  grid-row: 1/18;
}
.top .company-pc figure:last-of-type {
  grid-column: 2/3;
  grid-row: 16/17;
  z-index: 100;
}
.top .hover-brightness {
  transition: 0.3s;
}
.top .hover-brightness :hover {
  filter: brightness(0.6);
}
.top .hover-brightness :active {
  filter: brightness(0.6);
}
.top .button-01 {
  width: 26vw;
}
@media screen and (min-width: 601px) {
  .top .button-01 {
    width: 20vw;
    max-width: 220px;
  }
}
.top .button-02 {
  width: 26vw;
  z-index: 100;
}
@media screen and (min-width: 601px) {
  .top .button-02 {
    width: 20vw;
    max-width: 220px;
  }
}

.bland__index {
  padding-left: 4.6666666667%;
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1;
}
@media screen and (min-width: 601px) {
  .bland__index {
    padding-left: 0.7142857143%;
    padding-right: 60.7142857143%;
  }
}

.bland {
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(0.8125rem + (1vw - 3.75px) * 4);
  min-height: 0vw;
  padding-left: 5.3333333333%;
  padding-right: 5.3333333333%;
}
@media screen and (min-width: 601px) {
  .bland {
    font-size: clamp(10px, 0.625rem + (1vw - 6.01px) * 1.6694, 22px);
  }
}
.bland .main-text__01 {
  padding-top: 5.3333333333%;
}
@media screen and (min-width: 601px) {
  .bland .main-text__01 {
    padding-top: 3.2142857143%;
  }
}
.bland .main-text__02 {
  padding-top: 8.3333333333%;
}
@media screen and (min-width: 601px) {
  .bland .main-text__02 {
    padding-top: 2.619047619%;
  }
}

.bland__figure {
  padding-top: 6%;
}

.brand__pc-footer {
  padding-top: 2.8571428571%;
}

.company {
  display: grid;
}
.company figure {
  grid-column: 1/4;
  grid-row: 1/18;
}
.company .company__main-sp {
  grid-column: 2/3;
  grid-row: 1/2;
}
.company .company__main-sp .company__index {
  padding-left: 4.6666666667%;
  padding-top: 1em;
  padding-bottom: 0.5em;
  line-height: 1;
}
.company .company__main-sp section {
  padding-top: 1em;
  padding-left: 13.8333333333%;
  padding-right: 13.8333333333%;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(0.625rem + (1vw - 3.75px) * 3.1111);
  min-height: 0vw;
  color: #7D0000;
}
.company .company__main-sp section h2 {
  text-align: center;
  color: #fff;
  background-color: #7D0000;
  margin-bottom: 1em;
}
.company .company__main-sp section div p {
  border-bottom: solid 1px #7D0000;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
}
.company .company__main-sp section div p:last-of-type {
  border-bottom: none;
}

.company-pc section {
  background-color: #E5E2DB;
  padding-left: 17.8571428571%;
  padding-right: 17.8571428571%;
  padding-top: 2.1428571429%;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  min-height: 0vw;
  color: #7D0000;
}
.company-pc section h2 {
  text-align: center;
  color: #fff;
  background-color: #7D0000;
  margin-bottom: 0.2em;
}
.company-pc section div p {
  border-bottom: solid 1px #7D0000;
  margin-bottom: 0.2em;
  padding: 0.5em 0;
}
.company-pc section div p:last-of-type {
  border-bottom: none;
  padding-bottom: 2em;
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */