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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins-SemiBold.woff") format("woff"), local(sans-serif);
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN";
  src: url("../font/DINAlternate-Bold.woff") format("woff"), local(sans-serif);
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
html {
  font-family: "Noto Sans JP", sans-serif;
}

.about-content {
  padding-top: 140px !important;
  padding-bottom: 180px !important;
}
.about-content .content-title {
  padding-left: 60px;
  font-size: 2.875rem;
  line-height: 70px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.about-content .content-text {
  padding-left: 500px;
  padding-right: 100px;
  font-size: 1.2rem;
  padding-top: 60px;
  line-height: 2;
}

@media (max-width: 768px) {
  .about-content {
    padding: 80px 20px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-content .content-title {
    padding-left: 0px !important;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .about-content .content-text {
    margin-top: 1.5rem;
    font-size: 0.85rem;
    line-height: 2.5;
    padding: 0;
  }
}
.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 62px;
  margin-bottom: 180px;
}
.message .representative-img img {
  width: 615px;
  height: auto;
  border-radius: 8px;
}
.message .message-content .representative-img-sp {
  display: none;
}
.message .message-content .message-title {
  padding-top: 32px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
}
.message .message-content .message-text {
  padding-top: 24px;
  padding-right: 125px;
  line-height: 2;
}

@media (max-width: 768px) {
  .message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .message .representative-img {
    display: none;
  }
  .message .message-content {
    text-align: center;
  }
  .message .message-content .representative-img-sp {
    display: block;
    width: 100%;
  }
  .message .message-content .representative-img-sp img {
    width: 100%;
    height: auto;
    border-radius: 4px;
  }
  .message .message-content .h2-title-group {
    font-size: 1.5rem;
  }
  .message .message-content .message-title {
    font-size: 24px;
    padding: 20px 0;
  }
  .message .message-content .message-text {
    text-align: left;
    line-height: 1.8;
    padding-top: 1rem;
    padding-right: 0;
  }
}
.company {
  padding-top: 165px !important;
  padding-bottom: 165px !important;
  color: #303030;
}
.company .h2-title-group {
  text-align: center;
  padding-bottom: 60px;
}