@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  min-height: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #333333;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transform: 0.3s;
          transform: 0.3s;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

p {
  font-size: 14px;
  line-height: 1.5rem;
}
@media all and (min-width: 1201px) {
  p {
    font-size: 16px;
  }
}

h1 {
  font-size: 22px;
}
@media all and (min-width: 1201px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 20px;
}
@media all and (min-width: 1201px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 18px;
}
@media all and (min-width: 1201px) {
  h3 {
    font-size: 20px;
  }
}

.btn :hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FD7B5F;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
  border-radius: 100vh;
  background-color: #fff;
  border: 2px solid #FD7B5F;
  width: 140px;
  height: 50px;
  -webkit-box-shadow: 0 5px 10px rgba(51, 51, 51, 0.15);
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.15);
}
.btn a .icon {
  color: #FD7B5F;
  font-size: 20px;
}

.icon {
  color: #FD7B5F;
  font-size: 25px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-20 {
  margin-left: 20px;
}

.text-gray {
  color: #BFBFBF;
}

.title-space {
  margin: 9% 0;
}
@media all and (max-width: 999px) {
  .title-space {
    margin: 9% 0;
  }
}
@media all and (max-width: 499px) {
  .title-space {
    margin: 20% 0;
  }
}

@media all and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

@media all and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumbs {
  margin-left: 0px;
}
@media all and (max-width: 999px) {
  .breadcrumbs {
    margin-left: 20px;
  }
}

.position {
  position: relative;
}

.sidebar {
  margin-top: 30px;
  background: #fff;
  padding: 0px 20px 0px;
  position: absolute;
  width: 260px;
  max-width: 100%;
}
.sidebar img {
  width: 40%;
}
.sidebar ul {
  padding-left: 0;
}
.sidebar ul li {
  list-style: none;
  line-height: 3em;
}
.sidebar .profile {
  text-align: center;
  margin-top: 50px;
  width: 225px;
  background-color: #FFF8F6;
  padding: 20px;
  border-radius: 10px;
}
.sidebar .profile img {
  margin: 0 auto;
}
.sidebar .profile p {
  text-align: left;
}

@media all and (min-width: 1000px) {
  .right-area {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0px 0px 0px 300px;
    padding: 30px 30px 0px 0px;
    width: calc(100% - 300px);
    max-width: calc(100% - 300px);
  }
}
.right-area .top {
  background: #FFF8F6;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 500px) {
  .right-area .top {
    margin: 0px 20px 15px 20px;
  }
}
@media all and (min-width: 1000px) {
  .right-area .top {
    margin: 0px 20px 15px 0px;
  }
}
@media all and (max-width: 499px) {
  .right-area .top {
    margin: 0px 20px 15px 20px;
    padding: 25px 25px 10px 25px;
    display: block;
  }
}
@media all and (max-width: 499px) {
  .right-area .top h1 {
    text-align: right;
  }
}
.right-area .top img {
  width: 30%;
  margin-right: 10%;
}
@media all and (max-width: 499px) {
  .right-area .top img {
    width: 80%;
  }
}
.right-area .recommendation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media all and (min-width: 500px) {
  .right-area .recommendation {
    margin: 0 20px 0 20px;
  }
}
@media all and (min-width: 1000px) {
  .right-area .recommendation {
    margin: 0 20px 0 0;
  }
}
@media all and (max-width: 499px) {
  .right-area .recommendation {
    margin: 0 20px 0 20px;
  }
}
.right-area .recommendation_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 24%;
}
@media all and (max-width: 499px) {
  .right-area .recommendation_box {
    width: 48%;
    margin-bottom: 3%;
  }
}
.right-area .recommendation img {
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(51, 51, 51, 0.15);
          box-shadow: 0 5px 10px rgba(51, 51, 51, 0.15);
}
.right-area .recommendation img:hover {
  opacity: 0.5;
}

.profile-sp {
  text-align: center;
  margin-top: 50px;
  background-color: #FFF8F6;
  padding: 20px;
  border-radius: 10px;
}
@media all and (max-width: 499px) {
  .profile-sp {
    margin: 20% 20px 0 20px;
  }
}
@media all and (min-width: 500px) {
  .profile-sp {
    margin: 15% 20px 0 20px;
  }
}
.profile-sp img {
  margin: 0 auto;
}
@media all and (max-width: 999px) {
  .profile-sp img {
    width: 15%;
  }
}
@media all and (max-width: 499px) {
  .profile-sp img {
    width: 30%;
  }
}
.profile-sp p {
  text-align: left;
}

@media all and (min-width: 1000px) {
  #header-sp {
    display: none;
  }
}

#service {
  margin: 20px;
  text-align: center;
}
@media all and (min-width: 1000px) {
  #service {
    margin-right: 20px;
  }
}
#service p {
  text-align: left;
}
#service .btn {
  margin: 5% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#service .btn a {
  padding: 0 50px;
}
#service .service_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#service .service_box {
  width: 32%;
}
@media all and (max-width: 499px) {
  #service .service_box {
    width: 100%;
  }
}
#service .service_box p {
  text-align: left;
}
#service .service_box_img1 {
  background-color: #FFF8F6;
  padding: 20px 70px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 499px) {
  #service .service_box_img1 {
    padding: 10px 20px;
  }
}
@media all and (min-width: 500px) {
  #service .service_box_img1 {
    padding: 1.563vw 5.469vw;
  }
}
@media all and (min-width: 1000px) {
  #service .service_box_img1 {
    padding: 20px 70px;
  }
}
#service .service_box_img2 {
  background-color: #FFF8F6;
  padding: 18px 70px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 499px) {
  #service .service_box_img2 {
    padding: 10px 20px;
  }
}
@media all and (min-width: 500px) {
  #service .service_box_img2 {
    padding: 1.406vw 5.469vw;
  }
}
@media all and (min-width: 1000px) {
  #service .service_box_img2 {
    padding: 18px 70px;
  }
}
#service .service_box_img3 {
  background-color: #FFF8F6;
  padding: 12px 70px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 499px) {
  #service .service_box_img3 {
    padding: 10px 20px;
  }
}
@media all and (min-width: 500px) {
  #service .service_box_img3 {
    padding: 0.938vw 5.469vw;
  }
}
@media all and (min-width: 1000px) {
  #service .service_box_img3 {
    padding: 12px 70px;
  }
}
#service .service_box_img3 img {
  width: 177px;
}

#latest-article {
  text-align: center;
  margin: 0 20px 0 20px;
}
@media all and (min-width: 1000px) {
  #latest-article {
    margin: 0 20px 0 0;
  }
}
#latest-article .btn {
  margin: 5% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#latest-article .btn a {
  padding: 0 50px;
}
#latest-article .latest-article_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 10px 0 20px;
}
@media all and (min-width: 1201px) {
  #latest-article .latest-article_area {
    gap: 1rem;
  }
}
@media all and (min-width: 1000px) {
  #latest-article .latest-article_area {
    margin: 0;
    gap: 0.8rem;
  }
}
@media all and (max-width: 999px) {
  #latest-article .latest-article_area {
    margin: 0 20px 0 20px;
    gap: 0.8rem;
  }
}
@media all and (max-width: 499px) {
  #latest-article .latest-article_area {
    gap: 0.8rem;
  }
}
#latest-article .latest-article_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 32%;
}
@media all and (max-width: 499px) {
  #latest-article .latest-article_box {
    width: 100%;
    margin-bottom: 5%;
  }
}
#latest-article .latest-article_box img {
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(51, 51, 51, 0.15);
          box-shadow: 0 5px 10px rgba(51, 51, 51, 0.15);
}
#latest-article .latest-article_box img:hover {
  opacity: 0.5;
}
#latest-article .latest-article_box .blog-title {
  color: #333333;
  font-size: 16px;
  text-align: left;
}
#latest-article .latest-article_box .blog-day {
  color: #BFBFBF;
  font-size: 13px;
  text-align: left;
}

#article-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 9% 20px 0 20px;
}
@media all and (min-width: 1000px) {
  #article-type {
    margin-right: 20px;
    margin-top: 9%;
  }
}
@media all and (max-width: 499px) {
  #article-type .article-type_box {
    margin-bottom: 1%;
  }
}
#article-type .article-type_box ul {
  padding-left: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
}
#article-type .article-type_box ul li {
  list-style: none;
  background-color: #FFF8F6;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0 5px 5px rgba(51, 51, 51, 0.1);
          box-shadow: 0 5px 5px rgba(51, 51, 51, 0.1);
  padding: 15px;
}

#popular-articles {
  text-align: center;
}
@media all and (max-width: 999px) {
  #popular-articles {
    margin-right: 0px;
  }
}
#popular-articles .btn {
  margin: 5% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#popular-articles .btn a {
  padding: 0 50px;
}
#popular-articles .popular-articles_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 10px 0 20px;
}
@media all and (min-width: 1201px) {
  #popular-articles .popular-articles_area {
    gap: 0.85rem;
  }
}
@media all and (min-width: 1000px) {
  #popular-articles .popular-articles_area {
    gap: 0.85rem;
    margin: 0 20px 0 20px;
  }
}
@media all and (max-width: 999px) {
  #popular-articles .popular-articles_area {
    margin: 0 20px 0 20px;
    gap: 0.6rem;
  }
}
@media all and (max-width: 499px) {
  #popular-articles .popular-articles_area {
    gap: 0.8rem;
  }
}
#popular-articles .popular-articles_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 32%;
}
@media all and (max-width: 499px) {
  #popular-articles .popular-articles_box {
    width: 48%;
  }
}
#popular-articles .popular-articles_box img {
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(51, 51, 51, 0.15);
          box-shadow: 0 5px 10px rgba(51, 51, 51, 0.15);
}
#popular-articles .popular-articles_box .blog-title {
  color: #333333;
  font-size: 16px;
  text-align: left;
}
#popular-articles .popular-articles_box .blog-day {
  color: #BFBFBF;
  font-size: 13px;
  text-align: left;
}

#webdesign-articles {
  text-align: center;
  margin-right: 20px;
}
@media all and (max-width: 999px) {
  #webdesign-articles {
    margin-right: 0px;
  }
}
#webdesign-articles ul {
  padding: 0;
}
#webdesign-articles ul li {
  list-style: none;
}
#webdesign-articles .btn {
  margin: 5% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#webdesign-articles .btn a {
  padding: 0 50px;
}
#webdesign-articles .webdesign-articles_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 10px 0 20px;
}
@media all and (min-width: 1201px) {
  #webdesign-articles .webdesign-articles_area {
    gap: 1rem;
  }
}
@media all and (min-width: 1000px) {
  #webdesign-articles .webdesign-articles_area {
    gap: 2rem;
    margin: 0 20px 0 20px;
  }
}
@media all and (max-width: 999px) {
  #webdesign-articles .webdesign-articles_area {
    margin: 0 20px 0 20px;
    gap: 1rem;
  }
}
@media all and (max-width: 499px) {
  #webdesign-articles .webdesign-articles_area {
    gap: 0.8rem;
  }
}
#webdesign-articles .webdesign-articles_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 31%;
}
@media all and (max-width: 499px) {
  #webdesign-articles .webdesign-articles_box {
    width: 47%;
  }
}
#webdesign-articles .webdesign-articles_box img {
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(51, 51, 51, 0.15);
          box-shadow: 0 5px 10px rgba(51, 51, 51, 0.15);
}
#webdesign-articles .webdesign-articles_box .blog-title {
  color: #333333;
  font-size: 16px;
  text-align: left;
}
#webdesign-articles .webdesign-articles_box .blog-day {
  color: #BFBFBF;
  font-size: 13px;
  text-align: left;
}

.article-inner {
  margin: 4% 10% 0 10%;
}
@media all and (max-width: 499px) {
  .article-inner {
    margin: 8% 20px 0 20px;
  }
}

.main-text p {
  margin: 25px 0;
}

#news {
  text-align: center;
}
#news .btn {
  margin: 5% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#news .btn a {
  padding: 0 50px;
}
#news .news_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80%;
  margin: 0 auto;
}
@media all and (max-width: 499px) {
  #news .news_area {
    width: 90%;
  }
}
#news .news_area table {
  border-collapse: collapse;
  width: 100%;
}
#news .news_area table tr {
  border: solid 1px #BFBFBF;
  border-right: none !important;
  border-left: none !important;
}
#news .news_area table tr th {
  color: #BFBFBF;
  font-size: 13px;
  padding: 30px 20px;
}
#news .news_area table tr td {
  text-align: left;
}
#news .news_area table tr td a:hover {
  opacity: 0.5;
}

#cta {
  text-align: center;
  background-color: #FFECB3;
  padding: 1%;
  margin: 9% 20px 20px 20px;
  border-radius: 10px;
}
@media all and (min-width: 500px) {
  #cta {
    margin: 9% 20px 20px 20px;
  }
}
@media all and (min-width: 1000px) {
  #cta {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 499px) {
  #cta {
    margin: 9% 20px 20px 20px;
    padding: 20px;
  }
}
#cta .btn {
  margin: 5% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cta .btn a {
  padding: 0 50px;
}
#cta h2 {
  margin-bottom: 50px;
  margin-top: 40px;
}
#cta .btn {
  margin-top: 50px;
  margin-bottom: 50px;
}

footer {
  margin: 9% 20px 20px 20px;
  background-color: #FFF8F6;
  border-radius: 10px;
  padding: 2%;
}
@media all and (max-width: 499px) {
  footer {
    padding: 5%;
  }
}
@media all and (min-width: 1000px) {
  footer {
    margin-top: 9%;
    margin-right: 20px;
  }
}
footer .footer_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 499px) {
  footer .footer_area {
    display: block;
  }
}
@media all and (min-width: 1000px) {
  footer .footer_logo {
    width: 30%;
  }
}
@media all and (min-width: 500px) {
  footer .footer_logo {
    width: 30%;
  }
}
@media all and (max-width: 499px) {
  footer .footer_logo {
    width: 40%;
  }
}
footer .footer_category {
  margin-right: 4%;
}
@media all and (max-width: 499px) {
  footer .footer_category {
    margin-top: 10%;
  }
}
footer .footer_category ul {
  padding-left: 0;
}
footer .footer_category ul li {
  list-style: none;
  line-height: 2em;
}
footer .footer_category ul li a:hover {
  opacity: 0.5;
}
footer .copywriter {
  font-size: 12px;
  text-align: center;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #FFF8F6;
  /*動き*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  z-index: 999;
  padding: 0;
  margin-top: 90px;
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #333333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

/*×に変化*/
.openbtn1 span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #FD7B5F;
  width: 45%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.header-logo {
  margin: 15px 0 15px 20px;
}
.header-logo img {
  width: 20%;
}
@media all and (max-width: 499px) {
  .header-logo img {
    width: 33%;
  }
}

.serchform input {
  padding: 10px 5px;
  width: 62%;
  color: #333333;
  border: solid 1px #FD7B5F;
  border-radius: 5px;
}
.serchform button {
  padding: 10px 5px;
  width: auto;
  background-color: #FFF8F6;
  color: #FD7B5F;
  border: solid 1px #FD7B5F;
  border-radius: 5px;
}/*# sourceMappingURL=style.css.map */