@charset "utf-8";
/* CSS Document */ :root {
  --color-main: #E56C21;
  --color-sub: #231815;
  --color-bg-light: #E7C297;
  --color-bg-gray: #CCCCCC;
  --color-white: #ffffff;
  --color-black: #333333;
  /* Fonts */
  --font-main: "Noto Sans JP", sans-serif;
  --font-heading: 'Oswald', sans-serif;
  --font-deco: 'Cinzel', serif;
  /* Sizes */
  --header-height: 60px;
  --container-max: 1024px;
}
a {
  background-color: transparent;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: var(--font-main);
}
a {
  text-decoration: none;
  color: var(--color-sub);
  background: transparent;
}

#company {
  background-size: cover;
  height: auto;
  width: 100%;
  padding-bottom: 50px;
  background-image: url("../img/company-bk.jpg");
  background-repeat: no-repeat;
}

.company-main {
  width: 100%;
  height: auto;
  min-height: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}
.company-area {
  text-align: center;
  height: auto;
}
.company-main h1 {
  font-family: var(--font-main);
  font-size: 25px;
  letter-spacing: 1px;
  font-weight: 900;
  color: #fff;
  display: inline-block;
  margin: 220px 0 0 0;
  padding-bottom: 5px;
  position: relative;
  border-bottom: solid 2px #fff;
  width: 226px;
  text-align: center;
}
.company-main h2 {
font-family: var(--font-heading);
  font-size: 25px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #fff;
  margin-top: 0px;
}
.company-main h3 {
font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-main);
  margin-top: 86px;
}
.company-main dl {
  margin: 25px 0;
}
.company-main dl dt {
  font-family: var(--font-main);
  color: var(--color-sub);
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  line-height: 250%;
}
.company-main dl dd {
  font-family: var(--font-main);
  color: var(--color-sub);
  font-size: 16px;
  text-align: center;
  line-height: 1.75;
}
.company-main .sp-only {
  display: none;
}






.bgContainer {
  padding: 100px 0 70px;
  background: url(../img/companyPage-bk.png) center center / cover no-repeat;
}

#messageContainer {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

h2 {
  text-align: center;
}

h2 span:first-of-type {
  font-weight: bold;
  letter-spacing: 0.3px;
  font-family: var(--font-heading);
  color: var(--color-main);
}

h2 span:last-of-type {
  margin-top: 10px;
  display: block;
  font-size: 22px;
  letter-spacing: 5px;
  text-indent: 5px;
  font-weight: bold;
}

#messageContainer p {
  margin-top: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 2;
}

#companyContainer {
  width: 90%;
  max-width: 720px;
  margin: 100px auto 0;
}

.companyContents {
  margin-top: 25px;
}

.companyContents dl {
  margin-top: 10px;
  display: flex;
  filter: drop-shadow(7px 7px 7px rgba(122, 122, 122, 0.5));
}

.companyContents dt {
  flex: 0 0 130px;
  background: #f39800;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 10px;
  text-indent: 10px;
  font-weight: bold;
  color: #fff;
}

.companyContents dd {
  flex: 1 1 auto;
  padding: 15px 25px;
  box-sizing: border-box;
  background: #fff;
  font-weight: 600;
  color: #666666;
  display: flex;
  align-items: center;
}




@media screen and (max-width: 1023px) {

}

@media screen and (max-width: 559px) {
#company {
  /* background-size: cover;
  height: auto;
  width: 100%; */
  padding-bottom: 20px;
  /* background-image: url("../img/company-bk.jpg");
  background-repeat: no-repeat; */
}

/* .company-main {
  width: 100%;
  height: auto;
  min-height: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}
.company-area {
  text-align: center;
  height: auto;
} */
.company-main h1 {
  /* font-family: var(--font-main);
  font-size: 25px;
  font-weight: 900;
  color: #fff;
  display: inline-block; */
  margin: 170px 0 0 0;
  /* padding-bottom: 5px;
  position: relative;
  border-bottom: solid 2px #fff;
  width: 226px;
  text-align: center; */
}
/* .company-main h2 {
font-family: var(--font-heading);
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  margin-top: 0px;
}
.company-main h3 {
font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-main);
  margin-top: 86px;
}
.company-main dl {
  margin: 25px 0;
}
.company-main dl dt {
  font-family: var(--font-main);
  color: var(--color-sub);
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  line-height: 250%;
}
.company-main dl dd {
  font-family: var(--font-main);
  color: var(--color-sub);
  font-size: 16px;
  text-align: center;
  line-height: 1.75;
}
.company-main .sp-only {
  display: none;
} */






.bgContainer {
  padding: 40px 0 40px;
  /* background: url(../img/companyPage-bk.png) center center / cover no-repeat; */
}

/* #messageContainer {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

h2 {
  text-align: center;
} */

/* h2 span:first-of-type {
  font-weight: bold;
  letter-spacing: 0.3px;
  font-family: var(--font-heading);
  color: var(--color-main);
} */

h2 span:last-of-type {
  margin-top: 0px;
  /* display: block;
  font-size: 22px;
  letter-spacing: 5px;
  text-indent: 5px;
  font-weight: bold; */
}

#messageContainer p {
  margin-top: 10px;
  /* font-weight: 600; */
  letter-spacing: 0px;
  /* line-height: 2; */
}

#companyContainer {
  /* width: 90%;
  max-width: 720px; */
  margin: 50px auto 0;
}

.companyContents {
  margin-top: 15px;
}

.companyContents dl {
  margin-top: 10px;
  /* display: flex; */
  flex-wrap: wrap;
  /* filter: drop-shadow(7px 7px 7px rgba(122, 122, 122, 0.5)); */
}

.companyContents dt {
  flex: 0 1 100%;
  padding: 5px 5px;
  /* box-sizing: border-box;
  background: #f39800;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 10px;
  text-indent: 10px;
  font-weight: bold;
  color: #fff; */
}

.companyContents dd {
  /* flex: 1 1 auto; */
  padding: 15px 20px;
  /* box-sizing: border-box;
  background: #fff;
  font-weight: 600;
  color: #666666;
  display: flex;
  align-items: center; */
  justify-content: center;
  text-align: center;
}
}
