@charset "UTF-8";
/*! destyle.css v2.0.2 | 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;
}

/* 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;
  line-height: 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] {
  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: bold;
}

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

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

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

.c-branding-dark {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .c-branding-dark {
    margin-top: 50px;
  }
}
.c-branding-dark__box {
  background-color: #595757;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-branding-dark__box {
    flex-direction: column;
  }
}
.c-branding-dark__box .imageArea {
  flex-shrink: 0;
  width: 37.76%;
}
@media screen and (max-width: 768px) {
  .c-branding-dark__box .imageArea {
    width: 100%;
  }
}
.c-branding-dark__box .imageArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-branding-dark__box .imageArea img {
    height: auto;
  }
}
.c-branding-dark__box .textArea {
  width: 62.24%;
  color: #fff;
  padding: 70px max((100vw - 1200px) / 2, 20px) 80px 75px;
}
@media screen and (max-width: 768px) {
  .c-branding-dark__box .textArea {
    width: 100%;
    padding: 20px;
  }
}
.c-branding-dark__box .textArea .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5625;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-branding-dark__box .textArea .title {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.c-branding-dark__box .textArea .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .c-branding-dark__box .textArea .text {
    font-size: 14px;
    line-height: 1.5;
  }
}
.c-branding-dark__box:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .c-branding-dark__box:nth-child(even) {
    flex-direction: column;
  }
}
.c-branding-dark__box:nth-child(even) .textArea {
  background-color: #918983;
  padding: 70px 75px 80px max((100vw - 1200px) / 2, 20px);
}
@media screen and (max-width: 768px) {
  .c-branding-dark__box:nth-child(even) .textArea {
    padding: 20px;
  }
}

/*
  基本的にa,buttonタグにつける
  中央寄せなどは親要素で設定
*/
.c-btnA {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #b0d137;
  width: 320px;
  height: 66px;
  max-width: 100%;
  padding: 10px 20px;
}
@media screen and (max-width: 768px) {
  .c-btnA {
    height: 50px;
  }
}
.c-btnA__text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #b0d137;
}
@media screen and (max-width: 768px) {
  .c-btnA__text {
    font-size: 16px;
  }
}
.c-btnA svg {
  width: 52px;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-btnA svg {
    width: 40px;
  }
}
.c-btnA:hover svg {
  transform: translateX(10px);
}
.c-btnA--white {
  border-color: #fff;
}
.c-btnA--white .c-btnA__text {
  color: white;
}
.c-btnA--white svg polyline {
  stroke: white;
}

.c-btnB {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  color: white;
  background: #2f2725;
  width: 370px;
  height: 57px;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-btnB {
    height: 50px;
    font-size: 16px;
  }
}

.c-cardBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 768px) {
  .c-cardBox {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
.c-cardBox-item {
  background-color: #fff;
  padding: 55px 27px 100px;
}
@media screen and (max-width: 768px) {
  .c-cardBox-item {
    padding: 40px 20px;
  }
}
.c-cardBox-item__en {
  color: #b0d137;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.c-cardBox-item__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-cardBox-item__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.c-cardBox-item__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .c-cardBox-item__text {
    font-size: 14px;
  }
}

.c-cardboxV {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media screen and (max-width: 768px) {
  .c-cardboxV {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}
.c-cardboxV__item .enTitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #b0d137;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-cardboxV__item .enTitle {
    font-size: 16px;
  }
}
.c-cardboxV__item .title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1904761905;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-cardboxV__item .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.c-cardboxV__item .image {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .c-cardboxV__item .image {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-cardboxV__item .image img {
    width: 100%;
  }
}
.c-cardboxV__item .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .c-cardboxV__item .text {
    font-size: 14px;
  }
}
.c-cardboxV__item .btnArea {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .c-cardboxV__item .btnArea {
    margin-top: 30px;
    text-align: center;
  }
}

.c-form dl {
  display: grid;
  grid-template-columns: 354px auto;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .c-form dl {
    display: block;
  }
}
.c-form dl + dl {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-form dl + dl {
    margin-top: 30px;
  }
}
.c-form dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  padding-right: 70px;
  width: 354px;
}
@media screen and (max-width: 768px) {
  .c-form dl dt {
    width: 100%;
    padding-right: 0;
    font-size: 16px;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}
.c-form dl dt .req {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 103px;
  height: 37px;
  font-weight: bold;
  font-size: 18px;
  background-color: #918983;
}
@media screen and (max-width: 768px) {
  .c-form dl dt .req {
    width: 70px;
    height: 25px;
    font-size: 14px;
    margin-left: 10px;
  }
}
.c-form dl dd {
  font-size: 16px;
  line-height: 1.6;
}
.c-form dl dd input[type=text],
.c-form dl dd textarea {
  background-color: #f5f5f4;
  padding: 10px 20px;
  width: 100%;
}
.c-form dl dd textarea {
  height: 260px;
}
@media screen and (max-width: 768px) {
  .c-form dl dd textarea {
    height: 200px;
  }
}
.c-form__check {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-form__check > span + span {
  margin: 10px 0 0 !important;
}
.c-form__check > span label {
  display: inline-flex;
  align-items: flex-start;
}
.c-form__check > span label input {
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .c-form__check > span label input {
    margin-top: 6px;
  }
}
.c-form__addr .postal {
  display: flex;
  align-items: center;
}
.c-form__addr .postal input[type=text] {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .c-form__addr .postal input[type=text] {
    width: 160px;
  }
}
.c-form__addr .postal .cap {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .c-form__addr .postal .cap {
    font-size: 12px;
    margin-left: 10px;
  }
}
.c-form__addr .addr {
  margin-top: 20px;
}
.c-form__btn {
  text-align: center;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-form__btn {
    margin-top: 50px;
  }
}
.c-form__btn button + button,
.c-form__btn button + a, .c-form__btn a + button,
.c-form__btn a + a {
  margin-top: 10px;
}

.c-imgtxt {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .c-imgtxt {
    margin-top: 40px;
  }
}
.c-imgtxt__box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-imgtxt__box {
    flex-direction: column;
  }
}
.c-imgtxt__box + .c-imgtxt__box {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .c-imgtxt__box + .c-imgtxt__box {
    margin-top: 60px;
  }
}
.c-imgtxt__box .imageArea {
  flex-shrink: 0;
  margin-right: 60px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-imgtxt__box .imageArea {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-imgtxt__box .imageArea img {
    width: 100%;
  }
}
.c-imgtxt__box .textArea .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4666666667;
  letter-spacing: 0.03em;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .c-imgtxt__box .textArea .title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.c-imgtxt__box .textArea .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .c-imgtxt__box .textArea .text {
    font-size: 14px;
    line-height: 2;
  }
}

.c-intro__stitle {
  text-align: center;
  color: #b0d137;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-intro__stitle {
    font-size: 16px;
  }
}
.c-intro .c-text16 {
  text-align: center;
}

.c-intro2 {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .c-intro2 {
    margin-bottom: 80px;
  }
}
.c-intro2__stitle {
  color: #b0d137;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-intro2__stitle {
    font-size: 16px;
  }
}
.c-intro2__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .c-intro2__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.c-intro2__text2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-intro2__text2 {
    margin-top: 30px;
  }
}
.c-intro2--center {
  text-align: center;
}
.c-intro2--center .c-text16 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .c-intro2--center .c-text16 {
    margin-top: 20px;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 768px) {
  .mb0 {
    margin-bottom: 0px !important;
  }
}

.mt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0px !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 768px) {
  .mb5 {
    margin-bottom: 3px !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 768px) {
  .mt5 {
    margin-top: 3px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .mb10 {
    margin-bottom: 6px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 6px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 768px) {
  .mb15 {
    margin-bottom: 9px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 768px) {
  .mt15 {
    margin-top: 9px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .mb20 {
    margin-bottom: 12px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .mt20 {
    margin-top: 12px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 768px) {
  .mb25 {
    margin-bottom: 15px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 768px) {
  .mt25 {
    margin-top: 15px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 18px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .mt30 {
    margin-top: 18px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 768px) {
  .mb35 {
    margin-bottom: 21px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 768px) {
  .mt35 {
    margin-top: 21px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 24px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 24px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 768px) {
  .mb45 {
    margin-bottom: 27px !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 768px) {
  .mt45 {
    margin-top: 27px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 30px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .mt50 {
    margin-top: 30px !important;
  }
}

.mb55 {
  margin-bottom: 55px !important;
}
@media screen and (max-width: 768px) {
  .mb55 {
    margin-bottom: 33px !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 768px) {
  .mt55 {
    margin-top: 33px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 36px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .mt60 {
    margin-top: 36px !important;
  }
}

.mb65 {
  margin-bottom: 65px !important;
}
@media screen and (max-width: 768px) {
  .mb65 {
    margin-bottom: 39px !important;
  }
}

.mt65 {
  margin-top: 65px !important;
}
@media screen and (max-width: 768px) {
  .mt65 {
    margin-top: 39px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .mb70 {
    margin-bottom: 42px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 768px) {
  .mt70 {
    margin-top: 42px !important;
  }
}

.mb75 {
  margin-bottom: 75px !important;
}
@media screen and (max-width: 768px) {
  .mb75 {
    margin-bottom: 45px !important;
  }
}

.mt75 {
  margin-top: 75px !important;
}
@media screen and (max-width: 768px) {
  .mt75 {
    margin-top: 45px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 48px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .mt80 {
    margin-top: 48px !important;
  }
}

.mb85 {
  margin-bottom: 85px !important;
}
@media screen and (max-width: 768px) {
  .mb85 {
    margin-bottom: 51px !important;
  }
}

.mt85 {
  margin-top: 85px !important;
}
@media screen and (max-width: 768px) {
  .mt85 {
    margin-top: 51px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 768px) {
  .mb90 {
    margin-bottom: 54px !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 768px) {
  .mt90 {
    margin-top: 54px !important;
  }
}

.mb95 {
  margin-bottom: 95px !important;
}
@media screen and (max-width: 768px) {
  .mb95 {
    margin-bottom: 57px !important;
  }
}

.mt95 {
  margin-top: 95px !important;
}
@media screen and (max-width: 768px) {
  .mt95 {
    margin-top: 57px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 60px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .mt100 {
    margin-top: 60px !important;
  }
}

.c-otherlinks {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #2f2725;
  border-bottom: 1px solid #2f2725;
}
.c-otherlinks > div {
  max-width: 48%;
}
.c-otherlinks a {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-otherlinks a {
    font-size: 14px;
  }
}
.c-otherlinks__prev a:before {
  content: "";
  width: 13px;
  height: 24px;
  background: url(../../images/icon_arrow2_b.svg) center no-repeat;
  background-size: contain;
  margin-right: 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-otherlinks__prev a:before {
    background-size: 10px auto;
    margin-right: 10px;
  }
}
.c-otherlinks__next {
  margin-left: auto;
  text-align: right;
}
.c-otherlinks__next a:after {
  content: "";
  width: 13px;
  height: 24px;
  background: url(../../images/icon_arrow2_b.svg) center no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  margin-left: 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-otherlinks__next a:after {
    background-size: 10px auto;
    margin-left: 10px;
  }
}

.c-pagehead {
  background-color: #2f2725;
  padding: 80px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .c-pagehead {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
.c-pagehead .c-titC {
  margin-bottom: 0;
}
.c-pagehead__category {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-pagehead__category {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    margin-top: 20px;
  }
}
.c-pagehead__category--2clm {
  display: flex;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .c-pagehead__category--2clm {
    gap: 40px;
  }
}
.c-pagehead__category--3clm {
  grid-template-columns: repeat(3, 1fr);
}
.c-pagehead__category--4clm {
  grid-template-columns: repeat(4, 1fr);
}
.c-pagehead__category--5clm {
  grid-template-columns: repeat(5, 1fr);
}
.c-pagehead__category a {
  color: white;
  border-left: 1px solid #fff;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-pagehead__category a {
    font-size: 14px;
    padding-left: 10px;
  }
}

.c-pagelink {
  background-color: #f5f5f4;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .c-pagelink {
    padding: 20px;
  }
}
.c-pagelink nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .c-pagelink nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}
.c-pagelink a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  border-left: 1px solid #2f2725;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .c-pagelink a {
    font-size: 14px;
  }
}

.c-pager {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .c-pager {
    margin-top: 50px;
  }
}
.c-pager .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pager .wp-pagenavi a, .c-pager .wp-pagenavi span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  border-radius: 50%;
  border: 1px solid #2f2725;
}
.c-pager .wp-pagenavi a + a,
.c-pager .wp-pagenavi a + span, .c-pager .wp-pagenavi span + a,
.c-pager .wp-pagenavi span + span {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .c-pager .wp-pagenavi a + a,
  .c-pager .wp-pagenavi a + span, .c-pager .wp-pagenavi span + a,
  .c-pager .wp-pagenavi span + span {
    margin-left: 10px;
  }
}
.c-pager .wp-pagenavi a.current, .c-pager .wp-pagenavi a:hover, .c-pager .wp-pagenavi span.current, .c-pager .wp-pagenavi span:hover {
  background: #2f2725;
  color: white;
  opacity: 1;
}

.c-pankuzu {
  background-color: #e6f2f8;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .c-pankuzu {
    display: none;
  }
}
.c-pankuzu ul {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
}
.c-pankuzu ul li {
  display: inline;
}
.c-pankuzu ul li + li:before {
  margin: 0 3px;
  color: black;
  content: ">";
}
.c-pankuzu ul li a, .c-pankuzu ul li span {
  font-size: 16px;
}
.c-separate_line {
  position: relative;
  margin-top: 150px;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .c-separate_line {
    margin-top: 100px;
    padding-top: 100px;
  }
}
.c-separate_line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 130px;
  background: #2f2725;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-separate_line::before {
    height: 80px;
  }
}
.c-separate_line::after {
  content: "";
  position: absolute;
  top: -65px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2f2725;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove {
  0% {
    top: -65px;
  }
  100% {
    top: 60px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  @keyframes circlemove {
    0% {
      top: -40px;
    }
    100% {
      top: 35px;
    }
  }
}
@media screen and (max-width: 768px) {
  .c-support .c-text16 {
    font-size: 14px;
  }
}
.c-support-plan {
  margin-top: 86px;
}
@media screen and (max-width: 768px) {
  .c-support-plan {
    margin-top: 50px;
  }
}
.c-support-plan__item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-support-plan__item {
    display: block;
  }
}
.c-support-plan__item + .c-support-plan__item {
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .c-support-plan__item + .c-support-plan__item {
    margin-top: 20px;
  }
}
.c-support-plan__item .titleArea {
  background-color: #eeeceb;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 31%;
  padding: 30px 20px 30px 50px;
}
@media screen and (max-width: 768px) {
  .c-support-plan__item .titleArea {
    width: 100%;
    padding: 20px;
  }
}
.c-support-plan__item .titleArea .title span {
  display: block;
}
.c-support-plan__item .titleArea .title .en {
  color: #b0d137;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2352941176;
}
@media screen and (max-width: 768px) {
  .c-support-plan__item .titleArea .title .en {
    font-size: 15px;
  }
}
.c-support-plan__item .titleArea .title .jp {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .c-support-plan__item .titleArea .title .jp {
    font-size: 24px;
  }
}
.c-support-plan__item .titleArea .price {
  color: #b0d137;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0.02em;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .c-support-plan__item .titleArea .price {
    font-size: 18px;
  }
}
.c-support-plan__item .contentsArea {
  background-color: #f5f5f4;
  padding: 30px 60px;
  width: 69%;
}
@media screen and (max-width: 768px) {
  .c-support-plan__item .contentsArea {
    width: 100%;
    padding: 20px;
  }
}
.c-support-plan__item .contentsArea .title {
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .c-support-plan__item .contentsArea .title {
    font-size: 18px;
  }
}
.c-support-plan__item .contentsArea .contentsList li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.03em;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
@media screen and (max-width: 768px) {
  .c-support-plan__item .contentsArea .contentsList li {
    font-size: 14px;
  }
}
.c-support-plan--colorB .c-support-plan__item .titleArea {
  background-color: #918983;
}
.c-support-plan--colorB .c-support-plan__item .titleArea .title .en,
.c-support-plan--colorB .c-support-plan__item .titleArea .title .jp,
.c-support-plan--colorB .c-support-plan__item .titleArea .price {
  color: white;
}
.c-support-plan--colorC .c-support-plan__item .titleArea {
  background-color: #918983;
}
.c-support-plan--colorC .c-support-plan__item .titleArea .title .en,
.c-support-plan--colorC .c-support-plan__item .titleArea .title .jp,
.c-support-plan--colorC .c-support-plan__item .titleArea .price {
  color: white;
}
.c-support-plan--colorC .c-support-plan__item .contentsArea {
  background-color: #fff;
}
.c-support__caption {
  margin-top: 30px;
}
.c-support__caption li {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.1428571429;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .c-support__caption li {
    padding-left: 1em;
    text-indent: -1em;
  }
}

.c-support2 .title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-support2 .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.c-support2 .c-text16 {
  text-align: center;
}
.c-support2__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-support2__btns {
    display: block;
    margin-top: 20px;
  }
}
.c-support2__btns a + a {
  margin-left: 75px;
}
@media screen and (max-width: 768px) {
  .c-support2__btns a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}

.c-table {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .c-table {
    margin-top: 60px;
  }
}
.c-table__priceList {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 22px;
}
.c-table__priceList--6clm {
  grid-template-rows: repeat(6, 1fr);
}
@media screen and (max-width: 768px) {
  .c-table__priceList {
    grid-auto-flow: row;
    grid-template-rows: 1fr;
  }
}
.c-table__priceList li {
  display: flex;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .c-table__priceList li {
    font-size: 16px;
    flex-direction: column;
    align-items: stretch;
  }
}
.c-table__priceList li .title {
  background-color: #918983;
  color: #fff;
  padding: 20px 35px;
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-table__priceList li .title {
    padding: 10px 20px;
    width: 100%;
  }
}
.c-table__priceList li .content {
  background-color: #fff;
  padding: 20px 35px;
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-table__priceList li .content {
    padding: 10px 20px;
    height: 100%;
    width: 100%;
  }
}
.c-table__cautionList {
  margin-top: 30px;
}
.c-table__cautionList li {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.1428571429;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .c-table__cautionList li {
    padding-left: 1em;
    text-indent: -1em;
  }
}
.c-table--bggray li .content {
  background-color: #f5f5f4;
}

.c-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c-tags a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: #f5f5f4;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .c-tags a {
    font-size: 14px;
    padding: 0 20px;
  }
}
.c-tags a:hover, .c-tags a.is-active {
  background: #2f2725;
  color: white;
}

.c-text16 {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .c-text16 {
    font-size: 14px;
  }
}
.c-text16--500 {
  font-weight: 500;
}

.c-text18 {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-text18 {
    font-size: 16px;
  }
}

.c-titA {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.6176470588;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-titA {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.c-titA--left {
  text-align: left;
}

.c-titB {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-titB {
    margin-bottom: 20px;
  }
}
.c-titB__en {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-titB__en {
    font-size: 40px;
  }
}
.c-titB__ja {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-titB__ja {
    font-size: 14px;
  }
}
.c-titB--black {
  color: #2f2725;
}

.c-titC {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-titC {
    margin-bottom: 20px;
  }
}
.c-titC__en {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-titC__en {
    font-size: 40px;
  }
}
.c-titC__ja {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-titC__ja {
    font-size: 14px;
  }
}
.c-titC--white {
  color: white;
}

.c-titD {
  border-bottom: 1px solid #2f2725;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.c-titE {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.07em;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .c-titE {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.c-titF {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.c-titF__ja {
  font-size: 24px;
  font-weight: bold;
  color: #b0d137;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-titF__ja {
    font-size: 20px;
  }
}
.c-titF__en {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .c-titF__en {
    font-size: 40px;
  }
}

.c-txtImg {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .c-txtImg {
    flex-direction: column;
  }
}
.c-txtImg + .c-txtImg {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .c-txtImg + .c-txtImg {
    margin-top: 50px;
  }
}
.c-txtImg--rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .c-txtImg--rev {
    flex-direction: column;
  }
}
.c-txtImg--rev .c-txtImg-imgArea {
  margin-left: 0;
  margin-right: 90px;
}
@media screen and (max-width: 768px) {
  .c-txtImg--rev .c-txtImg-imgArea {
    margin-right: 0;
    margin-top: 20px;
  }
}
.c-txtImg-txtArea__title {
  font-size: 31px;
  font-weight: 700;
  line-height: 1.6129032258;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-txtImg-txtArea__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.c-txtImg-imgArea {
  flex-shrink: 0;
  margin-left: 70px;
  width: 46%;
}
@media screen and (max-width: 768px) {
  .c-txtImg-imgArea {
    margin-left: 0;
    margin-top: 20px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-txtImg-imgArea img {
    width: 100%;
  }
}

.c-inner {
  max-width: 1200px;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
}
.c-inner--1500 {
  max-width: 1502px;
}
.c-inner--1100 {
  max-width: 1100px;
}
.c-inner--1030 {
  max-width: 1030px;
}
.c-inner--900 {
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .c-inner {
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 1025px), print {
  .c-tab {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .c-tab_none {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .c-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .c-pc {
    display: none !important;
  }
}
.c-ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;, object-position: center;";
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.c-anchor {
  margin-top: -97px;
  padding-top: 97px;
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .c-anchor {
    margin-top: -78px;
    padding-top: 78px;
  }
}

.c-en {
  font-family: "century-gothic", sans-serif;
}

.c-works {
  display: block;
}
.c-works__image {
  aspect-ratio: 10/7;
  margin-bottom: 20px;
}
.c-works__meta {
  font-size: 12px;
  line-height: 1.9;
  color: #898989;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .c-works__meta {
    font-size: 10px;
  }
}
.c-works__title {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .c-works__title {
    margin: 5px 0 0;
    font-size: 16px;
  }
}
.c-works__desc {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #898989;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-works__desc {
    font-size: 12px;
    margin-top: 5px;
  }
}

.c-workslist {
  position: relative;
  margin-top: 150px;
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .c-workslist {
    margin-top: 100px;
    padding-top: 100px;
  }
}
.c-workslist::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 130px;
  background: #2f2725;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-workslist::before {
    height: 80px;
  }
}
.c-workslist::after {
  content: "";
  position: absolute;
  top: -65px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2f2725;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.c-workslist .c-titC {
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .c-workslist .c-titC {
    margin-bottom: 30px;
  }
}
.c-workslist__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px 60px;
}
@media screen and (max-width: 768px) {
  .c-workslist__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.c-workslist .c-tags {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .c-workslist .c-tags {
    margin-top: 50px;
  }
}
.c-workslist__btn {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .c-workslist__btn {
    margin-top: 50px;
  }
}

.c-wysywig {
  font-size: 16px;
  line-height: 1.875;
}
.c-wysywig *:first-child {
  margin-top: 0 !important;
}
.c-wysywig *:last-child {
  margin-bottom: 0 !important;
}
.c-wysywig h1 {
  font-size: 24px;
  line-height: 38px;
  font-weight: bold;
  padding-top: 12px;
  margin-bottom: 20px;
}
.c-wysywig h2 {
  font-size: 24px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 60px;
  border-bottom: 1px solid #2f2725;
  padding-bottom: 10px;
}
.c-wysywig h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 4px;
  background: #f3f3f3;
  margin-top: 40px;
  margin-bottom: 20px;
}
.c-wysywig h4 {
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}
.c-wysywig p {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 10px;
}
.c-wysywig a {
  color: blue;
  text-decoration: underline;
}
.c-wysywig a:hover {
  text-decoration: none;
}
.c-wysywig a[target=_blank] {
  display: inline-flex;
  align-items: center;
}
.c-wysywig a[target=_blank]:after {
  margin-left: 5px;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../../images/arrow-up-right-from-square-light--gray.svg) center no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.c-wysywig .listA {
  background: #f5f5f4;
  border-width: 0;
  padding: 50px 60px;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .c-wysywig .listA {
    padding: 20px;
  }
}
.c-wysywig .listA > li {
  border-bottom: 1px solid #2f2725;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .c-wysywig .listA > li {
    padding: 10px 0;
  }
}
.c-wysywig .listA > li > a {
  font-size: 18px;
  line-height: 1.6;
  text-decoration: none;
  color: #2f2725;
}
@media screen and (max-width: 768px) {
  .c-wysywig .listA > li > a {
    font-size: 16px;
  }
}
.c-wysywig .wp-block-image {
  margin: 20px 0;
}
.c-wysywig .wp-block-image figcaption {
  font-size: 80%;
}
.c-wysywig .wp-block-embed-youtube iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.c-wysywig .wp-block-group.index {
  background: #f5f5f4;
  border-width: 0;
  padding: 50px 60px;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .c-wysywig .wp-block-group.index {
    padding: 20px;
    margin: 30px 0;
  }
}
.c-wysywig .wp-block-group.index h2 {
  display: flex;
  align-items: center;
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 25px;
  border-bottom-width: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-wysywig .wp-block-group.index h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.c-wysywig .wp-block-group.index h2:before {
  width: 14px;
  height: 9px;
  background: url(../../images/indexarrow.svg) center no-repeat;
  background-size: contain;
  margin-right: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .c-wysywig .wp-block-group.index h2:before {
    margin-right: 10px;
  }
}
.c-wysywig .wp-block-group.index ul > li {
  border-bottom: 1px solid #2f2725;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .c-wysywig .wp-block-group.index ul > li {
    padding: 10px 0;
  }
}
.c-wysywig .wp-block-group.index ul > li.active {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-wysywig .wp-block-group.index ul > li.active {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-wysywig .wp-block-group.index ul > li.active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translate(-100%, -50%);
  height: 40px;
  width: 140px;
  background: url(../../images/now.svg) left center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-wysywig .wp-block-group.index ul > li.active:before {
    position: static;
    transform: none;
    margin-bottom: 5px;
    display: block;
    height: 30px;
  }
}
.c-wysywig .wp-block-group.index ul > li > a {
  font-size: 18px;
  line-height: 1.6;
  text-decoration: none;
  color: #2f2725;
}
@media screen and (max-width: 768px) {
  .c-wysywig .wp-block-group.index ul > li > a {
    font-size: 16px;
  }
}
.c-wysywig .wp-block-quote {
  background-color: #f5f5f4;
  display: flex;
  flex-direction: column;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .c-wysywig .wp-block-quote {
    padding: 20px;
  }
}
.c-wysywig .wp-block-quote:before {
  content: "";
  width: 32px;
  height: 15px;
  background: url(../../images/icon_quote.svg) center no-repeat;
  background-size: contain;
  margin-bottom: 10px;
}
.c-wysywig .wp-block-quote cite {
  margin-top: 10px;
  text-align: right;
}

div#ez-toc-container {
  background: #f5f5f4;
  border-width: 0;
  padding: 50px 60px;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  div#ez-toc-container {
    padding: 20px;
    margin: 30px 0;
  }
}
div#ez-toc-container nav a {
  text-decoration: none;
  color: #2f2725;
}
div#ez-toc-container nav > ul > li {
  border-bottom: 1px solid #2f2725;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  div#ez-toc-container nav > ul > li {
    padding: 10px 0;
  }
}
div#ez-toc-container nav > ul > li > a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  div#ez-toc-container nav > ul > li > a {
    font-size: 16px;
  }
}
div#ez-toc-container nav > ul > li ul {
  margin-top: 10px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  div#ez-toc-container nav > ul > li ul {
    margin-top: 5px;
    padding-left: 10px;
  }
}
div#ez-toc-container nav > ul > li ul li a {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  div#ez-toc-container nav > ul > li ul li a {
    font-size: 14px;
  }
}
div#ez-toc-container .ez-toc-title {
  display: flex;
  align-items: center;
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  font-family: century-gothic, sans-serif;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  div#ez-toc-container .ez-toc-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
div#ez-toc-container .ez-toc-title:before {
  width: 14px;
  height: 9px;
  background: url(../../images/indexarrow.svg) center no-repeat;
  background-size: contain;
  margin-right: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  div#ez-toc-container .ez-toc-title:before {
    margin-right: 10px;
  }
}

.ez-toc-section {
  margin-top: -97px !important;
  padding-top: 97px !important;
  position: absolute;
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .ez-toc-section {
    margin-top: -78px !important;
    padding-top: 78px !important;
  }
}

* {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
*:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #2f2725;
  min-width: 1080px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

a,
button {
  text-decoration: none;
  color: #2f2725;
  outline: none;
}
@media screen and (min-width: 769px), print {
  a,
  button {
    transition: 0.3s ease;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
  }
  a path,
  a img,
  a p,
  button path,
  button img,
  button p {
    transition: 0.3s ease;
  }
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  display: inline-block;
  image-rendering: -webkit-optimize-contrast;
}

table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}
table th,
table td {
  vertical-align: top;
}

input::-ms-clear {
  display: none;
}

ul,
ol {
  list-style-position: inside;
  list-style: none;
}

input,
button,
textarea,
select {
  font-family: inherit;
}

select::-ms-expand {
  display: none;
}

button:focus {
  outline: none;
}

.l-ftr {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .l-ftr {
    margin-top: 100px;
  }
}
.l-ftr__02 {
  margin-top: 0;
}
.l-ftr-cv {
  background-color: #b0d137;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .l-ftr-cv {
    padding: 40px 0;
  }
}
.l-ftr-cv__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-ftr-cv__flex {
    display: block;
  }
}
.l-ftr-cv__left {
  margin-right: 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-ftr-cv__left {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.l-ftr-cv__left .title {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .l-ftr-cv__left .title {
    font-size: 40px;
  }
}
.l-ftr-cv__left .text {
  font-size: 15px;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .l-ftr-cv__left .text {
    font-size: 14px;
    margin-top: 10px;
  }
}
.l-ftr-cv__right {
  width: 100%;
}
.l-ftr-cv__right a {
  border: 1px solid #2f2725;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 95px;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-ftr-cv__right a {
    width: 100%;
    height: 60px;
    font-size: 24px;
  }
}
.l-ftr-cv__right a + a {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-ftr-cv__right a + a {
    margin-top: 20px;
  }
}
.l-ftr-cv__right a.contact img {
  margin-right: 20px;
  transform: translateY(1px);
}
@media screen and (max-width: 768px) {
  .l-ftr-cv__right a.contact img {
    width: 20px;
    transform: translateY(0);
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-ftr-cv__right a.tel {
    height: auto;
    padding: 10px 0;
  }
}
.l-ftr-cv__right a.tel img {
  transform: translateY(1px);
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .l-ftr-cv__right a.tel img {
    width: 10px;
  }
}
.l-ftr-cv__right a .ja {
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .l-ftr-cv__right a .ja {
    font-size: 10px;
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 5px;
  }
}
.l-ftr-info {
  background: #2f2725;
  padding: 80px 0;
  color: white;
}
@media screen and (max-width: 768px) {
  .l-ftr-info {
    padding: 40px 0;
  }
}
.l-ftr-info__logo img {
  width: 358px;
}
@media screen and (max-width: 768px) {
  .l-ftr-info__logo img {
    width: 240px;
  }
}
.l-ftr-info__text {
  color: white;
  font-size: 18px;
  line-height: 1.8;
  margin: 40px 0 60px;
}
@media screen and (max-width: 768px) {
  .l-ftr-info__text {
    font-size: 16px;
    margin: 20px 0 30px;
  }
}
.l-ftr-info__items {
  display: flex;
  gap: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .l-ftr-info__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px), print {
  .l-ftr-info__item:last-child {
    margin-left: auto;
  }
}
.l-ftr-info__item dl {
  color: white;
}
.l-ftr-info__item dl dt {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .l-ftr-info__item dl dt {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.l-ftr-info__item dl dd {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-ftr-info__item dl dd {
    font-size: 12px;
  }
}
.l-ftr-info__item ul li + li {
  margin-top: 10px;
}
.l-ftr-info__item ul li a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: white;
}
@media screen and (max-width: 768px) {
  .l-ftr-info__item ul li a {
    font-size: 16px;
  }
}
.l-ftr-info__item ul li a:before {
  content: "";
  height: 1px;
  width: 12px;
  background-color: #fff;
}
.l-ftr-info__copy {
  color: white;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-ftr-info__copy {
    font-size: 10px;
  }
}

.l-gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2f2725;
  z-index: 99999;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s ease;
  min-width: 1080px;
}
@media screen and (max-width: 768px) {
  .l-gnav {
    padding: 20px 0;
    align-items: flex-start;
    min-width: auto;
  }
}
.l-gnav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-gnav__close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: white;
  display: flex;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .l-gnav__close {
    top: 20px;
    right: 20px;
    font-size: 16px;
  }
}
.l-gnav__close .close {
  width: 62px;
  height: 25px;
  position: relative;
  z-index: 1;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .l-gnav__close .close {
    margin-left: 20px;
  }
}
.l-gnav__close .close:before, .l-gnav__close .close:after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  margin: auto 0;
}
.l-gnav__close .close:before {
  transform: rotate(20deg);
}
.l-gnav__close .close:after {
  transform: rotate(-20deg);
}
.l-gnav__image {
  background: url(../../images/hdr_image.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding: 180px 20px 0;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-gnav__image {
    display: none;
  }
}
.l-gnav__inner {
  max-height: 90vh;
  max-height: 90svh;
  overflow: auto;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-gnav__inner {
    width: 100%;
    padding: 0 20px;
  }
}
.l-gnav-contents {
  display: flex;
  flex-wrap: wrap;
  width: 710px;
  padding: 50px 0;
  margin: 0 100px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-gnav-contents {
    justify-content: center;
    width: auto;
    margin: 0;
    padding-top: 70px;
  }
}
.l-gnav-contents__parents {
  margin-top: -15px;
  width: 265px;
}
@media screen and (max-width: 768px) {
  .l-gnav-contents__parents {
    width: 130px;
    flex-shrink: 0;
    margin-right: 20px;
  }
}
.l-gnav-contents__parents a {
  color: white;
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding: 15px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-gnav-contents__parents a {
    font-size: 13px;
  }
}
.l-gnav-contents__parents a:after {
  content: "";
  width: 45px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  opacity: 0;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-gnav-contents__parents a:after {
    display: none;
  }
}
.l-gnav-contents__parents a:hover:after, .l-gnav-contents__parents a.is-active:after {
  opacity: 1;
}
.l-gnav-contents__child {
  border-left: 1px solid #fff;
  padding-left: 40px;
  padding-bottom: 40px;
  width: 360px;
}
@media screen and (max-width: 768px) {
  .l-gnav-contents__child {
    width: 250px;
    max-width: calc(100% - 150px);
    padding-left: 20px;
  }
}
.l-gnav-contents__child .title {
  font-size: 20px;
  font-weight: bold;
  color: #b0d137;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-gnav-contents__child .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.l-gnav-contents__child ul li + li {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .l-gnav-contents__child ul li + li {
    margin-top: 15px;
  }
}
.l-gnav-contents__child ul li a {
  font-size: 16px;
  color: white;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-gnav-contents__child ul li a {
    font-size: 12px;
    line-height: 1.5;
    white-space: normal;
  }
}
.l-gnav-contents__cv {
  width: 100%;
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-gnav-contents__cv {
    width: 100%;
    margin-top: 30px;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.l-gnav-contents__cv .tel {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-gnav-contents__cv .tel {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.l-gnav-contents__cv .tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 768px) {
  .l-gnav-contents__cv .tel a {
    font-size: 34px;
  }
}
.l-gnav-contents__cv .tel a img {
  margin-right: 20px;
  width: 18px;
}
.l-gnav-contents__cv .cap {
  font-size: 14px;
  text-align: center;
  margin: 10px 0 0;
  color: white;
}
@media screen and (max-width: 768px) {
  .l-gnav-contents__cv .cap {
    margin: 20px 0 10px;
  }
}
.l-gnav-contents__cv .btn {
  width: 100%;
}
.l-gnav-contents__cv .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: white;
  border: 1px solid #fff;
  height: 66px;
  padding-right: 60px;
}
.l-gnav-contents__cv .btn a .icon {
  width: 26px;
  margin-right: 20px;
}
.l-gnav-contents__cv .btn a .arrow {
  width: 52px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.l-gnav__btn {
  text-align: right;
  padding-right: 40%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-gnav__btn {
    text-align: left;
    padding-right: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav__btn .c-btnA {
    width: 100%;
  }
}

.l-hdr {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 20px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .l-hdr {
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-hdr .c-inner {
    width: calc(100% - 60px);
  }
}
.l-hdr__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-hdr__logo {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-hdr__logo img {
    width: 126px;
  }
}
.l-hdr__cv {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-hdr__cv {
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
  }
}
.l-hdr__tel {
  display: flex;
  align-items: center;
  font-size: 33px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-hdr__tel {
    font-size: 16px;
  }
}
.l-hdr__tel img {
  margin-right: 15px;
  width: 15px;
  transform: translateY(1px);
}
@media screen and (max-width: 768px) {
  .l-hdr__tel img {
    width: 10px;
    margin-right: 10px;
    transform: translateY(0);
  }
}
.l-hdr__mail {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  letter-spacing: 0.03em;
  margin-left: 45px;
  font-weight: 500;
}
.l-hdr__mail img {
  margin-right: 15px;
  transform: translateY(2px);
}
.l-hdr__time {
  font-size: 13px;
  margin-left: 20px;
}
.l-hdr__menu {
  margin-left: 60px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-hdr__menu {
    margin-left: 10px;
  }
}
.l-hdr__menu .text {
  font-size: 21px;
  margin-right: 24px;
}
.l-hdr__menu .hmb {
  width: 58px;
  height: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-hdr__menu .hmb {
    width: 25px;
    height: 16px;
  }
}
.l-hdr__menu .hmb > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #2f2725;
  margin: auto 0;
}
.l-hdr__menu .hmb > span:nth-child(1) {
  transform: translateY(-12px);
}
@media screen and (max-width: 768px) {
  .l-hdr__menu .hmb > span:nth-child(1) {
    transform: translateY(-7px);
  }
}
.l-hdr__menu .hmb > span:nth-child(3) {
  transform: translateY(12px);
}
@media screen and (max-width: 768px) {
  .l-hdr__menu .hmb > span:nth-child(3) {
    transform: translateY(7px);
  }
}

.l-side {
  position: fixed;
  top: 50%;
  right: max((100% - 1500px) / 2 - 10px, 40px);
  transform: translate(100%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .l-side {
    display: none;
  }
}
.l-side .insta {
  margin-bottom: 30px;
}
.l-side .fb {
  margin-bottom: 30px;
}
.l-side .works {
  margin-bottom: 120px;
  width: 30px;
  height: 137px;
}
.l-side .works .text {
  color: white;
  width: 137px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7d7d7d;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-align: center;
  transform: rotate(90deg) translateX(-30px);
  transform-origin: left bottom;
}
.l-side .contact {
  width: 1em;
  text-align: center;
  font-size: 18px;
  color: #7d7d7d;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #about .p-sec01 .c-inner {
    width: 100%;
  }
}
#about .p-sec01__mv {
  background: url(../../images/about-mv.jpg) center no-repeat;
  background-size: cover;
  padding-top: 280px;
  padding-bottom: 100px;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  #about .p-sec01__mv {
    padding: 220px 20px 40px;
    height: auto;
    background: url(../../images/about-mv_sp@2x.jpg) center no-repeat;
    background-size: cover;
  }
}
#about .p-sec01__title {
  display: flex;
  flex-direction: column;
  color: white;
}
#about .p-sec01__title .en {
  font-size: 24px;
  font-style: italic;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #about .p-sec01__title .en {
    font-size: 12px;
  }
}
#about .p-sec01__title .ja {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #about .p-sec01__title .ja {
    font-size: 21px;
  }
}
#about .p-sec01__text {
  color: white;
  font-size: 18px;
  line-height: 1.7222222222;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #about .p-sec01__text {
    font-size: 12px;
  }
}
#about .p-sec01 .c-pagelink {
  margin-top: 20px;
}
#about .c-intro2 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #about .c-intro2 {
    padding: 50px 0;
  }
}
#about .c-intro2__text2 {
  max-width: 900px;
}
#about .p-sec03 {
  background: url(../../images/about-bg@2x.jpg) center no-repeat;
  background-size: cover;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #about .p-sec03 {
    padding: 50px 0;
  }
}
#about .p-sec03__concept table {
  color: white;
}
#about .p-sec03__concept table tbody,
#about .p-sec03__concept table tr,
#about .p-sec03__concept table th,
#about .p-sec03__concept table td {
  display: block;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__concept table {
    display: block;
  }
}
#about .p-sec03__concept table tr + tr {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__concept table tr + tr {
    margin-top: 30px;
  }
}
#about .p-sec03__concept table th {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__concept table th {
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
    font-size: 40px;
  }
}
#about .p-sec03__concept table td {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7222222222;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__concept table td {
    font-size: 14px;
  }
}
#about .p-sec03__title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: white;
  margin-bottom: 30px;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__title {
    font-size: 30px;
  }
}
#about .p-sec03__text {
  text-align: center;
  font-size: 16px;
  line-height: 1.875;
  color: white;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #about .p-sec03__text {
    font-size: 14px;
  }
}
#about .p-sec04 {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  #about .p-sec04 {
    margin-top: 100px;
  }
}
#about .p-sec04 table {
  font-size: 18px;
  line-height: 1.6111111111;
  border-top: 1px solid #bdbec0;
}
@media screen and (max-width: 768px) {
  #about .p-sec04 table {
    font-size: 16px;
    display: block;
  }
  #about .p-sec04 table tbody,
  #about .p-sec04 table tr,
  #about .p-sec04 table th,
  #about .p-sec04 table td {
    display: block;
  }
}
#about .p-sec04 table tr {
  border-bottom: 1px solid #bdbec0;
}
@media screen and (max-width: 768px) {
  #about .p-sec04 table tr {
    padding: 20px 0;
  }
}
#about .p-sec04 table tr th,
#about .p-sec04 table tr td {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #about .p-sec04 table tr th,
  #about .p-sec04 table tr td {
    padding: 0;
  }
}
#about .p-sec04 table tr th {
  padding-left: 30px;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  #about .p-sec04 table tr th {
    padding: 0;
    margin-bottom: 10px;
  }
}
#about .p-sec04 table tr td p + p {
  margin-top: 10px;
}
#about .p-sec05 {
  margin-top: 100px;
  position: relative;
}
#about .p-sec05__flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  #about .p-sec05__flex {
    display: block;
  }
}
#about .p-sec05__flex + .p-sec05__flex {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #about .p-sec05__flex + .p-sec05__flex {
    margin-top: 40px;
  }
}
#about .p-sec05__flex .map {
  width: 622px;
  margin-right: 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #about .p-sec05__flex .map {
    width: 100%;
    margin-bottom: 20px;
  }
}
#about .p-sec05__flex .map iframe {
  width: 100%;
  height: 391px;
}
@media screen and (max-width: 768px) {
  #about .p-sec05__flex .map iframe {
    height: 200px;
  }
}
#about .p-sec05__flex .textarea .title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #about .p-sec05__flex .textarea .title {
    font-size: 18px;
  }
}
#about .p-sec05__flex .textarea .addr {
  font-size: 18px;
  line-height: 1.6111111111;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #about .p-sec05__flex .textarea .addr {
    font-size: 16px;
  }
}
#about .p-sec05__flex .textarea .access {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  #about .p-sec05__flex .textarea .access {
    font-size: 14px;
  }
}
#about .p-sec05__btns {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #about .p-sec05__btns {
    margin-top: 50px;
    display: block;
    text-align: center;
  }
}
#about .p-sec05__btns a + a {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  #about .p-sec05__btns a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}

#contact .p-contact .c-titC {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  #contact .p-contact .c-titC {
    margin-bottom: 70px;
  }
}
#contact .p-contact__tel {
  text-align: center;
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  #contact .p-contact__tel {
    margin-top: 100px;
  }
}
#contact .p-contact__tel .text {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contact .p-contact__tel .text {
    font-size: 20px;
  }
}
#contact .p-contact__tel .box .tel {
  border: 1px solid #2f2725;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 95px;
  width: 712px;
  max-width: 100%;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #contact .p-contact__tel .box .tel {
    width: 100%;
    height: auto;
    font-size: 24px;
    padding: 10px 0;
  }
}
#contact .p-contact__tel .box .tel img {
  transform: translateY(1px);
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #contact .p-contact__tel .box .tel img {
    width: 10px;
  }
}
#contact .p-contact__tel .box .tel .ja {
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #contact .p-contact__tel .box .tel .ja {
    font-size: 10px;
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }
}

#faq .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #faq .btns {
    display: block;
    margin-top: 20px;
  }
}
#faq .btns a + a {
  margin-left: 75px;
}
@media screen and (max-width: 768px) {
  #faq .btns a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}
#faq .p-sec01 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #faq .p-sec01 {
    margin-bottom: 70px;
  }
}
#faq .p-sec01 .c-titB {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #faq .p-sec01 .c-titB {
    margin-bottom: 50px;
  }
}
#faq .p-sec02 {
  padding: 120px 0;
  background-color: #f5f5f4;
}
@media screen and (max-width: 768px) {
  #faq .p-sec02 {
    padding: 70px 0;
  }
}
#faq .p-sec02 .p-faq dt {
  background-color: #fff;
}
#faq .p-faq dl + dl {
  margin-top: 15px;
}
#faq .p-faq dt,
#faq .p-faq dd {
  padding: 15px 30px 15px 70px;
}
@media screen and (max-width: 768px) {
  #faq .p-faq dt,
  #faq .p-faq dd {
    padding: 15px;
  }
}
#faq .p-faq dt .flex,
#faq .p-faq dd .flex {
  display: flex;
}
#faq .p-faq dt .tag,
#faq .p-faq dd .tag {
  flex-shrink: 0;
  font-weight: bold;
  font-size: 30px;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  #faq .p-faq dt .tag,
  #faq .p-faq dd .tag {
    margin-right: 10px;
    font-size: 20px;
    transform: translateY(3px);
  }
}
#faq .p-faq dt .text,
#faq .p-faq dd .text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.03em;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #faq .p-faq dt .text,
  #faq .p-faq dd .text {
    font-size: 14px;
  }
}
#faq .p-faq dt .arrow,
#faq .p-faq dd .arrow {
  margin-left: auto;
  flex-shrink: 0;
  align-self: center;
}
#faq .p-faq dt .arrow img,
#faq .p-faq dd .arrow img {
  transform: rotate(180deg);
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  #faq .p-faq dt .arrow img,
  #faq .p-faq dd .arrow img {
    width: 20px;
  }
}
#faq .p-faq dt {
  font-weight: bold;
  background-color: #f5f5f4;
  cursor: pointer;
}
#faq .p-faq dt.is-open .arrow img {
  transform: rotate(0deg);
}
#faq .p-faq dd {
  display: none;
  padding-bottom: 0;
}
#faq .p-faq dd a {
  color: #b0d137;
}

#graphic-advertising .c-workslist {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #graphic-advertising .c-workslist {
    padding-bottom: 70px;
  }
}
#graphic-advertising .p-sec02 {
  background-color: #f5f5f4;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #graphic-advertising .p-sec02 {
    padding: 70px 0;
  }
}
#graphic-advertising .p-sec02__btnArea {
  margin-top: 114px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #graphic-advertising .p-sec02__btnArea {
    margin-top: 60px;
  }
}
#graphic-advertising .p-sec02__btnArea .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #graphic-advertising .p-sec02__btnArea .title {
    font-size: 22px;
  }
}
#graphic-advertising .p-sec02__btnArea .c-btnA {
  margin-top: 42px;
}
#graphic-advertising .p-checkPoint {
  padding: 114px 0 0;
}
@media screen and (max-width: 768px) {
  #graphic-advertising .p-checkPoint {
    padding-top: 70px;
  }
}
#graphic-advertising .p-checkPoint__btnArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  #graphic-advertising .p-checkPoint__btnArea {
    flex-direction: column;
    margin-top: 60px;
  }
}
#graphic-advertising .p-checkPoint__btnArea a + a {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  #graphic-advertising .p-checkPoint__btnArea a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}

#graphic-catalog .c-workslist {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #graphic-catalog .c-workslist {
    padding-bottom: 70px;
  }
}
#graphic-catalog .p-sec02 {
  background-color: #f5f5f4;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #graphic-catalog .p-sec02 {
    padding: 70px 0;
  }
}
#graphic-catalog .p-sec02__btnArea {
  margin-top: 114px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #graphic-catalog .p-sec02__btnArea {
    margin-top: 60px;
  }
}
#graphic-catalog .p-sec02__btnArea .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #graphic-catalog .p-sec02__btnArea .title {
    font-size: 22px;
  }
}
#graphic-catalog .p-sec02__btnArea .c-btnA {
  margin-top: 42px;
}
#graphic-catalog .p-checkPoint {
  padding: 114px 0 120px;
}
@media screen and (max-width: 768px) {
  #graphic-catalog .p-checkPoint {
    padding: 70px 0;
  }
}
#graphic-catalog .p-checkPoint__btnArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  #graphic-catalog .p-checkPoint__btnArea {
    flex-direction: column;
    margin-top: 60px;
  }
}
#graphic-catalog .p-checkPoint__btnArea a + a {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  #graphic-catalog .p-checkPoint__btnArea a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}

#graphic-companyprofile .c-workslist {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #graphic-companyprofile .c-workslist {
    padding-bottom: 70px;
  }
}
#graphic-companyprofile .p-sec02 {
  background-color: #f5f5f4;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #graphic-companyprofile .p-sec02 {
    padding: 70px 0;
  }
}
#graphic-companyprofile .p-sec02__btnArea {
  margin-top: 114px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #graphic-companyprofile .p-sec02__btnArea {
    margin-top: 60px;
  }
}
#graphic-companyprofile .p-sec02__btnArea .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #graphic-companyprofile .p-sec02__btnArea .title {
    font-size: 22px;
  }
}
#graphic-companyprofile .p-sec02__btnArea .c-btnA {
  margin-top: 42px;
}
#graphic-companyprofile .p-checkPoint {
  padding: 114px 0 120px;
}
@media screen and (max-width: 768px) {
  #graphic-companyprofile .p-checkPoint {
    padding: 70px 0;
  }
}
#graphic-companyprofile .p-checkPoint__btnArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  #graphic-companyprofile .p-checkPoint__btnArea {
    flex-direction: column;
    margin-top: 60px;
  }
}
#graphic-companyprofile .p-checkPoint__btnArea a + a {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  #graphic-companyprofile .p-checkPoint__btnArea a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}

#graphic-flow .p-flow-list__item {
  background-color: #f5f5f4;
  display: grid;
  grid-template-columns: 33% 67%;
  min-height: 160px;
}
@media screen and (max-width: 768px) {
  #graphic-flow .p-flow-list__item {
    display: block;
    padding: 20px;
    min-height: auto;
  }
}
#graphic-flow .p-flow-list__item--dgray {
  background-color: #918983;
  color: #fff;
}
#graphic-flow .p-flow-list__item + .p-flow-list__item {
  margin-top: 25px;
}
#graphic-flow .p-flow-list__item .titleArea {
  padding: 30px 0 30px 50px;
}
@media screen and (max-width: 768px) {
  #graphic-flow .p-flow-list__item .titleArea {
    padding: 0;
  }
}
#graphic-flow .p-flow-list__item .titleArea span {
  display: block;
}
#graphic-flow .p-flow-list__item .titleArea span.en {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  color: #b0d137;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #graphic-flow .p-flow-list__item .titleArea span.en {
    font-size: 16px;
  }
}
#graphic-flow .p-flow-list__item .titleArea span.ja {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #graphic-flow .p-flow-list__item .titleArea span.ja {
    font-size: 26px;
  }
}
#graphic-flow .p-flow-list__item .contentsArea {
  padding: 60px 50px 40px 0;
}
@media screen and (max-width: 768px) {
  #graphic-flow .p-flow-list__item .contentsArea {
    padding: 0;
  }
}
#graphic-flow .p-flow-list__item .contentsArea .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #graphic-flow .p-flow-list__item .contentsArea .text {
    font-size: 14px;
    line-height: 1.5;
  }
}
#graphic-flow .p-flow-list__item .contentsArea .c-btnA {
  margin-top: 20px;
}
#graphic-flow .p-flow__btnArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 145px;
}
@media screen and (max-width: 768px) {
  #graphic-flow .p-flow__btnArea {
    flex-direction: column;
    margin-top: 60px;
  }
}
#graphic-flow .p-flow__btnArea a + a {
  margin-left: 75px;
}
@media screen and (max-width: 768px) {
  #graphic-flow .p-flow__btnArea a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}

#graphic-pamphlet .c-workslist {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #graphic-pamphlet .c-workslist {
    padding-bottom: 70px;
  }
}
#graphic-pamphlet .p-sec02 {
  background-color: #f5f5f4;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #graphic-pamphlet .p-sec02 {
    padding: 70px 0;
  }
}
#graphic-pamphlet .p-sec02__btnArea {
  margin-top: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #graphic-pamphlet .p-sec02__btnArea {
    margin-top: 50px;
  }
}
#graphic-pamphlet .p-sec02__btnArea .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #graphic-pamphlet .p-sec02__btnArea .title {
    font-size: 20px;
  }
}
#graphic-pamphlet .p-sec02__btnArea .c-btnA {
  margin-top: 35px;
}
#graphic-pamphlet .p-checkPoint {
  padding: 110px 0 120px;
}
@media screen and (max-width: 768px) {
  #graphic-pamphlet .p-checkPoint {
    padding: 70px 0;
  }
}
#graphic-pamphlet .p-checkPoint__btnArea {
  margin-top: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #graphic-pamphlet .p-checkPoint__btnArea {
    margin-top: 70px;
    flex-direction: column;
  }
}
#graphic-pamphlet .p-checkPoint__btnArea a + a {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  #graphic-pamphlet .p-checkPoint__btnArea a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}

#graphic-school .c-workslist {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #graphic-school .c-workslist {
    padding-bottom: 70px;
  }
}
#graphic-school .p-sec02 {
  background-color: #f5f5f4;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #graphic-school .p-sec02 {
    padding: 70px 0;
  }
}
#graphic-school .p-sec02__btnArea {
  margin-top: 114px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #graphic-school .p-sec02__btnArea {
    margin-top: 60px;
  }
}
#graphic-school .p-sec02__btnArea .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #graphic-school .p-sec02__btnArea .title {
    font-size: 22px;
  }
}
#graphic-school .p-sec02__btnArea .c-btnA {
  margin-top: 42px;
}
#graphic-school .p-checkPoint {
  padding: 114px 0 0;
}
@media screen and (max-width: 768px) {
  #graphic-school .p-checkPoint {
    padding-top: 70px;
  }
}
#graphic-school .p-checkPoint__btnArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  #graphic-school .p-checkPoint__btnArea {
    flex-direction: column;
    margin-top: 60px;
  }
}
#graphic-school .p-checkPoint__btnArea a + a {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  #graphic-school .p-checkPoint__btnArea a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}

#graphic .p-sec01 {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #graphic .p-sec01 {
    padding-bottom: 70px;
  }
}
#graphic .p-sec01__btn {
  text-align: center;
}
#graphic .p-sec02 {
  background-color: #f5f5f4;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #graphic .p-sec02 {
    padding: 70px 0;
  }
}
#graphic .p-sec03 {
  padding: 155px 0;
}
@media screen and (max-width: 768px) {
  #graphic .p-sec03 {
    padding: 70px 0;
  }
}
#graphic .p-sec03__btnArea {
  margin-top: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #graphic .p-sec03__btnArea {
    margin-top: 30px;
  }
}
#graphic .p-sec04 {
  background-color: #f5f5f4;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #graphic .p-sec04 {
    padding: 70px 0;
  }
}
#graphic .p-sec04__btnArea {
  text-align: center;
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  #graphic .p-sec04__btnArea {
    margin-top: 50px;
  }
}
#graphic .p-checkPoint {
  padding: 110px 0 0;
}
@media screen and (max-width: 768px) {
  #graphic .p-checkPoint {
    padding-top: 70px;
  }
}
#graphic .p-checkPoint-contents {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  #graphic .p-checkPoint-contents {
    margin-top: 40px;
  }
}
#graphic .p-checkPoint-contents__box {
  display: flex;
}
@media screen and (max-width: 768px) {
  #graphic .p-checkPoint-contents__box {
    flex-direction: column;
  }
}
#graphic .p-checkPoint-contents__box + .p-checkPoint-contents__box {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #graphic .p-checkPoint-contents__box + .p-checkPoint-contents__box {
    margin-top: 60px;
  }
}
#graphic .p-checkPoint-contents__box .imageArea {
  flex-shrink: 0;
  margin-right: 60px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #graphic .p-checkPoint-contents__box .imageArea {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #graphic .p-checkPoint-contents__box .imageArea img {
    width: 100%;
  }
}
#graphic .p-checkPoint-contents__box .textArea .title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.6764705882;
  letter-spacing: 0.03em;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #graphic .p-checkPoint-contents__box .textArea .title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
#graphic .p-checkPoint-contents__box .textArea .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #graphic .p-checkPoint-contents__box .textArea .text {
    font-size: 14px;
    line-height: 2;
  }
}
#graphic .p-checkPoint__btnArea {
  margin-top: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #graphic .p-checkPoint__btnArea {
    margin-top: 70px;
    flex-direction: column;
  }
}
#graphic .p-checkPoint__btnArea a + a {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  #graphic .p-checkPoint__btnArea a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}

#information .p-informations__list li a {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #2f2725;
}
@media screen and (max-width: 768px) {
  #information .p-informations__list li a {
    flex-direction: column;
  }
}
#information .p-informations__list li a .textarea {
  display: flex;
  flex-direction: column;
}
#information .p-informations__list li a .textarea .date {
  font-size: 13px;
  color: #898989;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #information .p-informations__list li a .textarea .date {
    font-size: 10px;
  }
}
#information .p-informations__list li a .textarea .title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #information .p-informations__list li a .textarea .title {
    font-size: 16px;
  }
}
#information .p-informations__list li a .arrow {
  color: #b0d137;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 20px;
  margin-right: 150px;
}
@media screen and (max-width: 768px) {
  #information .p-informations__list li a .arrow {
    font-size: 12px;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-end;
  }
}
#information .p-informations__list li a .arrow img {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  #information .p-informations__list li a .arrow img {
    margin-left: 20px;
    width: 30px;
  }
}
#information .p-informations__single .date {
  color: #898989;
  font-size: 13px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #information .p-informations__single .date {
    font-size: 10px;
  }
}
#information .p-informations__single .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #2f2725;
}
@media screen and (max-width: 768px) {
  #information .p-informations__single .title {
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
}
#information .p-informations__single .c-otherlinks {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #information .p-informations__single .c-otherlinks {
    margin-top: 50px;
  }
}
#information .p-informations__single .btn {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #information .p-informations__single .btn {
    margin-top: 50px;
  }
}

#movie-branding .c-workslist {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #movie-branding .c-workslist {
    padding-bottom: 70px;
  }
}
#movie-branding .p-sec02 {
  background-color: #f5f5f4;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #movie-branding .p-sec02 {
    padding: 70px 0;
  }
}
#movie-branding .p-sec02__btnArea {
  margin-top: 114px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #movie-branding .p-sec02__btnArea {
    margin-top: 60px;
  }
}
#movie-branding .p-sec02__btnArea .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #movie-branding .p-sec02__btnArea .title {
    font-size: 22px;
  }
}
#movie-branding .p-sec02__btnArea .c-btnA {
  margin-top: 42px;
}
#movie-branding .p-checkPoint {
  padding: 114px 0 0;
}
@media screen and (max-width: 768px) {
  #movie-branding .p-checkPoint {
    padding-top: 70px;
  }
}
#movie-branding .p-checkPoint__btnArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  #movie-branding .p-checkPoint__btnArea {
    flex-direction: column;
    margin-top: 60px;
  }
}
#movie-branding .p-checkPoint__btnArea a + a {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  #movie-branding .p-checkPoint__btnArea a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}

#photo-advertising .c-workslist {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #photo-advertising .c-workslist {
    padding-bottom: 70px;
  }
}
#photo-advertising .p-sec02 {
  background-color: #f5f5f4;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #photo-advertising .p-sec02 {
    padding: 70px 0;
  }
}
#photo-advertising .p-sec02__btnArea {
  margin-top: 114px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #photo-advertising .p-sec02__btnArea {
    margin-top: 60px;
  }
}
#photo-advertising .p-sec02__btnArea .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #photo-advertising .p-sec02__btnArea .title {
    font-size: 22px;
  }
}
#photo-advertising .p-sec02__btnArea .c-btnA {
  margin-top: 42px;
}
#photo-advertising .p-checkPoint {
  padding: 114px 0 0;
}
@media screen and (max-width: 768px) {
  #photo-advertising .p-checkPoint {
    padding-top: 70px;
  }
}
#photo-advertising .p-checkPoint__btnArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  #photo-advertising .p-checkPoint__btnArea {
    flex-direction: column;
    margin-top: 60px;
  }
}
#photo-advertising .p-checkPoint__btnArea a + a {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  #photo-advertising .p-checkPoint__btnArea a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}

#photo-profile .c-workslist {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #photo-profile .c-workslist {
    padding-bottom: 70px;
  }
}
#photo-profile .p-sec02 {
  background-color: #f5f5f4;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #photo-profile .p-sec02 {
    padding: 70px 0;
  }
}
#photo-profile .p-sec02__btnArea {
  margin-top: 114px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #photo-profile .p-sec02__btnArea {
    margin-top: 60px;
  }
}
#photo-profile .p-sec02__btnArea .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #photo-profile .p-sec02__btnArea .title {
    font-size: 22px;
  }
}
#photo-profile .p-sec02__btnArea .c-btnA {
  margin-top: 42px;
}
#photo-profile .p-checkPoint {
  padding: 114px 0 0;
}
@media screen and (max-width: 768px) {
  #photo-profile .p-checkPoint {
    padding-top: 70px;
  }
}
#photo-profile .p-checkPoint__btnArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  #photo-profile .p-checkPoint__btnArea {
    flex-direction: column;
    margin-top: 60px;
  }
}
#photo-profile .p-checkPoint__btnArea a + a {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  #photo-profile .p-checkPoint__btnArea a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}

#price .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #price .btns {
    display: block;
    margin-top: 20px;
  }
}
#price .btns a + a {
  margin-left: 75px;
}
@media screen and (max-width: 768px) {
  #price .btns a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}
#price .p-sec01 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #price .p-sec01 {
    margin-bottom: 70px;
  }
}
#price .p-sec01 .c-table {
  margin-bottom: 100px;
}
#price .p-sec02 {
  padding: 120px 0;
  background-color: #f5f5f4;
}
@media screen and (max-width: 768px) {
  #price .p-sec02 {
    padding: 70px 0;
  }
}
#price .p-sec03 {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #price .p-sec03 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
#price .p-sec04 {
  margin-bottom: 120px;
  padding: 120px 0;
  background-color: #f5f5f4;
}
@media screen and (max-width: 768px) {
  #price .p-sec04 {
    padding: 70px 0;
    margin-bottom: 70px;
  }
}

#privacy .p-sec01 .intro {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #privacy .p-sec01 .intro {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
#privacy .p-sec01 dl dt {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3076923077;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #privacy .p-sec01 dl dt {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
#privacy .p-sec01 dl dd {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  #privacy .p-sec01 dl dd {
    font-size: 14px;
  }
}
#privacy .p-sec01 dl dd + dt {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #privacy .p-sec01 dl dd + dt {
    margin-top: 30px;
  }
}

#sitemap .p-sec01__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 130px 80px;
}
@media screen and (max-width: 768px) {
  #sitemap .p-sec01__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
#sitemap .p-sec01__item .title {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #2f2725;
}
@media screen and (max-width: 768px) {
  #sitemap .p-sec01__item .title {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
#sitemap .p-sec01__item .title .en {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #sitemap .p-sec01__item .title .en {
    font-size: 22px;
  }
}
#sitemap .p-sec01__item .title .ja {
  font-size: 16px;
  color: #b0d137;
}
#sitemap .p-sec01__item ul li + li {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #sitemap .p-sec01__item ul li + li {
    margin-top: 5px;
  }
}
#sitemap .p-sec01__item ul li a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #sitemap .p-sec01__item ul li a {
    gap: 10px;
    font-size: 14px;
  }
}
#sitemap .p-sec01__item ul li a:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #2f2725;
  flex-shrink: 0;
}

#startup .p-sec01 {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #startup .p-sec01 {
    padding-bottom: 70px;
  }
}
#startup .p-sec02 {
  background-color: #f5f5f4;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #startup .p-sec02 {
    padding: 70px 0;
  }
}
#startup .p-sec02__btnArea {
  margin-top: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #startup .p-sec02__btnArea {
    margin-top: 50px;
  }
}
#startup .p-sec02__btnArea .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #startup .p-sec02__btnArea .title {
    font-size: 22px;
  }
}
#startup .p-sec02__btnArea .c-btnA {
  margin-top: 35px;
}
#startup .p-sec03__btnArea {
  margin-top: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #startup .p-sec03__btnArea {
    margin-top: 40px;
    flex-direction: column;
  }
}
#startup .p-sec03__btnArea a + a {
  margin-left: 75px;
}
@media screen and (max-width: 768px) {
  #startup .p-sec03__btnArea a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}

#top .p-sec01 {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .p-sec01 .c-inner {
    width: 100%;
  }
}
#top .p-sec01__inner {
  position: relative;
}
#top .p-sec01__title {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 10;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #top .p-sec01__title {
    top: 60px;
  }
}
#top .p-sec01__title .ja {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #top .p-sec01__title .ja {
    font-size: 25px;
  }
}
#top .p-sec01__title .en {
  font-size: 22px;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #top .p-sec01__title .en {
    font-size: 23px;
  }
}
#top .p-sec01 .swiper-pagination {
  bottom: 30px;
}
@media screen and (max-width: 768px) {
  #top .p-sec01 .swiper-pagination {
    bottom: 10px;
  }
}
#top .p-sec01 .swiper-pagination-bullet {
  width: 158px;
  height: 6px;
  background-color: #fff;
  opacity: 1;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec01 .swiper-pagination-bullet {
    width: 15vw;
    height: 3px;
  }
}
#top .p-sec01 .swiper-pagination-bullet-active {
  background: #2f2725;
}
#top .p-sec01-info {
  display: flex;
  align-items: center;
  background-color: #f5f5f4;
  padding: 20px 40px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #top .p-sec01-info {
    padding: 10px 20px;
    display: block;
  }
}
#top .p-sec01-info__title {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.12em;
  flex-shrink: 0;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #2f2725;
}
@media screen and (max-width: 768px) {
  #top .p-sec01-info__title {
    font-size: 18px;
    border-right-width: 0;
    border-bottom: 1px solid #2f2725;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
  }
}
#top .p-sec01-info__textarea a {
  display: flex;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.02em;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .p-sec01-info__textarea a {
    font-size: 14px;
  }
}
#top .p-sec01-info__textarea a .date {
  margin-right: 20px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec01-info__textarea a .date {
    margin-right: 10px;
  }
}
#top .p-sec01-info__textarea a .title {
  display: inline;
}
#top .p-sec02 {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec02 {
    padding: 40px 0;
  }
}
#top .p-sec02 .btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .p-sec02 .btn {
    margin-top: 20px;
  }
}
#top .p-sec03 {
  background: #2f2725;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec03 {
    padding: 40px 0;
  }
}
#top .p-sec03-works {
  position: relative;
}
#top .p-sec03-works .c-works__title {
  color: white;
}
#top .p-sec03-works .c-works__meta, #top .p-sec03-works .c-works__desc {
  color: #898989;
}
#top .p-sec03 .swiper-button-prev, #top .p-sec03 .swiper-button-next {
  width: 26px;
  height: auto;
  margin-top: 0;
  top: 103px;
}
@media screen and (max-width: 1500px) {
  #top .p-sec03 .swiper-button-prev, #top .p-sec03 .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #2f2725;
    text-align: center;
  }
}
@media screen and (max-width: 1500px) and (max-width: 768px) {
  #top .p-sec03 .swiper-button-prev, #top .p-sec03 .swiper-button-next {
    top: 76px;
    top: calc((100vw - 40px) * 0.35 - 20px);
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1500px) {
  #top .p-sec03 .swiper-button-prev img, #top .p-sec03 .swiper-button-next img {
    width: 20px;
  }
}
@media screen and (max-width: 1500px) and (max-width: 768px) {
  #top .p-sec03 .swiper-button-prev img, #top .p-sec03 .swiper-button-next img {
    width: 6px;
  }
}
#top .p-sec03 .swiper-button-prev:after, #top .p-sec03 .swiper-button-next:after {
  display: none;
}
#top .p-sec03 .swiper-button-prev img, #top .p-sec03 .swiper-button-next img {
  width: 100%;
}
#top .p-sec03 .swiper-button-prev {
  left: -110px;
}
@media screen and (max-width: 1500px) {
  #top .p-sec03 .swiper-button-prev {
    left: 0;
  }
}
@media screen and (max-width: 1500px) and (max-width: 768px) {
  #top .p-sec03 .swiper-button-prev {
    left: -20px;
  }
}
#top .p-sec03 .swiper-button-next {
  right: -110px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1500px) {
  #top .p-sec03 .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 1500px) and (max-width: 768px) {
  #top .p-sec03 .swiper-button-next {
    right: -20px;
  }
}
#top .p-sec03 .btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .p-sec03 .btn {
    margin-top: 30px;
  }
}
#top .p-sec04 {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec04 {
    padding: 40px 0;
  }
}
#top .p-sec04 .btn {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #top .p-sec04 .btn {
    margin-top: 30px;
  }
}
#top .p-flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  #top .p-flex {
    display: block;
  }
}
#top .p-flex--rev {
  flex-direction: row-reverse;
}
#top .p-flex--rev .p-flex__left {
  margin-right: 0;
  margin-left: 80px;
}
@media screen and (max-width: 1279px) {
  #top .p-flex--rev .p-flex__left {
    margin-left: 0;
  }
}
#top .p-flex__left {
  width: 600px;
  margin-right: 80px;
  flex-shrink: 0;
}
@media screen and (max-width: 1279px) {
  #top .p-flex__left {
    width: auto;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1279px) and (max-width: 768px) {
  #top .p-flex__left {
    margin-bottom: 30px;
  }
}
#top .p-flex__right {
  width: 100%;
}
#top .p-flex__right .btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #top .p-flex__right .btn {
    margin-top: 20px;
  }
}
#top .p-sec05 {
  padding: 80px 0;
  background-color: #f5f5f4;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .p-sec05 {
    padding: 40px 0;
  }
}
#top .p-sec05__inner {
  position: relative;
}
#top .p-sec05__link {
  display: block;
  background-color: #fff;
  padding: 40px 40px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #top .p-sec05__link {
    padding: 20px;
  }
}
#top .p-sec05__link .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 207px;
}
#top .p-sec05__link .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
}
#top .p-sec05__link .title .ja {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top .p-sec05__link .title .ja {
    font-size: 22px;
  }
}
#top .p-sec05__link .title .en {
  font-size: 17px;
  color: #8fc31f;
  letter-spacing: 0.05em;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  #top .p-sec05__link .title .en {
    font-size: 14px;
  }
}
#top .p-sec05__link .desc {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #top .p-sec05__link .desc {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#top .p-sec05__link .arrow {
  text-align: right;
  margin-top: auto;
}
#top .p-sec05__link .arrow img {
  width: 52px;
}
#top .p-sec05__pager {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
#top .p-sec05 .swiper-slide {
  width: 410px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top .p-sec05 .swiper-slide {
    width: 300px;
  }
}
#top .p-sec05 .swiper-button-prev, #top .p-sec05 .swiper-button-next {
  width: 60px;
  height: 60px;
  margin-top: 0;
  position: static;
  background: #2f2725;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top .p-sec05 .swiper-button-prev, #top .p-sec05 .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
#top .p-sec05 .swiper-button-prev:after, #top .p-sec05 .swiper-button-next:after {
  display: none;
}
#top .p-sec05 .swiper-button-prev img, #top .p-sec05 .swiper-button-next img {
  width: 11px;
}
@media screen and (max-width: 768px) {
  #top .p-sec05 .swiper-button-prev img, #top .p-sec05 .swiper-button-next img {
    width: 6px;
  }
}
#top .p-sec05 .swiper-button-prev {
  margin-right: 10px;
}
#top .p-sec05 .swiper-button-next {
  transform: rotate(180deg);
}
#top .p-sec05 .btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .p-sec05 .btn {
    margin-top: 30px;
  }
}
#top .p-sec06 {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .p-sec06 {
    padding: 40px 0;
  }
}
#top .p-sec06 .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.15;
  overflow: hidden;
}
#top .p-sec06 .bg-video__content {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .p-sec07 {
  padding: 80px 0;
  background: url(../../images/top-bg2.jpg) center no-repeat;
  background-size: cover;
  color: white;
}
@media screen and (max-width: 768px) {
  #top .p-sec07 {
    padding: 40px 0;
  }
}
#top .p-sec08 {
  padding: 80px 0 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec08 {
    padding: 40px 0 0;
  }
}
#top .p-sec08 .c-titB {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #top .p-sec08 .c-titB {
    margin-bottom: 40px;
  }
}
#top .p-sec08-topics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px 50px;
}
@media screen and (max-width: 768px) {
  #top .p-sec08-topics {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
#top .p-sec08-topics__link {
  display: flex;
  flex-direction: column;
}
#top .p-sec08-topics__link .image {
  height: 252px;
}
@media screen and (max-width: 768px) {
  #top .p-sec08-topics__link .image {
    height: 120px;
  }
}
#top .p-sec08-topics__link .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3333333333;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec08-topics__link .title {
    margin: 10px 0;
    font-size: 16px;
  }
}
#top .p-sec08-topics__link .desc {
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #top .p-sec08-topics__link .desc {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#top .p-sec08-topics__link .meta {
  display: flex;
  flex-direction: column;
  color: #9fa0a0;
  font-size: 12px;
  line-height: 1.9;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  #top .p-sec08-topics__link .meta {
    font-size: 10px;
  }
}
#top .p-sec08 .btn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .p-sec08 .btn {
    margin-top: 30px;
  }
}

#topics .p-topics .c-otherlinks {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  #topics .p-topics .c-otherlinks {
    margin-top: 50px;
  }
}
#topics .p-topics__flex {
  display: grid;
  grid-template-columns: auto 306px;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  #topics .p-topics__flex {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}
#topics .p-topics .c-titA {
  margin-bottom: 10px;
}
#topics .p-topics__thumb {
  margin-bottom: 60px;
  text-align: center;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  #topics .p-topics__thumb {
    margin-bottom: 30px;
  }
}
#topics .p-topics__meta {
  font-size: 12px;
  line-height: 1.8;
  color: #898989;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #topics .p-topics__meta {
    margin-bottom: 30px;
  }
}
#topics .p-topics__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media screen and (max-width: 768px) {
  #topics .p-topics__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#topics .p-topics__list .c-works__title {
  font-weight: bold;
}
#topics .p-topics__side dl + dl {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #topics .p-topics__side dl + dl {
    margin-top: 50px;
  }
}
#topics .p-topics__side dl dt {
  font-size: 24px;
  letter-spacing: 0.03em;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: bold;
  border-bottom: 1px solid #2f2725;
}
@media screen and (max-width: 768px) {
  #topics .p-topics__side dl dt {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#topics .p-topics__side dl dd .list li a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #topics .p-topics__side dl dd .list li a {
    font-size: 14px;
  }
}
#topics .p-topics__side dl dd .list2 li + li {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #topics .p-topics__side dl dd .list2 li + li {
    margin-top: 10px;
  }
}
#topics .p-topics__side dl dd .list2 li a {
  display: flex;
}
#topics .p-topics__side dl dd .list2__image {
  flex-shrink: 0;
  aspect-ratio: 3/4;
  width: 75px;
  margin-right: 15px;
}
#topics .p-topics__side dl dd .list2__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#topics .p-topics__side dl dd .list2__image img.wpp_def_no_src {
  display: none;
}
#topics .p-topics__side dl dd .list2__textarea .date {
  font-size: 13px;
  letter-spacing: 0.08em;
  color: #898989;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #topics .p-topics__side dl dd .list2__textarea .date {
    font-size: 10px;
  }
}
#topics .p-topics__side dl dd .list2__textarea .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  #topics .p-topics__side dl dd .list2__textarea .title {
    font-size: 14px;
  }
}
#topics .p-topics__author {
  display: flex;
  align-items: flex-start;
  padding: 45px 50px;
  border: 1px solid #b5b5b6;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #topics .p-topics__author {
    padding: 20px;
    margin-top: 50px;
  }
}
#topics .p-topics__author .image {
  width: 100px;
  flex-shrink: 0;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #topics .p-topics__author .image {
    margin-right: 10px;
  }
}
#topics .p-topics__author .textarea .name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #topics .p-topics__author .textarea .name {
    font-size: 18px;
  }
}
#topics .p-topics__author .textarea .position {
  font-size: 16px;
  color: #9fa0a0;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #topics .p-topics__author .textarea .position {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#topics .p-topics__author .textarea .text {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #topics .p-topics__author .textarea .text {
    font-size: 14px;
  }
}
#topics .p-topics__author .textarea .sns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  opacity: 0.7;
}
#topics .p-topics__author .textarea .sns a {
  width: 20px;
}

#web-branding .p-sec01 {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #web-branding .p-sec01 {
    padding-bottom: 70px;
  }
}
#web-branding .p-sec01__btn {
  text-align: center;
}
#web-branding .p-sec02 {
  background-color: #f5f5f4;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #web-branding .p-sec02 {
    padding: 70px 0;
  }
}
#web-branding .p-sec02-merit {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #web-branding .p-sec02-merit {
    margin-top: 60px;
  }
}
#web-branding .p-sec02-merit__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #web-branding .p-sec02-merit__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
#web-branding .p-sec02-merit__list {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-auto-flow: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #web-branding .p-sec02-merit__list {
    display: block;
  }
}
#web-branding .p-sec02-merit__list li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #web-branding .p-sec02-merit__list li {
    align-items: flex-start;
  }
  #web-branding .p-sec02-merit__list li + li {
    margin-top: 10px;
  }
}
#web-branding .p-sec02-merit__list li .icon {
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  #web-branding .p-sec02-merit__list li .icon {
    margin-right: 10px;
    width: 15px;
    margin-top: 3px;
  }
}
#web-branding .p-sec02-merit__list li .text {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #web-branding .p-sec02-merit__list li .text {
    font-size: 14px;
    line-height: 1.5;
  }
}
#web-branding .p-branding {
  padding: 115px 0 0;
}
#web-branding .p-branding .c-titB {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  #web-branding .p-branding .c-titB {
    margin-bottom: 30px;
  }
}
#web-branding .p-branding-contents__fig {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #web-branding .p-branding-contents__fig {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
#web-branding .p-branding-contents__fig .circle {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background-color: #dfd7c6;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #web-branding .p-branding-contents__fig .circle {
    width: 260px;
    height: 260px;
  }
}
#web-branding .p-branding-contents__fig .circle--blue {
  background-color: #93cae4;
}
#web-branding .p-branding-contents__fig .circle .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 2.1666666667;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #web-branding .p-branding-contents__fig .circle .title {
    font-size: 18px;
  }
}
#web-branding .p-branding-contents__fig .circle .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6111111111;
}
@media screen and (max-width: 768px) {
  #web-branding .p-branding-contents__fig .circle .text {
    font-size: 14px;
  }
}
#web-branding .p-branding-contents__fig .circle .enTheme {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6111111111;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #web-branding .p-branding-contents__fig .circle .enTheme {
    font-size: 14px;
  }
}
#web-branding .p-branding-contents__box {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #web-branding .p-branding-contents__box {
    flex-direction: column;
  }
}
#web-branding .p-branding-contents__box .boxItem {
  width: 591px;
}
@media screen and (max-width: 768px) {
  #web-branding .p-branding-contents__box .boxItem {
    width: 100%;
  }
}
#web-branding .p-branding-contents__box .boxItem .theme {
  font-size: 24px;
  font-weight: 500;
  line-height: 2.1666666667;
  letter-spacing: 0.03em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #web-branding .p-branding-contents__box .boxItem .theme {
    font-size: 16px;
  }
}
#web-branding .p-branding-contents__box .boxItem .titleArea {
  display: flex;
  align-items: center;
  background-color: #595757;
  color: #fff;
  padding: 18px 40px;
}
@media screen and (max-width: 768px) {
  #web-branding .p-branding-contents__box .boxItem .titleArea {
    display: block;
    padding: 15px 20px;
  }
}
#web-branding .p-branding-contents__box .boxItem .titleArea + .titleArea {
  margin-top: 10px;
}
#web-branding .p-branding-contents__box .boxItem .titleArea .c-en {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  width: 170px;
}
@media screen and (max-width: 768px) {
  #web-branding .p-branding-contents__box .boxItem .titleArea .c-en {
    font-size: 26px;
    width: 100%;
  }
}
#web-branding .p-branding-contents__box .boxItem .titleArea .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #web-branding .p-branding-contents__box .boxItem .titleArea .text {
    font-size: 14px;
  }
}
#web-branding .p-branding-contents__box .boxItem .titleArea--dgray {
  background-color: #918983;
}
#web-branding .p-branding-contents__box .boxItem .titleArea--dgray .c-en {
  width: 115px;
}
@media screen and (max-width: 768px) {
  #web-branding .p-branding-contents__box .boxItem .titleArea--dgray .c-en {
    width: 100%;
  }
}
#web-branding .p-branding-contents__box .boxItem .list {
  background-color: #f5f5f4;
  padding: 30px 40px;
  margin-top: 10px;
  min-height: 224px;
}
@media screen and (max-width: 768px) {
  #web-branding .p-branding-contents__box .boxItem .list {
    padding: 15px 20px;
    min-height: auto;
  }
}
#web-branding .p-branding-contents__box .boxItem .list li {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #web-branding .p-branding-contents__box .boxItem .list li {
    font-size: 16px;
  }
}
#web-branding .p-branding-contents__box .boxItem .list li + li {
  margin-top: 20px;
}
#web-branding .p-branding-contents__box .boxItem .list li .ja {
  font-weight: bold;
}
#web-branding .p-branding-contents__box .boxItem .list li .en {
  font-weight: normal;
  display: inline-block;
}
#web-branding .p-branding-contents__box .boxItem .list li.gold {
  color: #9c8551;
  font-weight: bold;
  margin-top: 20px;
}
#web-branding .p-branding-contents .cross {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  #web-branding .p-branding-contents .cross {
    margin: 50px 0;
    text-align: center;
  }
}
#web-branding .p-branding-contents .cross img {
  width: 80px;
}
#web-branding .p-branding__btnArea {
  margin-top: 152px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #web-branding .p-branding__btnArea {
    margin-top: 40px;
    flex-direction: column;
  }
}
#web-branding .p-branding__btnArea a + a {
  margin-left: 75px;
}
@media screen and (max-width: 768px) {
  #web-branding .p-branding__btnArea a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}

#web-flow .p-flow-list__item {
  background-color: #f5f5f4;
  display: grid;
  grid-template-columns: 33% 67%;
  min-height: 160px;
}
@media screen and (max-width: 768px) {
  #web-flow .p-flow-list__item {
    display: block;
    padding: 20px;
    min-height: auto;
  }
}
#web-flow .p-flow-list__item--dgray {
  background-color: #918983;
  color: #fff;
}
#web-flow .p-flow-list__item + .p-flow-list__item {
  margin-top: 25px;
}
#web-flow .p-flow-list__item .titleArea {
  padding: 30px 0 30px 50px;
}
@media screen and (max-width: 768px) {
  #web-flow .p-flow-list__item .titleArea {
    padding: 0;
  }
}
#web-flow .p-flow-list__item .titleArea span {
  display: block;
}
#web-flow .p-flow-list__item .titleArea span.en {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  color: #b0d137;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #web-flow .p-flow-list__item .titleArea span.en {
    font-size: 16px;
  }
}
#web-flow .p-flow-list__item .titleArea span.ja {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.7666666667;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #web-flow .p-flow-list__item .titleArea span.ja {
    font-size: 26px;
  }
}
#web-flow .p-flow-list__item .contentsArea {
  padding: 60px 50px 40px 0;
}
@media screen and (max-width: 768px) {
  #web-flow .p-flow-list__item .contentsArea {
    padding: 0;
  }
}
#web-flow .p-flow-list__item .contentsArea .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #web-flow .p-flow-list__item .contentsArea .text {
    font-size: 14px;
    line-height: 1.5;
  }
}
#web-flow .p-flow-list__item .contentsArea .c-btnA {
  margin-top: 20px;
}
#web-flow .p-flow__btnArea {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 145px;
}
@media screen and (max-width: 768px) {
  #web-flow .p-flow__btnArea {
    display: block;
    margin-top: 60px;
  }
}
#web-flow .p-flow__btnArea a + a {
  margin-left: 75px;
}
@media screen and (max-width: 768px) {
  #web-flow .p-flow__btnArea a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}

#web-standard .c-workslist {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #web-standard .c-workslist {
    padding-bottom: 70px;
  }
}
#web-standard .p-sec02 {
  background-color: #f5f5f4;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #web-standard .p-sec02 {
    padding: 70px 0;
  }
}
#web-standard .p-sec02__btnArea {
  margin-top: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #web-standard .p-sec02__btnArea {
    margin-top: 50px;
  }
}
#web-standard .p-sec02__btnArea .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  #web-standard .p-sec02__btnArea .title {
    font-size: 22px;
  }
}
#web-standard .p-sec02__btnArea .c-btnA {
  margin-top: 35px;
}
#web-standard .p-checkPoint {
  padding: 110px 0 0;
}
@media screen and (max-width: 768px) {
  #web-standard .p-checkPoint {
    padding-top: 70px;
  }
}
#web-standard .p-checkPoint__btnArea {
  margin-top: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #web-standard .p-checkPoint__btnArea {
    margin-top: 70px;
    flex-direction: column;
  }
}
#web-standard .p-checkPoint__btnArea a + a {
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  #web-standard .p-checkPoint__btnArea a + a {
    margin-left: 0;
    margin-top: 20px;
  }
}

#web .p-sec01 {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #web .p-sec01 {
    padding-bottom: 70px;
  }
}
#web .p-sec01__btn {
  text-align: center;
}
#web .p-sec02 {
  background-color: #f5f5f4;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  #web .p-sec02 {
    padding: 70px 0;
  }
}
#web .p-sec03 {
  padding: 155px 0;
}
@media screen and (max-width: 768px) {
  #web .p-sec03 {
    padding: 70px 0;
  }
}
#web .p-sec04 {
  background-color: #f5f5f4;
  padding: 110px 0;
}
@media screen and (max-width: 768px) {
  #web .p-sec04 {
    padding: 70px 0;
  }
}
#web .p-sec04__btnArea {
  text-align: center;
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  #web .p-sec04__btnArea {
    margin-top: 50px;
  }
}
#web #faq {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #web #faq {
    margin-top: 70px;
  }
}

#works .p-workssingle .c-titA {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #works .p-workssingle .c-titA {
    margin-bottom: 10px;
  }
}
#works .p-workssingle__meta {
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  color: #898989;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #works .p-workssingle__meta {
    margin-bottom: 30px;
  }
}
#works .p-workssingle__mainimage {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #works .p-workssingle__mainimage {
    margin-bottom: 50px;
  }
}
#works .p-workssingle__mainimage > div + div {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #works .p-workssingle__mainimage > div + div {
    margin-top: 20px;
  }
}
#works .p-workssingle__textarea .c-titD {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #works .p-workssingle__textarea .c-titD {
    margin-top: 40px;
  }
}
#works .p-workssingle__textarea p {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #works .p-workssingle__textarea p {
    font-size: 14px;
  }
}
#works .p-workssingle__textarea p + p {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #works .p-workssingle__textarea p + p {
    margin-top: 10px;
  }
}
#works .p-workssingle .c-otherlinks {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  #works .p-workssingle .c-otherlinks {
    margin-top: 50px;
  }
}/*# sourceMappingURL=style.css.map */