@charset "UTF-8";
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////
	各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;
}

/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////
	ベース設定
//////////////////////////////////////////////////*/
html {
  min-height: 100vh;
  min-height: 100dvh;
  font-size: min(12px, 2.66vw);
  background: #F7F6F0;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
  line-height: 1.8;
  color: #453838;
  letter-spacing: 0.05em;
}
body.open {
  overflow: hidden;
}

.contents {
  overflow-x: hidden;
  overflow-x: clip;
}

@media screen and (min-width: 769px) {
  html {
    font-size: min(11px, 0.732vw);
  }
  body {
    font-size: 1.6rem;
    line-height: 2;
  }
}
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, picture {
  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;
}

[data-fade] {
  opacity: 0;
}

@media screen and (min-width: 961px) {
  /*
  	a{
  		&:hover{
  			opacity: 0.8;
  		}
  	}
  */
  /* telリンクの無効化 */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.t-center {
  text-align: center;
}

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

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

.sp,
.sp-tab {
  display: revert;
}

.tab,
.tab-pc,
.pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .tab,
  .tab-pc {
    display: revert;
  }
}
@media screen and (min-width: 769px) {
  .sp-tab,
  .tab {
    display: none;
  }
  .pc {
    display: revert;
  }
}
.container_sp {
  display: revert;
}

.container_pc {
  display: contents;
}

@media screen and (min-width: 769px) {
  .container_sp {
    display: contents;
  }
  .container_pc {
    display: revert;
  }
}
/* 注釈 */
.attent {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.01em;
}

/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////
	パーツ設定
//////////////////////////////////////////////////*/
.l-section {
  position: relative;
  z-index: 1;
  margin-bottom: 8rem;
}

.l-container {
  width: 90%;
  margin: 0 auto;
}
.l-container-s, .l-container-m {
  width: 90%;
  margin: 0 auto;
}

.u-m-auto {
  margin: auto;
}

.u-p-auto {
  padding: 0;
}

.u-ma_00 {
  margin: 0rem;
}
.u-ma_05 {
  margin: 0.5rem;
}
.u-ma_10 {
  margin: 1rem;
}
.u-ma_15 {
  margin: 1.5rem;
}
.u-ma_20 {
  margin: 2rem;
}
.u-ma_25 {
  margin: 2.5rem;
}
.u-ma_30 {
  margin: 3rem;
}
.u-ma_35 {
  margin: 3.5rem;
}
.u-ma_40 {
  margin: 4rem;
}
.u-ma_45 {
  margin: 4.5rem;
}
.u-ma_50 {
  margin: 5rem;
}
.u-ma_55 {
  margin: 5.5rem;
}
.u-ma_60 {
  margin: 6rem;
}
.u-ma_65 {
  margin: 6.5rem;
}
.u-ma_70 {
  margin: 7rem;
}
.u-ma_75 {
  margin: 7.5rem;
}
.u-ma_80 {
  margin: 8rem;
}
.u-ma_85 {
  margin: 8.5rem;
}
.u-ma_90 {
  margin: 9rem;
}
.u-ma_95 {
  margin: 9.5rem;
}
.u-ma_100 {
  margin: 10rem;
}

.u-mt_00 {
  margin-top: 0rem;
}
.u-mt_05 {
  margin-top: 0.5rem;
}
.u-mt_10 {
  margin-top: 1rem;
}
.u-mt_15 {
  margin-top: 1.5rem;
}
.u-mt_20 {
  margin-top: 2rem;
}
.u-mt_25 {
  margin-top: 2.5rem;
}
.u-mt_30 {
  margin-top: 3rem;
}
.u-mt_35 {
  margin-top: 3.5rem;
}
.u-mt_40 {
  margin-top: 4rem;
}
.u-mt_45 {
  margin-top: 4.5rem;
}
.u-mt_50 {
  margin-top: 5rem;
}
.u-mt_55 {
  margin-top: 5.5rem;
}
.u-mt_60 {
  margin-top: 6rem;
}
.u-mt_65 {
  margin-top: 6.5rem;
}
.u-mt_70 {
  margin-top: 7rem;
}
.u-mt_75 {
  margin-top: 7.5rem;
}
.u-mt_80 {
  margin-top: 8rem;
}
.u-mt_85 {
  margin-top: 8.5rem;
}
.u-mt_90 {
  margin-top: 9rem;
}
.u-mt_95 {
  margin-top: 9.5rem;
}
.u-mt_100 {
  margin-top: 10rem;
}

.u-mb_00 {
  margin-bottom: 0rem;
}
.u-mb_05 {
  margin-bottom: 0.5rem;
}
.u-mb_10 {
  margin-bottom: 1rem;
}
.u-mb_15 {
  margin-bottom: 1.5rem;
}
.u-mb_20 {
  margin-bottom: 2rem;
}
.u-mb_25 {
  margin-bottom: 2.5rem;
}
.u-mb_30 {
  margin-bottom: 3rem;
}
.u-mb_35 {
  margin-bottom: 3.5rem;
}
.u-mb_40 {
  margin-bottom: 4rem;
}
.u-mb_45 {
  margin-bottom: 4.5rem;
}
.u-mb_50 {
  margin-bottom: 5rem;
}
.u-mb_55 {
  margin-bottom: 5.5rem;
}
.u-mb_60 {
  margin-bottom: 6rem;
}
.u-mb_65 {
  margin-bottom: 6.5rem;
}
.u-mb_70 {
  margin-bottom: 7rem;
}
.u-mb_75 {
  margin-bottom: 7.5rem;
}
.u-mb_80 {
  margin-bottom: 8rem;
}
.u-mb_85 {
  margin-bottom: 8.5rem;
}
.u-mb_90 {
  margin-bottom: 9rem;
}
.u-mb_95 {
  margin-bottom: 9.5rem;
}
.u-mb_100 {
  margin-bottom: 10rem;
}

.u-mr_00 {
  margin-right: 0rem;
}
.u-mr_05 {
  margin-right: 0.5rem;
}
.u-mr_10 {
  margin-right: 1rem;
}
.u-mr_15 {
  margin-right: 1.5rem;
}
.u-mr_20 {
  margin-right: 2rem;
}
.u-mr_25 {
  margin-right: 2.5rem;
}
.u-mr_30 {
  margin-right: 3rem;
}
.u-mr_35 {
  margin-right: 3.5rem;
}
.u-mr_40 {
  margin-right: 4rem;
}
.u-mr_45 {
  margin-right: 4.5rem;
}
.u-mr_50 {
  margin-right: 5rem;
}
.u-mr_55 {
  margin-right: 5.5rem;
}
.u-mr_60 {
  margin-right: 6rem;
}
.u-mr_65 {
  margin-right: 6.5rem;
}
.u-mr_70 {
  margin-right: 7rem;
}
.u-mr_75 {
  margin-right: 7.5rem;
}
.u-mr_80 {
  margin-right: 8rem;
}
.u-mr_85 {
  margin-right: 8.5rem;
}
.u-mr_90 {
  margin-right: 9rem;
}
.u-mr_95 {
  margin-right: 9.5rem;
}
.u-mr_100 {
  margin-right: 10rem;
}

.u-ml_00 {
  margin-left: 0rem;
}
.u-ml_05 {
  margin-left: 0.5rem;
}
.u-ml_10 {
  margin-left: 1rem;
}
.u-ml_15 {
  margin-left: 1.5rem;
}
.u-ml_20 {
  margin-left: 2rem;
}
.u-ml_25 {
  margin-left: 2.5rem;
}
.u-ml_30 {
  margin-left: 3rem;
}
.u-ml_35 {
  margin-left: 3.5rem;
}
.u-ml_40 {
  margin-left: 4rem;
}
.u-ml_45 {
  margin-left: 4.5rem;
}
.u-ml_50 {
  margin-left: 5rem;
}
.u-ml_55 {
  margin-left: 5.5rem;
}
.u-ml_60 {
  margin-left: 6rem;
}
.u-ml_65 {
  margin-left: 6.5rem;
}
.u-ml_70 {
  margin-left: 7rem;
}
.u-ml_75 {
  margin-left: 7.5rem;
}
.u-ml_80 {
  margin-left: 8rem;
}
.u-ml_85 {
  margin-left: 8.5rem;
}
.u-ml_90 {
  margin-left: 9rem;
}
.u-ml_95 {
  margin-left: 9.5rem;
}
.u-ml_100 {
  margin-left: 10rem;
}

.u-pa_00 {
  padding: 0rem;
}
.u-pa_05 {
  padding: 0.5rem;
}
.u-pa_10 {
  padding: 1rem;
}
.u-pa_15 {
  padding: 1.5rem;
}
.u-pa_20 {
  padding: 2rem;
}
.u-pa_25 {
  padding: 2.5rem;
}
.u-pa_30 {
  padding: 3rem;
}
.u-pa_35 {
  padding: 3.5rem;
}
.u-pa_40 {
  padding: 4rem;
}
.u-pa_45 {
  padding: 4.5rem;
}
.u-pa_50 {
  padding: 5rem;
}
.u-pa_55 {
  padding: 5.5rem;
}
.u-pa_60 {
  padding: 6rem;
}
.u-pa_65 {
  padding: 6.5rem;
}
.u-pa_70 {
  padding: 7rem;
}
.u-pa_75 {
  padding: 7.5rem;
}
.u-pa_80 {
  padding: 8rem;
}
.u-pa_85 {
  padding: 8.5rem;
}
.u-pa_90 {
  padding: 9rem;
}
.u-pa_95 {
  padding: 9.5rem;
}
.u-pa_100 {
  padding: 10rem;
}

.u-pt_00 {
  padding-top: 0rem;
}
.u-pt_05 {
  padding-top: 0.5rem;
}
.u-pt_10 {
  padding-top: 1rem;
}
.u-pt_15 {
  padding-top: 1.5rem;
}
.u-pt_20 {
  padding-top: 2rem;
}
.u-pt_25 {
  padding-top: 2.5rem;
}
.u-pt_30 {
  padding-top: 3rem;
}
.u-pt_35 {
  padding-top: 3.5rem;
}
.u-pt_40 {
  padding-top: 4rem;
}
.u-pt_45 {
  padding-top: 4.5rem;
}
.u-pt_50 {
  padding-top: 5rem;
}
.u-pt_55 {
  padding-top: 5.5rem;
}
.u-pt_60 {
  padding-top: 6rem;
}
.u-pt_65 {
  padding-top: 6.5rem;
}
.u-pt_70 {
  padding-top: 7rem;
}
.u-pt_75 {
  padding-top: 7.5rem;
}
.u-pt_80 {
  padding-top: 8rem;
}
.u-pt_85 {
  padding-top: 8.5rem;
}
.u-pt_90 {
  padding-top: 9rem;
}
.u-pt_95 {
  padding-top: 9.5rem;
}
.u-pt_100 {
  padding-top: 10rem;
}

.u-pb_00 {
  padding-bottom: 0rem;
}
.u-pb_05 {
  padding-bottom: 0.5rem;
}
.u-pb_10 {
  padding-bottom: 1rem;
}
.u-pb_15 {
  padding-bottom: 1.5rem;
}
.u-pb_20 {
  padding-bottom: 2rem;
}
.u-pb_25 {
  padding-bottom: 2.5rem;
}
.u-pb_30 {
  padding-bottom: 3rem;
}
.u-pb_35 {
  padding-bottom: 3.5rem;
}
.u-pb_40 {
  padding-bottom: 4rem;
}
.u-pb_45 {
  padding-bottom: 4.5rem;
}
.u-pb_50 {
  padding-bottom: 5rem;
}
.u-pb_55 {
  padding-bottom: 5.5rem;
}
.u-pb_60 {
  padding-bottom: 6rem;
}
.u-pb_65 {
  padding-bottom: 6.5rem;
}
.u-pb_70 {
  padding-bottom: 7rem;
}
.u-pb_75 {
  padding-bottom: 7.5rem;
}
.u-pb_80 {
  padding-bottom: 8rem;
}
.u-pb_85 {
  padding-bottom: 8.5rem;
}
.u-pb_90 {
  padding-bottom: 9rem;
}
.u-pb_95 {
  padding-bottom: 9.5rem;
}
.u-pb_100 {
  padding-bottom: 10rem;
}

.u-pr_00 {
  padding-right: 0rem;
}
.u-pr_05 {
  padding-right: 0.5rem;
}
.u-pr_10 {
  padding-right: 1rem;
}
.u-pr_15 {
  padding-right: 1.5rem;
}
.u-pr_20 {
  padding-right: 2rem;
}
.u-pr_25 {
  padding-right: 2.5rem;
}
.u-pr_30 {
  padding-right: 3rem;
}
.u-pr_35 {
  padding-right: 3.5rem;
}
.u-pr_40 {
  padding-right: 4rem;
}
.u-pr_45 {
  padding-right: 4.5rem;
}
.u-pr_50 {
  padding-right: 5rem;
}
.u-pr_55 {
  padding-right: 5.5rem;
}
.u-pr_60 {
  padding-right: 6rem;
}
.u-pr_65 {
  padding-right: 6.5rem;
}
.u-pr_70 {
  padding-right: 7rem;
}
.u-pr_75 {
  padding-right: 7.5rem;
}
.u-pr_80 {
  padding-right: 8rem;
}
.u-pr_85 {
  padding-right: 8.5rem;
}
.u-pr_90 {
  padding-right: 9rem;
}
.u-pr_95 {
  padding-right: 9.5rem;
}
.u-pr_100 {
  padding-right: 10rem;
}

.u-pl_00 {
  padding-left: 0rem;
}
.u-pl_05 {
  padding-left: 0.5rem;
}
.u-pl_10 {
  padding-left: 1rem;
}
.u-pl_15 {
  padding-left: 1.5rem;
}
.u-pl_20 {
  padding-left: 2rem;
}
.u-pl_25 {
  padding-left: 2.5rem;
}
.u-pl_30 {
  padding-left: 3rem;
}
.u-pl_35 {
  padding-left: 3.5rem;
}
.u-pl_40 {
  padding-left: 4rem;
}
.u-pl_45 {
  padding-left: 4.5rem;
}
.u-pl_50 {
  padding-left: 5rem;
}
.u-pl_55 {
  padding-left: 5.5rem;
}
.u-pl_60 {
  padding-left: 6rem;
}
.u-pl_65 {
  padding-left: 6.5rem;
}
.u-pl_70 {
  padding-left: 7rem;
}
.u-pl_75 {
  padding-left: 7.5rem;
}
.u-pl_80 {
  padding-left: 8rem;
}
.u-pl_85 {
  padding-left: 8.5rem;
}
.u-pl_90 {
  padding-left: 9rem;
}
.u-pl_95 {
  padding-left: 9.5rem;
}
.u-pl_100 {
  padding-left: 10rem;
}

.u-f_400 {
  font-weight: 400;
}

.u-f_500 {
  font-weight: 500;
}

.u-f_600 {
  font-weight: 600;
}

.u-f_700 {
  font-weight: 700;
}

.u-fs_00 {
  font-size: 0rem;
}
.u-fs_01 {
  font-size: 0.1rem;
}
.u-fs_02 {
  font-size: 0.2rem;
}
.u-fs_03 {
  font-size: 0.3rem;
}
.u-fs_04 {
  font-size: 0.4rem;
}
.u-fs_05 {
  font-size: 0.5rem;
}
.u-fs_06 {
  font-size: 0.6rem;
}
.u-fs_07 {
  font-size: 0.7rem;
}
.u-fs_08 {
  font-size: 0.8rem;
}
.u-fs_09 {
  font-size: 0.9rem;
}
.u-fs_10 {
  font-size: 1rem;
}
.u-fs_11 {
  font-size: 1.1rem;
}
.u-fs_12 {
  font-size: 1.2rem;
}
.u-fs_13 {
  font-size: 1.3rem;
}
.u-fs_14 {
  font-size: 1.4rem;
}
.u-fs_15 {
  font-size: 1.5rem;
}
.u-fs_16 {
  font-size: 1.6rem;
}
.u-fs_17 {
  font-size: 1.7rem;
}
.u-fs_18 {
  font-size: 1.8rem;
}
.u-fs_19 {
  font-size: 1.9rem;
}
.u-fs_20 {
  font-size: 2rem;
}
.u-fs_21 {
  font-size: 2.1rem;
}
.u-fs_22 {
  font-size: 2.2rem;
}
.u-fs_23 {
  font-size: 2.3rem;
}
.u-fs_24 {
  font-size: 2.4rem;
}
.u-fs_25 {
  font-size: 2.5rem;
}
.u-fs_26 {
  font-size: 2.6rem;
}
.u-fs_27 {
  font-size: 2.7rem;
}
.u-fs_28 {
  font-size: 2.8rem;
}
.u-fs_29 {
  font-size: 2.9rem;
}
.u-fs_30 {
  font-size: 3rem;
}

.u-f_blue {
  color: #453838;
}

@media screen and (min-width: 769px) {
  .l-section {
    margin-bottom: 10rem;
  }
  .l-container {
    width: 120rem;
  }
  .l-container-s {
    width: 92rem;
  }
  .l-container-m {
    width: 110rem;
  }
  .u-p-m-auto {
    margin: auto;
  }
  .u-p-p-auto {
    padding: 0;
  }
  .u-p-ma_00 {
    margin: 0rem;
  }
  .u-p-ma_05 {
    margin: 0.5rem;
  }
  .u-p-ma_10 {
    margin: 1rem;
  }
  .u-p-ma_15 {
    margin: 1.5rem;
  }
  .u-p-ma_20 {
    margin: 2rem;
  }
  .u-p-ma_25 {
    margin: 2.5rem;
  }
  .u-p-ma_30 {
    margin: 3rem;
  }
  .u-p-ma_35 {
    margin: 3.5rem;
  }
  .u-p-ma_40 {
    margin: 4rem;
  }
  .u-p-ma_45 {
    margin: 4.5rem;
  }
  .u-p-ma_50 {
    margin: 5rem;
  }
  .u-p-ma_55 {
    margin: 5.5rem;
  }
  .u-p-ma_60 {
    margin: 6rem;
  }
  .u-p-ma_65 {
    margin: 6.5rem;
  }
  .u-p-ma_70 {
    margin: 7rem;
  }
  .u-p-ma_75 {
    margin: 7.5rem;
  }
  .u-p-ma_80 {
    margin: 8rem;
  }
  .u-p-ma_85 {
    margin: 8.5rem;
  }
  .u-p-ma_90 {
    margin: 9rem;
  }
  .u-p-ma_95 {
    margin: 9.5rem;
  }
  .u-p-ma_100 {
    margin: 10rem;
  }
  .u-p-mt_00 {
    margin-top: 0rem;
  }
  .u-p-mt_05 {
    margin-top: 0.5rem;
  }
  .u-p-mt_10 {
    margin-top: 1rem;
  }
  .u-p-mt_15 {
    margin-top: 1.5rem;
  }
  .u-p-mt_20 {
    margin-top: 2rem;
  }
  .u-p-mt_25 {
    margin-top: 2.5rem;
  }
  .u-p-mt_30 {
    margin-top: 3rem;
  }
  .u-p-mt_35 {
    margin-top: 3.5rem;
  }
  .u-p-mt_40 {
    margin-top: 4rem;
  }
  .u-p-mt_45 {
    margin-top: 4.5rem;
  }
  .u-p-mt_50 {
    margin-top: 5rem;
  }
  .u-p-mt_55 {
    margin-top: 5.5rem;
  }
  .u-p-mt_60 {
    margin-top: 6rem;
  }
  .u-p-mt_65 {
    margin-top: 6.5rem;
  }
  .u-p-mt_70 {
    margin-top: 7rem;
  }
  .u-p-mt_75 {
    margin-top: 7.5rem;
  }
  .u-p-mt_80 {
    margin-top: 8rem;
  }
  .u-p-mt_85 {
    margin-top: 8.5rem;
  }
  .u-p-mt_90 {
    margin-top: 9rem;
  }
  .u-p-mt_95 {
    margin-top: 9.5rem;
  }
  .u-p-mt_100 {
    margin-top: 10rem;
  }
  .u-p-mb_00 {
    margin-bottom: 0rem;
  }
  .u-p-mb_05 {
    margin-bottom: 0.5rem;
  }
  .u-p-mb_10 {
    margin-bottom: 1rem;
  }
  .u-p-mb_15 {
    margin-bottom: 1.5rem;
  }
  .u-p-mb_20 {
    margin-bottom: 2rem;
  }
  .u-p-mb_25 {
    margin-bottom: 2.5rem;
  }
  .u-p-mb_30 {
    margin-bottom: 3rem;
  }
  .u-p-mb_35 {
    margin-bottom: 3.5rem;
  }
  .u-p-mb_40 {
    margin-bottom: 4rem;
  }
  .u-p-mb_45 {
    margin-bottom: 4.5rem;
  }
  .u-p-mb_50 {
    margin-bottom: 5rem;
  }
  .u-p-mb_55 {
    margin-bottom: 5.5rem;
  }
  .u-p-mb_60 {
    margin-bottom: 6rem;
  }
  .u-p-mb_65 {
    margin-bottom: 6.5rem;
  }
  .u-p-mb_70 {
    margin-bottom: 7rem;
  }
  .u-p-mb_75 {
    margin-bottom: 7.5rem;
  }
  .u-p-mb_80 {
    margin-bottom: 8rem;
  }
  .u-p-mb_85 {
    margin-bottom: 8.5rem;
  }
  .u-p-mb_90 {
    margin-bottom: 9rem;
  }
  .u-p-mb_95 {
    margin-bottom: 9.5rem;
  }
  .u-p-mb_100 {
    margin-bottom: 10rem;
  }
  .u-p-mr_00 {
    margin-right: 0rem;
  }
  .u-p-mr_05 {
    margin-right: 0.5rem;
  }
  .u-p-mr_10 {
    margin-right: 1rem;
  }
  .u-p-mr_15 {
    margin-right: 1.5rem;
  }
  .u-p-mr_20 {
    margin-right: 2rem;
  }
  .u-p-mr_25 {
    margin-right: 2.5rem;
  }
  .u-p-mr_30 {
    margin-right: 3rem;
  }
  .u-p-mr_35 {
    margin-right: 3.5rem;
  }
  .u-p-mr_40 {
    margin-right: 4rem;
  }
  .u-p-mr_45 {
    margin-right: 4.5rem;
  }
  .u-p-mr_50 {
    margin-right: 5rem;
  }
  .u-p-mr_55 {
    margin-right: 5.5rem;
  }
  .u-p-mr_60 {
    margin-right: 6rem;
  }
  .u-p-mr_65 {
    margin-right: 6.5rem;
  }
  .u-p-mr_70 {
    margin-right: 7rem;
  }
  .u-p-mr_75 {
    margin-right: 7.5rem;
  }
  .u-p-mr_80 {
    margin-right: 8rem;
  }
  .u-p-mr_85 {
    margin-right: 8.5rem;
  }
  .u-p-mr_90 {
    margin-right: 9rem;
  }
  .u-p-mr_95 {
    margin-right: 9.5rem;
  }
  .u-p-mr_100 {
    margin-right: 10rem;
  }
  .u-p-ml_00 {
    margin-left: 0rem;
  }
  .u-p-ml_05 {
    margin-left: 0.5rem;
  }
  .u-p-ml_10 {
    margin-left: 1rem;
  }
  .u-p-ml_15 {
    margin-left: 1.5rem;
  }
  .u-p-ml_20 {
    margin-left: 2rem;
  }
  .u-p-ml_25 {
    margin-left: 2.5rem;
  }
  .u-p-ml_30 {
    margin-left: 3rem;
  }
  .u-p-ml_35 {
    margin-left: 3.5rem;
  }
  .u-p-ml_40 {
    margin-left: 4rem;
  }
  .u-p-ml_45 {
    margin-left: 4.5rem;
  }
  .u-p-ml_50 {
    margin-left: 5rem;
  }
  .u-p-ml_55 {
    margin-left: 5.5rem;
  }
  .u-p-ml_60 {
    margin-left: 6rem;
  }
  .u-p-ml_65 {
    margin-left: 6.5rem;
  }
  .u-p-ml_70 {
    margin-left: 7rem;
  }
  .u-p-ml_75 {
    margin-left: 7.5rem;
  }
  .u-p-ml_80 {
    margin-left: 8rem;
  }
  .u-p-ml_85 {
    margin-left: 8.5rem;
  }
  .u-p-ml_90 {
    margin-left: 9rem;
  }
  .u-p-ml_95 {
    margin-left: 9.5rem;
  }
  .u-p-ml_100 {
    margin-left: 10rem;
  }
  .u-p-pa_00 {
    padding: 0rem;
  }
  .u-p-pa_05 {
    padding: 0.5rem;
  }
  .u-p-pa_10 {
    padding: 1rem;
  }
  .u-p-pa_15 {
    padding: 1.5rem;
  }
  .u-p-pa_20 {
    padding: 2rem;
  }
  .u-p-pa_25 {
    padding: 2.5rem;
  }
  .u-p-pa_30 {
    padding: 3rem;
  }
  .u-p-pa_35 {
    padding: 3.5rem;
  }
  .u-p-pa_40 {
    padding: 4rem;
  }
  .u-p-pa_45 {
    padding: 4.5rem;
  }
  .u-p-pa_50 {
    padding: 5rem;
  }
  .u-p-pa_55 {
    padding: 5.5rem;
  }
  .u-p-pa_60 {
    padding: 6rem;
  }
  .u-p-pa_65 {
    padding: 6.5rem;
  }
  .u-p-pa_70 {
    padding: 7rem;
  }
  .u-p-pa_75 {
    padding: 7.5rem;
  }
  .u-p-pa_80 {
    padding: 8rem;
  }
  .u-p-pa_85 {
    padding: 8.5rem;
  }
  .u-p-pa_90 {
    padding: 9rem;
  }
  .u-p-pa_95 {
    padding: 9.5rem;
  }
  .u-p-pa_100 {
    padding: 10rem;
  }
  .u-p-pt_00 {
    padding-top: 0rem;
  }
  .u-p-pt_05 {
    padding-top: 0.5rem;
  }
  .u-p-pt_10 {
    padding-top: 1rem;
  }
  .u-p-pt_15 {
    padding-top: 1.5rem;
  }
  .u-p-pt_20 {
    padding-top: 2rem;
  }
  .u-p-pt_25 {
    padding-top: 2.5rem;
  }
  .u-p-pt_30 {
    padding-top: 3rem;
  }
  .u-p-pt_35 {
    padding-top: 3.5rem;
  }
  .u-p-pt_40 {
    padding-top: 4rem;
  }
  .u-p-pt_45 {
    padding-top: 4.5rem;
  }
  .u-p-pt_50 {
    padding-top: 5rem;
  }
  .u-p-pt_55 {
    padding-top: 5.5rem;
  }
  .u-p-pt_60 {
    padding-top: 6rem;
  }
  .u-p-pt_65 {
    padding-top: 6.5rem;
  }
  .u-p-pt_70 {
    padding-top: 7rem;
  }
  .u-p-pt_75 {
    padding-top: 7.5rem;
  }
  .u-p-pt_80 {
    padding-top: 8rem;
  }
  .u-p-pt_85 {
    padding-top: 8.5rem;
  }
  .u-p-pt_90 {
    padding-top: 9rem;
  }
  .u-p-pt_95 {
    padding-top: 9.5rem;
  }
  .u-p-pt_100 {
    padding-top: 10rem;
  }
  .u-p-pb_00 {
    padding-bottom: 0rem;
  }
  .u-p-pb_05 {
    padding-bottom: 0.5rem;
  }
  .u-p-pb_10 {
    padding-bottom: 1rem;
  }
  .u-p-pb_15 {
    padding-bottom: 1.5rem;
  }
  .u-p-pb_20 {
    padding-bottom: 2rem;
  }
  .u-p-pb_25 {
    padding-bottom: 2.5rem;
  }
  .u-p-pb_30 {
    padding-bottom: 3rem;
  }
  .u-p-pb_35 {
    padding-bottom: 3.5rem;
  }
  .u-p-pb_40 {
    padding-bottom: 4rem;
  }
  .u-p-pb_45 {
    padding-bottom: 4.5rem;
  }
  .u-p-pb_50 {
    padding-bottom: 5rem;
  }
  .u-p-pb_55 {
    padding-bottom: 5.5rem;
  }
  .u-p-pb_60 {
    padding-bottom: 6rem;
  }
  .u-p-pb_65 {
    padding-bottom: 6.5rem;
  }
  .u-p-pb_70 {
    padding-bottom: 7rem;
  }
  .u-p-pb_75 {
    padding-bottom: 7.5rem;
  }
  .u-p-pb_80 {
    padding-bottom: 8rem;
  }
  .u-p-pb_85 {
    padding-bottom: 8.5rem;
  }
  .u-p-pb_90 {
    padding-bottom: 9rem;
  }
  .u-p-pb_95 {
    padding-bottom: 9.5rem;
  }
  .u-p-pb_100 {
    padding-bottom: 10rem;
  }
  .u-p-pr_00 {
    padding-right: 0rem;
  }
  .u-p-pr_05 {
    padding-right: 0.5rem;
  }
  .u-p-pr_10 {
    padding-right: 1rem;
  }
  .u-p-pr_15 {
    padding-right: 1.5rem;
  }
  .u-p-pr_20 {
    padding-right: 2rem;
  }
  .u-p-pr_25 {
    padding-right: 2.5rem;
  }
  .u-p-pr_30 {
    padding-right: 3rem;
  }
  .u-p-pr_35 {
    padding-right: 3.5rem;
  }
  .u-p-pr_40 {
    padding-right: 4rem;
  }
  .u-p-pr_45 {
    padding-right: 4.5rem;
  }
  .u-p-pr_50 {
    padding-right: 5rem;
  }
  .u-p-pr_55 {
    padding-right: 5.5rem;
  }
  .u-p-pr_60 {
    padding-right: 6rem;
  }
  .u-p-pr_65 {
    padding-right: 6.5rem;
  }
  .u-p-pr_70 {
    padding-right: 7rem;
  }
  .u-p-pr_75 {
    padding-right: 7.5rem;
  }
  .u-p-pr_80 {
    padding-right: 8rem;
  }
  .u-p-pr_85 {
    padding-right: 8.5rem;
  }
  .u-p-pr_90 {
    padding-right: 9rem;
  }
  .u-p-pr_95 {
    padding-right: 9.5rem;
  }
  .u-p-pr_100 {
    padding-right: 10rem;
  }
  .u-p-pl_00 {
    padding-left: 0rem;
  }
  .u-p-pl_05 {
    padding-left: 0.5rem;
  }
  .u-p-pl_10 {
    padding-left: 1rem;
  }
  .u-p-pl_15 {
    padding-left: 1.5rem;
  }
  .u-p-pl_20 {
    padding-left: 2rem;
  }
  .u-p-pl_25 {
    padding-left: 2.5rem;
  }
  .u-p-pl_30 {
    padding-left: 3rem;
  }
  .u-p-pl_35 {
    padding-left: 3.5rem;
  }
  .u-p-pl_40 {
    padding-left: 4rem;
  }
  .u-p-pl_45 {
    padding-left: 4.5rem;
  }
  .u-p-pl_50 {
    padding-left: 5rem;
  }
  .u-p-pl_55 {
    padding-left: 5.5rem;
  }
  .u-p-pl_60 {
    padding-left: 6rem;
  }
  .u-p-pl_65 {
    padding-left: 6.5rem;
  }
  .u-p-pl_70 {
    padding-left: 7rem;
  }
  .u-p-pl_75 {
    padding-left: 7.5rem;
  }
  .u-p-pl_80 {
    padding-left: 8rem;
  }
  .u-p-pl_85 {
    padding-left: 8.5rem;
  }
  .u-p-pl_90 {
    padding-left: 9rem;
  }
  .u-p-pl_95 {
    padding-left: 9.5rem;
  }
  .u-p-pl_100 {
    padding-left: 10rem;
  }
  .u-p-fs_00 {
    font-size: 0rem;
  }
  .u-p-fs_01 {
    font-size: 0.1rem;
  }
  .u-p-fs_02 {
    font-size: 0.2rem;
  }
  .u-p-fs_03 {
    font-size: 0.3rem;
  }
  .u-p-fs_04 {
    font-size: 0.4rem;
  }
  .u-p-fs_05 {
    font-size: 0.5rem;
  }
  .u-p-fs_06 {
    font-size: 0.6rem;
  }
  .u-p-fs_07 {
    font-size: 0.7rem;
  }
  .u-p-fs_08 {
    font-size: 0.8rem;
  }
  .u-p-fs_09 {
    font-size: 0.9rem;
  }
  .u-p-fs_10 {
    font-size: 1rem;
  }
  .u-p-fs_11 {
    font-size: 1.1rem;
  }
  .u-p-fs_12 {
    font-size: 1.2rem;
  }
  .u-p-fs_13 {
    font-size: 1.3rem;
  }
  .u-p-fs_14 {
    font-size: 1.4rem;
  }
  .u-p-fs_15 {
    font-size: 1.5rem;
  }
  .u-p-fs_16 {
    font-size: 1.6rem;
  }
  .u-p-fs_17 {
    font-size: 1.7rem;
  }
  .u-p-fs_18 {
    font-size: 1.8rem;
  }
  .u-p-fs_19 {
    font-size: 1.9rem;
  }
  .u-p-fs_20 {
    font-size: 2rem;
  }
  .u-p-fs_21 {
    font-size: 2.1rem;
  }
  .u-p-fs_22 {
    font-size: 2.2rem;
  }
  .u-p-fs_23 {
    font-size: 2.3rem;
  }
  .u-p-fs_24 {
    font-size: 2.4rem;
  }
  .u-p-fs_25 {
    font-size: 2.5rem;
  }
  .u-p-fs_26 {
    font-size: 2.6rem;
  }
  .u-p-fs_27 {
    font-size: 2.7rem;
  }
  .u-p-fs_28 {
    font-size: 2.8rem;
  }
  .u-p-fs_29 {
    font-size: 2.9rem;
  }
  .u-p-fs_30 {
    font-size: 3rem;
  }
}
.p-title {
  margin-bottom: 4rem;
}
.p-title img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 3/4;
}

@media screen and (min-width: 769px) {
  .p-title {
    margin-bottom: 5rem;
  }
  .p-title img {
    aspect-ratio: auto;
  }
}
.breadcrumbs .breadcrumbs-inner {
  margin-bottom: 4rem;
}
.breadcrumbs .breadcrumbs-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
  font-size: 1rem;
}
.breadcrumbs .breadcrumbs-list a {
  color: #453838;
}
.breadcrumbs .breadcrumbs-list .item:not(:first-child)::before {
  content: "・";
  margin-right: 1em;
}

@media screen and (min-width: 769px) {
  .breadcrumbs .breadcrumbs-inner {
    margin-bottom: 8rem;
  }
  .breadcrumbs .breadcrumbs-list {
    justify-content: flex-start;
    font-size: 1.2rem;
  }
}
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////
	header設定
//////////////////////////////////////////////////*/
.g-header {
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s;
}
.g-header.is-active {
  background: #453838;
  transform: translateY(-100%);
}
.g-header.is-active .g-header-inner {
  gap: 1.4rem;
  padding: 0.8rem 0;
}
.g-header.is-active .g-header-logo {
  width: 11.8rem;
}
.g-header .g-header-container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  padding: 1.4rem 0;
  transition: all 0.3s;
}
.g-header .g-header-logo {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  /*
  position: absolute;
  top: 0;
  left: 50%;
  */
  width: 7.6rem;
  transition: all 0.3s;
}
.g-header .g-header-tgl {
  margin: auto 0 auto auto;
}
.g-header .g-header-tgl .tgl {
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 2.4rem;
}
.g-header .g-header-tgl .border {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.4rem;
  transform: translate(-50%, -50%);
}
.g-header .g-header-tgl .border span {
  display: block;
  width: 100%;
  height: 0.3rem;
  background: #000;
  transition: all 0.3s;
}
.g-header .g-header-tgl .border span:nth-child(2) {
  margin-top: 0.5rem;
}
.g-header .g-header-tgl .border span:last-child {
  margin-top: 0.5rem;
}

.g-header-navi {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  overflow: scroll;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 12rem 0 10rem;
  color: #fff;
  background: #453838;
}
.g-header-navi .g-header-navi-inner-s {
  width: 78%;
  margin: auto;
}
.g-header-navi .g-header-navi-inner-m {
  width: 90%;
  margin: auto;
}
.g-header-navi .g-header-pagenavi {
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 4.4rem;
}
.g-header-navi .g-header-pagenavi .g-header-navi-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  padding-left: 2rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.4rem;
  border-top: 1px solid #fff;
}
.g-header-navi .g-header-pagenavi .g-header-navi-item .icon {
  width: 1em;
  line-height: 1;
}
.g-header-navi .g-header-pagenavi .g-header-navi-item:last-child {
  border-bottom: 1px solid #fff;
}

.menu-open .g-header.is-active {
  transform: translateY(0);
}
.menu-open .g-header .g-header-tgl .border span:first-child {
  transform: translateY(0.5rem) rotate(135deg);
}
.menu-open .g-header .g-header-tgl .border span:nth-child(2) {
  opacity: 0;
}
.menu-open .g-header .g-header-tgl .border span:last-child {
  width: 100%;
  margin: 0;
  transform: translateY(-0.6rem) rotate(-135deg);
}
.menu-open .g-header-nav {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 769px) {
  .g-header {
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    transition: none;
  }
  .g-header .g-header-container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 96%;
    margin: auto;
    padding: 2rem 0;
  }
  .g-header .g-header-logo {
    width: 11.4rem;
  }
  .g-header .g-header-tgl {
    display: none;
  }
  .g-header-navi {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    overflow: revert;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 4rem;
    position: revert;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
  }
  .g-header-navi .g-header-navi-inner-s,
  .g-header-navi .g-header-navi-inner-m {
    display: contents;
  }
  .g-header-navi .g-header-pagenavi {
    flex-flow: row wrap;
    align-items: center;
    gap: 3.6rem;
    margin-bottom: 0;
    height: 7rem;
    padding: 0 4.4rem;
    color: #453838;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 100vw;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.07);
  }
  .g-header-navi .g-header-pagenavi .g-header-navi-item {
    display: revert;
    height: auto;
    padding-left: 0;
    color: #453838;
    font-size: 1.6rem;
    border-top: none;
  }
  .g-header-navi .g-header-pagenavi .g-header-navi-item .icon {
    display: none;
  }
  .g-header-navi .g-header-pagenavi .g-header-navi-item:last-child {
    border-bottom: none;
  }
  .g-header-navi .g-header-pagenavi .sp {
    display: none;
  }
  .g-header-navi .g-header-entry .g-header-entry-btn {
    grid-template-columns: auto;
    justify-content: center;
    height: 7rem;
    padding: 0 3.6rem;
    font-size: 2.2rem;
    color: #fff;
    background: #453838;
  }
  .menu-open .g-header .g-header-container svg path, .menu-open .g-header .g-header-container svg rect {
    fill: #453838;
  }
}
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////
	footer設定
//////////////////////////////////////////////////*/
.goTop {
  position: fixed;
  z-index: 98;
  bottom: 1em;
  right: 1em;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #453838;
  text-align: center;
  font-size: 1.1rem;
  transition: all 0.3s;
}
.goTop.is-visible {
  opacity: 0;
  visibility: hidden;
}
.goTop .goTopBtn {
  display: block;
  font-size: 1rem;
}
.goTop .icon {
  display: block;
  width: 4.2rem;
  margin: auto auto 0.5em;
}
.goTop.is-footer {
  color: #fff;
}

.g-footer {
  color: #fff;
  background: #453838;
}
.g-footer .g-footer-container {
  width: 92%;
  margin: auto;
  padding: 6rem 0 3rem;
}
.g-footer .g-footer-body {
  margin-bottom: 6rem;
}
.g-footer .g-footer-body .g-footer-info {
  margin-bottom: 5rem;
}
.g-footer .g-footer-body .g-footer-info .g-footer-info-corp {
  margin-bottom: 0.8rem;
  font-weight: 700;
  font-size: 1.5rem;
}
.g-footer .g-footer-body .g-footer-info .g-footer-info-addr {
  font-size: 1.2rem;
}
.g-footer .g-footer-body .g-footer-info .g-footer-info-addr + .g-footer-info-addr {
  margin-top: 1.2rem;
}
.g-footer .g-footer-body .g-footer-links .g-footer-links__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem 0;
}
.g-footer .g-footer-body .g-footer-links .g-footer-links__items + .g-footer-links__items {
  margin-top: 0.8rem;
}
.g-footer .g-footer-bottom {
  padding: 3rem 2rem 0;
  text-align: center;
}
.g-footer .g-footer-bottom .bottom-logo {
  margin-bottom: 3.6rem;
  text-align: center;
}
.g-footer .g-footer-bottom .bottom-logo img {
  width: 18rem;
}
.g-footer .g-footer-bottom .addlinks {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem 0;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
.g-footer .g-footer-bottom .addlinks a {
  text-decoration: underline;
}
.g-footer .g-footer-bottom .copyright .copyright-txt {
  font-size: 1.2rem;
  letter-spacing: 0;
}

/*------------------------------
961px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .g-footer .g-footer-container {
    width: 80%;
    padding: 4rem 0;
  }
  .g-footer .g-footer-body {
    margin-bottom: 8rem;
  }
  .g-footer .g-footer-body .g-footer-links .g-footer-links__items {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 6.8rem;
  }
  .g-footer .g-footer-body .g-footer-links .g-footer-links__items .item {
    margin-bottom: 0.6rem;
  }
  .g-footer .g-footer-body .g-footer-links .g-footer-links__items + .g-footer-links__items {
    margin-top: 0;
  }
  .g-footer .g-footer-bottom {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
  }
  .g-footer .g-footer-bottom .bottom-copy {
    text-align: left;
  }
  .g-footer .g-footer-bottom .bottom-copy .addlinks {
    gap: 1em;
    margin-bottom: 1em;
  }
  .g-footer .g-footer-bottom .bottom-copy .copyright {
    padding: 0;
  }
  .g-footer .g-footer-bottom .bottom-copy .copyright .copyright-txt {
    font-size: 1.2rem;
  }
  .g-footer .g-footer-bottom .bottom-logo {
    order: 2;
    margin: 0;
  }
  .g-footer .g-footer-bottom .bottom-logo img {
    width: 22rem;
  }
}
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////
	パーツ設定
//////////////////////////////////////////////////*/
/*--------------------------------------------------
	タイトル関連
--------------------------------------------------*/
.l-title {
  margin-bottom: 4rem;
  text-align: center;
  font-weight: 600;
}
.l-title .en {
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
}
.l-title .jp {
  font-size: 1.2rem;
}

.sub-section .sub-title {
  display: flex;
  align-items: center;
  gap: 0.4em;
  margin-bottom: 2rem;
  padding-bottom: 0.4em;
  font-weight: 700;
  font-size: 1.8rem;
  border-bottom: 1px solid #B9C7D7;
}
.sub-section .sub-title::before {
  content: "●";
  line-height: 1;
  color: #453838;
  font-size: 0.65em;
}

@media screen and (min-width: 769px) {
  .l-title {
    margin-bottom: 5rem;
  }
  .l-title .en {
    font-size: 4rem;
  }
  .l-title .jp {
    font-size: 1.5rem;
  }
}
/*--------------------------------------------------
	パーツ関連
--------------------------------------------------*/
.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.6rem;
}
.c-button .btn {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-content: space-between;
  width: min(300px, 100%);
  line-height: 4.4rem;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background: #453838;
  border: 2px solid #453838;
}
.c-button .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 0.74em;
  aspect-ratio: 1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 769px) {
  .c-button .btn {
    width: 32rem;
    line-height: 6rem;
    font-size: 1.4rem;
    transition: all 0.3s;
  }
  .c-button .btn:hover {
    color: #453838;
    background: #fff;
  }
  .c-button .btn:hover .icon {
    transform: scale(1.25);
    background: #453838;
  }
  .c-button .btn:hover .icon svg path {
    fill: #fff;
  }
  .icon.angle-right-circle {
    transition: all 0.3s;
  }
}
.form-fields .form-field {
  margin-bottom: 8rem;
  font-size: 1.4rem;
}
.form-fields .form-field.f-required .form-field_h::after {
  content: "※";
  margin-left: 0.8em;
}
.form-fields .form-field .form-field_h {
  margin-bottom: 1.4rem;
}
.form-fields textarea {
  width: 100%;
  min-height: 8em;
  resize: vertical;
  field-sizing: content;
}
.form-fields .form_label {
  display: inline-block;
  margin-right: 2em;
  padding: 0.2em 0;
}
.form-fields .form_label label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-flow: row nowrap;
  gap: 0.4em;
  align-items: center;
}
.form-fields .form_label label::before {
  content: "";
  width: 1em;
  aspect-ratio: 1;
  border: 1px solid #453838;
}
.form-fields .form_label label::after {
  opacity: 0;
  visibility: hidden;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-75%) rotate(-50deg);
  width: 1em;
  height: 0.5em;
  border-left: 2px solid #b81111;
  border-bottom: 2px solid #b81111;
}
.form-fields .form_label input:checked + label {
  color: #453838;
}
.form-fields .form_label input:checked + label::before {
  background: #fff;
}
.form-fields .form_label input:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.form-fields .checkbox-input {
  opacity: 0;
}
.form-fields .just-validate-error-field {
  border-color: #b81111;
  background: #fff0f0;
  transition: all 0.3s;
}
.form-fields .just-validate-error-field + .checkbox-parts::before {
  border-color: #b81111;
  background: #fff0f0;
}
.form-fields .just-validate-error-label {
  opacity: 0;
  font-size: 0.8em;
  animation: justValidateLabel 0.3s 0s linear 1 forwards;
}
.form-fields .just-validate-error-label::before {
  content: "*";
  margin-right: 0.25em;
}

@keyframes justValidateLabel {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .form-fields .form-field {
    display: grid;
    grid-template-columns: 28rem 1fr;
    gap: 8rem;
    margin-bottom: 5rem;
    font-size: 1.6rem;
  }
  .form-fields .form-field .form-field_h {
    margin-bottom: 0;
  }
  .form-fields textarea {
    min-height: 8em;
  }
  .form-fields .form_label {
    display: inline-block;
    margin-right: 2em;
    padding: 0.2em 0;
  }
}
/*--------------------------------------------------
	アイコン設定
--------------------------------------------------*/
.p-icon-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  line-height: 1;
  font-size: 1.3rem;
  aspect-ratio: 1;
  border-radius: 50%;
  color: #fff;
}

.icon-blank {
  margin: 0 0.2em 0 0.1em;
}
.icon-blank img {
  width: 0.8em;
  vertical-align: baseline;
}

@media screen and (min-width: 769px) {
  a .p-icon-circle::before {
    display: block;
    transition: transform 0.3s;
  }
  a:hover .p-icon-circle::before {
    transform: translateX(50%);
  }
}
/*--------------------------------------------------
	パンくず
--------------------------------------------------*/
#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: #453838;
  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 #453838;
  border-right: 0.2rem solid #453838;
  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 #453838;
  border-left: 0.15rem solid #453838;
  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;
  }
}
/*--------------------------------------------------
	ページタイトル
--------------------------------------------------*/
.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: #453838;
  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);
  }
}
.cap {
  font-size: 0.68em;
}
.cap.c-white {
  color: #fff;
}

.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;
  }
}
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////

	フォームページ

//////////////////////////////////////////////////*/
input[type=text], input[type=password], input[type=email], input[type=search], textarea {
  padding: 0.2em 1em;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #453838;
  border: 1px solid #C6C6C6;
  background: #fff;
}
input[type=text]::placeholder, input[type=password]::placeholder, input[type=email]::placeholder, input[type=search]::placeholder, textarea::placeholder {
  color: #C6C6C6;
}

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 + 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: #453838; /* 矢印の色を赤色に変更 */
}

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

.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 #453838;
  border-bottom: 2px solid #453838;
  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: #453838;
  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], 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;
  }
}
.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: #453838;
}
.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: #453838;
}

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