@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --white: #ffffff;
  --text-color: #000000;
  --main: #185AA5;
  --sub: #C11414;
  --cta: #FCCA00;
  --bg: #F5F5F5;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
: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,
span,
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: 400;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* 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: hidden;
  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,
button::before {
  transition: var(--transition);
}

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;
}

/* -------------------------------------------*/
/* layout
-------------------------------------------------------*/
/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  border: none;
  border: none;
  border: none;
  border-radius: 5px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 17px 18px;
  position: relative;
  width: 100%;
}

input[type=number] {
  -moz-appearance: textfield;
}

/**
 * textarea
 *
 */
textarea {
  border: none;
  border: none;
  border-radius: 5px;
  height: 200px;
  letter-spacing: 0.1em;
  padding: 10px;
  position: relative;
  width: 100%;
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  opacity: 1;
}

/**
 * radio
 *
 */
input[type=radio] {
  display: none;
  vertical-align: middle;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

input[type=radio] + .mwform-radio-field-text {
  cursor: pointer;
  display: inline-block;
  margin: 0 20px 10px 0;
  padding: 10px 10px 10px 40px;
  position: relative;
  transition: var(--transition);
  vertical-align: middle;
}

input[type=radio] + .mwform-radio-field-text::before {
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease;
  width: 20px;
  z-index: 2;
}

input[type=radio] + .mwform-radio-field-text::after {
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 12px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 5;
}

input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}

/**
 * checkbox
 *
 */
input[type=checkbox] {
  opacity: 0;
  vertical-align: middle;
}

input[type=checkbox] + label {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0 0 0 35px;
  position: relative;
  transition: var(--transition);
}

input[type=checkbox] + label::before {
  border: 2px #818181 solid;
  box-sizing: border-box;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  z-index: 2;
}

input[type=checkbox] + label::after {
  content: "";
  display: block;
  height: 5px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  transition: var(--transition);
  width: 10px;
  z-index: 3;
}

input[type=checkbox]:checked + label::after {
  opacity: 1;
}

/**
 * tel(column)
 *
 */
.mwform-tel-field {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mwform-tel-field > input {
  flex: 1;
  width: 100% !important;
}

/**
 * select
 *
 */
.select-parts {
  border: 1px solid var(--text-color);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.select-parts::after {
  background: url(../img/contact/select_arrow.png) no-repeat top center/contain;
  content: "";
  height: 10px;
  margin-top: 2px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  z-index: 5;
}
.select-parts select {
  background: #fbefe3;
  border: none;
  border: none;
  box-shadow: none;
  color: #7f7f7f;
  cursor: pointer;
  font-size: 2rem;
  height: 45px;
  letter-spacing: 0.1em;
  padding: 0 20px 0 15px;
  position: relative;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

/**
 * file
 *
 */
input[type=file] + label {
  margin: 0 10px 0 0;
  padding: 15px 0;
  width: 160px;
}
input[type=file] + label:after {
  left: 170px;
}

/* -------------------------------------------*/
.p-company-sec {
  margin-top: 2.9rem;
  padding-bottom: 10.5rem;
  padding-inline: var(--pi);
}

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

.p-company-sec__ttl {
  color: var(--main);
  font-family: var(--antique);
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.45;
}

.p-company-sec__ttl-eng {
  font-family: var(--antique);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: -0.6rem;
}

.p-company-sec__list-container {
  display: grid;
  margin-top: 8.3rem;
  --column: 2;
  gap: 4.4rem 3.7rem;
  grid-template-columns: repeat(var(--column), 1fr);
}

.p-company-sec__list {
  aspect-ratio: 580/380;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 3.9rem;
  position: relative;
  z-index: 1;
}

.p-company-sec__list--01 {
  padding: min(2.0625vw, 33px) 2.5625vw min(4vw, 64px) 0;
}

.p-company-sec__list--03 {
  background-image: url(../../images/company/overview.webp);
  color: var(--white);
  padding: min(5.625vw, 90px) 6.25vw min(4vw, 64px) min(3.375vw, 54px);
}
.p-company-sec__list--03::before {
  background-color: #000000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.p-company-sec__list--04 {
  background-image: url(../../images/company/history.webp);
  color: var(--white);
  padding: min(5.625vw, 90px) 6.25vw min(4vw, 64px) min(3.375vw, 54px);
}
.p-company-sec__list--04::before {
  background-color: #000000;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.p-company-sec__listTtl {
  font-family: var(--antique);
  font-size: 4.3rem;
  font-weight: 700;
  line-height: 1.4418604651;
}

.p-company-sec__listText {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4444444444;
}

.p-company-lowContent__container {
  margin-inline: auto;
  margin-top: 7.1rem;
  max-width: 1350px;
}

.p-company-lowContent__tabBlock {
  display: flex;
  gap: 1.5rem;
  padding-left: 5.5555555556%;
}

.p-company-lowContent__tab a {
  background-color: #cdd6dd;
  border-radius: 16px 16px 0 0;
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  padding: 2rem 1.8rem 1.5rem;
}

.selected {
  background-color: var(--white);
  border-radius: 16px 16px 0 0;
  color: var(--text-color);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  padding: 2rem 1.8rem 1.5rem;
}

.p-company-lowContent__content {
  background-color: var(--white);
  border-radius: 16px;
}

.p-company-lowContent__content--philosophy {
  padding: 14.7rem min(4.6875vw, 75px) 12.4rem;
}

.p-company-lowContent__topBlock {
  align-items: flex-start;
  display: grid;
  gap: 2.7rem;
  grid-template-columns: 33% 1fr;
}

.p-company-lowContent__topBlock-image {
  aspect-ratio: 396/380;
}

.p-company-lowContent__heading {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4444444444;
  padding-left: 4.2rem;
  position: relative;
}
.p-company-lowContent__heading::before {
  background-color: var(--main);
  content: "";
  display: block;
  height: 0.7rem;
  left: 0;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 2.4rem;
}

.p-company-lowContent__text {
  font-weight: 500;
  line-height: 1.8333333333;
  margin-top: 5.4rem;
}

.p-company-lowContent__topBlock-name {
  font-family: var(--mincho);
  font-size: 1.8rem;
  line-height: 1.4444444444;
  margin-top: 2.5rem;
  text-align: right;
}

.p-company-lowContent__bottomBlock {
  align-items: flex-start;
  display: grid;
  gap: 2.7rem;
  grid-template-columns: 33% 1fr;
  margin-top: 13.8rem;
}

.p-company-lowContent__bottomBlock-image {
  aspect-ratio: 396/447;
}

.p-company-lowContent__bottomBlock-ttlBox {
  margin-top: 1.6rem;
}

.p-company-lowContent__bottomBlock-ttlText {
  font-family: var(--mincho);
  font-size: clamp(28px, 3.75vw, 60px);
  line-height: 1.45;
}

.p-company-lowContent__bottomBlock-ttl {
  color: var(--main);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 0.9rem;
}

.p-company-lowContent__bottomText {
  margin-top: 3rem;
}

.p-company-lowContent__content--history {
  padding: 5.8rem min(4.5vw, 72px) 5.3rem;
}

.p-company-history__list-container {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 3.1rem;
  padding-left: 4.8092868988%;
}

.p-company-history__listBox {
  display: flex;
  gap: 3.2rem;
}
.p-company-history__listBox dt {
  font-size: 4.8rem;
  line-height: 1.4583333333;
  position: relative;
  width: 12.9rem;
}
.p-company-history__listBox dt::before {
  aspect-ratio: 1;
  background-image: linear-gradient(90deg, rgb(23, 86, 155), rgb(0, 134, 251));
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 3rem;
  width: 1.4rem;
  z-index: 2;
}
.p-company-history__listBox dt::after {
  background-color: var(--main);
  bottom: -3.4rem;
  content: "";
  display: block;
  position: absolute;
  right: 0.65rem;
  top: 3rem;
  width: 1px;
  z-index: 1;
}
.p-company-history__listBox dd {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4444444444;
  padding-left: 2.1rem;
  padding-top: 2.4rem;
}

.p-company-history__listBox:last-child dt::after {
  display: none;
}

.p-company-history__image {
  margin-top: 1.5rem;
}

.p-company-lowContent__content--overview {
  padding: 5.8rem min(4.5vw, 72px) 10.3rem;
}

.p-company-overview__list-container {
  display: flex;
  flex-direction: column;
  gap: 3.45rem;
  margin-top: 2.5rem;
  padding-inline: 4.3557168784%;
}

.p-company-overview__listBox {
  display: flex;
  gap: 0.95rem;
}
.p-company-overview__listBox dt {
  border-bottom: 1px solid var(--main);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4444444444;
  padding-bottom: 1.55rem;
  width: 18.1rem;
}
.p-company-overview__listBox dd {
  border-bottom: 1px solid #707070;
  flex: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4444444444;
  padding-bottom: 1.55rem;
}

.p-company-overview__places {
  padding-bottom: 2.55rem;
}

.p-company-overview__places-container {
  display: flex;
  gap: 7.6074972437%;
}

.p-company-overview__place {
  line-height: 1.8;
}

.p-company-overview__placeName {
  font-weight: 700;
}
.p-company-overview__placeName .c-btn a {
  display: inline;
  font-size: 1.3rem;
  margin-left: 1em;
}

.p-company-overview__bottomBlock {
  margin-top: 8rem;
}

@media not all and (max-width: 1600px){
  html {
    font-size: 70%;
  }
}

@media screen and (max-width: 1080px){
  html {
    font-size: 57.5%;
  }
  input[type=text],
  input[type=date],
  input[type=password],
  input[type=email],
  input[type=time],
  input[type=tel],
  input[type=number] {
    padding: 10px;
  }
  textarea {
    height: 170px;
  }
  input[type=radio] + .mwform-radio-field-text {
    margin: 0;
    padding: 10px 5px 12px 23px;
  }
  input[type=radio] + .mwform-radio-field-text::before {
    height: 15px;
    width: 15px;
  }
  input[type=radio] + .mwform-radio-field-text::after {
    content: "";
    height: 9px;
    left: 3px;
    width: 9px;
  }
  input[type=checkbox] + label {
    padding-left: 30px;
  }
}

@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/company.css.map */
