@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

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

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

body {
  font-feature-settings: "palt";
  /* プロポーショナルメトリクスを有効に */
  font-family: "Noto Sans JP", sans-serif; }

.l-header {
  padding: 40px 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
  border-bottom: 1px solid #ccc; }
  @media (max-width: 768px) {
    .l-header {
      padding: 8px 16px; } }
  .l-header_right, .l-header_list {
    display: flex;
    align-items: center; }
  @media (max-width: 768px) {
    .l-header_right {
      justify-content: space-between;
      width: 80%;
      text-align: right; } }
  @media (max-width: 768px) {
    .l-header_list {
      width: 100%; }
      .l-header_list li {
        display: inline-block; } }
  .l-header .c-header-nav-img {
    height: 70px;
    margin: 0 16px;
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
    padding-bottom: 20px;
    padding-top: 20px; }
    @media (max-width: 768px) {
      .l-header .c-header-nav-img {
        height: 40px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        padding: 0;
        margin: 0 8px;
        width: 80%; } }
    .l-header .c-header-nav-img:hover {
      border-bottom: 6px solid #333333; }
      @media (max-width: 768px) {
        .l-header .c-header-nav-img:hover {
          border-bottom: 2px solid #333333; } }
  .l-header .c-logo {
    height: 100px; }
    @media (max-width: 768px) {
      .l-header .c-logo {
        height: auto;
        width: 20%;
        margin-right: 10px; } }
  .l-header .c-btn {
    background: #f15a24;
    color: #fff;
    font-weight: bold;
    font-size: 31px;
    padding: 20px;
    text-decoration: none;
    margin-left: 16px; }
    @media (max-width: 768px) {
      .l-header .c-btn {
        font-size: 14px;
        padding: 14px;
        white-space: nowrap; } }
    .l-header .c-btn:hover {
      opacity: 0.7; }

.l-mv {
  position: relative; }
  .l-mv_text {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    width: 80%;
    margin: 0 auto; }
  .l-mv .c-btn {
    width: 40%;
    display: block;
    margin: 20px auto 0; }
    @media (max-width: 768px) {
      .l-mv .c-btn {
        margin: 1% auto 0; } }
    .l-mv .c-btn:hover {
      opacity: 0.7; }

.l-section {
  background: #fbb03b;
  padding: 100px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 768px) {
    .l-section {
      padding: 32px 16px; } }
  .l-section_inner {
    max-width: 1660px;
    width: 90%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    padding: 70px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768px) {
      .l-section_inner {
        width: 100%;
        padding: 32px 16px; } }
  .l-section .c-ttl {
    max-width: 970px;
    width: 60%;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .l-section .c-ttl {
        margin-bottom: 24px; } }
    .l-section .c-ttl img {
      width: 100%; }
  .l-section_content {
    display: flex;
    justify-content: space-around;
    width: 100%; }
    @media (max-width: 768px) {
      .l-section_content {
        flex-wrap: wrap; } }
    .l-section_content .c-img1 {
      width: 60%;
      height: auto; }
      @media (max-width: 768px) {
        .l-section_content .c-img1 {
          min-width: 220px;
          margin-bottom: 20px; } }
      @media (max-width: 425px) {
        .l-section_content .c-img1 {
          width: 100%; } }
    .l-section_content .c-img2 {
      width: 30%;
      height: auto; }
      @media (max-width: 768px) {
        .l-section_content .c-img2 {
          min-width: 120px;
          margin-bottom: 20px; } }
      @media (max-width: 425px) {
        .l-section_content .c-img2 {
          width: 50%; } }

.l-about {
  padding: 130px 0;
  background-color: #f3efe8;
  text-align: center; }
  @media (max-width: 768px) {
    .l-about {
      padding: 40px 0; } }
  .l-about .c-ttl {
    width: 334px;
    margin: 0 auto 80px; }
    @media (max-width: 768px) {
      .l-about .c-ttl {
        width: 30%;
        min-width: 160px;
        margin: 0 auto 24px; } }
  .l-about_section {
    display: flex;
    align-items: center;
    margin-bottom: 80px; }
    @media (max-width: 768px) {
      .l-about_section {
        flex-wrap: wrap;
        margin-bottom: 0; } }
    .l-about_section.reverse {
      flex-direction: row-reverse; }
      .l-about_section.reverse .l-about_section_txt_inner {
        left: auto;
        right: -20%;
        padding: 160px 80px 160px 0; }
        @media (max-width: 768px) {
          .l-about_section.reverse .l-about_section_txt_inner {
            left: auto;
            right: auto;
            padding: 16px;
            text-align: center; } }
    .l-about_section_img {
      width: 55%; }
      @media (max-width: 768px) {
        .l-about_section_img {
          width: 100%; } }
    .l-about_section_txt {
      background: #fff;
      width: 100%; }
      .l-about_section_txt_inner {
        position: relative;
        left: -20%;
        padding: 160px 0 160px 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #fff;
        text-align: left;
        font-size: 24px;
        line-height: 1.6; }
        @media (max-width: 768px) {
          .l-about_section_txt_inner {
            left: auto;
            right: auto;
            padding: 16px;
            text-align: center;
            font-size: 18px; } }
        .l-about_section_txt_inner .c-ttl_inner {
          font-weight: bold;
          font-size: 36px;
          margin-bottom: 20px; }
          @media (max-width: 768px) {
            .l-about_section_txt_inner .c-ttl_inner {
              font-size: 24px;
              margin-bottom: 16px; } }
        .l-about_section_txt_inner .c-ttl2_inner {
          margin-top: 10px;
          margin-bottom: 10px;
          font-weight: bold;
          font-size: 24px;
          line-height: 1.4;
          color: #f7931e; }
          @media (max-width: 768px) {
            .l-about_section_txt_inner .c-ttl2_inner {
              font-size: 18px; } }
  .l-about .c-btn {
    background: #f7931e;
    color: #fff;
    font-weight: bold;
    font-size: 31px;
    padding: 20px 60px;
    text-decoration: none;
    margin-left: 16px; }
    @media (max-width: 768px) {
      .l-about .c-btn {
        display: inline-block;
        margin-top: 24px;
        font-size: 26px;
        padding: 16px 35px; } }
    .l-about .c-btn:hover {
      opacity: 0.7; }

.l-works {
  padding: 130px 0; }
  @media (max-width: 768px) {
    .l-works {
      padding: 40px 0; } }
  .l-works .c-ttl {
    max-width: 417px;
    margin: 0 auto 80px; }
    @media (max-width: 768px) {
      .l-works .c-ttl {
        width: 30%;
        min-width: 160px;
        margin: 0 auto 24px; } }
    .l-works .c-ttl img {
      width: 100%; }
  .l-works_inner {
    max-width: 1660px;
    width: 90%;
    margin: 0 auto;
    text-align: center; }
  .l-works .c-ttl-section {
    width: 100%;
    border-top: 2px solid #00a99d; }
    @media (max-width: 768px) {
      .l-works .c-ttl-section {
        margin-top: 75px; } }
    .l-works .c-ttl-section span {
      width: 300px;
      height: 75px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 37px;
      font-weight: bold;
      background: #00a99d;
      margin: -38px auto 70px; }
      @media (max-width: 768px) {
        .l-works .c-ttl-section span {
          font-size: 26px;
          height: 56px;
          width: 70%; } }
  .l-works .c-arrow {
    width: 80px; }
    @media (max-width: 768px) {
      .l-works .c-arrow {
        width: 40px; } }
    @media (max-width: 425px) {
      .l-works .c-arrow {
        width: 24px; } }
  .l-works .c-txt {
    font-size: 26px;
    margin-top: 20px;
    text-align: left; }
    @media (max-width: 768px) {
      .l-works .c-txt {
        font-size: 16px;
        margin-top: 10px;
        line-height: 1.4; } }
  .l-works_case {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 65px; }
    @media (max-width: 768px) {
      .l-works_case {
        margin-bottom: 32px; } }
    .l-works_case_img {
      width: calc(47% - 40px);
      align-self: flex-start; }
      @media (max-width: 768px) {
        .l-works_case_img {
          width: calc(47% - 16px); } }
      @media (max-width: 425px) {
        .l-works_case_img {
          width: calc(47% - 8px); } }
      .l-works_case_img img {
        width: 100%; }
  .l-works .c-btn {
    background: #f7931e;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    padding: 30px 70px;
    text-decoration: none;
    margin: 0 auto;
    display: inline-block; }
    @media (max-width: 768px) {
      .l-works .c-btn {
        font-size: 26px;
        padding: 16px 35px; } }
    .l-works .c-btn:hover {
      opacity: 0.7; }

.l-company {
  padding: 100px;
  background: #f3efe8;
  text-align: center; }
  @media (max-width: 768px) {
    .l-company {
      padding: 40px; } }
  .l-company .c-ttl {
    max-width: 355px;
    margin: 0 auto 80px; }
    @media (max-width: 768px) {
      .l-company .c-ttl {
        width: 30%;
        min-width: 160px;
        margin: 0 auto 24px; } }
  .l-company .c-txt {
    font-size: 36px;
    text-align: left;
    line-height: 1.4;
    display: inline-block; }
    @media (max-width: 768px) {
      .l-company .c-txt {
        font-size: 18px; } }

.l-footer {
  background: #333333;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 30px; }
  @media (max-width: 768px) {
    .l-footer {
      font-size: 14px; } }
