@charset "utf-8";

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[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;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


/* HEADER
 * ========================================================================== */

html {
  cursor: default;
  font-size: 62.5%;
  line-height: 1.5;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
  padding: 0;
  display: block;
  background-color: #fff;
  color: #333;
  text-align: left;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  cursor: auto;
}

body {
  margin: 0;
  padding: 0;
}


img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: none;
  background: transparent;
  vertical-align: bottom;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

#WRAPPER {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 8rem;
  display: block;
}

header {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 0 1em;
  width: 100%;
  height: 8rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  transition: all 0.5s ease;
  z-index: 900;
  box-sizing: border-box;
  left: 0;
}

header .head-logo {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  flex-shrink: 0;
  padding: 0;
  height: 5.1rem;
  margin: 0;
  text-decoration: none;
}

header .head-logo img {
  max-width: 5rem;
}

header .head-logo p {
  font-size: 2.4rem;
  font-weight: 600;
  white-space: nowrap;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

#NAVI.menu-button {
  display: none;
}

body.menu-open {
  cursor: pointer;
}

nav.hide-menu {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 2rem;
}

nav.hide-menu,
nav.hide-menu * {
  cursor: default;
}

nav.hide-menu a,
nav.hide-menu a * {
  cursor: pointer;
}

ul.global-menu,
.footer-global-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.global-menu li,
.footer-global-menu li {
  position: relative;
  width: 15rem;
  text-align: center;
}

.footer-global-menu li {
  padding: 0 1.8rem;
  width: auto;
}

.footer-global-menu li:last-child {
  padding: 0 0 0 1.8rem;
}



ul.global-menu li::before,
ul.global-menu li:last-child::after,
.footer-global-menu li::before,
.footer-global-menu li:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .1rem;
  height: 4rem;
  background: #ccc;
}

.footer-global-menu li::before,
.footer-global-menu li:last-child::after { height: 3rem;}

.footer-global-menu li a,
ul.global-menu li a {
  display: block;
  width: 100%;
  padding: 0;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  line-height: 6rem;
  transition: color 0.3s;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

a.daiken-logo {
  display: flex;
  align-items: center;
  margin-left: 3rem;
  flex-shrink: 0;
}

/* FOOTER
 * ========================================================================== */
.footer-inner {
  max-width: 115rem;
  margin: auto;
  padding: 0 1.5rem;
}

.foot-logo {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.foot-logo img {
  max-width: 5rem;
}

.footer-menu {
  display: flex;
  align-items: center;
  margin-top: 6rem;
}

.footer-menu p {
  font-size: 2.8rem;
  margin: 0;
}

nav.footer-hide-menu {
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-left: 2rem;
}

.copyright {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  text-align: center;
  background: #ff0303;
  position: relative;
  padding: 2em 0;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}

.access {
  width: 100%;
  padding: 6rem 0;
}

.access-inner {
  display: flex;
  gap: 3rem;
  margin-top: 7rem;
}

.access-info {
  flex-shrink: 0;
  width: 40%;
  display: flex;
  flex-direction: column;
}

.access-company {
  margin: 0 0 2rem;
  font-weight: 400;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
}

.access-detail {
  margin: 0;
  padding: 0;
  color: #555;
  line-height: 2;
  font-style: normal;
}

.access-detail p:nth-child(1) {
  margin: 0 0 1.5rem;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.access-detail p:nth-child(2),
.access-detail p:nth-child(3) {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

.access-map {
  flex: 1;
  min-height: 30rem;
}

.access-map iframe {
  width: 100%;
  height: 100%;
}

.footer-logo {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin: 3.5rem 0 7rem;
}

.footer-logo img {
  max-width: 15rem;
  object-fit: contain;
}

#COMMITMENT h2,
.company-section-intro .inner h2,
.company-profaile h2,
.history h2 {
  font-size: 6rem;
  color: #767171;
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  border-left: solid .5rem #ff0303;
  line-height: .8;
  padding-left: 2rem;
  letter-spacing: -0.05em;
}

#COMMITMENT h2 span,
.company-section-intro .inner h2 span,
.company-profaile h2 span,
.history h2 span {
  display: block;
  font-size: 2.4rem;
  margin-top: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  color: #000000;
}

.contact{
  background: #e9e9e9;
  padding: 6rem 0;
}

.contact h2 {
  text-align: center;
  font-size: 6rem;
  color: #767171;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: .8;
  padding-bottom: 2rem;
  letter-spacing: -0.05em;
  margin: auto;
}

.contact h2::after {
  content: '';
  display: block;
  width: 8rem;
  border-bottom: solid .5rem #ff0303;
  margin: 2rem auto 0;
}

.contact h2 span {
  display: block;
  font-size: 2.4rem;
  margin-top: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: normal;
  color: #000000;
}

.contact p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 0 1em;
}

.contact-txt {
  margin: 3.5rem 0 0;
}

.contact-inner-block {
  padding: 6rem 0 0;
  display: flex;
  justify-content: center;
  width: 95%;
  max-width: 120rem;
  margin: auto;
  gap: 4rem;
  align-items: stretch;
}

.contact-foot-info-dl {
  margin: 0;
  padding: 7rem 5rem;
  width: 50%;
  max-width: 36rem;
  border: solid .1rem #767171;
  background: #fff;
}

.contact-foot-info-dl dt {
  margin: 0;
  padding: 0 0 3rem;
  font-size: 2rem;
  text-align: center; 
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.contact-foot-info-dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  text-align: center;
}

.tel-link {
  position: relative;
  margin: 0;
  padding: 0 0 0 5rem;
  font-size: 3.4rem;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #000000;
}

.tel-link::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 4rem;
  height: 4rem;
  display: block;
  background: url(/koukousangyou/img/home/icon02.svg) center center no-repeat;
  background-size: contain;
  content: "";
}

.contact .txt {
  margin: 0 0 1em;
  margin: 3rem 0 0;
  line-height: 2;
  padding: 0;
}

.contact-info-dl {
  margin: 0;
  padding: 7rem 5rem;
  width: 50%;
  max-width: 36rem;
  border: solid .1rem #767171;
  background: #fff;
}

.contact-info-dl dt {
  margin: 0;
  padding: 0 0 2.6rem;
  font-size: 2rem;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

.contact-info-dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center; 
}

.contact-link-button {
  width: 100%;
  display: flex;
  justify-content: center; 
}

.contact-link-button a {
  position: relative;
  margin: 0;
  padding: 0.8em 1em;
  width: 90%;
  max-width: 38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/koukousangyou/img/home/icon01.svg) right 1rem center no-repeat;
  background-size: .8rem auto;
  color: #fff;
  background-color: #ff0303;
  border-radius: 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.3s ease; 
  text-decoration: none;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 950px) {
.footer-menu {
  flex-direction: column;
}

nav.footer-hide-menu {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.footer-global-menu {
  display: block;
  width: 94%;
  margin: 0 auto 0;
  padding: 1.5em 0 0;
}

.footer-global-menu li {
  width: 100%;
  padding: 0.25em 0;
  display: block;
  border-bottom: .1rem dotted #999;
  text-align: left;
}

.footer-global-menu li:last-child {
  padding: 0.25em 0;
  border-bottom: none;
}

.footer-global-menu li::before,
.footer-global-menu li::after {
  display: none;
}

.footer-global-menu li a {
  display: block;
  padding: 0.6em 0 0.6em 1.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
  white-space: normal;
  width: 100%;
  box-sizing: border-box;
}

.footer-global-menu li a::before {
  content: "›";
  margin-right: 1rem;
  font-size: 2rem;
  color: #999;
}
}

@media screen and (max-width: 900px) {
#COMMITMENT h2,
.company-profaile h2,
.history h2,
.company-section-intro .inner h2 {
  font-size: 4rem;
}

#COMMITMENT h2 span,
.company-profaile h2 span,
.history h2 span,
.company-section-intro .inner h2 span {
  font-size: 1.8rem;
  margin-top: 1.5rem;
}

.contact-inner-block {
  flex-wrap: wrap;
}

.contact-foot-info-dl,
.contact-info-dl {
  width: 90%;
  max-width: 38rem;
  padding: 7rem 2rem;
}

.tel-link {
  font-size: 3rem;
}
}

@media screen and (max-width: 800px) {
.access-inner,
.footer-logo {
  flex-direction: column;
}

.access-info {
  width: 100%;
}

.access-map {
  flex: none;
  width: 100%;
  min-height: 40rem;
}

.access-map iframe {
  width: 100%;
  height: 40rem;
}

.footer-logo {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 3rem 0 3rem;
  gap: 0;
}
}

@media screen and (max-width: 1023px) {
#NAVI.menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: auto;
  width: 4rem;
  height: 4rem;
}

.hamburger {
  position: relative;
  width: 2.4rem;
  height: 1.8rem;
}

.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: .2rem;
  background: #333;
  border-radius: .2rem;
  transition: all 0.3s ease;
}

.hamburger span:nth-child(1) { top: 0; }
.hamburger span:nth-child(2) { top: .8rem; }
.hamburger span:nth-child(3) { top: 1.6rem; }

#NAVI.menu-button.is-active .hamburger span:nth-child(1){
  top: .8rem;
  transform: rotate(45deg);
}

#NAVI.menu-button.is-active .hamburger span:nth-child(2) {
  opacity: 0;
}

#NAVI.menu-button.is-active .hamburger span:nth-child(3) {
  top: .8rem;
  transform: rotate(-45deg);
}

nav.hide-menu {
  position: absolute;
  top: 8rem;
  left: 0;
  width: 100%;
  flex-direction: column;
  padding: 0 1rem;
  background-color: #f1f1f1;
  box-sizing: border-box;
  box-shadow: 0 .3rem .6rem rgba(0, 0, 0, 0.15);
  z-index: 100;
  max-height: 0;
  overflow: hidden;
  clip-path: inset(0 0 100% 0);
  transition: max-height 0.5s ease, clip-path 0.5s ease;
}

nav.hide-menu.is-open {
  max-height: 50rem;
  clip-path: inset(0 0 0 0);
}

ul.global-menu {
  width: 94%;
  margin: 0 auto 2em;
  padding: 1.5em 0;
  list-style: none;
  display: block;
}

ul.global-menu li {
  width: 100%;
  padding: 0.25em 0;
  display: block;
  border-bottom: .1rem dotted #999;
}

ul.global-menu li:last-child {
  border-bottom: none;
}

ul.global-menu li::before,
ul.global-menu li:last-child::after {
  display: none;
}

ul.global-menu li a {
  display: block;
  padding: 0.6em 0 0.6em 1.6rem;
  margin: 0;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: left;
  text-decoration: none;
  transition: background 0.3s;
}

ul.global-menu li a::before {
  content: "›";
  margin-right: 1rem;
  font-size: 2rem;
  color: #999;
}

a.daiken-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2.5rem auto;
  text-decoration: none;
}

a.daiken-logo img {
  height: 4rem;
  width: auto;
}
}

@media screen and (min-width: 1000px) {
a.daiken-logo {
  width: 11.6rem;
  height: 4rem;
}
}

@media (hover: hover) {
ul.global-menu li a:hover,
.footer-global-menu li a:hover {
  color: #c00;
}
}

@media (hover: hover) and (max-width: 900px) {
.footer-global-menu li a:hover {
  background: #eaeaea;
}
}

@media (hover: hover) and (max-width: 1023px) {
ul.global-menu li a:hover {
  background: #eaeaea;
}
}



