@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --color-text: #000000;
  --color-white: #ffd3d3;
  --color-site: #9fc35a;
  --color-bg: #faf8f0;
  --color-accent: #d2e1e9;
  --leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px; /* `px`などの単位が必要 */
  }
}
/* --------------------------
  ベース
-------------------------- */
html {
  font-size: 100%;
  line-height: 1;
}

body {
  background-color: var(--color-site);
  color: var(--color-text);
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/* --------------------------------
  common
-------------------------------- */
.ly_common_inner {
  margin-inline: auto;
  padding: 40px;
}
@media screen and (min-width: 768px) {
  .ly_common_inner {
    padding: 75px 20px;
  }
}

.sp_only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.pc_only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc_only {
    display: block;
  }
}

/* --------------------------------
  電話設定
-------------------------------- */
@media (pointer: fine), (hover: hover) {
  a:where([href^="tel:"]) {
    pointer-events: none;
  }
}
/* --------------------------------
  タイトル
-------------------------------- */
.el_title_outer {
  max-width: 600px;
  height: 60px;
  margin-inline: auto;
  margin-top: 20px;
  background: #000;
  position: relative;
  clip-path: polygon(0px 8px, 4px 8px, 4px 4px, 8px 4px, 8px 0, calc(100% - 8px) 0, calc(100% - 8px) 4px, calc(100% - 4px) 4px, calc(100% - 4px) 8px, 100% 8px, 100% calc(100% - 8px), calc(100% - 4px) calc(100% - 8px), calc(100% - 4px) calc(100% - 4px), calc(100% - 8px) calc(100% - 4px), calc(100% - 8px) 100%, 8px 100%, 8px calc(100% - 4px), 4px calc(100% - 4px), 4px calc(100% - 8px), 0 calc(100% - 8px));
}
@media screen and (min-width: 768px) {
  .el_title_outer {
    margin-top: 30px;
    height: 80px;
  }
}

.el_title_outer::after {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 10px);
  top: 4px;
  left: 4px;
  background: #fff;
  clip-path: polygon(0px 4px, 4px 4px, 4px 0, calc(100% - 4px) 0, calc(100% - 4px) 4px, 100% 4px, 100% calc(100% - 4px), calc(100% - 4px) calc(100% - 4px), calc(100% - 4px) 100%, 4px 100%, 4px calc(100% - 4px), 0 calc(100% - 4px));
}

.el_title_inner {
  width: 100%;
  background: #000;
  position: absolute;
  width: calc(100% - 16px);
  height: calc(100% - 18px);
  top: 8px;
  left: 8px;
  display: grid;
  place-items: center;
  clip-path: polygon(0px 4px, 4px 4px, 4px 0, calc(100% - 4px) 0, calc(100% - 4px) 4px, 100% 4px, 100% calc(100% - 4px), calc(100% - 4px) calc(100% - 4px), calc(100% - 4px) 100%, 4px 100%, 4px calc(100% - 4px), 0 calc(100% - 4px));
  z-index: 3;
}

.el_title_inner::after {
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  background: #ffd000;
  z-index: 4;
  clip-path: polygon(0px 4px, 4px 4px, 4px 2px, calc(100% - 4px) 2px, calc(100% - 4px) 4px, 100% 4px, 100% calc(100% - 4px), calc(100% - 4px) calc(100% - 4px), calc(100% - 4px) 100%, 4px 100%, 4px calc(100% - 4px), 0 calc(100% - 4px));
}

.el_title {
  z-index: 5;
  font-size: 36px;
  padding-top: 2px;
  text-transform: uppercase;
  font-family: "Tiny5", sans-serif;
}
@media screen and (min-width: 768px) {
  .el_title {
    font-size: 48px;
  }
}

.el_title_lv3 {
  font-size: 36px;
  font-family: "Tiny5", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

/* --------------------------------
  margin
-------------------------------- */
.hp_mt_sm {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .hp_mt_sm {
    margin-top: 30px;
  }
}

.hp_mt_md {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .hp_mt_md {
    margin-top: 50px;
  }
}

.hp_mt_xl {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .hp_mt_xl {
    margin-top: 80px;
  }
}

/* --------------------------------
  ly_header
-------------------------------- */
.ly_header {
  padding: 0 20px;
  margin: 20px 0 70px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .ly_header {
    margin: 35px 0;
  }
}

.ly_header_inner {
  font-family: "Tiny5", sans-serif;
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .ly_header_inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.ly_header_logo {
  font-size: 24px;
}

.ly_header_link {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.ly_header_logo_icon {
  padding: 8px;
  background-color: #fff;
  border-radius: 100vw;
}

.ly_header_logo_name {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

.ly_heaader_nav_list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  font-size: 24px;
}

.ly_heaader_link {
  transition: opacity 0.3s;
  position: relative;
  padding: 3px 0;
}

@media (any-hover: hover) {
  .ly_heaader_link:hover {
    opacity: 0.8;
  }
  .ly_heaader_link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color-text);
    transition: width 0.3s;
  }
  .ly_heaader_link:hover::after {
    width: 100%;
  }
}
/* --------------------------
  main
-------------------------- */
.ly_main {
  padding: 0 20px;
  margin-bottom: 80px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .ly_main {
    margin-bottom: 100px;
  }
}

.ly_main_inner {
  margin-inline: auto;
  max-width: 1200px;
  background-color: var(--color-bg);
  padding: 100px 20px 50px;
  border-radius: 10px;
  box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .ly_main_inner {
    padding: 100px 30px;
    box-shadow: 14px 14px 0 0 rgba(0, 0, 0, 0.1);
  }
}

.bl_self_pict_wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: -175px;
}
@media screen and (min-width: 768px) {
  .bl_self_pict_wrapper {
    margin-top: -200px;
  }
}

.bl_self_pict {
  width: 150px;
  height: 150px;
  border-radius: 100vw;
}
@media screen and (min-width: 768px) {
  .bl_self_pict {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
}

/* --------------------------
  about
-------------------------- */
.bl_about_text {
  margin-top: 20px;
  line-height: 2;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .bl_about_text {
    margin-top: 30px;
    text-align: center;
  }
}

/* --------------------------
  works
-------------------------- */
.bl_cardUnit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 25px;
}
@media screen and (min-width: 768px) {
  .bl_cardUnit {
    margin-top: 30px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 35px;
  }
}

.bl_card_img {
  border-radius: 5px;
}

.bl_card_title {
  margin-top: 5px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .bl_card_title {
    margin-top: 10px;
    font-size: 16px;
  }
}

.bl_card_img {
  transition: transform 0.3s ease;
}

.bl_card_link .bl_card_title {
  transition: color 0.3s, -webkit-text-decoration 0.5s;
  transition: color 0.3s, text-decoration 0.5s;
  transition: color 0.3s, text-decoration 0.5s, -webkit-text-decoration 0.5s;
  text-decoration-color: transparent;
}

.bl_card_link {
  transition: filter 0.5s ease;
}

@media (any-hover: hover) {
  .bl_card_link:hover {
    filter: invert(15%);
  }
  .bl_card_link:hover .bl_card_img {
    transform: scale(1.05);
  }
  .bl_card_link:hover .bl_card_title {
    color: #1d3994;
    text-decoration: underline;
  }
}
.bl_work_other {
  font-size: 24px;
  text-align: center;
  font-family: "Tiny5", sans-serif;
}
@media screen and (min-width: 768px) {
  .bl_work_other {
    font-size: 36px;
  }
}

/* --------------------------
  works
-------------------------- */
.bl_works_about {
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_works_about {
    margin-top: 40px;
  }
}

.bl_works_about_head {
  display: grid;
  row-gap: 10px;
  justify-items: center;
}

.bl_works_siteName {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .bl_works_siteName {
    font-size: 36px;
  }
}

.bl_works_url_link {
  text-decoration: underline;
}

.bl_works_note {
  font-size: 14px;
  color: #666;
}

.bl_works_aboutImg {
  margin-top: 20px;
}

.bl_works_outline {
  margin-top: 50px;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.bl_works_outline_title {
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  font-family: "Tiny5", sans-serif;
}

.bl_works_table {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.bl_works_table th {
  font-weight: normal;
  white-space: nowrap;
  padding: 5px 5px 5px 0;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .bl_works_table th {
    padding: 10px 10px 10px 0;
  }
}

.bl_works_table td {
  font-weight: normal;
  padding: 5px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .bl_works_table td {
    padding: 10px;
  }
}

.bl_works_capture {
  margin-top: 30px;
  display: grid;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 30px;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .bl_works_capture {
    margin-top: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
    grid-template-columns: 5fr 2fr;
  }
}

@media screen and (min-width: 768px) {
  .bl_works_capture_oneType {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 768px) {
  .bl_works_capture_oneCol {
    grid-template-columns: 1fr;
  }
}

.btn_back_wrap {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .btn_back_wrap {
    margin-top: 50px;
  }
}

.btn_back {
  display: block;
  padding: 10px 50px;
  border: 3px solid #000;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: #ffd000;
  background-image: linear-gradient(to right, var(--color-site) 0%, var(--color-site) 50%, #ffd000 50%, #ffd000 100%);
  background-position: 100% 0;
  background-size: 200% 100%;
  font-size: 18px;
  border-radius: 999px;
  transition: background-position 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (any-hover: hover) {
  .btn_back:hover {
    background-position: 0 0;
  }
}

.bl_works_capture_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.bl_works_capture_list {
  margin-top: 20px;
  display: grid;
  gap: 30px;
  justify-items: center;
}

.bl_works_capture_oneType .bl_works_capture_list {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .bl_works_capture_oneType .bl_works_capture_list {
    grid-template-columns: repeat(3, 1fr);
  }
}/*# sourceMappingURL=style.css.map */