@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.54vw);
  background: url(/assets/images/common/bg-dot.svg) top left/16.2rem repeat;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
  line-height: 1.8;
  color: #414550;
  letter-spacing: 0.05em;
  text-align: justify;
  font-feature-settings: "palt";
}
body.open {
  overflow: hidden;
}

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

@media screen and (min-width: 769px) {
  html {
    font-size: min(10px, 0.52vw);
  }
}
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;
}

.en {
  font-family: "Aoboshi One", serif;
}

.u-c-navy {
  color: #1F293B;
}

.u-c-orange {
  color: #F9731E;
}

.u-c-green {
  color: #2DD4BF;
}

.u-c-en {
  color: #2672D5;
}

.u-c-ch {
  color: #DD3737;
}

.u-c-kr {
  color: #FFA6B1;
}

.u-c-asia {
  color: #F6972B;
}

.u-c-jp {
  color: #6247B2;
}

.u-bc-navy {
  background: #1F293B;
}

.u-bc-orange {
  background: #F9731E;
}

.u-bc-green {
  background: #2DD4BF;
}

.u-bc-en {
  background: #2672D5;
}

.u-bc-ch {
  background: #DD3737;
}

.u-bc-kr {
  background: #FFA6B1;
}

.u-bc-asia {
  background: #F6972B;
}

.u-bc-jp {
  background: #6247B2;
}

.u-c-oc {
  color: #fff;
  background: #F9731E;
}

.u-c-request {
  color: #fff;
  background: #4D85B7;
}

.u-c-contact {
  background: #EDECE7;
}

.u-lang-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.u-lang-en {
  font-family: "Aoboshi One", serif;
}

.u-fw-r {
  font-weight: 400;
}

.u-fw-m {
  font-weight: 500;
}

.u-fw-sb {
  font-weight: 600;
}

.u-fw-b {
  font-weight: 700;
}

.u-clip-circle {
  aspect-ratio: 1;
}
.u-clip-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.u-border-b {
  border-bottom: 1px solid #414550;
}

.u-border-t {
  border-top: 1px solid #414550;
}

.u-border-l {
  border-left: 1px solid #414550;
}

.u-border-r {
  border-right: 1px solid #414550;
}

.u-border {
  border: 1px solid #414550;
}

.u-shadow {
  display: block;
  border: 0.4rem solid #1F293B;
  border-radius: 1rem;
  box-shadow: 0.4rem 0.4rem 0 #1F293B;
  background: #fff;
}
.u-shadow.u-shadow__hover {
  transition: all 0.3s;
}

@media screen and (min-width: 769px) {
  .u-shadow.u-shadow__hover:hover {
    transform: translate(0.3rem, 0.3rem);
    box-shadow: 0.1rem 0.1rem 0 #1F293B;
  }
}
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////
	パーツ設定
//////////////////////////////////////////////////*/
.l-section {
  position: relative;
  z-index: 1;
  margin-bottom: 8rem;
}

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

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

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

.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-mt_105 {
  margin-top: 10.5rem;
}
.u-mt_110 {
  margin-top: 11rem;
}
.u-mt_115 {
  margin-top: 11.5rem;
}
.u-mt_120 {
  margin-top: 12rem;
}
.u-mt_125 {
  margin-top: 12.5rem;
}
.u-mt_130 {
  margin-top: 13rem;
}
.u-mt_135 {
  margin-top: 13.5rem;
}
.u-mt_140 {
  margin-top: 14rem;
}
.u-mt_145 {
  margin-top: 14.5rem;
}
.u-mt_150 {
  margin-top: 15rem;
}
.u-mt_155 {
  margin-top: 15.5rem;
}
.u-mt_160 {
  margin-top: 16rem;
}
.u-mt_165 {
  margin-top: 16.5rem;
}
.u-mt_170 {
  margin-top: 17rem;
}
.u-mt_175 {
  margin-top: 17.5rem;
}
.u-mt_180 {
  margin-top: 18rem;
}
.u-mt_185 {
  margin-top: 18.5rem;
}
.u-mt_190 {
  margin-top: 19rem;
}
.u-mt_195 {
  margin-top: 19.5rem;
}
.u-mt_200 {
  margin-top: 20rem;
}

.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-mb_105 {
  margin-bottom: 10.5rem;
}
.u-mb_110 {
  margin-bottom: 11rem;
}
.u-mb_115 {
  margin-bottom: 11.5rem;
}
.u-mb_120 {
  margin-bottom: 12rem;
}
.u-mb_125 {
  margin-bottom: 12.5rem;
}
.u-mb_130 {
  margin-bottom: 13rem;
}
.u-mb_135 {
  margin-bottom: 13.5rem;
}
.u-mb_140 {
  margin-bottom: 14rem;
}
.u-mb_145 {
  margin-bottom: 14.5rem;
}
.u-mb_150 {
  margin-bottom: 15rem;
}
.u-mb_155 {
  margin-bottom: 15.5rem;
}
.u-mb_160 {
  margin-bottom: 16rem;
}
.u-mb_165 {
  margin-bottom: 16.5rem;
}
.u-mb_170 {
  margin-bottom: 17rem;
}
.u-mb_175 {
  margin-bottom: 17.5rem;
}
.u-mb_180 {
  margin-bottom: 18rem;
}
.u-mb_185 {
  margin-bottom: 18.5rem;
}
.u-mb_190 {
  margin-bottom: 19rem;
}
.u-mb_195 {
  margin-bottom: 19.5rem;
}
.u-mb_200 {
  margin-bottom: 20rem;
}

.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-mr_105 {
  margin-right: 10.5rem;
}
.u-mr_110 {
  margin-right: 11rem;
}
.u-mr_115 {
  margin-right: 11.5rem;
}
.u-mr_120 {
  margin-right: 12rem;
}
.u-mr_125 {
  margin-right: 12.5rem;
}
.u-mr_130 {
  margin-right: 13rem;
}
.u-mr_135 {
  margin-right: 13.5rem;
}
.u-mr_140 {
  margin-right: 14rem;
}
.u-mr_145 {
  margin-right: 14.5rem;
}
.u-mr_150 {
  margin-right: 15rem;
}
.u-mr_155 {
  margin-right: 15.5rem;
}
.u-mr_160 {
  margin-right: 16rem;
}
.u-mr_165 {
  margin-right: 16.5rem;
}
.u-mr_170 {
  margin-right: 17rem;
}
.u-mr_175 {
  margin-right: 17.5rem;
}
.u-mr_180 {
  margin-right: 18rem;
}
.u-mr_185 {
  margin-right: 18.5rem;
}
.u-mr_190 {
  margin-right: 19rem;
}
.u-mr_195 {
  margin-right: 19.5rem;
}
.u-mr_200 {
  margin-right: 20rem;
}

.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-ml_105 {
  margin-left: 10.5rem;
}
.u-ml_110 {
  margin-left: 11rem;
}
.u-ml_115 {
  margin-left: 11.5rem;
}
.u-ml_120 {
  margin-left: 12rem;
}
.u-ml_125 {
  margin-left: 12.5rem;
}
.u-ml_130 {
  margin-left: 13rem;
}
.u-ml_135 {
  margin-left: 13.5rem;
}
.u-ml_140 {
  margin-left: 14rem;
}
.u-ml_145 {
  margin-left: 14.5rem;
}
.u-ml_150 {
  margin-left: 15rem;
}
.u-ml_155 {
  margin-left: 15.5rem;
}
.u-ml_160 {
  margin-left: 16rem;
}
.u-ml_165 {
  margin-left: 16.5rem;
}
.u-ml_170 {
  margin-left: 17rem;
}
.u-ml_175 {
  margin-left: 17.5rem;
}
.u-ml_180 {
  margin-left: 18rem;
}
.u-ml_185 {
  margin-left: 18.5rem;
}
.u-ml_190 {
  margin-left: 19rem;
}
.u-ml_195 {
  margin-left: 19.5rem;
}
.u-ml_200 {
  margin-left: 20rem;
}

.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-pt_105 {
  padding-top: 10.5rem;
}
.u-pt_110 {
  padding-top: 11rem;
}
.u-pt_115 {
  padding-top: 11.5rem;
}
.u-pt_120 {
  padding-top: 12rem;
}
.u-pt_125 {
  padding-top: 12.5rem;
}
.u-pt_130 {
  padding-top: 13rem;
}
.u-pt_135 {
  padding-top: 13.5rem;
}
.u-pt_140 {
  padding-top: 14rem;
}
.u-pt_145 {
  padding-top: 14.5rem;
}
.u-pt_150 {
  padding-top: 15rem;
}
.u-pt_155 {
  padding-top: 15.5rem;
}
.u-pt_160 {
  padding-top: 16rem;
}
.u-pt_165 {
  padding-top: 16.5rem;
}
.u-pt_170 {
  padding-top: 17rem;
}
.u-pt_175 {
  padding-top: 17.5rem;
}
.u-pt_180 {
  padding-top: 18rem;
}
.u-pt_185 {
  padding-top: 18.5rem;
}
.u-pt_190 {
  padding-top: 19rem;
}
.u-pt_195 {
  padding-top: 19.5rem;
}
.u-pt_200 {
  padding-top: 20rem;
}

.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-pb_105 {
  padding-bottom: 10.5rem;
}
.u-pb_110 {
  padding-bottom: 11rem;
}
.u-pb_115 {
  padding-bottom: 11.5rem;
}
.u-pb_120 {
  padding-bottom: 12rem;
}
.u-pb_125 {
  padding-bottom: 12.5rem;
}
.u-pb_130 {
  padding-bottom: 13rem;
}
.u-pb_135 {
  padding-bottom: 13.5rem;
}
.u-pb_140 {
  padding-bottom: 14rem;
}
.u-pb_145 {
  padding-bottom: 14.5rem;
}
.u-pb_150 {
  padding-bottom: 15rem;
}
.u-pb_155 {
  padding-bottom: 15.5rem;
}
.u-pb_160 {
  padding-bottom: 16rem;
}
.u-pb_165 {
  padding-bottom: 16.5rem;
}
.u-pb_170 {
  padding-bottom: 17rem;
}
.u-pb_175 {
  padding-bottom: 17.5rem;
}
.u-pb_180 {
  padding-bottom: 18rem;
}
.u-pb_185 {
  padding-bottom: 18.5rem;
}
.u-pb_190 {
  padding-bottom: 19rem;
}
.u-pb_195 {
  padding-bottom: 19.5rem;
}
.u-pb_200 {
  padding-bottom: 20rem;
}

.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-pr_105 {
  padding-right: 10.5rem;
}
.u-pr_110 {
  padding-right: 11rem;
}
.u-pr_115 {
  padding-right: 11.5rem;
}
.u-pr_120 {
  padding-right: 12rem;
}
.u-pr_125 {
  padding-right: 12.5rem;
}
.u-pr_130 {
  padding-right: 13rem;
}
.u-pr_135 {
  padding-right: 13.5rem;
}
.u-pr_140 {
  padding-right: 14rem;
}
.u-pr_145 {
  padding-right: 14.5rem;
}
.u-pr_150 {
  padding-right: 15rem;
}
.u-pr_155 {
  padding-right: 15.5rem;
}
.u-pr_160 {
  padding-right: 16rem;
}
.u-pr_165 {
  padding-right: 16.5rem;
}
.u-pr_170 {
  padding-right: 17rem;
}
.u-pr_175 {
  padding-right: 17.5rem;
}
.u-pr_180 {
  padding-right: 18rem;
}
.u-pr_185 {
  padding-right: 18.5rem;
}
.u-pr_190 {
  padding-right: 19rem;
}
.u-pr_195 {
  padding-right: 19.5rem;
}
.u-pr_200 {
  padding-right: 20rem;
}

.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-pl_105 {
  padding-left: 10.5rem;
}
.u-pl_110 {
  padding-left: 11rem;
}
.u-pl_115 {
  padding-left: 11.5rem;
}
.u-pl_120 {
  padding-left: 12rem;
}
.u-pl_125 {
  padding-left: 12.5rem;
}
.u-pl_130 {
  padding-left: 13rem;
}
.u-pl_135 {
  padding-left: 13.5rem;
}
.u-pl_140 {
  padding-left: 14rem;
}
.u-pl_145 {
  padding-left: 14.5rem;
}
.u-pl_150 {
  padding-left: 15rem;
}
.u-pl_155 {
  padding-left: 15.5rem;
}
.u-pl_160 {
  padding-left: 16rem;
}
.u-pl_165 {
  padding-left: 16.5rem;
}
.u-pl_170 {
  padding-left: 17rem;
}
.u-pl_175 {
  padding-left: 17.5rem;
}
.u-pl_180 {
  padding-left: 18rem;
}
.u-pl_185 {
  padding-left: 18.5rem;
}
.u-pl_190 {
  padding-left: 19rem;
}
.u-pl_195 {
  padding-left: 19.5rem;
}
.u-pl_200 {
  padding-left: 20rem;
}

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

.u-f_bold {
  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-fc-red {
  color: #ee0000;
}

.u-underline-yellow {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #f9e81e 50%, #f9e81e 100%);
}

@media screen and (min-width: 769px) {
  .l-section {
    margin-bottom: 12rem;
  }
  .l-container {
    width: 132rem;
  }
  .l-container-s {
    width: 98rem;
  }
  .l-container-l {
    width: 174rem;
  }
  .u-p-m-auto {
    margin: auto;
  }
  .u-p-p-auto {
    padding: 0;
  }
  .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-mt_105 {
    margin-top: 10.5rem;
  }
  .u-p-mt_110 {
    margin-top: 11rem;
  }
  .u-p-mt_115 {
    margin-top: 11.5rem;
  }
  .u-p-mt_120 {
    margin-top: 12rem;
  }
  .u-p-mt_125 {
    margin-top: 12.5rem;
  }
  .u-p-mt_130 {
    margin-top: 13rem;
  }
  .u-p-mt_135 {
    margin-top: 13.5rem;
  }
  .u-p-mt_140 {
    margin-top: 14rem;
  }
  .u-p-mt_145 {
    margin-top: 14.5rem;
  }
  .u-p-mt_150 {
    margin-top: 15rem;
  }
  .u-p-mt_155 {
    margin-top: 15.5rem;
  }
  .u-p-mt_160 {
    margin-top: 16rem;
  }
  .u-p-mt_165 {
    margin-top: 16.5rem;
  }
  .u-p-mt_170 {
    margin-top: 17rem;
  }
  .u-p-mt_175 {
    margin-top: 17.5rem;
  }
  .u-p-mt_180 {
    margin-top: 18rem;
  }
  .u-p-mt_185 {
    margin-top: 18.5rem;
  }
  .u-p-mt_190 {
    margin-top: 19rem;
  }
  .u-p-mt_195 {
    margin-top: 19.5rem;
  }
  .u-p-mt_200 {
    margin-top: 20rem;
  }
  .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-mb_105 {
    margin-bottom: 10.5rem;
  }
  .u-p-mb_110 {
    margin-bottom: 11rem;
  }
  .u-p-mb_115 {
    margin-bottom: 11.5rem;
  }
  .u-p-mb_120 {
    margin-bottom: 12rem;
  }
  .u-p-mb_125 {
    margin-bottom: 12.5rem;
  }
  .u-p-mb_130 {
    margin-bottom: 13rem;
  }
  .u-p-mb_135 {
    margin-bottom: 13.5rem;
  }
  .u-p-mb_140 {
    margin-bottom: 14rem;
  }
  .u-p-mb_145 {
    margin-bottom: 14.5rem;
  }
  .u-p-mb_150 {
    margin-bottom: 15rem;
  }
  .u-p-mb_155 {
    margin-bottom: 15.5rem;
  }
  .u-p-mb_160 {
    margin-bottom: 16rem;
  }
  .u-p-mb_165 {
    margin-bottom: 16.5rem;
  }
  .u-p-mb_170 {
    margin-bottom: 17rem;
  }
  .u-p-mb_175 {
    margin-bottom: 17.5rem;
  }
  .u-p-mb_180 {
    margin-bottom: 18rem;
  }
  .u-p-mb_185 {
    margin-bottom: 18.5rem;
  }
  .u-p-mb_190 {
    margin-bottom: 19rem;
  }
  .u-p-mb_195 {
    margin-bottom: 19.5rem;
  }
  .u-p-mb_200 {
    margin-bottom: 20rem;
  }
  .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-mr_105 {
    margin-right: 10.5rem;
  }
  .u-p-mr_110 {
    margin-right: 11rem;
  }
  .u-p-mr_115 {
    margin-right: 11.5rem;
  }
  .u-p-mr_120 {
    margin-right: 12rem;
  }
  .u-p-mr_125 {
    margin-right: 12.5rem;
  }
  .u-p-mr_130 {
    margin-right: 13rem;
  }
  .u-p-mr_135 {
    margin-right: 13.5rem;
  }
  .u-p-mr_140 {
    margin-right: 14rem;
  }
  .u-p-mr_145 {
    margin-right: 14.5rem;
  }
  .u-p-mr_150 {
    margin-right: 15rem;
  }
  .u-p-mr_155 {
    margin-right: 15.5rem;
  }
  .u-p-mr_160 {
    margin-right: 16rem;
  }
  .u-p-mr_165 {
    margin-right: 16.5rem;
  }
  .u-p-mr_170 {
    margin-right: 17rem;
  }
  .u-p-mr_175 {
    margin-right: 17.5rem;
  }
  .u-p-mr_180 {
    margin-right: 18rem;
  }
  .u-p-mr_185 {
    margin-right: 18.5rem;
  }
  .u-p-mr_190 {
    margin-right: 19rem;
  }
  .u-p-mr_195 {
    margin-right: 19.5rem;
  }
  .u-p-mr_200 {
    margin-right: 20rem;
  }
  .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-ml_105 {
    margin-left: 10.5rem;
  }
  .u-p-ml_110 {
    margin-left: 11rem;
  }
  .u-p-ml_115 {
    margin-left: 11.5rem;
  }
  .u-p-ml_120 {
    margin-left: 12rem;
  }
  .u-p-ml_125 {
    margin-left: 12.5rem;
  }
  .u-p-ml_130 {
    margin-left: 13rem;
  }
  .u-p-ml_135 {
    margin-left: 13.5rem;
  }
  .u-p-ml_140 {
    margin-left: 14rem;
  }
  .u-p-ml_145 {
    margin-left: 14.5rem;
  }
  .u-p-ml_150 {
    margin-left: 15rem;
  }
  .u-p-ml_155 {
    margin-left: 15.5rem;
  }
  .u-p-ml_160 {
    margin-left: 16rem;
  }
  .u-p-ml_165 {
    margin-left: 16.5rem;
  }
  .u-p-ml_170 {
    margin-left: 17rem;
  }
  .u-p-ml_175 {
    margin-left: 17.5rem;
  }
  .u-p-ml_180 {
    margin-left: 18rem;
  }
  .u-p-ml_185 {
    margin-left: 18.5rem;
  }
  .u-p-ml_190 {
    margin-left: 19rem;
  }
  .u-p-ml_195 {
    margin-left: 19.5rem;
  }
  .u-p-ml_200 {
    margin-left: 20rem;
  }
  .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-pt_105 {
    padding-top: 10.5rem;
  }
  .u-p-pt_110 {
    padding-top: 11rem;
  }
  .u-p-pt_115 {
    padding-top: 11.5rem;
  }
  .u-p-pt_120 {
    padding-top: 12rem;
  }
  .u-p-pt_125 {
    padding-top: 12.5rem;
  }
  .u-p-pt_130 {
    padding-top: 13rem;
  }
  .u-p-pt_135 {
    padding-top: 13.5rem;
  }
  .u-p-pt_140 {
    padding-top: 14rem;
  }
  .u-p-pt_145 {
    padding-top: 14.5rem;
  }
  .u-p-pt_150 {
    padding-top: 15rem;
  }
  .u-p-pt_155 {
    padding-top: 15.5rem;
  }
  .u-p-pt_160 {
    padding-top: 16rem;
  }
  .u-p-pt_165 {
    padding-top: 16.5rem;
  }
  .u-p-pt_170 {
    padding-top: 17rem;
  }
  .u-p-pt_175 {
    padding-top: 17.5rem;
  }
  .u-p-pt_180 {
    padding-top: 18rem;
  }
  .u-p-pt_185 {
    padding-top: 18.5rem;
  }
  .u-p-pt_190 {
    padding-top: 19rem;
  }
  .u-p-pt_195 {
    padding-top: 19.5rem;
  }
  .u-p-pt_200 {
    padding-top: 20rem;
  }
  .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-pb_105 {
    padding-bottom: 10.5rem;
  }
  .u-p-pb_110 {
    padding-bottom: 11rem;
  }
  .u-p-pb_115 {
    padding-bottom: 11.5rem;
  }
  .u-p-pb_120 {
    padding-bottom: 12rem;
  }
  .u-p-pb_125 {
    padding-bottom: 12.5rem;
  }
  .u-p-pb_130 {
    padding-bottom: 13rem;
  }
  .u-p-pb_135 {
    padding-bottom: 13.5rem;
  }
  .u-p-pb_140 {
    padding-bottom: 14rem;
  }
  .u-p-pb_145 {
    padding-bottom: 14.5rem;
  }
  .u-p-pb_150 {
    padding-bottom: 15rem;
  }
  .u-p-pb_155 {
    padding-bottom: 15.5rem;
  }
  .u-p-pb_160 {
    padding-bottom: 16rem;
  }
  .u-p-pb_165 {
    padding-bottom: 16.5rem;
  }
  .u-p-pb_170 {
    padding-bottom: 17rem;
  }
  .u-p-pb_175 {
    padding-bottom: 17.5rem;
  }
  .u-p-pb_180 {
    padding-bottom: 18rem;
  }
  .u-p-pb_185 {
    padding-bottom: 18.5rem;
  }
  .u-p-pb_190 {
    padding-bottom: 19rem;
  }
  .u-p-pb_195 {
    padding-bottom: 19.5rem;
  }
  .u-p-pb_200 {
    padding-bottom: 20rem;
  }
  .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-pr_105 {
    padding-right: 10.5rem;
  }
  .u-p-pr_110 {
    padding-right: 11rem;
  }
  .u-p-pr_115 {
    padding-right: 11.5rem;
  }
  .u-p-pr_120 {
    padding-right: 12rem;
  }
  .u-p-pr_125 {
    padding-right: 12.5rem;
  }
  .u-p-pr_130 {
    padding-right: 13rem;
  }
  .u-p-pr_135 {
    padding-right: 13.5rem;
  }
  .u-p-pr_140 {
    padding-right: 14rem;
  }
  .u-p-pr_145 {
    padding-right: 14.5rem;
  }
  .u-p-pr_150 {
    padding-right: 15rem;
  }
  .u-p-pr_155 {
    padding-right: 15.5rem;
  }
  .u-p-pr_160 {
    padding-right: 16rem;
  }
  .u-p-pr_165 {
    padding-right: 16.5rem;
  }
  .u-p-pr_170 {
    padding-right: 17rem;
  }
  .u-p-pr_175 {
    padding-right: 17.5rem;
  }
  .u-p-pr_180 {
    padding-right: 18rem;
  }
  .u-p-pr_185 {
    padding-right: 18.5rem;
  }
  .u-p-pr_190 {
    padding-right: 19rem;
  }
  .u-p-pr_195 {
    padding-right: 19.5rem;
  }
  .u-p-pr_200 {
    padding-right: 20rem;
  }
  .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-pl_105 {
    padding-left: 10.5rem;
  }
  .u-p-pl_110 {
    padding-left: 11rem;
  }
  .u-p-pl_115 {
    padding-left: 11.5rem;
  }
  .u-p-pl_120 {
    padding-left: 12rem;
  }
  .u-p-pl_125 {
    padding-left: 12.5rem;
  }
  .u-p-pl_130 {
    padding-left: 13rem;
  }
  .u-p-pl_135 {
    padding-left: 13.5rem;
  }
  .u-p-pl_140 {
    padding-left: 14rem;
  }
  .u-p-pl_145 {
    padding-left: 14.5rem;
  }
  .u-p-pl_150 {
    padding-left: 15rem;
  }
  .u-p-pl_155 {
    padding-left: 15.5rem;
  }
  .u-p-pl_160 {
    padding-left: 16rem;
  }
  .u-p-pl_165 {
    padding-left: 16.5rem;
  }
  .u-p-pl_170 {
    padding-left: 17rem;
  }
  .u-p-pl_175 {
    padding-left: 17.5rem;
  }
  .u-p-pl_180 {
    padding-left: 18rem;
  }
  .u-p-pl_185 {
    padding-left: 18.5rem;
  }
  .u-p-pl_190 {
    padding-left: 19rem;
  }
  .u-p-pl_195 {
    padding-left: 19.5rem;
  }
  .u-p-pl_200 {
    padding-left: 20rem;
  }
  .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: #414550;
}
.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;
  }
}
.c-mv .mv-container {
  position: relative;
  z-index: 1;
  margin-bottom: 4.8rem;
}
.c-mv .mv-container .p-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 11.2rem;
}
.c-mv .mv-container .p-title h1 {
  padding: 0 2rem;
  font-weight: 700;
  font-size: 2.8rem;
}

@media screen and (min-width: 769px) {
  .c-mv .mv-container {
    margin-bottom: 8.5rem;
  }
  .c-mv .mv-container .p-title {
    padding-top: 23.2rem;
  }
  .c-mv .mv-container .p-title h1 {
    padding: 0;
    line-height: 1;
    font-size: 6.4rem;
  }
}
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////
	header設定
//////////////////////////////////////////////////*/
.g-header {
  position: sticky;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s;
  background: #fff;
  border-bottom: 3px solid #1F293B;
}
.g-header .g-header-container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0 0.8rem;
  transition: all 0.3s;
}
.g-header .g-header-container svg {
  width: 100%;
}
.g-header .g-header-logo {
  width: 20.8rem;
  transition: all 0.3s;
}
.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-nav {
  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: #1F293B;
  background: #fff;
}
.g-header-nav .g-header-nav-inner {
  display: flex;
  flex-flow: column wrap;
  gap: 2.8rem 0;
  margin-bottom: 4.4rem;
  margin: 0 5%;
}
.g-header-nav .g-header-mainnav .g-header-mainnav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  padding: 0 2rem;
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.4rem;
  border-top: 1px solid #1F293B;
}
.g-header-nav .g-header-mainnav .g-header-mainnav-item:last-child {
  border-bottom: 1px solid #1F293B;
}
.g-header-nav .g-header-subnav {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 1em 0;
}
.g-header-nav .g-header-subnav .g-header-subnav-item {
  width: 50%;
  padding: 0 1em;
}
.g-header-nav .g-header-subnav .access {
  width: 68%;
  margin: 3em auto auto;
  line-height: 4.8rem;
  text-align: center;
  color: #fff;
  background: #4D85B7;
  border-radius: 100vw;
}
.g-header-nav .g-header-subnav .access .icon {
  margin-right: 0.25em;
}

.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 {
    position: sticky;
    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;
    justify-content: space-between;
    width: 94%;
    margin: auto;
    padding: 1.2rem 0;
  }
  .g-header .g-header-logo {
    width: 32rem;
  }
  .g-header .g-header-tgl {
    display: none;
  }
  .g-header-nav {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    overflow: revert;
    position: revert;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
  }
  .g-header-nav .g-header-nav-inner {
    gap: 1.2rem;
    margin: 0;
    flex-flow: column-reverse wrap;
  }
  .g-header-nav .g-header-mainnav {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 4rem;
    margin-bottom: 0;
    height: auto;
    padding: 0;
  }
  .g-header-nav .g-header-mainnav .g-header-mainnav-item {
    display: revert;
    height: auto;
    padding-left: 0;
    color: #414550;
    font-size: 1.6rem;
    border-top: none;
  }
  .g-header-nav .g-header-mainnav .g-header-mainnav-item .icon {
    display: none;
  }
  .g-header-nav .g-header-mainnav .g-header-mainnav-item:last-child {
    border-bottom: none;
  }
  .g-header-nav .g-header-subnav {
    justify-content: flex-end;
    gap: 0 1.6rem;
  }
  .g-header-nav .g-header-subnav .g-header-subnav-item {
    width: auto;
    padding: 0;
    font-size: 1.3rem;
  }
  .g-header-nav .g-header-subnav .access {
    width: 12rem;
    margin: 0;
    line-height: 3.2rem;
  }
  .menu-open .g-header .g-header-container svg path, .menu-open .g-header .g-header-container svg rect {
    fill: #1F293B;
  }
}
.g-float-btn {
  position: fixed;
  z-index: 99;
  bottom: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  height: 5.8rem;
}
.g-float-btn .item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  text-align: center;
  line-height: 1.3;
  font-size: 1.2rem;
  font-weight: 500;
}
.g-float-btn .item .icon {
  font-size: 1.8em;
}

@media screen and (min-width: 769px) {
  .g-float-btn {
    bottom: 50%;
    right: -0.6rem;
    grid-template-rows: 2fr repeat(2, 1fr);
    grid-template-columns: 1fr;
    width: 9.6rem;
    height: auto;
    aspect-ratio: 1/4;
    /*
    border: 1px solid #C8C9D0;
    border-right: none;
    */
    border-radius: 2rem 0 0 2rem;
    transform: translateY(50%);
    transition: transform 0.3s;
  }
  .g-float-btn .item {
    flex-flow: column wrap;
    border-left: 1px solid #C8C9D0;
  }
  .g-float-btn .item:hover {
    transform: translateX(-0.6rem);
  }
  .g-float-btn .item:first-child {
    border-top: 1px solid #C8C9D0;
    border-radius: 2rem 0 0 0;
  }
  .g-float-btn .item:last-child {
    border-bottom: 1px solid #C8C9D0;
    border-radius: 0 0 0 2rem;
  }
  .g-float-btn .item .icon {
    font-size: 2em;
  }
  .g-float-btn .item .tab-pc {
    margin-top: 1em;
  }
}
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////
	footer設定
//////////////////////////////////////////////////*/
.journey-conversion {
  overflow: clip;
  position: relative;
  padding-top: 18rem;
}
.journey-conversion .journey-decoration .decoration-01 {
  position: absolute;
  width: 16rem;
  transform: translate(-25%, -50%);
}
.journey-conversion .journey-decoration .decoration-02 {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 45rem;
  transform: translateX(35%);
}
.journey-conversion .journey-conversion-container {
  margin-bottom: 8rem;
  padding: 5rem 2rem;
  border-radius: 3rem;
  background: #fff;
}
.journey-conversion .journey-conversion-container .headline {
  margin-bottom: 3rem;
  font-family: "Aoboshi One", serif;
  color: #1F293B;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.14;
  font-size: 3rem;
}
.journey-conversion .journey-conversion-container .headline .word {
  display: block;
}
.journey-conversion .journey-conversion-container .note {
  margin-bottom: 3.2rem;
  color: #1F293B;
  text-align: center;
  font-size: 1.6rem;
}
.journey-conversion .journey-decoration-bottom .decoration {
  overflow: hidden;
}
.journey-conversion .journey-decoration-bottom .decoration img {
  width: 152%;
  transform: translateX(-17%);
}

@media screen and (min-width: 769px) {
  .journey-conversion {
    overflow: hidden;
    position: relative;
    padding-top: 0;
  }
  .journey-conversion .l-container {
    position: absolute;
    top: 30rem;
    left: 50%;
    width: 80rem;
    transform: translate(-50%, 0);
  }
  .journey-conversion .journey-decoration .decoration-01 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 26rem;
    transform: translate(-280%, 0);
  }
  .journey-conversion .journey-decoration .decoration-02 {
    z-index: auto;
    top: 100%;
    right: 50%;
    width: 52rem;
    transform: translate(146%, -100%);
  }
  .journey-conversion .journey-conversion-container {
    margin-bottom: 0;
    padding: 6rem 0;
    border-radius: 2rem;
  }
  .journey-conversion .journey-conversion-container .headline {
    margin-bottom: 2rem;
    font-size: 4rem;
  }
  .journey-conversion .journey-conversion-container .headline .word {
    display: revert;
    margin: 0 0.24em;
  }
  .journey-conversion .journey-decoration-bottom .decoration {
    text-align: center;
  }
  .journey-conversion .journey-decoration-bottom .decoration img {
    width: 80vw;
    transform: none;
  }
}
.g-footer {
  color: #fff;
  background: #1F293B;
}
.g-footer .g-footer-container {
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 4rem 0 8rem;
}
.g-footer .g-global_txt {
  display: none;
}
.g-footer .g-footer-head {
  text-align: center;
  padding: 0 5% 4rem;
  border-bottom: 1px solid #fff;
}
.g-footer .g-footer-head svg {
  width: 100%;
}
.g-footer .g-footer-head svg path,
.g-footer .g-footer-head svg rect {
  fill: #fff;
}
.g-footer .g-footer-logo {
  margin-bottom: 1rem;
}
.g-footer .g-footer-info .g-footer-info-tel {
  font-family: "Aoboshi One", serif;
  font-size: 3.2rem;
}
.g-footer .g-footer-info .g-footer-info-fax {
  margin-bottom: 0.8rem;
  font-family: "Aoboshi One", serif;
  font-size: 2.4rem;
}
.g-footer .g-footer-info .g-footer-info-addr {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  gap: 1rem;
  font-size: 1.6rem;
}
.g-footer .g-footer-info .g-footer-info-addr .btn {
  width: 7.8rem;
  line-height: 3rem;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Aoboshi One", serif;
  color: #1F293B;
  background: #fff;
  border-radius: 100vw;
}
.g-footer .g-footer-body {
  position: relative;
  padding: 3.2rem 5%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.g-footer .g-footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.5rem;
  margin-bottom: 4rem;
}
.g-footer .g-footer-links .g-footer-links__items {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  gap: 0.8rem;
}
.g-footer .g-footer-links .g-footer-links__items .item {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 1.2rem;
}
.g-footer .g-footer-links .g-footer-links__items .item small {
  font-size: 0.8em;
}
.g-footer .g-footer-links .g-footer-links__items .ttl {
  margin-bottom: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #2DD4BF;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.4rem;
}
.g-footer .g-footer-links .g-footer-links__items .ttl::after {
  content: "";
  display: block;
  width: 1.6em;
  height: 0.2rem;
  margin-top: 0.4rem;
  border-radius: 100vw;
  background: #F9731E;
}
.g-footer .g-footer-snslinks {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3.2rem;
}
.g-footer .g-footer-snslinks .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  aspect-ratio: 1;
  font-size: 2.2rem;
  color: #1F293B;
  background: #fff;
  border-radius: 50%;
}
.g-footer .g-footer-addlinks {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem 2rem;
  margin-bottom: 3.2rem;
}
.g-footer .g-footer-addlinks .item {
  font-weight: 500;
  font-size: 1.6rem;
}
.g-footer .g-footer-addlinks.small .item {
  font-size: 1.2rem;
}
.g-footer .goTop {
  text-align: center;
  font-family: "Aoboshi One", serif;
  font-size: 1.4rem;
}
.g-footer .copyright {
  color: #fff;
  padding: 1em 0;
  text-align: center;
  font-family: "Aoboshi One", serif;
  font-weight: 500;
}
.g-footer .copyright .copyright-txt {
  font-size: 1.2rem;
  letter-spacing: 0;
}

/*------------------------------
961px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .g-footer .g-footer-container {
    width: 120rem;
    margin: auto;
    padding: 5.8rem 0 2rem;
  }
  .g-footer .g-global_txt {
    display: revert;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 54rem;
    transform: translate(26%, 10%);
  }
  .g-footer .g-footer-head {
    padding: 0 0 4rem;
  }
  .g-footer .g-footer-head svg {
    width: 34.4rem;
  }
  .g-footer .g-footer-info .g-footer-info-fax {
    margin-bottom: 1rem;
  }
  .g-footer .g-footer-info .g-footer-info-addr {
    flex-flow: row wrap;
    justify-content: center;
    gap: 1rem;
  }
  .g-footer .g-footer-body {
    padding: 3.2rem 0;
  }
  .g-footer .g-footer-links {
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
    margin-bottom: 3.2rem;
  }
  .g-footer .g-footer-links .g-footer-links__items {
    gap: 1rem;
  }
  .g-footer .g-footer-links .g-footer-links__items .item {
    font-size: 1.4rem;
  }
  .g-footer .g-footer-links .g-footer-links__items .ttl {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
  }
  .g-footer .g-footer-addlinks.small .item {
    font-size: 1.4rem;
  }
}
/*//////////////////////////////////////////////////
	各scssの読み込み
//////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////
	パーツ設定
//////////////////////////////////////////////////*/
/*--------------------------------------------------
	クリック不可設定
--------------------------------------------------*/
a.no-link {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
a.no-link__bnr {
  overflow: hidden;
  position: relative;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
a.no-link__bnr::after {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "Coming Soon";
  font-size: 3em;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

/*--------------------------------------------------
	タイトル関連
--------------------------------------------------*/
.l-title .main {
  margin-bottom: 0.5rem;
  font-family: "Aoboshi One", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 3rem;
}
.l-title .sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}

.c-circle-title {
  margin-bottom: 3rem;
}
.c-circle-title .c-circle-title__number {
  display: block;
  width: 8rem;
  margin: auto auto 2.4rem;
  line-height: 8rem;
  text-align: center;
  font-family: "Aoboshi One", serif;
  font-size: 3.6rem;
  color: #fff;
  border-radius: 100%;
  background: #2DD4BF;
}
.c-circle-title .c-circle-title__text {
  padding: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  background: #fff;
  border: 0.3rem solid #1F293B;
  border-radius: 2rem;
}

.c-leftline-title {
  width: fit-content;
  margin: auto;
  margin-bottom: 4rem;
  padding-left: 0.8em;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border-left: 0.4rem solid #F9731E;
}

@media screen and (min-width: 769px) {
  .l-title .main {
    margin-bottom: 2.4rem;
    font-size: 6rem;
  }
  .l-title .sub {
    font-size: 2rem;
  }
  .c-circle-title {
    position: relative;
    margin-bottom: 4rem;
  }
  .c-circle-title .c-circle-title__number {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
  }
  .c-circle-title .c-circle-title__text {
    min-width: 24rem;
    width: fit-content;
    margin-left: 4rem;
    padding: 0 1.4em 0 2em;
    line-height: 5.8rem;
  }
}
/*--------------------------------------------------
	ページ見出し
--------------------------------------------------*/
.c-intro {
  text-align: center;
}
.c-intro .c-intro__title {
  margin-bottom: 3.5rem;
  font-weight: 500;
  font-size: 2rem;
}
.c-intro .c-intro__note {
  padding-bottom: 4rem;
  font-size: 1.6rem;
}
.c-intro .c-intro__subunit .c-intro__subunit-item + .c-intro__subunit-item {
  margin-top: 3.5rem;
}
.c-intro .c-intro__subunit .c-intro__subunit-title {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #414550;
  font-size: 1.4em;
  font-weight: 700;
}

.c-note {
  line-height: 2;
  letter-spacing: 0.05em;
}
.c-note.c-note--spacing-0 {
  letter-spacing: 0;
}

.u-txtline {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

[class$=-note] a,
[class$=-headline] a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

@media screen and (min-width: 769px) {
  .c-intro .c-intro__title {
    font-size: 2.4rem;
  }
  .c-intro .c-intro__note {
    padding-bottom: 5rem;
  }
}
/*--------------------------------------------------
	配置スタイル関連
--------------------------------------------------*/
.c-split .c-split__unit {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
.c-split .c-split__unit + .c-split__unit {
  margin-top: 8rem;
  padding-top: 8rem;
}
.c-split .c-split__unit.c-split--top {
  align-items: start;
}
.c-split .c-split__unit.c-split--center {
  align-items: center;
}
.c-split .c-split__unit.c-split--bottom {
  align-items: end;
}
.c-split .c-split--gap-05 {
  grid-gap: 1rem;
}
.c-split .c-split--gap-10 {
  grid-gap: 2rem;
}
.c-split .c-split--gap-15 {
  grid-gap: 3rem;
}
.c-split .c-split--gap-20 {
  grid-gap: 4rem;
}
.c-split .c-split--gap-25 {
  grid-gap: 5rem;
}
.c-split .c-split--gap-30 {
  grid-gap: 6rem;
}
.c-split .c-split--gap-35 {
  grid-gap: 7rem;
}
.c-split .c-split--gap-40 {
  grid-gap: 8rem;
}
.c-split .c-split--gap-45 {
  grid-gap: 9rem;
}
.c-split .c-split--gap-50 {
  grid-gap: 10rem;
}
.c-split .c-split--gap-55 {
  grid-gap: 11rem;
}
.c-split .c-split--gap-60 {
  grid-gap: 12rem;
}
.c-split .c-split--gap-65 {
  grid-gap: 13rem;
}
.c-split .c-split--gap-70 {
  grid-gap: 14rem;
}
.c-split .c-split--gap-75 {
  grid-gap: 15rem;
}
.c-split .c-split--gap-80 {
  grid-gap: 16rem;
}
.c-split .c-split--gap-85 {
  grid-gap: 17rem;
}
.c-split .c-split--gap-90 {
  grid-gap: 18rem;
}
.c-split .c-split--gap-95 {
  grid-gap: 19rem;
}
.c-split .c-split--gap-100 {
  grid-gap: 20rem;
}
.c-split .c-split__item .c-note {
  margin-bottom: 3rem;
}

@media screen and (min-width: 769px) {
  .c-split .c-split__unit {
    grid-template-columns: repeat(12, 1fr);
    gap: 8rem;
  }
  .c-split .c-split__unit .c-split--column-01 {
    grid-column: span 1;
  }
  .c-split .c-split__unit .c-split--column-02 {
    grid-column: span 2;
  }
  .c-split .c-split__unit .c-split--column-03 {
    grid-column: span 3;
  }
  .c-split .c-split__unit .c-split--column-04 {
    grid-column: span 4;
  }
  .c-split .c-split__unit .c-split--column-05 {
    grid-column: span 5;
  }
  .c-split .c-split__unit .c-split--column-06 {
    grid-column: span 6;
  }
  .c-split .c-split__unit .c-split--column-07 {
    grid-column: span 7;
  }
  .c-split .c-split__unit .c-split--column-08 {
    grid-column: span 8;
  }
  .c-split .c-split__unit .c-split--column-09 {
    grid-column: span 9;
  }
  .c-split .c-split__unit .c-split--column-10 {
    grid-column: span 10;
  }
  .c-split .c-split__unit .c-split--column-11 {
    grid-column: span 11;
  }
  .c-split .c-split__unit .c-split--column-12 {
    grid-column: span 12;
  }
  .c-split .c-split__unit + .c-split__unit {
    margin-top: 12rem;
    padding-top: 12rem;
  }
  .c-split .c-split--gap-05-pc {
    grid-gap: 1rem;
  }
  .c-split .c-split--gap-10-pc {
    grid-gap: 2rem;
  }
  .c-split .c-split--gap-15-pc {
    grid-gap: 3rem;
  }
  .c-split .c-split--gap-20-pc {
    grid-gap: 4rem;
  }
  .c-split .c-split--gap-25-pc {
    grid-gap: 5rem;
  }
  .c-split .c-split--gap-30-pc {
    grid-gap: 6rem;
  }
  .c-split .c-split--gap-35-pc {
    grid-gap: 7rem;
  }
  .c-split .c-split--gap-40-pc {
    grid-gap: 8rem;
  }
  .c-split .c-split--gap-45-pc {
    grid-gap: 9rem;
  }
  .c-split .c-split--gap-50-pc {
    grid-gap: 10rem;
  }
  .c-split .c-split--gap-55-pc {
    grid-gap: 11rem;
  }
  .c-split .c-split--gap-60-pc {
    grid-gap: 12rem;
  }
  .c-split .c-split--gap-65-pc {
    grid-gap: 13rem;
  }
  .c-split .c-split--gap-70-pc {
    grid-gap: 14rem;
  }
  .c-split .c-split--gap-75-pc {
    grid-gap: 15rem;
  }
  .c-split .c-split--gap-80-pc {
    grid-gap: 16rem;
  }
  .c-split .c-split--gap-85-pc {
    grid-gap: 17rem;
  }
  .c-split .c-split--gap-90-pc {
    grid-gap: 18rem;
  }
  .c-split .c-split--gap-95-pc {
    grid-gap: 19rem;
  }
  .c-split .c-split--gap-100-pc {
    grid-gap: 20rem;
  }
}
/*--------------------------------------------------
	パーツ関連
--------------------------------------------------*/
.c-button {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  margin-top: 3.6rem;
}
.c-button .btn {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8em;
  width: 26rem;
  height: 6rem;
  font-size: 1.6rem;
  font-weight: 900;
  color: #1F293B;
  background: #fff;
  border-radius: 100vh;
  border: 2px solid #1F293B;
}
.c-button .btn-navy {
  color: #fff;
  background: #1F293B;
}
.c-button .btn-orange {
  color: #fff;
  background: #F9731E;
}
.c-button .btn-green {
  background: #2DD4BF;
}
.c-button .c-button__navy {
  width: 100%;
  height: 12rem;
  padding: 0 4rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 2rem;
  background: #1F293B;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
}
.c-button .c-button__navy .icon {
  margin-left: 0.5em;
  font-size: 0.75em;
}
.c-button .icon svg {
  width: 1.25em;
}

.icon.angle-right-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #1F293B;
}
.icon.angle-right-circle svg {
  width: 35%;
}
.icon.angle-right-circle svg path {
  fill: #1F293B;
}

@media screen and (min-width: 769px) {
  .c-button .btn {
    transition: all 0.3s;
  }
  .c-button .btn:not(.u-shadow):hover {
    color: #1F293B;
    background: #fff;
  }
  .c-button .btn:not(.u-shadow):hover .icon {
    transform: scale(1.25);
    background: #1F293B;
  }
  .c-button .btn:not(.u-shadow):hover .icon svg path {
    fill: #fff;
  }
  .c-button .c-button__navy {
    width: 32rem;
  }
  .icon.angle-right-circle {
    transition: all 0.3s;
  }
}
/*--------------------------------------------------
	アイコン設定
--------------------------------------------------*/
.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: #1F293B;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
#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 #414550;
  border-right: 0.2rem solid #414550;
  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 #414550;
  border-left: 0.15rem solid #414550;
  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: #414550;
  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;
  }
}
.mv .mv-container {
  overflow: hidden;
  height: 43rem;
}
.mv .mv-container .mv-body {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  text-align: center;
  width: fit-content;
  height: 100%;
  padding-top: 6rem;
  margin: auto;
}
.mv .mv-container .mv-body .fukidashi {
  margin-bottom: 1.4rem;
}
.mv .mv-container .mv-body .fukidashi img {
  width: auto;
  height: 4.2rem;
}
.mv .mv-container .mv-body .mv-title .en {
  margin-bottom: 3rem;
  font-family: "Aoboshi One", serif;
  font-size: 4rem;
  line-height: 1;
  color: #1F293B;
}
.mv .mv-container .mv-body .mv-title .jp {
  width: fit-content;
  margin: auto;
  padding: 0 1em;
  font-size: 2rem;
  font-weight: 500;
  background: #fff;
}
.mv .mv-container .mv-body .image {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 18.8rem;
  transform: translate(-50%, -75%);
}

@media screen and (min-width: 769px) {
  .mv .mv-container {
    height: 56rem;
  }
  .mv .mv-container .mv-body {
    justify-content: center;
    padding-top: 0;
  }
  .mv .mv-container .mv-body .fukidashi {
    margin-bottom: 2.8rem;
  }
  .mv .mv-container .mv-body .fukidashi img {
    height: 5.8rem;
  }
  .mv .mv-container .mv-body .mv-title .en {
    margin-bottom: 4rem;
    font-size: 8rem;
  }
  .mv .mv-container .mv-body .mv-title .jp {
    padding: 0 2em;
    font-size: 3.2rem;
  }
  .mv .mv-container .mv-body .image {
    position: absolute;
    top: 100%;
    left: 100%;
    width: 41.8rem;
    transform: translate(0, -100%);
  }
}
/*--------------------------------------------------
    汎用テーマ
--------------------------------------------------*/
.style-template.theme-orange .mv .mv-container {
  background: #F9731E;
}
.style-template.theme-orange .p-concave path {
  fill: #F9731E;
}
.style-template .p-concave {
  margin-top: -1px;
}
.style-template .p-concave path {
  fill: #2DD4BF;
}
.style-template .style-template__container {
  margin: auto;
}
.style-template .mv .mv-container {
  margin: 0;
  background: #2DD4BF;
}

/*--------------------------------------------------
	吹き出しありの装飾コンテナ
--------------------------------------------------*/
.c-fukidashi-box {
  position: relative;
  padding: 6rem 2rem 4rem;
  background: #fff;
  border-radius: 4rem;
}
.c-fukidashi-box .u-fukidashi-box__img {
  position: absolute;
  top: 0;
  left: 2em;
  width: 14.6rem;
  transform: translateY(-50%);
}

@media screen and (min-width: 961px) {
  .c-fukidashi-box {
    padding: 6rem 4.8rem;
    border-radius: 7.4rem;
  }
  .c-fukidashi-box .u-fukidashi-box__img {
    left: 5em;
  }
}
/*--------------------------------------------------
	リストテーブルの設定
--------------------------------------------------*/
.c-datalist .c-datalist__title {
  margin-bottom: 1.6rem;
  line-height: 4rem;
  font-size: 1.6rem;
  text-align: center;
  background: #EDECE7;
}
.c-datalist .c-datalist__fields .field {
  display: grid;
  grid-template-columns: 18rem 1fr;
  font-size: 1.6rem;
}
.c-datalist .c-datalist__fields .field + .field {
  margin-top: 1.6rem;
}
.c-datalist .c-datalist__fields .field .field-h {
  border-right: 1px solid #EDECE7;
  padding-right: 0.5em;
}
.c-datalist .c-datalist__fields .field .field-d {
  padding-left: 2.4em;
}

.scrollable .scrollable--width-200 {
  width: 200%;
}
.scrollable .scrollable--width-300 {
  width: 300%;
}
.scrollable .scrollable--width-400 {
  width: 400%;
}
.scrollable .scrollable--width-500 {
  width: 500%;
}
.scrollable .scrollable--width-600 {
  width: 600%;
}
.scrollable .swiper-scrollbar {
  position: relative;
  height: 0.6rem;
  margin-top: 1.6rem;
  background: #EDECE7;
}
.scrollable .swiper-scrollbar .swiper-scrollbar-drag {
  background: #F9731E;
}

@media screen and (min-width: 769px) {
  .scrollable .scrollable--width-200,
  .scrollable .scrollable--width-300,
  .scrollable .scrollable--width-400,
  .scrollable .scrollable--width-500,
  .scrollable .scrollable--width-600 {
    width: 100%;
  }
  .style-template .style-template__container .l-container {
    width: 116rem;
  }
}
/*--------------------------------------------------
	ページリストのリンク
--------------------------------------------------*/
.p-link__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  font-size: 1.3rem;
  text-align: center;
}
.p-link__list .p-link {
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #414550;
  color: #1F293B;
  font-weight: 700;
}
.p-link__list .p-link .icon {
  font-size: 0.5em;
  color: #F9731E;
}
.p-link__list .p-link--column-01 {
  grid-column: span 1;
}
.p-link__list .p-link--column-02 {
  grid-column: span 2;
}

@media screen and (min-width: 769px) {
  .p-link__list {
    grid-template-columns: repeat(12, 1fr);
    font-size: 1.5rem;
  }
  .p-link__list .p-link {
    grid-column: span 3;
    display: grid;
    grid-template-columns: 1fr auto;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #414550;
  }
  .p-link__list .p-link--column-01-pc {
    grid-column: span 1;
  }
  .p-link__list .p-link--column-02-pc {
    grid-column: span 2;
  }
  .p-link__list .p-link--column-03-pc {
    grid-column: span 3;
  }
  .p-link__list .p-link--column-04-pc {
    grid-column: span 4;
  }
  .p-link__list .p-link--column-05-pc {
    grid-column: span 5;
  }
  .p-link__list .p-link--column-06-pc {
    grid-column: span 6;
  }
  .p-link__list .p-link--column-07-pc {
    grid-column: span 7;
  }
  .p-link__list .p-link--column-08-pc {
    grid-column: span 8;
  }
  .p-link__list .p-link--column-09-pc {
    grid-column: span 9;
  }
  .p-link__list .p-link--column-10-pc {
    grid-column: span 10;
  }
  .p-link__list .p-link--column-11-pc {
    grid-column: span 11;
  }
  .p-link__list .p-link--column-12-pc {
    grid-column: span 12;
  }
}
/*--------------------------------------------------
	共通スタイルテーブル
--------------------------------------------------*/
.c-infotable {
  width: 100%;
}
.c-infotable .c-infotable-table {
  width: 100%;
  font-size: 1.3rem;
}
.c-infotable .c-infotable-table th, .c-infotable .c-infotable-table td {
  padding: 0.8em;
  border: 1px solid #1F293B;
}
.c-infotable .c-infotable-table th {
  background: #e4e9f1;
}
.c-infotable .c-infotable-table .c-infotable-middle {
  vertical-align: middle;
}
.c-infotable .c-infotable--head-10 tr > :first-child {
  width: 10%;
}
.c-infotable .c-infotable--head-15 tr > :first-child {
  width: 15%;
}
.c-infotable .c-infotable--head-20 tr > :first-child {
  width: 20%;
}
.c-infotable .c-infotable--head-25 tr > :first-child {
  width: 25%;
}
.c-infotable .c-infotable--head-30 tr > :first-child {
  width: 30%;
}

@media screen and (min-width: 769px) {
  .c-infotable .c-infotable-table {
    font-size: 1.5rem;
  }
  .c-infotable .c-infotable-table th, .c-infotable .c-infotable-table td {
    padding: 0.8em;
  }
  .c-infotable .c-infotable--head-10-pc tr > :first-child {
    width: 10%;
  }
  .c-infotable .c-infotable--head-15-pc tr > :first-child {
    width: 15%;
  }
  .c-infotable .c-infotable--head-20-pc tr > :first-child {
    width: 20%;
  }
  .c-infotable .c-infotable--head-25-pc tr > :first-child {
    width: 25%;
  }
  .c-infotable .c-infotable--head-30-pc tr > :first-child {
    width: 30%;
  }
}
/*//////////////////////////////////////////////////
	各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: #414550;
  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[type=text]:disabled, input[type=password]:disabled, input[type=email]:disabled, input[type=search]:disabled, textarea:disabled {
  background: #f5f5f5;
}

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

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 #1F293B;
  border-bottom: 2px solid #1F293B;
  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: #1F293B;
  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;
}

.form-steps {
  margin-bottom: 3.8rem;
}

.form-steps__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.96rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 81.6rem;
}

.form-steps__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.96rem;
  min-height: 6rem;
  padding: 1rem 1.2rem;
  border: 1px solid #C6C6C6;
  border-radius: 1.2rem;
  background: #fff;
  color: #414550;
  font-size: 1.68rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.form-steps__num {
  display: grid;
  place-items: center;
  width: 2.88rem;
  height: 2.88rem;
  border-radius: 999px;
  background: #EEF1F5;
  color: #1F293B;
  font-size: 1.56rem;
  line-height: 1;
  flex-shrink: 0;
}

.form-steps__label {
  display: block;
}

.form-steps__item.is-complete {
  border-color: #A8E1D8;
  background: #F2FBF9;
}

.form-steps__item.is-complete .form-steps__num {
  background: #2DD4BF;
  color: #fff;
}

.form-steps__item.is-current {
  border-color: #1F293B;
  background: #1F293B;
  color: #fff;
  box-shadow: 0 0.8rem 2rem rgba(31, 41, 59, 0.12);
}

.form-steps__item.is-current .form-steps__num {
  background: #fff;
  color: #1F293B;
}

.form-steps__item.is-upcoming {
  opacity: 0.72;
}

@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-fields .form-field {
  margin-bottom: 4rem;
  font-size: 1.4rem;
}
.form-fields .form-field.f-required .form-field_h::after {
  content: "※";
  margin-left: 0.8em;
  color: #b81111;
}
.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 input[type=checkbox] + label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-flow: row nowrap;
  gap: 0.4em;
  align-items: center;
}
.form-fields .form_label input[type=checkbox] + label::before {
  content: "";
  width: 1em;
  aspect-ratio: 1;
  border: 1px solid #414550;
}
.form-fields .form_label input[type=checkbox] + 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[type=checkbox]:checked + label {
  color: #b81111;
}
.form-fields .form_label input[type=checkbox]:checked + label::before {
  background: #fff;
}
.form-fields .form_label input[type=checkbox]:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.form-fields .form_label input[type=radio] + label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-flow: row nowrap;
  gap: 0.4em;
  align-items: center;
}
.form-fields .form_label input[type=radio] + label::before {
  content: "";
  width: 1em;
  aspect-ratio: 1;
  border: 1px solid #414550;
  border-radius: 50%;
}
.form-fields .form_label input[type=radio] + label::after {
  opacity: 0;
  visibility: hidden;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.2em;
  transform: translateY(-50%);
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #b81111;
}
.form-fields .form_label input[type=radio]:checked + label {
  color: #b81111;
}
.form-fields .form_label input[type=radio]:checked + label::before {
  background: #fff;
}
.form-fields .form_label input[type=radio]: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;
  }
}
.ui-datepicker-trigger {
  margin: auto 30px auto -30px;
  font-size: 1.6rem;
  color: #1F293B;
}

#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.56rem;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month {
  width: auto;
  margin-left: 6px;
  font-family: inherit;
  font-size: 1.56rem;
}
#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: #1F293B;
}
#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 */
