@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
:root {
  --color-body: #000;
  --color-body-light: #525252;
  --color-primary: #5f0000;
  --color-primary-hover: #5f0000;
  --color-bg-body: #f5f5f2;
  --color-bg-main: #ded8c2;
  --color-bg-gray: #f5f5f5;
  --color-border: #000;
}

/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}

*, :after, :before {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  height: 0;
  overflow: visible;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  color: inherit;
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  border-style: none;
  background-color: transparent;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  background-color: var(--color-bg-body);
  color: var(--color-body);
  font-size: 1.8rem;
  line-height: 1.944;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}

label,
input,
textarea,
select,
button {
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.l-header {
  z-index: 10;
  position: sticky;
  top: 0;
  background: #fff;
}
.pg-top .l-header {
  margin-bottom: -80px;
  background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  transition: background 0.3s ease;
}
.pg-top.page-scrolled .l-header {
  background: #fff;
}

.l-container {
  overflow: hidden;
}

.l-contents {
  padding: 80px 0 135px;
}

.l-footer {
  position: relative;
}

.c-button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.c-button-group.--left {
  justify-content: flex-start;
}
.c-button-group.--right {
  justify-content: flex-end;
}
.c-button-group.--horizontal {
  flex-direction: column;
}

.c-button {
  display: inline-flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}

.c-arrow-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  transition: opacity 0.2s ease-out;
}
.c-arrow-link::after {
  display: inline-block;
  flex-shrink: 0;
  width: 6px;
  height: 10px;
  background: url(/takumi/assets/images/common//ico_arrow.svg) no-repeat center center/contain;
  content: "";
}

.c-link {
  color: var(--color-primary);
  transition: opacity 0.2s ease-out;
}

.c-list-dot__item {
  position: relative;
  padding-left: 1em;
}
.c-list-dot__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.c-list-note {
  color: var(--color-body-light);
}
.c-list-note__item {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
}
.c-list-note__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.c-list-note-order {
  counter-reset: order;
}
.c-list-note-order__item {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.5em;
}
.c-list-note-order__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※" counter(order);
  counter-increment: order;
}

.c-brackets-list {
  counter-reset: order;
}
.c-brackets-list__item {
  position: relative;
  padding-left: 1.9em;
}
.c-brackets-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "[" counter(order) "]";
  counter-increment: order;
}

.c-note {
  color: var(--color-body-light);
}

.c-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.c-icon img {
  width: 100%;
  height: 100%;
}

.c-inner {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.c-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: stretch;
}
.c-grid__item.-col1 {
  grid-column: span 1;
}
.c-grid__item.-col2 {
  grid-column: span 2;
}
.c-grid__item.-col3 {
  grid-column: span 3;
}
.c-grid__item.-col4 {
  grid-column: span 4;
}
.c-grid__item.-col5 {
  grid-column: span 5;
}
.c-grid__item.-col6 {
  grid-column: span 6;
}
.c-grid__item.-col7 {
  grid-column: span 7;
}
.c-grid__item.-col8 {
  grid-column: span 8;
}
.c-grid__item.-col9 {
  grid-column: span 9;
}
.c-grid__item.-col10 {
  grid-column: span 10;
}
.c-grid__item.-col11 {
  grid-column: span 11;
}
.c-grid__item.-col12 {
  grid-column: span 12;
}

.p-header {
  display: grid;
  grid-template-columns: auto 1fr;
  height: 80px;
}
.p-header__title {
  display: flex;
  align-items: center;
  padding-right: 25px;
  padding-left: 30px;
  background: #fff;
}
.p-header__logo {
  display: block;
  margin-right: 26px;
  transition: opacity 0.2s ease-out;
}
.p-header__logo img {
  display: block;
  width: 154px;
}
.p-header__sitename {
  display: block;
  font-size: 1.4rem;
  line-height: 1.429;
  text-align: center;
}
.p-header__sitename-sub {
  position: relative;
  margin-top: 2px;
  font-size: 1.3rem;
}
.p-header__sitename-sub::before, .p-header__sitename-sub::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 1.846em;
  height: 1px;
  background: var(--color-body);
  content: "";
}
.p-header__sitename-sub::before {
  left: 0;
}
.p-header__sitename-sub::after {
  right: 0;
}
.p-header__nav {
  padding-right: 30px;
}

.p-menu-open,
.p-menu-close {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.p-menu-open img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-menu-open__default {
  visibility: visible;
  z-index: 1;
  opacity: 1;
}
.pg-top:not(.page-scrolled) .p-menu-open__default {
  visibility: hidden;
  z-index: -1;
  opacity: 0;
}
.p-menu-open__white {
  visibility: hidden;
  z-index: -1;
  opacity: 0;
}
.pg-top:not(.page-scrolled) .p-menu-open__white {
  visibility: visible;
  z-index: 1;
  opacity: 1;
}

.p-menu-close {
  background: var(--color-primary);
}

.p-footer {
  position: relative;
}
.p-footer::before {
  display: block;
  position: absolute;
  right: 90px;
  bottom: 122px;
  width: 180px;
  height: 60px;
  background: url(/takumi/assets/images/common/bg_footer.svg) no-repeat center center/180px 60px;
  content: "";
}
.p-footer__copyright {
  padding: 72px 90px 57px;
  font-size: 1.2rem;
  text-align: right;
}

.p-pagetop {
  z-index: 1;
  position: absolute;
  top: -58px;
  right: 20px;
}
.p-pagetop__button {
  transition: opacity 0.2s ease-out;
}

.p-nav-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.p-nav-group__close {
  display: none;
}

.p-gnav {
  display: flex;
  align-items: center;
}
.p-gnav__item {
  margin-right: 1em;
  margin-left: 1em;
  line-height: 1.3;
}
.p-gnav__link {
  font-weight: 700;
  font-size: 1.5rem;
}

.p-breadcrumb {
  padding: 20px 0;
  font-size: 1.4rem;
  line-height: 1.429;
}
.p-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
}
.p-breadcrumb__item:last-child {
  color: var(--color-body-light);
}
.p-breadcrumb__item:not(:first-child)::before {
  display: inline-block;
  width: 5px;
  height: 10px;
  margin-right: 10px;
  margin-left: 10px;
  background: url(/takumi/assets/images/common/ico_breadcrumb.svg) no-repeat center center/5px 10px;
  content: "";
}

.p-page-header {
  position: relative;
}
body:not(.pg-subpage) .p-page-header {
  padding-top: 30.139%;
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
body.pg-subpage .p-page-header {
  height: 280px;
}
.pg-sozai .p-page-header {
  background-image: url(/takumi/assets/images/common/bg_sozai.jpg);
}
.pg-jigyo .p-page-header {
  background-image: url(/takumi/assets/images/common/bg_jigyo.jpg);
}
.pg-jinzai .p-page-header {
  background-image: url(/takumi/assets/images/common/bg_jinzai.jpg);
}
.p-page-header::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 345px;
  height: 285px;
  background: url(/takumi/assets/images/common/bg_subpage.png) no-repeat center center/345px 285px;
  content: "";
}
.p-page-header--lv2::before {
  display: none;
}
.p-page-header > .c-inner {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
}
.p-page-header__title {
  font-size: 4.2rem;
}
body:not(.pg-subpage) .p-page-header__title {
  color: #fff;
}

.p-button-link {
  position: relative;
  width: 100%;
  padding: 25px 60px 25px 24px;
  border: 1px solid var(--color-border);
  background: var(--color-bg-body);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  color: var(--color-body);
  line-height: 1.556;
}
.p-button-link.--w-auto {
  width: auto;
}
.p-button-link__small {
  font-size: 1.5rem;
}
.p-button-link__thumb {
  margin-right: 20px;
}
.p-button-link__thumb img {
  display: block;
}
.p-button-link__text {
  flex: 1;
}
.p-button-link::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(/takumi/assets/images/common/ico_link.svg) no-repeat center center/21px 6px;
  content: "";
}
.p-button-link[target=_blank]::before {
  background-image: url(/takumi/assets/images/common/ico_blank.svg);
  background-size: 24px 24px;
}
.p-button-link[href$=pdf]::before {
  background-image: url(/takumi/assets/images/common/ico_pdf.svg);
  background-size: 24px 25px;
}

.p-button-list {
  column-gap: 40px;
  row-gap: 30px;
  margin: 40px 0 60px;
}

.p-news-list__item:not(:last-child) {
  margin-bottom: 35px;
}

.p-news-row {
  display: grid;
  grid-template-columns: 113px 1fr;
}
.p-news-row__link {
  position: relative;
  text-decoration: underline;
}
.p-news-row__title {
  font-weight: normal;
  font-size: inherit;
}

.p-lead {
  position: relative;
  margin-bottom: 70px;
  padding-bottom: 85px;
  font-size: 2rem;
  line-height: 1.75;
}
.p-lead::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 3px;
  background: var(--color-primary);
  content: "";
}

.p-section:not(:last-child) {
  margin-bottom: 40px;
}
.p-section.--mb-large {
  margin-bottom: 90px;
}
.p-section p:not([class]), .p-section ul:not([class]), .p-section ol:not([class]) {
  margin-bottom: 1em;
}
.p-section .c-brackets-list {
  margin-bottom: 1em;
}
.p-section__title {
  margin-bottom: 40px;
  padding: 13px 30px;
  background: var(--color-bg-main);
  font-weight: normal;
  font-size: 1.8rem;
}
.p-section__sub-title {
  position: relative;
  margin-top: 60px;
  margin-bottom: 23px;
  padding-left: 45px;
  font-size: 1.8rem;
  line-height: 1.556;
}
.p-section__sub-title::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 30px;
  height: 4px;
  background: var(--color-primary);
  content: "";
}
.p-section__sub-title strong {
  display: inline-block;
  margin: 0 0.25em;
  padding: 0 0.25em;
  background: rgba(95, 0, 0, 0.17);
  color: var(--color-primary);
}

.p-figure-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  padding: 44px;
  border: 1px solid var(--color-border);
}
.p-figure__caption {
  margin-bottom: 15px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
.p-figure__note {
  margin-top: 12px;
  font-size: 1.3rem;
  line-height: 1.538;
}
.p-figure__img img {
  display: block;
  margin: 0 auto;
}

.p-card {
  display: flex;
  flex-direction: column;
  padding: 17px;
  border: 1px solid var(--color-border);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  transition: opacity 0.2s ease-out;
}
.p-card__img {
  order: -1;
}
.p-card__title {
  position: relative;
  padding: 14px 8px;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.444;
}
.p-card.--disabled {
  pointer-events: none;
}
.p-card:not(.--disabled) .p-card__title::before {
  position: absolute;
  top: 50%;
  right: 2px;
  width: 21px;
  height: 6px;
  background: url(/takumi/assets/images/common/ico_link.svg) no-repeat center center/21px 6px;
  content: "";
}

.p-card-list {
  column-gap: 26px;
  row-gap: 26px;
  margin: 60px 0 80px;
}

.u-hidden {
  display: none;
}

.u-mt0 {
  margin-top: 0vw !important;
}

.u-mb0 {
  margin-bottom: 0vw !important;
}

.u-ml0 {
  margin-left: 0vw !important;
}

.u-mr0 {
  margin-right: 0vw !important;
}

.u-mt5 {
  margin-top: 1.3333333333vw !important;
}

.u-mb5 {
  margin-bottom: 1.3333333333vw !important;
}

.u-ml5 {
  margin-left: 1.3333333333vw !important;
}

.u-mr5 {
  margin-right: 1.3333333333vw !important;
}

.u-mt10 {
  margin-top: 2.6666666667vw !important;
}

.u-mb10 {
  margin-bottom: 2.6666666667vw !important;
}

.u-ml10 {
  margin-left: 2.6666666667vw !important;
}

.u-mr10 {
  margin-right: 2.6666666667vw !important;
}

.u-mt15 {
  margin-top: 4vw !important;
}

.u-mb15 {
  margin-bottom: 4vw !important;
}

.u-ml15 {
  margin-left: 4vw !important;
}

.u-mr15 {
  margin-right: 4vw !important;
}

.u-mt20 {
  margin-top: 5.3333333333vw !important;
}

.u-mb20 {
  margin-bottom: 5.3333333333vw !important;
}

.u-ml20 {
  margin-left: 5.3333333333vw !important;
}

.u-mr20 {
  margin-right: 5.3333333333vw !important;
}

.u-mt25 {
  margin-top: 6.6666666667vw !important;
}

.u-mb25 {
  margin-bottom: 6.6666666667vw !important;
}

.u-ml25 {
  margin-left: 6.6666666667vw !important;
}

.u-mr25 {
  margin-right: 6.6666666667vw !important;
}

.u-mt30 {
  margin-top: 8vw !important;
}

.u-mb30 {
  margin-bottom: 8vw !important;
}

.u-ml30 {
  margin-left: 8vw !important;
}

.u-mr30 {
  margin-right: 8vw !important;
}

.u-mt35 {
  margin-top: 9.3333333333vw !important;
}

.u-mb35 {
  margin-bottom: 9.3333333333vw !important;
}

.u-ml35 {
  margin-left: 9.3333333333vw !important;
}

.u-mr35 {
  margin-right: 9.3333333333vw !important;
}

.u-mt40 {
  margin-top: 10.6666666667vw !important;
}

.u-mb40 {
  margin-bottom: 10.6666666667vw !important;
}

.u-ml40 {
  margin-left: 10.6666666667vw !important;
}

.u-mr40 {
  margin-right: 10.6666666667vw !important;
}

.u-mt45 {
  margin-top: 12vw !important;
}

.u-mb45 {
  margin-bottom: 12vw !important;
}

.u-ml45 {
  margin-left: 12vw !important;
}

.u-mr45 {
  margin-right: 12vw !important;
}

.u-mt50 {
  margin-top: 13.3333333333vw !important;
}

.u-mb50 {
  margin-bottom: 13.3333333333vw !important;
}

.u-ml50 {
  margin-left: 13.3333333333vw !important;
}

.u-mr50 {
  margin-right: 13.3333333333vw !important;
}

.u-pt0 {
  padding-top: 0vw !important;
}

.u-pb0 {
  padding-bottom: 0vw !important;
}

.u-pr0 {
  padding-right: 0vw !important;
}

.u-pl0 {
  padding-left: 0vw !important;
}

.u-pt5 {
  padding-top: 1.3333333333vw !important;
}

.u-pb5 {
  padding-bottom: 1.3333333333vw !important;
}

.u-pr5 {
  padding-right: 1.3333333333vw !important;
}

.u-pl5 {
  padding-left: 1.3333333333vw !important;
}

.u-pt10 {
  padding-top: 2.6666666667vw !important;
}

.u-pb10 {
  padding-bottom: 2.6666666667vw !important;
}

.u-pr10 {
  padding-right: 2.6666666667vw !important;
}

.u-pl10 {
  padding-left: 2.6666666667vw !important;
}

.u-pt15 {
  padding-top: 4vw !important;
}

.u-pb15 {
  padding-bottom: 4vw !important;
}

.u-pr15 {
  padding-right: 4vw !important;
}

.u-pl15 {
  padding-left: 4vw !important;
}

.u-pt20 {
  padding-top: 5.3333333333vw !important;
}

.u-pb20 {
  padding-bottom: 5.3333333333vw !important;
}

.u-pr20 {
  padding-right: 5.3333333333vw !important;
}

.u-pl20 {
  padding-left: 5.3333333333vw !important;
}

.u-pt25 {
  padding-top: 6.6666666667vw !important;
}

.u-pb25 {
  padding-bottom: 6.6666666667vw !important;
}

.u-pr25 {
  padding-right: 6.6666666667vw !important;
}

.u-pl25 {
  padding-left: 6.6666666667vw !important;
}

.u-pt30 {
  padding-top: 8vw !important;
}

.u-pb30 {
  padding-bottom: 8vw !important;
}

.u-pr30 {
  padding-right: 8vw !important;
}

.u-pl30 {
  padding-left: 8vw !important;
}

.u-pt35 {
  padding-top: 9.3333333333vw !important;
}

.u-pb35 {
  padding-bottom: 9.3333333333vw !important;
}

.u-pr35 {
  padding-right: 9.3333333333vw !important;
}

.u-pl35 {
  padding-left: 9.3333333333vw !important;
}

.u-pt40 {
  padding-top: 10.6666666667vw !important;
}

.u-pb40 {
  padding-bottom: 10.6666666667vw !important;
}

.u-pr40 {
  padding-right: 10.6666666667vw !important;
}

.u-pl40 {
  padding-left: 10.6666666667vw !important;
}

.u-pt45 {
  padding-top: 12vw !important;
}

.u-pb45 {
  padding-bottom: 12vw !important;
}

.u-pr45 {
  padding-right: 12vw !important;
}

.u-pl45 {
  padding-left: 12vw !important;
}

.u-pt50 {
  padding-top: 13.3333333333vw !important;
}

.u-pb50 {
  padding-bottom: 13.3333333333vw !important;
}

.u-pr50 {
  padding-right: 13.3333333333vw !important;
}

.u-pl50 {
  padding-left: 13.3333333333vw !important;
}

.p-kv {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 740px;
  overflow: hidden;
  background: url(/takumi/assets/images/top/bg_kv.jpg) no-repeat center center/cover;
}
.p-kv::before {
  display: block;
  z-index: 1;
  position: absolute;
  right: -39px;
  bottom: -36px;
  width: 327px;
  height: 82px;
  background: url(/takumi/assets/images/top/bg_kv_bottom.svg) no-repeat center center/327px 82px;
  content: "";
}
.p-kv__title img {
  display: block;
}

.p-top-lead {
  position: relative;
  padding: 150px 0 340px;
  background: url(/takumi/assets/images/top/bg_lead01.jpg) no-repeat center bottom/100% auto;
  background-color: #f2f5f5;
}
.p-top-lead::before, .p-top-lead::after {
  display: block;
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
}
.p-top-lead::before {
  top: 49px;
  left: 30px;
  width: 342px;
  height: 337px;
  background-image: url(/takumi/assets/images/top/bg_lead02.svg);
  background-size: 342px 337px;
}
.p-top-lead::after {
  top: 20px;
  right: 5px;
  width: 266px;
  height: 84px;
  background-image: url(/takumi/assets/images/top/bg_lead03.svg);
  background-size: 266px 84px;
}
.p-top-lead__inner {
  display: grid;
  position: relative;
  grid-template-columns: 270px 730px;
  row-gap: 75px;
}
.p-top-lead__title {
  grid-row: 1/3;
  grid-column: 1/2;
}
.p-top-lead__title img {
  display: block;
}
.p-top-lead__img {
  grid-row: 1/2;
  grid-column: 2/3;
  padding-top: 127px;
}
.p-top-lead__img-caption {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.57em;
  text-align: right;
}
.p-top-lead__text {
  grid-row: 2/3;
  grid-column: 2/3;
  padding-right: 140px;
  font-size: 2rem;
  line-height: 1.75;
}
.p-top-lead__text p:not(:last-child) {
  margin-bottom: 1em;
}

.p-top-category {
  position: relative;
  margin-top: -240px;
}
.p-top-category__inner {
  display: grid;
  grid-template-columns: 730px 270px;
}
.p-top-category__title {
  grid-row: 1/2;
  grid-column: 2/3;
}
.p-top-category__title img {
  display: block;
  margin-left: auto;
}
.p-top-category__link {
  grid-row: 1/2;
  grid-column: 1/2;
  padding-top: 123px;
}

.p-top-panel-list {
  row-gap: 20px;
}

.p-top-panel {
  position: relative;
  width: 100%;
  height: 220px;
  padding: 60px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.55);
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}
.p-top-panel.--sozai {
  background-image: url(/takumi/assets/images/common/bg_sozai.jpg);
}
.p-top-panel.--jinzai {
  background-image: url(/takumi/assets/images/common/bg_jinzai.jpg);
}
.p-top-panel.--jigyo {
  background-image: url(/takumi/assets/images/common/bg_jigyo.jpg);
}
.p-top-panel__text {
  display: inline-block;
  position: relative;
  width: 320px;
  padding-right: 135px;
}
.p-top-panel__text::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  flex-shrink: 0;
  width: 126px;
  height: 12px;
  margin-top: -9.6px;
  background: url(/takumi/assets/images/top/ico_panel_arrow.svg) no-repeat center center;
  background-size: 126px 12px;
  content: "";
}
.p-top-section__title {
  margin-bottom: 30px;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1.438;
}

.p-top-about {
  margin-bottom: 33px;
}
.p-top-about__inner {
  display: grid;
  grid-template-rows: 1fr auto 1fr;
  grid-template-columns: 730px 270px;
  grid-template-areas: "title img" "text img" "button img";
}
.p-top-about__title {
  grid-area: title;
  align-self: end;
}
.p-top-about__img {
  grid-area: img;
}
.p-top-about__img img {
  display: block;
  min-width: 415px;
}
.p-top-about__text {
  grid-area: text;
}
.p-top-about__button {
  grid-area: button;
  margin-top: 40px;
}
.p-top-about__button .c-button {
  padding: 19px 40px 19px 24px;
}

.p-video video {
  max-width: 100%;
  height: auto;
}

.p-top-video {
  padding-bottom: 162px;
}

.p-top-news {
  position: relative;
  padding: 75px 0 120px;
  background: url(/takumi/assets/images/top/bg_news01.png) repeat left center/128px 128px;
}
.p-top-news::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: -38px;
  left: 76px;
  width: 179px;
  height: 66px;
  background: url(/takumi/assets/images/top/bg_news02.svg) no-repeat center center/179px 66px;
  content: "";
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1060px;
  }
  .c-button:hover {
    opacity: 0.7;
  }
  .c-arrow-link:hover {
    opacity: 0.7;
  }
  .c-link:hover {
    opacity: 0.7;
  }
  .p-header__logo:hover {
    opacity: 0.7;
  }
  .p-header__button {
    display: none;
  }
  .p-pagetop__button:hover {
    opacity: 0.7;
  }
  .pg-top .p-gnav__link {
    color: #fff;
    transition: color 0.3s ease;
  }
  .pg-top.page-scrolled .p-gnav__link {
    color: var(--color-body);
  }
  .p-button-list .c-button {
    height: 100%;
  }
  .p-news-row__link:hover {
    text-decoration: none;
  }
  .p-card:hover {
    opacity: 0.7;
  }
  .u-pc-hidden {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.733;
  }
  .l-contents {
    padding: 30px 0 90px;
  }
  .c-grid__item.-col1-sp {
    grid-column: span 1;
  }
  .c-grid__item.-col2-sp {
    grid-column: span 2;
  }
  .c-grid__item.-col3-sp {
    grid-column: span 3;
  }
  .c-grid__item.-col4-sp {
    grid-column: span 4;
  }
  .c-grid__item.-col5-sp {
    grid-column: span 5;
  }
  .c-grid__item.-col6-sp {
    grid-column: span 6;
  }
  .c-grid__item.-col7-sp {
    grid-column: span 7;
  }
  .c-grid__item.-col8-sp {
    grid-column: span 8;
  }
  .c-grid__item.-col9-sp {
    grid-column: span 9;
  }
  .c-grid__item.-col10-sp {
    grid-column: span 10;
  }
  .c-grid__item.-col11-sp {
    grid-column: span 11;
  }
  .c-grid__item.-col12-sp {
    grid-column: span 12;
  }
  .p-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }
  .p-header {
    height: 50px;
  }
  .p-header__title {
    padding-right: 10px;
    padding-left: 10px;
  }
  .p-header__logo {
    margin-right: 6px;
  }
  .p-header__logo img {
    width: 104px;
  }
  .p-header__sitename {
    font-size: 1rem;
  }
  .p-header__sitename-sub {
    transform: scale(0.9);
    font-size: inherit;
  }
  .p-header__nav {
    visibility: hidden;
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .p-header__nav.--active {
    visibility: visible;
    opacity: 1;
  }
  .p-footer::before {
    right: 26px;
    bottom: 92px;
    width: 100.9988px;
    height: 33.6663px;
    background-size: 100.9988px 33.6663px;
  }
  .p-footer__copyright {
    padding: 32px 30px;
    font-size: 1.1rem;
    line-height: 1.909;
    text-align: center;
  }
  .p-pagetop {
    top: -20px;
    right: 8px;
  }
  .p-nav-group {
    display: block;
    width: calc(100% - 120px);
    min-width: 254px;
    margin-left: auto;
    transform: translateX(100%);
    background: var(--color-bg-body);
    transition: all 0.3s ease-out 0.1s;
  }
  .--active .p-nav-group {
    transform: translateX(0);
  }
  .p-nav-group__close {
    display: flex;
    justify-content: flex-end;
  }
  .p-gnav {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .p-gnav__item {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .p-gnav__link {
    display: block;
    position: relative;
    padding: 21px 45px 21px 17px;
    font-size: 1.7rem;
  }
  .p-gnav__link::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 17px;
    width: 21px;
    height: 6px;
    margin-top: -3px;
    background: url(/takumi/assets/images/common/ico_link.svg) no-repeat center center/21px 6px;
    content: "";
  }
  .p-breadcrumb {
    padding: 10px 0;
    font-size: 1.1rem;
    line-height: 1.455;
  }
  .p-breadcrumb__item:not(:first-child)::before {
    width: 4px;
    height: 7px;
    margin-right: 5px;
    margin-left: 5px;
    background-size: 4px 7px;
  }
  body.pg-subpage .p-page-header {
    height: 113px;
  }
  .p-page-header::before {
    width: 148.8994px;
    height: 123.0039px;
    background-size: 148.8994px 123.0039px;
  }
  .p-page-header__title {
    font-size: 1.6rem;
  }
  .p-button-link {
    padding: 18px 38px 18px 17px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
    font-size: 1.7rem;
  }
  .p-button-link__small {
    font-size: 1.3rem;
  }
  .p-button-link__thumb {
    width: 90px;
    height: auto;
    padding: 4px 0;
  }
  .p-button-link::before {
    right: 11px;
  }
  .p-button-list {
    column-gap: 0;
    row-gap: 15px;
    margin: 25px 0 40px;
  }
  .p-news-row {
    grid-template-columns: 1fr;
  }
  .p-lead {
    margin-bottom: 35px;
    font-size: 1.7rem;
    line-height: 1.647;
  }
  .p-lead::before {
    width: 50px;
  }
  .p-subpage-lead {
    font-size: 1.7rem;
    line-height: 1.647;
  }
  .p-section:not(:last-child) {
    margin-bottom: 25px;
  }
  .p-section.--mb-large {
    margin-bottom: 40px;
  }
  .p-section__title {
    margin-bottom: 25px;
    padding: 8px 14px;
    font-size: 1.7rem;
    line-height: 1.471;
  }
  .p-section__sub-title {
    margin-top: 25px;
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 1.7rem;
    line-height: 1.471;
  }
  .p-section__sub-title::before {
    top: 10px;
    width: 20px;
  }
  .p-figure-group {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 20px;
    padding: 20px 0;
    border-right: none;
    border-left: none;
  }
  .p-figure__caption {
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .p-figure__note {
    margin-top: 8px;
    font-size: 1.2rem;
    line-height: 1.417;
  }
  .p-card-list {
    column-gap: 0;
    row-gap: 15px;
    margin: 40px 0;
  }
  .u-sp-hidden {
    display: none;
  }
  .p-kv {
    align-items: flex-start;
    height: 510px;
    padding-top: 85px;
    padding-left: 13%;
    background-position-x: calc(50% + 13.3333333333vw);
    background-position-y: calc(50% + 30px);
  }
  .p-kv::before {
    right: -117px;
    bottom: -26px;
    width: 235.0827px;
    height: 58.9504px;
    background-size: 235.0827px 58.9504px;
  }
  .p-kv__title img {
    width: 214px;
  }
  .p-top-lead {
    padding: 85px 0 153px;
    background-size: auto 650px;
  }
  .p-top-lead::before {
    top: 59px;
    left: -39px;
    width: 185.9706px;
    height: 183.2518px;
    background-size: 185.9706px 183.2518px;
  }
  .p-top-lead::after {
    top: 13px;
    right: -77px;
    width: 187.9859px;
    height: 59.364px;
    background-size: 187.9859px 59.364px;
  }
  .p-top-lead__inner {
    grid-template-columns: auto 1fr;
    row-gap: 25px;
  }
  .p-top-lead__title {
    grid-row: 1/2;
    margin-right: 30px;
    margin-left: 24px;
  }
  .p-top-lead__title img {
    width: 70px;
  }
  .p-top-lead__img {
    margin-right: -30px;
    padding-top: 60px;
  }
  .p-top-lead__img-caption {
    margin-right: 10px;
    font-size: 1rem;
  }
  .p-top-lead__text {
    grid-column: 1/3;
    padding: 0 5px;
    font-size: 1.6rem;
    line-height: 1.688;
  }
  .p-top-category {
    margin-top: -124px;
    margin-bottom: 70px;
  }
  .p-top-category__inner {
    grid-template-columns: 1fr auto;
  }
  .p-top-category__title {
    margin-right: -7px;
    margin-left: 24px;
  }
  .p-top-category__title img {
    width: 98px;
  }
  .p-top-category__link {
    padding-top: 70px;
  }
  .p-top-panel-list {
    row-gap: 10px;
  }
  .p-top-panel {
    height: 120px;
    padding: 20px;
    background-size: cover;
    font-size: 1.6rem;
  }
  .p-top-panel__text {
    width: auto;
    padding-right: 0;
    padding-bottom: 16px;
  }
  .p-top-panel__text::before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 55px;
    height: 6px;
    margin-top: 0;
    background-image: url(/takumi/assets/images/top/ico_panel_arrow_sp.svg);
    background-size: 55px 6px;
  }
  .p-top-section {
    padding-right: 5px;
    padding-left: 5px;
  }
  .p-top-section__title {
    font-size: 2.4rem;
  }
  .p-top-about {
    margin-bottom: 70px;
  }
  .p-top-about__inner {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: 1fr;
    grid-template-areas: "title" "img" "text" "button";
  }
  .p-top-about__title {
    margin-bottom: 0;
  }
  .p-top-about__img img {
    width: 66.557%;
    min-width: 0;
    margin: 0 auto 20px;
  }
  .p-top-about__button .c-button {
    padding: 13px 38px 13px 14px;
  }
  .p-top-video {
    padding-bottom: 95px;
  }
  .p-top-news {
    padding: 45px 5px 85px;
  }
  .p-top-news::before {
    top: -24px;
    left: -39px;
    width: 129.9927px;
    height: 47.9303px;
    background-size: 129.9927px 47.9303px;
  }
}