@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > font
------------------------------
*/
.c_contactbox__group .tel_group__desc, .c_cat, .c_post_work__address, .c_footer_company__contact, .c_footer_company__policy, .c_footer_company__copyright {
  font-size: 0.75rem;
}

.c_contactbox .c_btncontact__link, .c_form__item__ttl .required, .c_telblock__elment02 .tel_open, .c_post_work__cate, .c_btn02, .c_ttl02__en, .c_footer_nav, .c_header_entry__btn {
  font-size: 0.8125rem;
}

.c_form__item__ct__textarea::-moz-placeholder {
  font-size: 0.9375rem;
}

.c_contactbox__desc, .c_form__item__ct__textarea::placeholder, .c_form__item__ct .wpcf7-list-item-label, .c_txt10, .c_btnsubmit__link, body {
  font-size: 0.9375rem;
}

.c_ttl10, .c_ttl10.fz18, .c_post_work__ttl, .c_mv_ttl__jp {
  font-size: 1rem;
}

.c_ttl10.fz22 {
  font-size: 1.125rem;
}

.c_ttl10.fz24, .c_pagination :where(.wp-pagenavi > *:not(.previouspostslink):not(.nextpostslink)), .p_thanks_sec__ttl, .p_404_ttl {
  font-size: 1.125rem;
}

.c_contactbox__ttl, .c_contactbox__group .tel_group__txt {
  font-size: 1.25rem;
}

.c_ttl02__jp {
  font-size: 1.375rem;
}

.c_telblock__elment02 .tel_number {
  font-size: 1.625rem;
}
.c_ttl01 {
  margin-bottom: 40px;
}
.c_ttl01__en {
  font-size: 1.875rem;
}

.c_ttl10.fz78, .c_mv_ttl__en {
  font-size: 3.125rem;
}

/*!
foundation > reset
------------------------------
*/
/*! 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: bolder;
}

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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;
  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 {
  display: table; /* 1 */
  color: inherit; /* 2 */
  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;
}

/*!
foundation > base
------------------------------
*/
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  line-height: 1.75;
  font-weight: 400;
  color: #262626;
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

#wrapper {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding-top: 90px;
}

.full {
  width: 100%;
}

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

:where(a, .h_opacity) {
  cursor: pointer;
  transition: opacity 0.5s ease;
}

:where(a:hover, .h_opacity:hover) {
  opacity: 1;
}

:where(.inview) {
  visibility: hidden;
}

:where(.inview.inview_opacity) {
  opacity: 0;
}

.fadeUp,
.fadeIn {
  animation-duration: 1s;
  animation-timing-function: ease;
}

.fadeUp {
  animation-name: ani_fadeup;
  animation-fill-mode: forwards;
}

.fadeIn {
  animation-name: ani_fadein;
  animation-fill-mode: forwards;
}

@keyframes ani_fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.h_color_green {
  transition: color 0.5s ease;
}

.h_zoom {
  opacity: 1;
}
.h_zoom_img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.h_zoom_img img {
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1;
}

/*!
layout > container
------------------------------
*/
.l_container {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}
.l_container_md {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}
.l_container_md02 {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}
.l_container_extra {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}
.l_container_xl {
  width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}

/*!
component > header
------------------------------
*/
.no_transition #gnav {
  transition: none !important;
}

.c_header {
  background: rgba(255,255,255,0.5);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  padding-inline: 20px;
}
.c_header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
}
.c_header_logo {
  position: relative;
  z-index: 2;
}
.c_header_logo img {
  width: 170px;
}
.c_header_entry {
  gap: 10px;
  display: none;
  position: relative;
  z-index: 2;
  padding-right: 60px;
}
.c_header_entry__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.06em;
  color: #000;
/*  border-radius: 50px;*/
  font-weight: 500;
  position: relative;
}
.c_header_entry__btn::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  inset: 0;
  border: 1px solid currentColor;
}
.c_header_entry__btn.is_green a {
  color: #000;
}
.c_header_entry__btn.is_green::after {
  border-color: #000;
}
.c_header_entry__btn.is_orange {
  background: url(../images/common/icon_mail.svg) center/contain no-repeat #ff7900;
  background-size: 40px 26px;
  position: fixed;
  width: 90px;
  height: 90px;
  top: 0;
  right: 0;
}
a.c_header_entry__btn.is_orange:hover {
  background: url(../images/common/icon_mail_hover.svg) center/contain no-repeat #fff;
  background-size: 40px 26px;
}
.c_header_entry__btn.is_orange::after {
  border-color: #ff7900;
}
.c_header_hamburger {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: 10px;
  z-index: 2;
  width: 50px;
}
.c_header_hamburger > * {
  position: absolute;
  height: 2px;
  width: 60%;
  background-color: currentColor;
  transition: 0.5s;
  transition-property: rotate, translate, opacity;
}
.c_header_hamburger > *:first-child {
  translate: 0 -10px;
}
.c_header_hamburger > *:last-child {
  translate: 0 10px;
}
.c_header_hamburger.is_open > * {
  rotate: 45deg;
  translate: 0 0 !important;
}
.c_header_hamburger.is_open > *:last-child {
  rotate: 135deg;
}
.c_header_hamburger.is_open > *:nth-child(2) {
  opacity: 0;
}
.c_header_nav {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100vh;
  right: 0;
  padding-block: 100px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transition-property: opacity, visibility;
}
.c_header_nav.is_open {
  opacity: 1;
  visibility: visible;
  background: #fff;
}
.c_header_nav__main {
  padding-inline: 40px;
}
.c_header_nav__item:not(:last-child) {
  margin-bottom: 20px;
}
.c_header_nav__item_link {
  font-weight: 500;
  letter-spacing: 0.06em;
}
.c_header_nav__entry {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.c_header_nav__entry_btn {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #fff;
  font-weight: 500;
/*  border-radius: 50px;*/
  color: #fff;
  letter-spacing: 0.02em;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  position: relative;
}
.c_header_nav__entry_btn.is_green {
  background-color: #777;
}
.c_header_nav__entry_btn.is_orange {
  background-color: #ff7900;
}
.c_header_nav__entry_btn::after {
  content: "";
  position: absolute;
  aspect-ratio: 14/23;
  background: url(../images/common/icon_arrow_wh.svg) center/contain no-repeat;
  width: 7px;
  right: 30px;
}
.c_header_nav__tel {
  display: table;
  margin-inline: auto;
  margin-top: 20px;
  color: #777;
}
.c_header_nav__tel_num {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 4px;
}
.c_header_nav__tel_num::before {
  content: "";
  aspect-ratio: 32/35;
  width: 19px;
  background: url(../images/common/icon_phone.svg) center/contain no-repeat;
}
.c_header_nav__tel_note {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  padding-left: 23px;
}

/*!
component > footer
------------------------------
*/
.c_footer_inner {
  flex-wrap: wrap;
  padding-block: 40px;
}
.c_footer_company {
  margin-top: 30px;
}
.c_footer_company__logo {
  display: table;
}
.c_footer_company__logo img {
  mix-blend-mode: multiply;
  width: 200px;
}
.c_footer_company__contact {
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
  margin-top: 20px;
}
.c_footer_company__policy {
  letter-spacing: 0.06em;
  display: table;
  margin-top: 15px;
}
.c_footer_company__copyright {
  letter-spacing: 0.06em;
  margin-top: 10px;
}
.c_footer_nav {
  font-weight: 500;
}
.c_footer_nav__list {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 15px 40px;
}
.c_footer_nav__link {
  letter-spacing: 0.06em;
  align-items: center;
  display: inline-flex;
  gap: 7px;
}
.c_footer_nav__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #ff7900;
  color: #ff7900;
  width: 14px;
  flex-shrink: 0;
  aspect-ratio: 1;
}
.c_footer_nav__arrow::after {
  content: "";
  aspect-ratio: 3/5;
  width: 3px;
  -webkit-mask: url(../images/common/icon_arrow_sm.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow_sm.svg) center/contain no-repeat;
  background-color: currentColor;
}

.c_totop {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid #ff7900;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff7900;
  position: fixed;
  transition: 0.5s;
  z-index: 50;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  bottom: 20px;
  gap: 20px;
  right: 20px;
}
.c_totop.is_show {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.c_totop::after {
  content: "";
  width: 20%;
  height: 100%;
  -webkit-mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  background-color: currentColor;
  transform: rotate(-90deg);
  transition: background-color 0.5s ease;
}

/*!
component > MV
------------------------------
*/
.c_mv {
  padding: 37px 0 30px 0;
  border-bottom: 1px solid #d6d6d6;
}
.c_mv_inner {
  padding-inline: 20px;
  margin-inline: auto;
}
.c_mv_ttl {
  font-weight: 500;
}
.c_mv_ttl__jp {
  letter-spacing: 0.04em;
  color: #828282;
  display: block;
}
.c_mv_ttl__en {
  letter-spacing: 0.08em;
  line-height: 1.18;
  margin-top: 5px;
  display: block;
  line-height: 1;
}
.c_mv_ttl__en img {
  height: 60px;
}

.c_ttl01__jp {
  line-height: 1;
  display: block;
  font-size: 26px;
  font-weight: 500;
}
.c_ttl01__en {
  display: block;
  margin-bottom: 30px;
}
.c_ttl01__en img {
  height: 80px;
}

.c_ttl01__jp.ll {
  color: #ff7900;
  font-size: 32px;
  font-weight: 700;
}
.c_ttl01__en.ll {
  display: block;
  margin-bottom: 30px;
}


/*
.c_ttl01__en {
  color: #00AD5A;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  margin-top: 10px;
}*/
.c_ttl01.is_center {
  text-align: center;
}

.c_ttl02__jp {
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.04em;
  display: block;
}
.c_ttl02__en {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.08em;
  color: #ff7900;
  display: block;
}

.c_btn01 {
  font-weight: 700;
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  opacity: 1;
}
.c_btn01__arrow {
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #ff7900;
  display: flex;
  color: #ff7900;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 30px;
  background-color: #fff;
  transition: 0.5s;
  transition-property: color, background-color;
}
.c_btn01.w .c_btn01__arrow {
  border: 2px solid #fff;
  color: #fff;
  background: none;
}
.c_btn01__arrow::after {
  content: "";
  -webkit-mask: url(../images/common/icon_arrow_md.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow_md.svg) center/contain no-repeat;
  background-color: currentColor;
  aspect-ratio: 8/11;
  width: 7px;
}
.c_btn01__txt {
  position: relative;
  transition: color 0.5s ease;
}
.c_btn01__txt::after {
  content: "";
  height: 2px;
  position: absolute;
  top: 100%;
  background-color: #ff7900;
  left: 0;
  right: 0;
}
.c_btn01.w .c_btn01__txt::after {
  content: "";
  height: 2px;
  position: absolute;
  top: 100%;
  background: #fff;
  left: 0;
  right: 0;
}
.c_btn01.is_reverse {
  flex-direction: row-reverse;
}
.c_btn01.is_reverse .c_btn01__arrow {
  transform: rotate(-180deg);
}
.c_btn01.is_disable {
  pointer-events: none;
}
.c_btn01.is_disable .c_btn01__txt {
  color: #c1c1c1;
}
.c_btn01.is_disable .c_btn01__txt::after {
  background-color: #c1c1c1;
}
.c_btn01.is_disable .c_btn01__arrow {
  background-color: #c1c1c1;
  color: #fff;
  border-color: #c1c1c1;
}

.c_btn02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ff7900;
  border: 2px solid #ff7900;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #ffffff;
/*  border-radius: 30px;*/
  position: relative;
  letter-spacing: 0.02em;
  opacity: 1;
  height: 50px;
  min-width: 200px;
}
.c_btn02::after {
  content: "";
  position: absolute;
  right: 23px;
  width: 8px;
  height: 12px;
  display: block;
  background-color: currentColor;
  -webkit-mask: url(../../assets/images/common/icon_arrow_wh.svg) center/cover no-repeat;
  mask: url(../../assets/images/common/icon_arrow_wh.svg) center/cover no-repeat;
}

.c_btnsubmit {
  width: 100%;
  max-width: 300px;
  height: 60px;
  margin-inline: auto;
  margin-top: 40px;
  opacity: 1;
}
.c_btnsubmit__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #ff7900;
  border: 2px solid #ff7900;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: #ffffff;
  transition: 0.5s all ease-in-out;
/*  border-radius: 30px;*/
  position: relative;
}
.c_btnsubmit__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  width: 8px;
  height: 12px;
  display: block;
  background-color: #ffffff;
  translate: 0 -50%;
  -webkit-mask: url(../../assets/images/common/icon_arrow10.svg) center/cover no-repeat;
  mask: url(../../assets/images/common/icon_arrow10.svg) center/cover no-repeat;
  transition: 0.5s all ease-in-out;
}
.c_btnsubmit__link:hover {
  background-color: #ffffff;
  color: #ff7900;
}
.c_btnsubmit__link:hover::after {
  background-color: #ff7900;
}
.c_btnsubmit__link .wpcf7-spinner {
  position: absolute;
  top: calc(100% + 10px);
}
.c_btnsubmit__text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}

.u_txt_orange {
  color: #ff7900;
}

.u_txt_en {
  font-family: "Poppins", sans-serif;
}

.u_fw_400 {
  font-weight: 400;
}

.u_fw_500 {
  font-weight: 500;
}

.u_fw_600 {
  font-weight: 600;
}

.u_fw_700 {
  font-weight: 700;
}

.u_inline_block {
  display: inline-block;
}

.c_arrow {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #ff7900;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ff7900;
  background-color: #fff;
}
.c_arrow.w {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: none;
}
.c_arrow::after {
  content: "";
  aspect-ratio: 10/16;
  -webkit-mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  background-color: currentColor;
  width: 10px;
}
.c_tbl__ttl, .c_tbl__content {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
  padding-block: 15px;
}
.c_tbl__ttl {
  flex-shrink: 0;
  border-bottom: 1px solid #ff7900;
}
.c_tbl__content {
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
}

.c_cat {
  display: inline-flex;
  justify-content: center;
  align-items: center;
/*  border-radius: 4px;*/
  line-height: 1.75;
  color: #ff7900;
  border: 1px solid #ff7900;
  padding-inline: 10px;
  padding-block: 2px;
}
.c_cat.is_active {
  color: #fff;
  background-color: #ff7900;
  pointer-events: none;
}

.c_post_work {
  position: relative;
  z-index: 0;
  background-color: #f9f5e8;
/*  border-radius: 10px;*/
}
.c_post_work__block {
  display: block;
}
.c_post_work__img {
/*  border-radius: 10px 10px 0 0;*/
}
.c_post_work__img img {
  width: 100%;
  border-radius: inherit;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.c_post_work__address {
  font-weight: 500;
}
.c_post_work__ttl {
  line-height: 1.4444444444;
  font-weight: 500;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c_post_work__cate {
  position: absolute;
  top: 20px;
  display: inline-flex;
  align-items: center;
  background-color: #ff7900;
  font-weight: 500;
  letter-spacing: 0.04em;
  left: 0;
  color: #fff;
/*  border-radius: 0 4px 4px 0;*/
  padding: 3px 15px;
  z-index: 1;
}
.c_post_work__content {
  padding-inline: 20px;
  padding-block: 20px;
}
.c_post_work__date {
  font-family: "Poppins", sans-serif;
  font-size: 0.625rem;
  letter-spacing: 0.04em;
  color: #9b9b9b;
  line-height: 1;
  margin-top: 10px;
}
.c_single_control {
  position: relative;
  z-index: 0;
  margin-top: 40px;
}
.c_single_control__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c_single_control__btn {
  text-align: center;
  margin-top: 30px;
}

.c_pagination {
  margin-top: 50px;
}
.c_pagination :where(.wp-pagenavi > *:not(.previouspostslink):not(.nextpostslink)) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1;
/*  border-radius: 4px;*/
  border: 2px solid #ff7900;
  color: #ff7900;
  height: 40px;
  min-width: 35px;
  padding: 4px;
}
.c_pagination .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.c_pagination .wp-pagenavi .current {
  color: #fff;
  background-color: #ff7900;
}
.c_pagination .wp-pagenavi .previouspostslink,
.c_pagination .wp-pagenavi .nextpostslink {
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #ff7900;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff7900;
  font-size: 0;
  height: 40px;
}
.c_pagination .wp-pagenavi .previouspostslink::after,
.c_pagination .wp-pagenavi .nextpostslink::after {
  content: "";
  aspect-ratio: 101/150;
  width: 9px;
  -webkit-mask: url(../images/common/icon_arrow_md.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow_md.svg) center/contain no-repeat;
  background-color: currentColor;
  transform: translateX(1%);
}
.c_pagination .wp-pagenavi .previouspostslink {
  transform: rotate(-180deg);
}

.p_thanks_sec {
  padding-block: 60px;
}
.p_thanks_sec__ttl {
  font-weight: 700;
}
.p_thanks_sec__txt {
  margin-top: 20px;
}
.p_thanks_sec__btn {
  margin-top: 40px;
  text-align: center;
}

.p_404_main {
  padding-block: 60px;
}
.p_404_ttl {
  font-weight: 700;
}
.p_404_desc {
  margin-top: 20px;
}
.p_404_btn {
  margin-top: 40px;
  text-align: center;
}

html.is_loading .c_loading {
  opacity: 1;
  pointer-events: all;
}

html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.c_loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: #f9f5e8;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c_loading_body {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.c_loading_body__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.c_loading_body__dot::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #ff7900;
  border-radius: 50%;
}
.c_loading_body__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.c_loading_body__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.c_loading_body__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.c_loading_body__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.c_loading_body__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.c_loading_body__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
.l_container__full {
  max-width: 1400px;
  margin-inline: auto;
}

.c_ttl10 {
  font-weight: 500;
  color: #262626;
  letter-spacing: 0;
}
.c_ttl10.en {
  font-family: "Poppins", sans-serif;
}
.c_ttl10.clgray01 {
  color: #828282;
}
.c_ttl10.clgreen01 {
  color: #ff7900;
}
.c_ttl10.clwhite {
  color: #ffffff;
}

.c_txt10 {
  font-weight: 400;
  color: #262626;
  letter-spacing: 0;
  line-height: 2;
}
.c_txt10.w500 {
  font-weight: 500;
}

.c_heading10 {
  padding: 37px 0 30px 25px;
  border-bottom: 1px solid #d6d6d6;
}
.c_heading10__jp {
  letter-spacing: 0.04em;
}
.c_heading10__en {
  letter-spacing: 0.08em;
  line-height: 1.18;
  margin-top: 5px;
}

.c_telblock {
  margin-top: 40px;
/*  border-radius: 5px;*/
  overflow: hidden;
}
.c_telblock__inner {
  background-color: #f9f5e8;
}
.c_telblock__heading {
  background-image: linear-gradient(135deg, #ff7900 10%, #efb86f 80%);
/*  background: linear-gradient(25deg, #00ad5a 0%, #04ae5a 12%, #10b15b 25%, #25b75d 38%, #42bf5f 52%, #67c963 65%, #95d667 79%, #cbe56b 92%, #efef6f 100%);*/
  text-align: center;
}
.c_telblock__heading .ttl {
  letter-spacing: 0.06em;
  padding: 4px 10px;
}
.c_telblock__elment02 {
  color: #ff7900;
  padding: 20px;
}
.c_telblock__elment02 .link {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
}
.c_telblock__elment02 .icon {
  width: 24px;
  margin-top: 2px;
}
.c_telblock__elment02 .tel_number {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
.c_telblock__elment02 .tel_open {
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-top: 6px;
}

.c_form {
  padding-top: 20px;
}
.c_form__item {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 25px;
}
.c_form__item__ttl {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.c_form__item__ttl .ttl {
  line-height: 1.75;
}
.c_form__item__ttl .required {
  width: 38px;
  height: 23px;
  background-color: #fc5c24;
/*  border-radius: 3px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}
.c_form__item__ttl .required.gray {
  background-color: #adadad;
}
.c_form__item__ct {
  width: 100%;
}
.c_form__item__ct__input {
  width: 100%;
  height: 40px;
  border: 1px solid #d6d6d6;
/*  border-radius: 3px;*/
  outline: none;
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #262626;
  padding: 5px 10px;
}
.c_form__item__ct__input::-moz-placeholder {
  font-size: inherit;
  font-weight: 400;
  color: #b5b5b5;
}
.c_form__item__ct__input::placeholder {
  font-size: inherit;
  font-weight: 400;
  color: #b5b5b5;
}
.c_form__item__ct__textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #d6d6d6;
/*  border-radius: 3px;*/
  outline: none;
  background-color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #262626;
  padding: 10px 18px;
  resize: none;
}
.c_form__item__ct__textarea::-moz-placeholder {
  font-weight: 400;
}
.c_form__item__ct__textarea::placeholder {
  font-weight: 400;
}
.c_form__item__ct .wpcf7-list-item {
  margin: 0;
}
.c_form__item__ct .wpcf7-list-item input {
  display: none;
}
.c_form__item__ct .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
  visibility: visible;
}
.c_form__item__ct .wpcf7-list-item-label {
  font-weight: 400;
  padding-left: 20px;
  line-height: 1.75;
  letter-spacing: 0;
  color: #262626;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.c_form__item__ct .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #d6d6d6;
  background-color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.c_form__item__ct .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 4px;
  translate: 0 -50%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all ease-in-out;
}
.c_form__item__ct .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.c_form__item__ct .wpcf7-form-control {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  width: 100%;
}

.c_contactbox {
  width: 100%;
  max-width: 1380px;
  margin-inline: auto;
  padding: 0 20px;
  color: #ffffff;
  position: relative;
  margin-block: 60px;
}
.c_contactbox__inner {
  overflow: hidden;
/*  border-radius: 20px;*/
  background-image: linear-gradient(135deg, #ff7900 10%, #efb86f 80%);
/*  background: linear-gradient(135deg, #00ad5a 0%, #04ae5a 12%, #10b15b 25%, #25b75d 38%, #42bf5f 52%, #67c963 65%, #95d667 79%, #cbe56b 92%, #efef6f 100%);*/
  padding: 30px 20px 0;
}
.c_contactbox__ttl {
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  color: #ffffff;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  margin-inline: auto;
  padding: 0 40px;
  position: relative;
}
.c_contactbox__ttl::before {
  content: "";
  display: block;
  width: 38px;
  height: 75px;
  position: absolute;
  top: 4px;
  left: 1px;
  background: url(../../assets/images/common/icon_dot_left.svg) center/cover no-repeat;
}
.c_contactbox__ttl::after {
  content: "";
  display: block;
  width: 38px;
  height: 75px;
  position: absolute;
  top: 4px;
  right: 1px;
  background: url(../../assets/images/common/icon_dot_right.svg) center/cover no-repeat;
}
.c_contactbox__desc {
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.06em;
  text-align: center;
  margin-top: 28px;
}
.c_contactbox__group {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.c_contactbox__group .tel {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.c_contactbox__group .tel_icon {
  width: 18px;
}
.c_contactbox__group .tel_group__txt {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.c_contactbox__group .tel_group__desc {
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.c_contactbox .c_btncontact {
  width: 250px;
  height: 60px;
  margin-bottom: -5px;
}
.c_contactbox .c_btncontact__link {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #ff7900;
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.02em;
/*  border-radius: 30px;*/
  padding: 5px 34px 6px 12px;
  gap: 10px;
  position: relative;
}
.c_contactbox .c_btncontact__icon {
  width: 38px;
  height: 38px;
  background-color: #ff7900;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s all ease-in-out;
}
.c_contactbox .c_btncontact__icon::after {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 17.78px;
  height: 13.21px;
  -webkit-mask: url(../../assets/images/common/icon_letter02.svg) center/cover no-repeat;
  mask: url(../../assets/images/common/icon_letter02.svg) center/cover no-repeat;
  transition: 0.5s all ease-in-out;
}
.c_contactbox .c_btncontact__icon img {
  width: 17.78px;
}
.c_contactbox .c_btncontact__arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 23px;
  width: 8px;
  height: 12px;
  display: block;
  background-color: #ff7900;
  translate: 0 -50%;
  -webkit-mask: url(../../assets/images/common/icon_arrow10.svg) center/cover no-repeat;
  mask: url(../../assets/images/common/icon_arrow10.svg) center/cover no-repeat;
  transition: 0.5s all ease-in-out;
}
.c_contactbox__img01 {
  margin: 20px -20px 0;
}

.for_partners {
  position: relative;
  background: #fff4ea;
  padding: 80px 0;
}
.for_partners p.c_ttl01__en {
  position: absolute;
  text-align: center;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}
.c_partners {
  margin-inline: auto;
/*  border-radius: 20px;*/
  background-image: linear-gradient(135deg, #ff7900 40%, #efb86f 86%);
  color: #fff;
/*  margin-block: 60px 40px;*/
  position: relative;
  background-size: 150% 100%;
  background-position: 50% 50%;
  z-index: 0;
  width: calc(100% - 40px);
  padding-inline: 20px;
  padding-block: 30px 0;
  display: block;
}
.c_partners::after {
  content: "";
  inset: 0;
  border-radius: inherit;
  position: absolute;
  opacity: 0;
  z-index: -2;
  transition: opacity 0.5s ease;
  background-image: linear-gradient(135deg, #ff7900 10%, #efb86f 80%);
}
.c_partners .c_ttl01 {
  padding-right: 70px;
  position: relative;
}
.c_partners .c_ttl01__jp {
  color: inherit;
  letter-spacing: 0.04em;
}
.c_partners .c_ttl01__en {
  color: inherit;
}
.c_partners .c_arrow {
  width: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.c_partners .c_arrow::after {
  aspect-ratio: 14/23;
  width: 10px;
}
.c_partners__inner {
  margin-inline: auto;
  display: flex;
}
.c_partners__desc {
  letter-spacing: 0.06em;
  margin-top: 20px;
}
.c_partners__img {
  height: 100%;
  margin-top: -5%;
  text-align: center;
}
.c_partners__img img {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 767px){
  .pc {
    display: none !important;
  }
  .c_ttl01__en img {
    height: 40px;
  }
  .c_mv_ttl__en img {
    height: 40px;
  }
  .c_ttl01__jp.ll {
    font-size: 26px;
  }
  #wrapper {
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px){
  .c_contactbox__group .tel_group__desc, .c_cat, .c_post_work__address, .c_footer_company__contact, .c_footer_company__policy, .c_footer_company__copyright {
    font-size: 0.75rem;
  }
  .c_contactbox .c_btncontact__link, .c_form__item__ttl .required, .c_telblock__elment02 .tel_open, .c_post_work__cate, .c_btn02, .c_ttl02__en, .c_footer_nav, .c_header_entry__btn {
    font-size: 0.875rem;
  }
  .c_form__item__ct__textarea::-moz-placeholder {
    font-size: 1rem;
  }
  .c_contactbox__desc, .c_form__item__ct__textarea::placeholder, .c_form__item__ct .wpcf7-list-item-label, .c_txt10, .c_btnsubmit__link, body {
    font-size: 1rem;
  }
  .c_ttl10, .c_ttl10.fz18, .c_post_work__ttl, .c_mv_ttl__jp {
    font-size: 1.125rem;
  }
  .c_ttl10.fz22 {
    font-size: 1.375rem;
  }
  .c_ttl10.fz24, .c_pagination :where(.wp-pagenavi > *:not(.previouspostslink):not(.nextpostslink)), .p_thanks_sec__ttl, .p_404_ttl {
    font-size: 1.5rem;
  }
  .c_contactbox__ttl, .c_contactbox__group .tel_group__txt {
    font-size: 1.75rem;
  }
  .c_ttl02__jp {
    font-size: 2rem;
  }
  .c_telblock__elment02 .tel_number {
    font-size: 2.75rem;
  }
  .c_ttl01__en {
/*    font-size: 3.25rem;*/
  }
  .c_ttl10.fz78, .c_mv_ttl__en {
    font-size: 4.875rem;
  }
  #wrapper {
/*    padding-top: 90px;*/
  }
  :where(a:hover, .h_opacity:hover) {
    opacity: 0.8;
  }
  .sp {
    display: none !important;
  }
  .l_container {
    max-width: 1080px;
    padding-inline: 40px;
  }
  .l_container_md {
    max-width: 1200px;
    padding-inline: 40px;
  }
  .l_container_md02 {
    max-width: 1160px;
    padding-inline: 40px;
  }
  .l_container_extra {
    max-width: 1260px;
    padding-inline: 40px;
  }
  .l_container_xl {
    max-width: 1280px;
    padding-inline: 40px;
  }
  .c_header {
    padding-inline: clamp(1.25rem, 17.0454545455vw + -9.6590909091rem, 3.125rem);
  }
  .c_header_inner {
    min-height: 90px;
  }
  .c_header_logo img {
    width: 220px;
  }
  .c_header_entry {
    display: flex;
    margin-left: auto;
  }
  .c_header_entry__btn {
    height: 50px;
    padding-inline: clamp(1.25rem, 2.8409090909vw + -0.5681818182rem, 1.5625rem);
  }
  .c_header_entry__btn.is_green {
    padding-inline: clamp(1.25rem, 4.5454545455vw + -1.6590909091rem, 1.75rem);
  }
  .c_header_hamburger {
    width: 70px;
  }
  .c_header_hamburger > *:first-child {
    translate: 0 -12px;
  }
  .c_header_hamburger > *:last-child {
    translate: 0 12px;
  }
  .c_header_nav {
    padding-block: 110px 60px;
    max-width: 375px;
    transition-property: transform;
    visibility: visible !important;
    opacity: 1 !important;
    left: 100%;
  }
  .c_header_nav.is_open {
    transform: translateX(-100%);
  }
  .c_footer_inner {
    justify-content: space-between;
    flex-direction: row-reverse;
    display: flex;
    gap: 40px;
    flex-wrap: nowrap;
    padding-block: 61px 44px;
  }
  .c_footer_company {
    margin-top: 0;
  }
  .c_footer_company__logo img {
    width: 201px;
  }
  .c_footer_company__contact {
    margin-top: 27px;
  }
  .c_footer_company__policy {
    margin-top: 19px;
  }
  .c_footer_company__copyright {
    margin-top: 15px;
  }
  .c_footer_nav {
    position: relative;
    top: -3px;
  }
  .c_footer_nav__list {
    gap: 19px 60px;
  }
  .c_totop {
    bottom: 40px;
    padding-bottom: 5px;
    width: 70px;
    height: 70px;
    right: 40px;
  }
  .c_mv {
    padding: 76px 0 112px;
  }
  .c_mv_inner {
    max-width: 1229px;
    padding-inline: 40px;
  }
  .c_mv_ttl__jp {
    padding-left: 4px;
  }
  .c_mv_ttl__en {
    margin-top: 1px;
  }
  .c_ttl01__en {
/*    margin-top: 12px;*/
  }
  .c_ttl02__jp {
    margin-top: 2px;
  }
  .c_btn01 {
    gap: 18px;
  }
  .c_btn01__arrow {
    top: 1px;
    border-width: 2px;
    width: 40px;
    padding-left: 4px;
  }
  .c_btn01__arrow::after {
    width: 9px;
  }
  .c_btn01__txt::after {
    left: 1px;
    right: 2px;
    top: calc(100% + 4px);
  }
  .c_btn02 {
    min-width: 250px;
    height: 60px;
  }
  .c_btnsubmit {
    max-width: 250px;
    height: 60px;
    margin-top: 80px;
  }
  .c_arrow {
    width: 60px;
  }
  .c_arrow::after {
    transform: translateX(3px);
  }
  .c_tbl__row {
    display: flex;
    gap: 20px;
  }
  .c_tbl__ttl, .c_tbl__content {
    padding-block: 25px 26px;
  }
  .c_tbl__ttl {
    width: 160px;
  }
  .c_cat {
    min-height: 30px;
    padding-inline: 13px;
  }
  .c_post_work__ttl {
    margin-top: 4px;
  }
  .c_post_work__cate {
    min-height: 30px;
    padding-inline: 16px;
  }
  .c_post_work__content {
    padding-block: 18px 25px;
  }
  .c_single_control {
    margin-top: 93px;
  }
  .c_single_control__row {
    position: absolute;
    inset: 0;
  }
  .c_single_control__btn {
    margin-top: 0;
  }
  .c_pagination {
    margin-top: 80px;
  }
  .c_pagination :where(.wp-pagenavi > *:not(.previouspostslink):not(.nextpostslink)) {
    height: 50px;
    width: 44px;
    width: 44px;
  }
  .c_pagination .wp-pagenavi {
    gap: 14px;
  }
  .c_pagination .wp-pagenavi .previouspostslink,
  .c_pagination .wp-pagenavi .nextpostslink {
    height: 50px;
  }
  .p_thanks_sec {
    text-align: center;
    padding-block: 90px 100px;
  }
  .p_thanks_sec__txt {
    margin-top: 40px;
  }
  .p_thanks_sec__btn {
    margin-top: 60px;
  }
  .p_404_main {
    text-align: center;
    padding-block: 90px 100px;
  }
  .p_404_desc {
    margin-top: 40px;
  }
  .p_404_btn {
    margin-top: 60px;
  }
  .c_heading10 {
    padding: 76px 40px 118px clamp(2.5rem, 42vw + -29rem, 7.75rem);
  }
  .c_heading10__jp {
    padding-left: 4px;
  }
  .c_heading10__en {
    margin-top: 7px;
  }
  .c_telblock {
    margin-top: 69px;
/*    border-radius: 10px;*/
  }
  .c_telblock__heading .ttl {
    padding: 4px 10px 8px;
  }
  .c_telblock__elment02 {
    padding: 31px 20px 35px;
  }
  .c_telblock__elment02 .icon {
    width: 31px;
    margin-top: 4px;
  }
  .c_form {
    padding-top: 44px;
  }
  .c_form__item {
    flex-direction: row;
    gap: clamp(1.875rem, 3.7974683544vw + 0.0522151899rem, 3.375rem);
    margin-top: 30px;
    align-items: center;
  }
  .c_form__item.fl_start {
    align-items: flex-start;
  }
  .c_form__item.fl_start .c_form__item__ttl {
    margin-top: 6px;
  }
  .c_form__item__ttl {
    justify-content: space-between;
    flex-shrink: 0;
    width: 27.6%;
    min-width: 200px;
    gap: 0;
  }
  .c_form__item__ttl .required {
    width: 46px;
    height: 28px;
  }
  .c_form__item__ct__input {
    padding: 10px 18px;
  }
  .c_form__item__ct__textarea {
    height: 250px;
  }
  .c_form__item__ct .wpcf7-list-item-label {
    padding-left: 25px;
  }
  .c_form__item__ct .wpcf7-list-item-label::before {
    width: 18px;
    height: 18px;
  }
  .c_form__item__ct .wpcf7-list-item-label::after {
    width: 10px;
    height: 10px;
  }
  .c_form__item__ct .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -25px;
    left: 0;
    display: block;
    width: 100%;
  }
  .c_contactbox {
    padding: 0 40px;
    margin-block: 100px;
  }
  .c_contactbox__inner {
    padding-top: 61px;
    padding-bottom: clamp(71px, (1160px - 100vw) * 1000, 370px);
    padding-left: 0;
    padding-right: 0;
  }
  .c_contactbox__ttl {
    padding: 0 60px;
  }
  .c_contactbox__group {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
    margin-top: 44px;
  }
  .c_contactbox__group .tel {
    pointer-events: none;
  }
  .c_contactbox__img01 {
    position: absolute;
    width: 257px;
    top: clamp(43px, (1160px - 100vw) * 1000, 345px);
    left: clamp(clamp(3.125rem, 35.8333333333vw + -22.8541666667rem, 8.5rem), (1160px - 100vw) * 1000, clamp(9.375rem, 25.5754475703vw + -2.9012148338rem, 15.625rem));
    margin: 0;
  }
  .c_contactbox__img02 {
    position: absolute;
    width: 218px;
    top: clamp(49px, (1160px - 100vw) * 1000, 350px);
    right: clamp(clamp(3.125rem, 45.8333333333vw + -30.1041666667rem, 10rem), (1160px - 100vw) * 1000, clamp(9.6875rem, 40.9207161125vw + -9.954443734rem, 19.6875rem));
  }
  .c_partners {
    width: calc(100% - 80px);
    max-width: 1300px;
/*    margin-top: 100px;*/
    padding-inline: 40px;
    padding-block: 60px 70px;
  }
  .c_partners .c_ttl01 {
    padding-right: 0;
  }
  .c_partners .c_ttl01__jp {
    padding-left: 2px;
  }
  .c_partners .c_arrow {
    position: relative;
    top: 6px;
    width: 90px;
    right: 3px;
    bottom: auto;
  }
  .c_partners .c_arrow::after {
    width: 14px;
    transform: translateX(4px);
  }
  .c_partners__inner {
    justify-content: space-between;
    align-items: center;
    max-width: 1126px;
  }
  .c_partners__desc {
    max-width: 435px;
    margin-top: 36px;
    padding-left: 3px;
  }
  .c_partners__img {
    margin-top: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    right: 18.6%;
  }
  .c_partners__img img {
    max-width: unset;
    width: auto;
    height: 100%;
    aspect-ratio: 470/300;
  }
}
@media screen and (max-width: 1024px) {
  .c_header_entry {
    display: none;
  }
}
@media screen and (min-width: 1024px){
  .c_header_entry {
    margin: 0;
  }
  .c_header_hamburger {
    display: none;
  }
  .c_header_nav {
    position: static;
    width: auto;
    padding: 0;
    max-width: unset;
    height: auto;
    margin-left: auto;
    margin-right: clamp(1.25rem, 9.0909090909vw + -4.5681818182rem, 2.25rem);
    transform: none !important;
  }
  .c_header_nav__main {
    padding: 0;
  }
  .c_header_nav__list {
    display: flex;
    justify-content: space-between;
    gap: clamp(1.125rem, 9.0909090909vw + -4.6931818182rem, 2.125rem);
  }
  .c_header_nav__item:not(:last-child) {
    margin-bottom: 0;
  }
  .c_header_nav__entry {
    display: none;
  }
  .c_header_nav__tel {
    display: none;
  }
}
@media (any-hover: hover) and (pointer: fine){
  .h_zoom:hover .h_zoom_img img {
    transform: scale(1.1);
  }
  .h_zoom:hover .h_color_green {
    color: #ff7900;
  }
  .c_header_entry__btn {
    transition: 0.5s;
    opacity: 1;
    transition-property: color, background-color;
  }
  .c_header_entry__btn:hover {
    background-color: #fff;
  }
  .c_header_entry__btn.is_green:hover {
    color: #ff7900;
  }
  .c_header_entry__btn.is_orange:hover {
    color: #ff7900;
  }
  .c_header_nav__item_link {
    transition: color 0.5s ease;
    opacity: 1;
  }
  .c_header_nav__item_link:hover {
    color: #898989;
  }
  .c_footer_nav__link {
    transition: color 0.5s ease;
    opacity: 1;
  }
  .c_footer_nav__link:hover {
    color: #898989;
  }
  .c_footer_nav__link:hover .c_footer_nav__arrow {
    color: #fff;
    background-color: #ff7900;
  }
  .c_footer_nav__arrow {
    transition: 0.5s ease;
    transition-property: color, background-color;
  }
  .c_totop {
    transition: 0.5s;
    transition-property: opacity, visibility, background-color, color;
  }
  .c_totop:hover {
    background-color: #ff7900;
    opacity: 1;
    color: #fff;
  }
  .c_btn01:hover .c_btn01__txt {
    color: #898989;
  }
  .c_btn01.w:hover .c_btn01__txt {
    color: #fff;
  }
  .c_btn01:hover .c_btn01__arrow {
    background-color: #ff7900;
    color: #fff;
  }
  .c_btn02 {
    transition: 0.5s;
    transition-property: color, background-color;
  }
  .c_btn02:hover {
    background-color: #fff;
    color: #ff7900;
  }
  .c_arrow {
    transition: 0.5s;
    transition-property: color, background-color;
  }
  .c_arrow:hover {
    background-color: #ff7900;
    color: #fff;
  }
  a.c_cat {
    transition: 0.5s;
    opacity: 1;
    transition-property: background-color, color;
  }
  a.c_cat:hover {
    background-color: #ff7900;
    color: #fff;
  }
  .c_pagination .wp-pagenavi a {
    opacity: 1;
    transition: 0.5s ease;
    transition-property: background-color, color;
  }
  .c_pagination .wp-pagenavi a:hover {
    color: #fff;
    background-color: #ff7900;
  }
  .c_contactbox .c_btncontact__link {
    opacity: 1;
    transition: all 0.5s ease;
  }
  .c_contactbox .c_btncontact__link:hover {
    color: #ffffff;
    background-color: #ff7900;
  }
  .c_contactbox .c_btncontact__link:hover .c_btncontact__icon {
    background-color: #ffffff;
  }
  .c_contactbox .c_btncontact__link:hover .c_btncontact__icon::after {
    background-color: #ff7900;
  }
  .c_contactbox .c_btncontact__link:hover .c_btncontact__arrow {
    background-color: #ffffff;
  }
  .c_partners {
    opacity: 1;
    transition: background-position 0.5s ease;
  }
  .c_partners:hover::after {
    opacity: 1;
  }
  .c_partners:hover .c_arrow {
    background-color: #ff7900;
    color: #fff;
  }
}
.recaptcha {
  padding-top: 4.0rem;
  font-size: 0.75rem;
}
.grecaptcha-badge { visibility: hidden; }
/*# sourceMappingURL=maps/common.css.map */
