@charset "UTF-8";
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*! destyle.css v4.0.0 | 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;
  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 dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*//////////////////////////////////////////////////
	ベース設定
//////////////////////////////////////////////////*/
/*--------------------------------------------------
	タグベース
--------------------------------------------------*/
html {
  min-height: 100vh;
  min-height: 100dvh;
  font-size: min(20px, 2.66vw);
  background: #030303;
}

body {
  box-sizing: border-box;
  line-height: 2;
  letter-spacing: 0em;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  font-family: "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-weight: 400;
  word-wrap: break-word;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.1em;
}
body.open {
  overflow: hidden;
}

.en {
  font-family: "TrajanPro-Regular", serif;
}

.en-b {
  font-family: "TrajanPro-Bold", serif;
}

p {
  font-size: 100%;
}

address {
  font-style: normal;
}

a, button {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

figure {
  display: block;
  overflow: hidden;
}

img {
  width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

[data-kome] {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: flex-end;
  line-height: 1;
}
[data-kome]:after {
  content: attr(data-kome);
  font-size: 0.64em;
  line-height: 1;
  white-space: nowrap;
}

.red {
  font-weight: 500;
  color: #fc2d2d;
}

.hidden {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  html {
    font-size: min(10px, 0.5952vw);
  }
}
@media screen and (min-width: 961px) {
  body {
    font-size: 1.6rem;
  }
  a:hover {
    opacity: 0.8;
  }
  /* telリンクの無効化 */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*--------------------------------------------------
	汎用クラス
--------------------------------------------------*/
#contents {
  overflow: hidden;
}

.img_load {
  filter: blur(15px);
  opacity: 0;
  transform: scale(1.1);
}
.img_load.is_show {
  filter: blur(0);
  opacity: 1;
  transition-delay: 0s, 0.3s, 0.3s;
  transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  transition-duration: 1.2s;
  transition-property: opacity, filter, transform;
  transform: scale(1);
}

/* 文字寄せ */
.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

/* デバイス別の表示切り替え */
.sp {
  display: revert;
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (min-width: 769px) {
  .tab {
    display: revert;
  }
}
@media screen and (min-width: 961px) {
  .tab {
    display: none;
  }
}
@media screen and (min-width: 1366px) {
  .tab {
    display: none;
  }
}

.sp_tab {
  display: revert;
}
@media screen and (min-width: 769px) {
  .sp_tab {
    display: revert;
  }
}
@media screen and (min-width: 961px) {
  .sp_tab {
    display: none;
  }
}
@media screen and (min-width: 1366px) {
  .sp_tab {
    display: none;
  }
}

.pc_tab {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc_tab {
    display: revert;
  }
}
@media screen and (min-width: 961px) {
  .pc_tab {
    display: revert;
  }
}
@media screen and (min-width: 1366px) {
  .pc_tab {
    display: revert;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .pc {
    display: revert;
  }
}
@media screen and (min-width: 1366px) {
  .pc {
    display: revert;
  }
}

/* 最大幅の設定 */
.p-outer {
  margin-bottom: 3rem;
}

.c-inner {
  margin: auto;
  width: 90%;
  box-sizing: border-box;
}

.c-s_inner {
  margin: auto;
  width: 88%;
  box-sizing: border-box;
}

.c-l_inner {
  max-width: 1366px;
  margin: 0 auto;
}

/* no_data */
.no_data_txt {
  font-size: 1.4rem;
  text-align: center;
}

/* テキストの反転設定 */
/*
::selection {
	color: #4FB38F;
    background: #DCF0E9;
}
*/
/* 注釈 */
.caption {
  font-size: 1rem;
}

.attent {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.bgc-black {
  background: #000;
}

@media screen and (min-width: 961px) {
  .p-outer {
    margin-bottom: 14rem;
  }
  .c-inner {
    padding: 0;
    max-width: 1300px;
  }
  .c-s_inner {
    max-width: 112rem;
  }
  .no_data_txt {
    font-size: 1.6rem;
  }
}
/*--------------------------------------------------
	セクションタイトル
--------------------------------------------------*/
.sec__ttl {
  position: relative;
  margin-bottom: 2.8rem;
  padding-bottom: 1.2rem;
  text-align: center;
}
.sec__ttl:before, .sec__ttl:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 2px;
}
.sec__ttl:before {
  top: 100%;
  left: 50%;
  background: #4FB38F;
  transform: translateX(-100%);
}
.sec__ttl:after {
  top: 100%;
  right: 50%;
  background: #015A49;
  transform: translateX(100%);
}
.sec__ttl .sec__ttl-icon {
  width: 3rem;
  margin: 0 auto 1.5rem;
}
.sec__ttl .sec__ttl-txt {
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.sec__ttl .sec__ttl-copy {
  color: #8B8B8B;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 961px) {
  .sec__ttl {
    margin-bottom: 4rem;
    padding-bottom: 2.4rem;
  }
  .sec__ttl:before, .sec__ttl:after {
    width: 20px;
  }
  .sec__ttl .sec__ttl-icon {
    width: 3.6rem;
    margin-bottom: 1.5rem;
  }
  .sec__ttl .sec__ttl-txt {
    margin-bottom: 0.5rem;
    font-size: 3.5rem;
  }
  .sec__ttl .sec__ttl-copy {
    font-size: 1.5rem;
  }
}
/*--------------------------------------------------
	画像注釈
--------------------------------------------------*/
.img_note_wrap {
  display: block;
  position: relative;
}
.img_note_wrap .img_note {
  position: absolute;
  bottom: 0;
  right: 0.4rem;
  font-size: 0.8rem;
  filter: drop-shadow(0 0 0.2em rgb(255, 255, 255));
}

@media screen and (min-width: 961px) {
  .img_note_wrap .img_note {
    font-size: 1rem;
  }
}
/*//////////////////////////////////////////////////
	header設定
//////////////////////////////////////////////////*/
.g-header {
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: #030303;
}
.g-header .g-header-inner {
  margin: 0 auto;
  padding: max(10px, 0.5rem) 5%;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.g-header .g-header-logo {
  flex: 0 0 10.2rem;
  width: 10.2rem;
}
.g-header .g-header-links {
  display: grid;
  grid-template-columns: repeat(3, 5.2rem);
  gap: 0.5rem;
}
.g-header .g-header-links .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.6rem;
  letter-spacing: 0;
  font-size: 0.7rem;
  color: #fff;
  background: linear-gradient(to right, #b99615 0%, #533907 100%);
}
.g-header .g-header-menu {
  color: #fff;
  line-height: 1;
}
.g-header .g-header-menu .menu_tgl {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: center;
  row-gap: 0.3rem;
}
.g-header .g-header-menu .menu_tgl .icon {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  row-gap: 0.2rem;
  justify-content: space-between;
  align-content: space-around;
  width: max(12px, 1rem);
  height: max(12px, 1rem);
  margin: 0 auto;
}
.g-header .g-header-menu .menu_tgl .icon span {
  position: absolute;
  flex: 0 0 100%;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
.g-header .g-header-menu .menu_tgl .icon span:nth-child(1) {
  top: 0;
  left: 0;
}
.g-header .g-header-menu .menu_tgl .icon span:nth-child(2) {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.g-header .g-header-menu .menu_tgl .icon span:nth-child(3) {
  bottom: 0;
  left: 0;
}
.g-header .g-header-menu .menu_tgl small {
  letter-spacing: 0.1em;
  font-size: 0.5rem;
  text-align: center;
}
.g-header .g-header-menu .menu_tgl.active .icon span {
  transform-origin: top left;
}
.g-header .g-header-menu .menu_tgl.active .icon span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translate(-50%, -50%);
}
.g-header .g-header-menu .menu_tgl.active .icon span:nth-child(2) {
  opacity: 0;
}
.g-header .g-header-menu .menu_tgl.active .icon span:nth-child(3) {
  bottom: 50%;
  left: 50%;
  transform: rotate(-45deg) translate(-50%, -50%);
}

.g-navi {
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 5%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  filter: blur(10vw);
  transform: scale(0.95);
  transition: all 0.4s;
}
.g-navi.active {
  visibility: visible;
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.g-navi .g-navi-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  justify-content: center;
  gap: 2rem 4rem;
}
.g-navi .g-navi-btn {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  padding: 0 0.4rem 1rem;
  color: #fff;
  line-height: 1.5;
  font-size: 1rem;
  border-bottom: 1px solid #fff;
}
.g-navi .off {
  pointer-events: none;
  filter: brightness(0.5);
}

@media screen and (min-width: 769px) {
  .g-header .g-header-inner {
    width: min(1280px, 90%);
    padding: 2rem 0;
    gap: 1.6rem;
  }
  .g-header .g-header-logo {
    flex: 0 0 25.6rem;
    width: 25.6rem;
  }
  .g-header .g-header-links {
    grid-template-columns: repeat(3, 15rem);
    gap: 1.6rem;
  }
  .g-header .g-header-links .item {
    height: 3.6rem;
    font-size: 1.6rem;
  }
  .g-header .g-header-menu .menu_tgl {
    row-gap: 0.3rem;
  }
  .g-header .g-header-menu .menu_tgl .icon {
    row-gap: 0.3rem;
    width: 2rem;
    height: 2rem;
  }
  .g-header .g-header-menu .menu_tgl small {
    font-size: 1.2rem;
  }
  .g-navi .g-navi-inner {
    gap: 4rem;
  }
  .g-navi .g-navi-btn {
    flex-flow: row wrap;
    column-gap: 1em;
    padding: 0 1rem 2rem;
    line-height: 1;
    font-size: 1.4rem;
  }
  .g-navi .off {
    pointer-events: none;
    filter: brightness(0.5);
  }
}
/*//////////////////////////////////////////////////
	footer設定
//////////////////////////////////////////////////*/
.f-contact {
  pading: 2rem 0;
  text-align: center;
}
.f-contact .f-contact_ttl {
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
}
.f-contact .f-contact_tel {
  margin-bottom: 1.6rem;
}
.f-contact .f-contact_tel a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.6rem;
  line-height: 1;
  font-size: 3.5rem;
}
.f-contact .f-contact_tel .icon {
  width: 4rem;
}
.f-contact .f-contact_tel .icon img {
  vertical-align: revert;
}
.f-contact .f-contact_info {
  font-size: 1rem;
}

.footer {
  margin-top: 2rem;
  background: #fff;
}
.footer p {
  color: #040000;
}
.footer .c-inner {
  padding: 3.6rem 0 6rem;
}
.footer .owners {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 2rem;
}
.footer .owners .item .txt {
  margin-bottom: 1.2rem;
  font-size: 1rem;
}
.footer .owners .item:nth-child(1) {
  flex: 0 0 22rem;
  width: 22rem;
}
.footer .owners .item:nth-child(1) .txt {
  margin-bottom: 0.6rem;
}
.footer .owners .item:nth-child(2) {
  flex: 0 0 21.8rem;
  width: 21.8rem;
}
.footer .owners .item:nth-child(3) {
  flex: 0 0 28.4rem;
  width: 28.4rem;
}

/*------------------------------
961px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .f-contact {
    padding: 5rem 0;
  }
  .f-contact .f-contact_ttl {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
  .f-contact .f-contact_inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .f-contact .f-contact_tel {
    margin: 0 1.6rem 0 0;
    padding-right: 1.6rem;
    border-right: 1px solid #fff;
  }
  .f-contact .f-contact_tel a {
    font-size: 6rem;
  }
  .f-contact .f-contact_tel .icon {
    width: 7.4rem;
  }
  .f-contact .f-contact_info {
    text-align: left;
    font-size: 1.6rem;
  }
  .footer {
    margin-top: 5rem;
  }
  .footer .c-inner {
    max-width: 100%;
  }
  .footer .owners {
    gap: 4rem;
  }
  .footer .owners .item .txt {
    margin-bottom: 12px;
    font-size: 10px;
  }
  .footer .owners .item:nth-child(1) {
    flex: 0 0 30.4rem;
    width: 30.4rem;
  }
  .footer .owners .item:nth-child(1) .txt {
    margin-bottom: 4px;
  }
  .footer .owners .item:nth-child(2) {
    flex: 0 0 29.6rem;
    width: 29.6rem;
  }
  .footer .owners .item:nth-child(3) {
    flex: 0 0 37.8rem;
    width: 37.8rem;
  }
}
/*//////////////////////////////////////////////////
	パーツ設定
//////////////////////////////////////////////////*/
/* ボタン */
.c-button {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1.6rem;
}
.c-button .c-button_btn {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  flex: 0 0 18.6rem;
  width: 18.6rem;
  height: 4rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  border: 0.2rem solid #fff;
  border-radius: 0.6rem;
  background: linear-gradient(162deg, #C2B59C 0%, #5F513B 100%);
  filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.75));
}
.c-button .c-button_btn::before {
  content: "";
  margin: 0 auto;
}
.c-button .c-button_btn::after {
  content: "";
  width: 1rem;
  aspect-ratio: 1/1;
  margin: 0 auto;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
}
.c-button .c-button_btn.return {
  color: #fff;
  background: #eee;
  border: 0.2rem solid #fff;
}
.c-button .c-button_btn.return::before {
  width: 1rem;
  aspect-ratio: 1/1;
  border-left: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  transform: rotate(45deg);
}
.c-button .c-button_btn.return::after {
  content: "";
  border: none;
}
.c-button .e-button_btn {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  flex: 0 0 18.6rem;
  width: 18.6rem;
  height: 4rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  border: 0.2rem solid #fff;
  border-radius: 0.6rem;
  background: #000;
  filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.75));
}
.c-button .e-button_btn::before {
  content: "";
  margin: 0 auto;
}
.c-button .e-button_btn::after {
  content: "";
  width: 1rem;
  aspect-ratio: 1/1;
  margin: 0 auto;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
}
.c-button .e-button_btn.return {
  color: #000;
  background: #eee;
  border: 0.2rem solid #fff;
}
.c-button .e-button_btn.return::before {
  width: 1rem;
  aspect-ratio: 1/1;
  border-left: 0.2rem solid #000;
  border-bottom: 0.2rem solid #000;
  transform: rotate(45deg);
}
.c-button .e-button_btn.return::after {
  content: "";
  border: none;
}

/*------------------------------
769px以上
------------------------------*/
/*--------------------------------------------------
	パンくず
--------------------------------------------------*/
#breadcrumb__cout {
  margin-bottom: 3.5rem;
  line-height: 1.2;
  text-align: left;
}
#breadcrumb__cout > * {
  display: inline-block;
  vertical-align: middle;
}
#breadcrumb__cout .link {
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #4FB38F;
  text-decoration: underline;
}
#breadcrumb__cout .bread_arrow {
  width: 1.8rem;
  height: 1em;
  position: relative;
}
#breadcrumb__cout .bread_arrow::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.4rem;
  height: 0.4rem;
  border-top: 0.2rem solid #4FB38F;
  border-right: 0.2rem solid #4FB38F;
  content: "";
}
#breadcrumb__cout .current {
  font-size: 1rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 961px) {
  #breadcrumb__cout {
    max-width: 1200px;
    margin-bottom: 7rem;
  }
  #breadcrumb__cout .link {
    font-size: 1.3rem;
  }
  #breadcrumb__cout .current {
    font-size: 1.3rem;
  }
}
/*--------------------------------------------------
	ページャー
--------------------------------------------------*/
#pager .pager__wp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#pager .pager__wp .pager__item {
  margin: 0 0.5rem;
}
#pager .pager__wp .pager__item a {
  position: relative;
  width: 3.8rem;
  height: 3.8rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 3.8rem;
  text-align: center;
}
#pager .pager__wp .pager__item:first-of-type {
  margin-left: 0;
}
#pager .pager__wp .pager__item:last-of-type {
  margin-right: 0;
}
#pager .pager__wp .pager__item.prev a::before, #pager .pager__wp .pager__item.next a::before {
  content: "";
  width: 0.75rem;
  border-bottom: 0.15rem solid #fff;
  border-left: 0.15rem solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%) rotate(45deg);
  aspect-ratio: 1/1;
}
#pager .pager__wp .pager__item.prev {
  margin-right: 1.5rem;
}
#pager .pager__wp .pager__item.next {
  margin-left: 1.5rem;
}
#pager .pager__wp .pager__item.next a::before {
  transform: translate(-75%, -50%) rotate(-135deg);
}
#pager .pager__wp .pager__item:hover a {
  opacity: 1;
}
#pager .pager__wp .pager__item.active a {
  opacity: 1;
}
#pager .pager__wp .pager__item.hide {
  visibility: hidden;
}

@media screen and (min-width: 961px) {
  #pager .pager__wp .pager__box {
    margin: 0 0.75rem;
  }
  #pager .pager__wp .pager__box a {
    width: 4.8rem;
    height: 4.8rem;
    font-size: 2rem;
    line-height: 4.8rem;
  }
}
/*--------------------------------------------------
	リンク三角アイコン
--------------------------------------------------*/
.icon-arrow_right {
  box-sizing: border-box;
  display: inline-block;
  width: 1.8rem;
  border: 0.1rem solid;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  /*
     @if $color == gr {
         &::before{
             background: $green;
             border-color: $green;
         }
         &::after{
             border-color: #FFF;
         }
         &:hover{
             &::before{
                 background: #FFF;
             }
             &::after{
                 border-color: $green;;
             }
         }
     }
     @else if $color == wh {
         &::before{
             background: #FFF;
             border-color: $green;
         }
         &::after{
             border-color: $green;
         }
         &:hover{
             &::before{
                 background: $green;
             }
             &::after{
                 border-color: #FFF;
             }
         }
     }
     @else if $color == wh_bn {
         &::before{
             background: #FFF;
             border: none;
         }
         &::after{
             border-color: $green;
         }
         &:hover{
             &::before{
                 background: $green;
             }
             &::after{
                 border-color: #FFF;
             }
         }
     }
     @else if $color == wh_pc {
         @include pc_size(){
             &::before{
                 background: #FFF;
                 border-color: $green;
             }
             &::after{
                 border-color: $green;
             }
             &:hover{
                 &::before{
                     background: $green;
                 }
                 &::after{
                     border-color: #FFF;
                 }
             }
         }
     }
         */
  border: none;
  background: #4FB38F;
  font-size: 0;
}
.icon-arrow_right::before, .icon-arrow_right::after {
  content: "";
  display: block;
  box-sizing: border-box;
  transition: 0.3s;
}
.icon-arrow_right::before {
  padding-top: 100%;
}
.icon-arrow_right::after {
  position: absolute;
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 28%;
  height: 28%;
  border-top: 0.16rem solid;
  border-right: 0.16rem solid;
}
.icon-arrow_right:after {
  z-index: 3;
  border-color: #fff;
}
.icon-arrow_right ._on,
.icon-arrow_right ._off {
  display: none;
}

@media screen and (min-width: 961px) {
  .icon-arrow_right {
    width: 3.5rem;
    border-width: 0.2rem;
    background: #fff;
  }
  .icon-arrow_right:after {
    border-color: #4FB38F;
    border-width: 0.2rem;
  }
  .icon-arrow_right._s {
    width: 3rem;
  }
  .icon-arrow_right ._on,
  .icon-arrow_right ._off {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    border-radius: 50%;
  }
  .icon-arrow_right ._on {
    background: #fff;
    animation: scale-up 0.3s 0s linear 1 forwards;
  }
  .icon-arrow_right ._off {
    background: #4FB38F;
  }
  .icon-arrow_right ._off._a {
    animation: scale-up 0.3s 0s linear 1 forwards;
  }
  a:hover .icon-arrow_right:after {
    border-color: #4FB38F;
  }
}
@keyframes scale-up {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1.2);
  }
}
/*--------------------------------------------------
	ページタイトル
--------------------------------------------------*/
.p__title {
  margin-bottom: 1rem;
}
.p__title .inner {
  width: 100%;
  max-width: 1366px;
}
.p__title .p__title-outer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: #F7F7F7;
}
.p__title .p__title-outer .p__title-body {
  padding: 0 1.5rem;
  box-sizing: border-box;
  text-align: left;
}
.p__title .p__title-outer .p__title-body .main {
  margin-bottom: 0.2rem;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.p__title .p__title-outer .p__title-body .sub {
  color: #4FB38F;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.p__title .p__title-outer .p__title-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 195/110;
  overflow: hidden;
}
.p__title .p__title-outer .p__title-img img {
  height: 100%;
  object-position: center;
  object-fit: cover;
}

@media screen and (min-width: 961px) {
  .p__title .p__title-outer {
    max-width: 1366px;
    margin: auto;
  }
  .p__title .p__title-outer .p__title-body {
    padding: 0 8.3rem;
  }
  .p__title .p__title-outer .p__title-body .main {
    margin-bottom: 1rem;
    font-size: 4rem;
  }
  .p__title .p__title-outer .p__title-body .sub {
    font-size: 2rem;
  }
  .p__title .p__title-outer .p__title-img {
    aspect-ratio: 683/250;
  }
}
/*--------------------------------------------------
	リンクバナー
--------------------------------------------------*/
#bnr {
  margin-top: 3.8rem;
  padding: 3.2rem 0;
  background: #FCFCFC;
}
#bnr .bnr__list {
  display: flex;
  grid-gap: 2rem 1.6rem;
  justify-content: center;
}
#bnr .bnr__list .bnr__list-item {
  flex: 0 0 calc((100% - 1.6rem) / 2);
}

@media screen and (min-width: 961px) {
  #bnr {
    padding: 6rem 0;
  }
  #bnr .bnr__list {
    grid-gap: 2.7rem;
  }
  #bnr .bnr__list .bnr__list-item {
    flex: 0 0 calc((100% - 8.1rem) / 4);
  }
}
.sec__read {
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}

@media screen and (min-width: 961px) {
  .sec__read {
    font-size: 2.4rem;
    margin-bottom: 4.5rem;
    line-height: 1.875;
  }
}
/*//////////////////////////////////////////////////

	フォームページ

//////////////////////////////////////////////////*/
input[type=text], input[type=password], input[type=email], input[type=search], input[type=number], textarea {
  padding: 0.2em 1em;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
  border: 1px solid #C6C6C6;
  background: #fff;
}
input[type=text]::placeholder, input[type=password]::placeholder, input[type=email]::placeholder, input[type=search]::placeholder, input[type=number]::placeholder, textarea::placeholder {
  color: #C6C6C6;
}
input[type=text]:disabled, input[type=password]:disabled, input[type=email]:disabled, input[type=search]:disabled, input[type=number]:disabled, textarea:disabled {
  background: #7d7d7d;
}
input[type=text].error, input[type=password].error, input[type=email].error, input[type=search].error, input[type=number].error, textarea.error {
  border-color: #ce0a0a;
  background: #ffcccc;
}

input:not([type=checkbox]):not([type=radio]) {
  width: 100%;
}
input:not([type=checkbox]):not([type=radio])._s {
  width: 18.4rem;
}
input:not([type=checkbox]):not([type=radio])._ss {
  width: 12rem;
}

input.datepicker {
  background: url("/assets/img/common/icon_calendar2.svg") calc(100% - 0.5em) center no-repeat;
}
input.datepicker + button {
  display: none;
}

.select_wrap {
  position: relative;
  z-index: 1;
}
.select_wrap::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0.5em;
  transform: translateY(-100%) rotate(45deg);
  width: 0.4em;
  height: 0.4em;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #4FB38F; /* 矢印の色を赤色に変更 */
}

select {
  min-width: 5.2rem;
  padding: 0.4em 2em 0.4em 1em;
  font-size: 1.6rem;
  border: 1px solid #C6C6C6;
  border-radius: 3px;
  color: #000;
  background: #fff;
}

textarea {
  width: 100%;
  min-height: 15rem;
  resize: vertical;
}

.checkbox {
  position: relative;
  z-index: 1;
}
.checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.checkbox input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.4rem;
  width: 1rem;
  height: 0.4rem;
  border-left: 2px solid #4FB38F;
  border-bottom: 2px solid #4FB38F;
  transform: translateY(-70%) rotate(-45deg);
}
.checkbox label {
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
  position: relative;
  z-index: 1;
}
.checkbox label a {
  display: revert;
}
.checkbox label::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #C6C6C6;
  border-radius: 2px;
  background: #fff;
}

.radio {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.radio + .radio {
  margin-left: 1.2rem;
}
.radio input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.radio input[type=radio]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(0.3rem + 1px);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #4FB38F;
  transform: translateY(-50%);
}
.radio label {
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 0.6rem;
  position: relative;
  z-index: 1;
}
.radio label::before {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #C6C6C6;
  border-radius: 50%;
  background: #fff;
}

.confirm__txt {
  margin-bottom: 3.6rem;
  text-align: center;
}
.confirm__txt .checkbox {
  display: inline-block;
}

@media screen and (min-width: 961px) {
  input[type=text], input[type=password], input[type=email], input[type=search], input[type=number], textarea {
    padding: 0.6em 1.4em;
  }
  input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
  }
  input:not([type=checkbox]):not([type=radio])._ss {
    width: 12rem;
  }
  input:not([type=checkbox]):not([type=radio])._s {
    width: 22.4rem;
  }
  input:not([type=checkbox]):not([type=radio])._s-pc {
    width: 16rem;
  }
  input:not([type=checkbox]):not([type=radio])._m {
    width: 48%;
  }
  input:not([type=checkbox]):not([type=radio])._l {
    width: 100%;
  }
  select {
    padding: 0.6em 1.4em;
  }
  textarea {
    min-height: 30rem;
  }
}
.form .form__items .item {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 1.6rem;
  margin-bottom: 1.8rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #E0E0E0;
}
.form .form__items .item .ttl {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  column-gap: 0.6rem;
  font-weight: 700;
}
.form .form__items .item .ttl.require::before, .form .form__items .item .ttl.free::before {
  padding: 0 0.6rem;
  font-size: 0.8em;
  font-weight: 500;
  color: #fff;
  border-radius: 3px;
}
.form .form__items .item .ttl.require::before {
  content: "必須";
  background: #4FB38F;
}
.form .form__items .item .ttl.free::before {
  content: "任意";
  background: #C6C6C6;
}
.form .form__items .item .body {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  column-gap: 1.2rem;
  row-gap: 1.2rem;
}
.form .form__items .item .body .flex_break {
  flex-basis: 100%; /* 改行を強制 */
  height: 0; /* 必要に応じて高さを調整 */
}

@media screen and (min-width: 961px) {
  .form .form__items .item {
    grid-template-columns: 36% 1fr;
    margin-bottom: 2.4rem;
    padding: 0 12rem 2.4rem 2rem;
  }
  .form .form__items .item .ttl {
    column-gap: 1.6rem;
    font-size: 1.5rem;
  }
  .form .form__items .item .body {
    column-gap: 1.2rem;
    row-gap: 1.2rem;
  }
}
.ui-datepicker-trigger {
  margin: auto 30px auto -30px;
  font-size: 1.6rem;
  color: #4FB38F;
}

#ui-datepicker-div {
  width: auto;
  font-family: inherit;
  border-radius: 0;
}
#ui-datepicker-div .ui-datepicker-header {
  height: 40px;
  border: none;
  background: transparent;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  height: 40px;
  line-height: 40px;
  margin: 0 40px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  width: 40px;
  height: 40px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-hover {
  border: none;
  background: transparent;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  position: absolute;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  background: transparent;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  right: 50%;
  transform: rotate(135deg) translateY(50%);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  left: 50%;
  transform: rotate(-45deg) translateY(-50%);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover {
  top: 2px;
  right: 2px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
  top: 2px;
  left: 2px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
  width: auto;
  margin-right: 3px;
  font-family: inherit;
  font-size: 1.3rem;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month {
  width: auto;
  margin-left: 6px;
  font-family: inherit;
  font-size: 1.3rem;
}
#ui-datepicker-div .ui-datepicker-calendar {
  font-size: 1.1rem;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 1.1rem;
  line-height: 40px;
  font-weight: 200;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day, #ui-datepicker-div .ui-datepicker-calendar td:hover {
  background: #4FB38F;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day a, #ui-datepicker-div .ui-datepicker-calendar td:hover a {
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  padding: 0;
  text-align: center;
  border: none;
  background: transparent;
}
/*# sourceMappingURL=common.css.map */
