@charset "UTF-8";
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	fontFamily
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*----------------------------------------
	font
----------------------------------------*/
/*----------------------------------------
	mediaquery
----------------------------------------*/
/*----------------------------------------
	fontFamily
----------------------------------------*/
/*----------------------------------------
	cssHack
----------------------------------------*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  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 {
  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;
}

i {
  font-style: normal !important;
}

/*----------------------------------------
	color
----------------------------------------*/
/*----------------------------------------
	共通部分
----------------------------------------*/
html {
  font-size: 10px;
  overflow: auto;
}

body {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
  margin: 0 0 0;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 1.7rem;
  }
}

main {
  display: block;
}

a {
  color: #000;
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

button {
  color: #000;
}

.bge-contents .pc_only, .c-content-main .pc_only {
  display: block;
}

@media (max-width: 767px) {
  .bge-contents .pc_only, .c-content-main .pc_only {
    display: none;
  }
}
.bge-contents .sp_only, .c-content-main .sp_only {
  display: none;
}

@media (max-width: 767px) {
  .bge-contents .sp_only, .c-content-main .sp_only {
    display: block;
  }
}
.u-ta-c {
  text-align: center;
}

.u-mt5 {
  margin-top: 5px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr50 {
  margin-right: 50px;
}

/* padding */
.u-pd100 {
  padding-bottom: 100px;
}

.u-pd80 {
  padding-bottom: 80px;
}

.u-pd50 {
  padding-bottom: 50px;
}

.u-pd40 {
  padding-bottom: 40px;
}

.u-pd20 {
  padding-bottom: 20px;
}

.u-pd-em {
  padding-left: 1em;
}

/*line-height*/
.u-lh120 {
  line-height: 1.2;
}

.u-lh150 {
  line-height: 1.5;
}

.u-lh180 {
  line-height: 1.8;
}

.u-lh200 {
  line-height: 2;
}

.bg-white {
  background-color: #ffffff;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .-sp_enable {
    display: block !important;
  }
}
@media screen and (min-width: 767px) {
  .-sp_enable {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .-pc_enable {
    display: none !important;
  }
}
@media screen and (min-width: 767px) {
  .-pc_enable {
    display: block !important;
  }
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-container
----------------------------------------*/
.l-container {
  display: block;
  margin: auto;
}
.l-container.-gray {
  background: #f4f4f4;
}

.sub-container {
  width: 1270px;
  margin: 0 auto;
  padding: 0 0;
}

.small-container {
  width: 700px;
  margin: 0 auto;
}

.medium-container {
  width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sub-container {
    width: 95%;
  }
  .small-container {
    width: 95%;
  }
  .medium-container {
    width: 95%;
  }
}
/*----------------------------------------
  @use
----------------------------------------*/
.fixed-btn {
  position: fixed;
  z-index: 6;
}
@media screen and (min-width: 767px) {
  .fixed-btn {
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  .fixed-btn {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .fixed-btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.fixed-btn ul li {
  width: 60px;
}
.fixed-btn ul li img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fixed-btn ul li {
    width: 100%;
  }
  .fixed-btn ul li:nth-of-type(1) {
    width: 100%;
  }
  .fixed-btn ul li:nth-of-type(2) {
    width: 100%;
  }
}

/*----------------------------------------
	l-footer
----------------------------------------*/
.l-footer {
  padding: 0;
  background-color: #232323;
}
@media screen and (min-width: 767px) {
  .l-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-bottom: 55px !important;
  }
}
.l-footer .footer-top {
  border-top: 1px solid #000000;
  padding: 40px 0;
}
@media screen and (min-width: 767px) {
  .l-footer .footer-top {
    padding: 10px;
  }
}
.l-footer .footer-top .logo {
  width: 100px;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .l-footer .footer-top .logo {
    width: 190px;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .footer-top .logo {
    width: 35%;
  }
}
.l-footer .footer-bottom {
  padding: 30px 0;
}
@media screen and (min-width: 767px) {
  .l-footer .footer-bottom {
    padding: 30px 0 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.l-footer .footer-bottom .sns-list {
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .l-footer .footer-bottom .sns-list {
    margin-right: 30px;
  }
}
.l-footer .footer-bottom .sns-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (min-width: 767px) {
  .l-footer .footer-bottom .sns-list ul {
    gap: 20px 14px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .footer-bottom .sns-list ul {
    gap: 20px 14px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .footer-bottom .sns-list ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer .footer-bottom .sns-list ul li {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-bottom .sns-list ul li {
    width: 50px;
  }
}
.l-footer .footer-bottom .sns-list ul li img {
  width: 100%;
  height: auto;
}
.l-footer .footer-bottom .footer-menu a:hover {
  text-decoration: none;
}
.l-footer .footer-bottom .footer-menu .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px 24px;
}
@media screen and (min-width: 767px) {
  .l-footer .footer-bottom .footer-menu .main-menu {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .footer-bottom .footer-menu .main-menu {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
  }
}
.l-footer .footer-bottom .footer-menu .main-menu a {
  color: #ffffff;
}
.l-footer .footer-bottom .sub-menu {
  color: #ffffff;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (min-width: 767px) {
  .l-footer .footer-bottom .sub-menu {
    text-align: right;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .footer-bottom .sub-menu {
    margin-top: 10px;
  }
}
.l-footer .footer-bottom .sub-menu a {
  color: #ffffff;
}
.l-footer .footer-bottom .footer-bnr {
  width: 160px;
  margin-left: auto;
  margin-right: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-bottom .footer-bnr {
    margin-right: auto;
    width: 65%;
  }
}
.l-footer__logo {
  margin: 0 0 20px;
}
.l-footer__logo a {
  display: block;
  width: 200px;
}
.l-footer .footer-copyright {
  font-size: 1.1rem;
  font-weight: 500;
  color: #ffffff;
  text-align: right;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-copyright {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .l-footer__logo a {
    width: 160px;
  }
  .l-footer .footer-copyright {
    font-size: 1.2rem;
    text-align: center;
  }
}
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	l-header
----------------------------------------*/
.l-header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  overflow: hidden;
}
.l-header__logo {
  padding: 20px;
  width: 120px;
}
.l-header__logo a {
  display: block;
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav a {
  color: inherit;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 0px 10px rgb(0, 0, 0);
}
.l-header__toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__toggle {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 56px;
    height: 56px;
    z-index: 999;
    background-color: #000000;
    cursor: pointer;
    z-index: 999;
  }
  .l-header__toggle div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 30px;
    height: 16px;
  }
  .l-header__toggle span {
    display: block;
    width: 100%;
    height: 1.5px;
    background: #78652a;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__toggle p {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    margin: 8px 0 0;
  }
  .l-header__toggle.is-active div span:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg);
  }
  .l-header__toggle.is-active div span:nth-child(2) {
    opacity: 0;
  }
  .l-header__toggle.is-active div span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotate(45deg);
  }
}

.sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  z-index: 998;
}
.sp-menu .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.9rem;
}
.sp-menu .nav a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
.sp-menu .nav li {
  margin-bottom: 20px;
}
.sp-menu .nav li:last-child {
  margin-bottom: 0;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-nav
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-sidebar
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-heading-main
----------------------------------------*/
main {
  overflow: hidden;
}

.c-heading-main {
  text-align: center;
}

.c-box {
  background: #f4f4f4;
  border: 2px solid #000000;
  border-radius: 6px;
  padding: 40px;
}

/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	c-breadcrumb
----------------------------------------*/
.c-breadcrumb {
  width: 1000px;
  padding: 10px 15px;
  margin: 0 auto 3rem;
  position: relative;
  font-size: 1.1rem;
}
.c-breadcrumb li:after {
  content: ">";
  position: absolute;
  right: -18px;
  top: 0;
  bottom: 0;
  height: 20px;
  margin: auto;
}
.c-breadcrumb li:last-child:after {
  content: none;
}
.c-breadcrumb a {
  display: inline-block;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-button
----------------------------------------*/
.c-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-button {
  position: relative;
}
.c-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  height: 60px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  background: #f8f9fa;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  bottom: 0;
}
.c-button a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_arrow@3x.png) no-repeat;
  background-size: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-button a:hover {
  color: inherit;
  text-decoration: none;
  position: relative;
  bottom: -4px;
  background-color: #000000;
  color: #ffffff;
}
.c-button a:hover:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/ico_arrow-white@3x.png) no-repeat;
  background-size: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-button__image {
  width: 240px;
  margin: 0 auto;
}
.c-button__image img {
  width: 100%;
  height: auto;
}

.c-button__black {
  position: relative;
}
.c-button__black a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  height: 60px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  background: #000000;
  color: #ffffff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  bottom: 0;
}
.c-button__black a:hover {
  color: inherit;
  text-decoration: none;
  position: relative;
  bottom: -4px;
  background-color: #f8f9fa;
  color: #000000;
}
.c-button__black__image {
  width: 240px;
  margin: 0 auto;
}
.c-button__black__image img {
  width: 100%;
  height: auto;
}

.c-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-button2 {
  font-family: "Poppins", sans-serif;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: auto;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #000000;
  padding: 20px 50px 20px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 100px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.c-button2 a {
  color: #ffffff;
}
.c-button2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 30px;
  height: 30px;
  background: url(../img/_common/icon-arrow-right01.png) center/cover;
  margin: auto;
}
.c-button2.-few {
  padding: 12px 20px 12px 0;
  height: auto;
  line-height: 1.6;
}

.c-button-sub {
  font-family: "Poppins", sans-serif;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background: #000000;
  padding: 12px 0 12px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 100px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-heading
----------------------------------------*/
.c-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 4px;
}
.c-heading__main span, .c-heading__sub span {
  display: inline-block;
}
.c-heading__main {
  background: url(../img/common/item-headline-main@3x.png) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin: 0 auto;
  height: auto;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  font-size: 2.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}
@media screen and (min-width: 767px) {
  .c-heading__main {
    width: 280px;
    height: 80px;
    font-size: 2rem;
    padding-top: 36px;
    background-size: contain;
  }
}
.c-heading__main span {
  line-height: 1.2;
  -webkit-transition: 0.6s 0.6s;
  transition: 0.6s 0.6s;
}
.c-heading__sub {
  background: url(../img/common/item-headline-sub@3x.png) no-repeat bottom center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin: 0 auto;
  height: auto;
  text-align: center;
  font-size: 1.1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-heading__sub {
    padding-left: 25px;
  }
}
@media screen and (min-width: 767px) {
  .c-heading__sub {
    width: auto;
    height: auto;
    padding-left: 30px;
    font-size: 1.8rem;
    padding-top: 0;
    background-size: contain;
  }
}
.c-heading__sub span {
  font-size: 2rem;
  font-weight: bold;
}
.c-heading__sub2 {
  background: url(../img/common/item-headline-sub@3x.png) no-repeat bottom center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin: 0 auto;
  height: auto;
  text-align: center;
  font-size: 1.1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 15px;
}
@media screen and (min-width: 767px) {
  .c-heading__sub2 {
    width: auto;
    height: auto;
    padding-left: 30px;
    font-size: 1.8rem;
    padding-top: 0;
    background-size: contain;
  }
}
.c-heading__sub2 span {
  font-weight: bold;
  font-size: 2rem;
}
.c-heading__ttl {
  font-size: 2.3rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-heading__ttl {
    font-size: 2rem;
  }
}
.c-heading__p_sub {
  color: #000000;
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-heading__p_sub {
    font-size: 1.8rem;
  }
}
.c-heading__p_sub2 {
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-pager
----------------------------------------*/
.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	c-pagination
----------------------------------------*/
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagination__prev a, .c-pagination__next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-pagination__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
}
.c-pagination__body li,
.c-pagination__body a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-pagination__body li {
  width: 40px;
  height: 40px;
  list-style: none;
  margin: 0 5px;
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-pagination__body a {
  width: 100%;
  height: 100%;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	i-inner
----------------------------------------*/
.i-inner {
  background: #ffffff;
  padding: 60px 120px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .i-inner {
    padding: 60px 30px;
  }
}
.i-inner.-gray {
  background: #f4f4f4;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-title
----------------------------------------*/
.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #333;
}
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	img-wrap
----------------------------------------*/
.img-wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.img-wrap.-w80 {
  width: 80%;
}
.img-wrap.-w5 {
  width: 5%;
}
.img-wrap.-w10 {
  width: 10%;
}
.img-wrap.-w15 {
  width: 15%;
}
.img-wrap.-w20 {
  width: 20%;
}
.img-wrap.-w40 {
  width: 40%;
}
.img-wrap.-w50 {
  width: 50%;
}
.img-wrap.-w60 {
  width: 60%;
}
.img-wrap.-w90 {
  width: 90%;
  margin: 0 auto;
}
.img-wrap img {
  width: 100%;
  height: auto;
}

.img-center {
  text-align: center;
}
.img-center figcaption {
  margin-top: 8px;
}

.c-award-img {
  width: 450px;
  margin: 25px auto 35px;
}
@media screen and (max-width: 767px) {
  .c-award-img {
    width: 90%;
  }
}
.c-award-img figcaption {
  font-size: 1.3rem;
}

.c-about-img {
  width: 450px;
  margin: 25px auto;
}
@media screen and (max-width: 767px) {
  .c-about-img {
    width: 90%;
  }
}
.c-about-img figcaption {
  font-size: 1.3rem;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	row
----------------------------------------*/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-section-row, .bgb-image2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 44px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px;
}
@media screen and (max-width: 767px) {
  .c-section-row, .bgb-image2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

.c-section-row-5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.bgb-image3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .bgb-image3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.bgb-image-link3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  text-align: center;
}
.bgb-image-link3 img {
  width: 100%;
}
.bgb-image-link3 .bgt-box__caption {
  text-align: center;
}
.bgb-image-link3 .bgt-box__caption b {
  display: block;
}

.c-section-row-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.c-section-row-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-section-row-three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.c-section-row-three .c-section-row__column {
  width: calc(33.3333333333% - 15px);
}
@media screen and (max-width: 767px) {
  .c-section-row-three .c-section-row__column {
    width: 100%;
  }
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	p-pagenavi
----------------------------------------*/
.wp-pagenavi {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: #ffffff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px 40px;
  text-align: center;
  line-height: 1.6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  position: relative;
}

.p-pagenavi {
  margin-bottom: 60px;
}
.p-pagenavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-pagenavi ul {
    gap: 10px;
  }
}
.p-pagenavi__item {
  width: calc(33.3333333333% - 90px);
}
@media screen and (max-width: 767px) {
  .p-pagenavi__item {
    width: auto;
    width: calc(50% - 10px);
  }
}
.p-pagenavi__item a {
  background: #ffffff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px 40px;
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-pagenavi__item a {
    font-size: 1.4rem;
    height: auto;
    padding: 20px 5px;
  }
}
.p-pagenavi__item a:before {
  content: "";
  width: 7px;
  height: 7px;
  background: url(../img/_common/ico-btn-arrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 14px;
  bottom: 14px;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-txt
----------------------------------------*/
.c-txt.-w80 {
  width: 80%;
  margin: 0 auto;
}
.c-txt.-w90 {
  width: 90%;
  margin: 0 auto;
}
.c-txt p {
  margin-bottom: 30px;
}
.c-txt p:last-child {
  margin-bottom: 0;
}
.c-txt dl {
  margin-bottom: 30px;
}
.c-txt dl:last-child {
  margin-bottom: 0;
}
.c-txt a {
  text-decoration: underline;
}
.c-txt__strong {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .c-txt__strong {
    font-size: 1.7rem;
  }
}

.c-txt-right {
  text-align: right;
}

.c-txt-center {
  text-align: center;
}

/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	c-sub
----------------------------------------*/
.c-sub.-white {
  background: #ffffff;
}
.c-sub.-few_top {
  padding-bottom: 40px;
}
.c-sub.-few {
  padding: 40px 0;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-box
----------------------------------------*/
.c-box {
  background: #effdfd;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.c-box-sub {
  background: #000000;
  color: #ffffff;
  padding: 20px;
}
.c-box-sub .ttl {
  font-size: 2rem;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
  c-section-feature-right
----------------------------------------*/
.c-section-feature-right {
  position: relative;
  color: #fff;
  padding: 50px calc(1px - (50% - 50vw)) 50px 60px;
  margin: 0 calc(50% - 50vw) 0 -60px;
}
@media screen and (max-width: 767px) {
  .c-section-feature-right {
    padding: 20px calc(1px - (50% - 50vw)) 20px 20px;
    margin: 0 calc(50% - 50vw) 0 -20px;
  }
}
.c-section-feature-right .inner {
  position: relative;
  z-index: 1;
}
.c-section-feature-right .inner .ttl {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.c-section-feature-right .inner .name-wrap {
  line-height: 1.6;
}
.c-section-feature-right .inner .name-wrap .name {
  font-size: 2.4rem;
}
.c-section-feature-right .inner .name-wrap .read {
  font-size: 1.2rem;
}
.c-section-feature-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 0;
}

.p-person .c-section-feature-right {
  margin-bottom: 120px;
}

/*----------------------------------------
  c-section-feature-left
----------------------------------------*/
.c-section-feature-left {
  position: relative;
  color: #fff;
  padding: 50px 60px 50px calc(1px - (50% - 50vw));
  margin: 0 -60px 0 calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .c-section-feature-left {
    padding: 20px 20px 20px calc(1px - (50% - 50vw));
    margin: 0 -20px 0 calc(50% - 50vw);
  }
}
.c-section-feature-left:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: -1;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-main-img
----------------------------------------*/
.c-main-img {
  position: relative;
}
.c-main-img figure {
  height: 300px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-main-img figure {
    height: auto;
  }
}
.c-main-img figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-main-img_ttl {
  color: #ffffff;
  font-weight: 500;
  font-size: 3.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-main-img_ttl {
    font-size: 2.5rem;
    width: 100%;
    text-align: center;
  }
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	movie-wrap
----------------------------------------*/
.movie-wrap {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.movie-wrap iframe {
  width: 100%;
  height: 400px;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	form
----------------------------------------*/
form input[type=text] {
  width: 100%;
  background: #f4f4f4;
  padding: 6px;
}
form textarea {
  width: 100%;
  background: #f4f4f4;
  padding: 6px;
}
form select {
  background: #f4f4f4;
  padding: 4px 12px;
}
form input[type=checkbox] {
  background: #f4f4f4;
  padding: 6px;
  width: 20px;
  height: 20px;
  border: 1px solid #333333;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-list
----------------------------------------*/
.c-list li {
  position: relative;
  padding-left: 15px;
}
.c-list li:before {
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  border-radius: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #000000;
}

.c-list-point {
  font-weight: normal;
}
.c-list-point dt {
  font-weight: normal;
  position: relative;
  padding-left: 15px;
}
.c-list-point dt:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  display: inline-block;
}

/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	u-animation
----------------------------------------*/
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	u-device-sp
----------------------------------------*/
.u-device-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-device-sp {
    display: block;
  }
}

/*----------------------------------------
	u-device-tablet
----------------------------------------*/
.u-device-tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-device-tablet {
    display: block;
  }
}

/*----------------------------------------
	u-device-pc
----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-device-pc {
    display: none;
  }
}

/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	p-front-mv
----------------------------------------*/
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-front-mv {
  padding: 150px 0 300px;
  background: url(../img/top/bg-main-pc.png);
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.p-front-mv .logo {
  width: 160px;
  margin: 0 auto 30px;
}
.p-front-mv .c-text {
  text-align: center;
}
.p-front-mv .c-text p {
  margin-bottom: 20px;
}
.p-front-mv .c-text p:last-child {
  margin-bottom: 0;
}
.p-front-mv .illust {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: -160px;
  left: 0;
  width: 900px;
  height: auto;
  opacity: 0.9;
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
@media screen and (max-width: 767px) {
  .p-front-mv .illust {
    bottom: 0;
    left: 0;
    width: 90rem;
    height: auto;
    opacity: 0.9;
  }
}

@media screen and (max-width: 767px) {
  .p-front-mv {
    background: url(../img/top/bg-main-sp@3x.png);
    padding-bottom: 300px;
    background-size: cover;
  }
}
.important-news {
  background-color: #dedede;
}
.important-news .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 767px) {
  .important-news .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .important-news .row {
    padding-bottom: 20px;
  }
}
.important-news .row .c-label {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .important-news .row .c-label {
    padding: 6px 20px;
    width: 100%;
    margin-right: 0;
  }
}
.important-news .row .c-label br {
  display: none;
}
@media screen and (max-width: 767px) {
  .important-news .row .c-text {
    overflow: scroll;
    height: 60px;
    padding: 10px 35px;
  }
}
@media screen and (min-width: 767px) {
  .important-news .row .c-text {
    width: 600px;
    overflow: scroll;
    height: 60px;
    padding-right: 15px;
  }
}
.important-news .row .c-text {
  position: relative;
}
.important-news .row .spring__news-link {
  visibility: visible;
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  .important-news .row .c-label {
    margin-right: 0;
  }
  .important-news .row .c-label br {
    display: block;
  }
}
.next-meeting {
  padding: 80px 0;
  background: url(../img/top/bg-kentei-pc.png) no-repeat;
}
.next-meeting .inner {
  width: 500px;
  padding-bottom: 40px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px 5px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .next-meeting .inner {
    width: 90%;
    padding-bottom: 40px;
  }
}
.next-meeting .inner .ttl {
  background-color: #92583e;
  text-align: center;
  font-size: 2.4rem;
  padding: 15px 0;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .next-meeting .inner .txt {
    padding: 20px;
  }
}
.next-meeting .inner .txt .date {
  text-align: center;
}
.next-meeting .inner .txt .date span {
  font-size: 3rem;
}
.next-meeting .inner .txt .caption {
  text-align: center;
}

.about-meeting {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .about-meeting {
    overflow: hidden;
  }
}
.about-meeting .row {
  gap: 30px;
}
.about-meeting .c-heading__main {
  margin-bottom: 35px;
}
.about-meeting .autoplay {
  width: 370px;
}
@media screen and (max-width: 767px) {
  .about-meeting .autoplay {
    width: 100%;
  }
}
.about-meeting:before {
  content: "";
  width: 350px;
  height: 150px;
  background: url(../img/common/bg-cloud-top.png);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.about-meeting:after {
  content: "";
  width: 350px;
  height: 210px;
  background: url(../img/common/bg-cloud-bottom.png);
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about-meeting:after {
    width: 100%;
    height: 300px;
  }
}
@media screen and (min-width: 767px) {
  .about-meeting .inner {
    width: 500px;
  }
}
.about-meeting figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.guide {
  background: url(../img/common/bg-tile.png) #8a8585 repeat-x 0 0;
  background-size: 300px;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .guide {
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.guide .autoplay {
  width: 290px;
}
@media screen and (max-width: 767px) {
  .guide .autoplay {
    width: 100%;
  }
}
.guide .c-heading__main {
  margin-bottom: 35px;
}
.guide .row {
  gap: 30px;
  margin-bottom: 30px;
}
.guide .row .text {
  width: 500px;
}
.guide .row .text h3 {
  margin-bottom: 30px;
}
.guide .row figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.information {
  padding: 60px 0;
}
.information .list {
  padding: 0 0 40px;
}
.information .list .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
      justify-self: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border-bottom: 1px solid #dedede;
  padding: 20px 0;
}
.information .list .col .date {
  margin-right: 12px;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	p-sub
----------------------------------------*/
.sub-fv {
  position: relative;
  height: 500px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sub-fv {
    height: 270px;
  }
}
.sub-fv figure {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub-fv figure img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .sub-fv figure img {
    height: auto;
  }
}
.sub-fv .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2.4rem;
  text-align: center;
  color: #ffffff;
  text-shadow: 5px 2px 5px rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .sub-fv .inner {
    width: 95%;
  }
}
.sub-fv .inner .page-eng {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
.sub-fv .inner .page-ttl {
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 767px) {
  .sub-fv.-contact figure {
    top: 50%;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .sub-fv.-qa figure {
    top: 50%;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}

.content-section {
  padding: 60px 0;
}

/* フォームの設定 */
.form {
  max-width: 870px;
  margin-top: 40px;
}

.form--kentei {
  max-width: 100%;
}

.form--kentei .form__group-title {
  width: 46px;
}

@media (max-width: 767.98px) {
  .form--kentei .form__group-title {
    width: 39px;
  }
}
.form--kentei .form__group-body {
  width: calc(100% - 46px);
}

@media (max-width: 767.98px) {
  .form--kentei .form__group-body {
    width: calc(100% - 39px);
  }
}
.form--kentei .invalid-feedback.padding {
  padding-left: 46px;
}

@media (max-width: 767.98px) {
  .form--kentei .invalid-feedback.padding {
    padding-left: 39px;
  }
}
.form > :first-child {
  margin-top: 0;
}

.form__row {
  margin-top: 30px;
}

.form__row:first-child {
  margin-top: 0;
}

.form__row-title {
  width: 220px;
  padding-top: 14px;
  padding-right: 10px;
}

@media (max-width: 767.98px) {
  .form__row-title {
    width: 100%;
    padding-top: 0;
  }
}
.form__row-required {
  background-color: #b44c4c;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06em;
  color: #fff;
  margin-left: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form__row-content {
  width: calc(100% - 220px);
}

@media (max-width: 767.98px) {
  .form__row-content {
    width: 100%;
    margin-top: 14px;
  }
}
.form__row-content-inner {
  margin-left: -12px;
  margin-right: -12px;
}

@media (max-width: 767.98px) {
  .form__row-content-inner {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.form__group.padding {
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 767.98px) {
  .form__group.padding {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.form__group.min {
  max-width: 300px;
}

@media (max-width: 767.98px) {
  .form__group.min {
    max-width: 165px;
  }
}
.form__group.extra-min {
  max-width: 100px;
}

@media (max-width: 767.98px) {
  .form__group.extra-min {
    max-width: 165px;
  }
}
.form__group.min-md {
  max-width: 300px;
}

@media (max-width: 767.98px) {
  .form__group.min-md {
    max-width: 100%;
  }
}
.form__group.check > :not(:first-child) {
  padding-left: 26px;
}

@media (max-width: 767.98px) {
  .form__group.check > :not(:first-child) {
    margin-top: 16px;
  }
}
.form__group-title {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #2a2a2a;
  width: 40px;
  padding-right: 5px;
}

@media (max-width: 767.98px) {
  .form__group-title {
    width: 32px;
  }
}
.form__group-body {
  width: calc(100% - 40px);
}

@media (max-width: 767.98px) {
  .form__group-body {
    width: calc(100% - 32px);
  }
}
.form .input input {
  font-size: 14px;
  line-height: 20px;
  padding: 10px 14px;
  background-color: #f8f8f8;
  border: 1px solid #f0f0f0;
  color: #2a2a2a;
  height: 56px;
}

@media (max-width: 767.98px) {
  .form .input input {
    padding: 10px;
  }
}
.form .input input::-webkit-input-placeholder {
  color: #8d8d8d;
}

.form .input input:-ms-input-placeholder {
  color: #8d8d8d;
}

.form .input input::-ms-input-placeholder {
  color: #8d8d8d;
}

.form .input input::-moz-placeholder {
  color: #8d8d8d;
}

.form .input input::placeholder {
  color: #8d8d8d;
}

.form .input input::-webkit-inner-spin-button, .form .input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form .input.card {
  width: calc(100% - 125px);
}

@media (max-width: 374px) {
  .form .input.card {
    width: calc(100% - 70px);
  }
}
.form .input.card input {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.form .input.card #cc-cvv {
  padding-right: 30px;
}

.form .input__label {
  width: 125px;
}

@media (max-width: 374px) {
  .form .input__label {
    width: 70px;
  }
}
.selectwrap {
  position: relative;
  display: inline-block;
}

.selectwrap select {
  font-size: 14px;
  line-height: 17px;
  padding: 19px 14px;
  background-color: #f8f8f8;
  border: 1px solid #f0f0f0;
  cursor: pointer;
  font-weight: 300;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding-right: 35px;
}

/* ▼マークを右側に追加 */
.selectwrap::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  color: #888;
  font-size: 10px;
}

.form .select select.select-gray option:not(:first-of-type) {
  color: #2a2a2a;
}

.form .select.no-bg select {
  background-color: rgba(0, 0, 0, 0);
}

.form .check input {
  cursor: pointer;
}

.form .check__label {
  margin-left: 10px;
  cursor: pointer;
}

.form .check__label.min {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

.form .textarea textarea {
  height: 200px;
  resize: none;
  background-color: #f8f8f8;
  border: 1px solid #f0f0f0;
  color: #2a2a2a;
  padding: 30px;
  font-weight: 300;
  font-size: 14px;
  line-height: 23px;
}

@media (max-width: 767.98px) {
  .form .textarea textarea {
    height: 150px;
  }
}
.form .btn {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .form .btn {
    margin-top: 32px;
  }
}
.fw-bold {
  font-weight: bold;
  position: relative;
}
.fw-bold:before {
  content: "・";
}

.form__item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e8e8e8;
}

@media (max-width: 767.98px) {
  .form__item {
    padding-top: 32px;
  }
}
.form__item-title {
  width: 225px;
  padding-right: 10px;
}

@media (max-width: 991.98px) {
  .form__item-title {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .form__item-title > * {
    margin-top: 10px;
  }
  .form__item-title > :first-child {
    margin-top: 0;
  }
}
.form__item-body {
  width: calc(100% - 225px);
}

@media (max-width: 991.98px) {
  .form__item-body {
    width: 100%;
    margin-top: 16px;
  }
}
.form__item-inner {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #e8e8e8;
}

@media (max-width: 767.98px) {
  .form__item-inner {
    padding-top: 24px;
    margin-top: 22px;
  }
}
.form__item-inner:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

.form__item-inner.active .form__item-inner-body {
  overflow: visible;
}

.form__item-inner.active .form__accordion-btn {
  background-color: #000;
}

.form__item-inner.active .form__accordion-btn .form__accordion-btn-text {
  color: #f8f9fa;
}

.form__item-inner-body {
  overflow: hidden;
  height: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.form__accordion-btn {
  display: block;
  margin-left: auto;
  width: 100%;
  max-width: 188px;
  border-radius: 5px;
  background-color: #f8f9fa;
  padding: 14px 10px;
  cursor: pointer;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media (max-width: 767.98px) {
  .form__accordion-btn {
    margin-right: auto;
    margin-left: 26px;
    margin-top: 16px;
  }
}
:root.hover .form__accordion-btn:hover {
  background-color: #000;
}

:root.hover .form__accordion-btn:hover .form__accordion-btn-text {
  color: #f8f9fa;
}

.form__accordion-btn-text {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 767.98px) {
  .form__accordion-btn-text {
    font-size: 16px;
    line-height: 21px;
  }
}
.form__textarea-wrap {
  margin-top: 20px;
  padding-left: 30px;
}

@media (max-width: 767.98px) {
  .form__textarea-wrap {
    padding-left: 26px;
  }
}
.form__card {
  margin-top: 33px;
  padding-left: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
}

@media (max-width: 767.98px) {
  .form__card {
    margin-top: 22px;
    padding-left: 26px;
    padding-bottom: 24px;
  }
}
.form__card + .form__group {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .form__card + .form__group {
    margin-top: 24px;
  }
}
.form__card .form__group {
  border-bottom: 1px solid #e8e8e8;
}

.form__card-list {
  margin-left: -6px;
  margin-right: -6px;
  max-width: 290px;
}

@media (max-width: 767.98px) {
  .form__card-list {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    max-width: 100%;
  }
}
.form__card-item {
  padding-left: 6px;
  padding-right: 6px;
  height: 30px;
}

.form__cvc-icon {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.form__cvc-icon:hover path, .form__cvc-icon:hover svg {
  fill: #b44c4c;
}

.form__cvc-icon:hover path g, .form__cvc-icon:hover svg g {
  stroke: #b44c4c;
}

.form__cvc-icon:hover .credit {
  opacity: 1;
  visibility: visible;
}

.form__group-row {
  margin-left: -27px;
  margin-right: -27px;
}

@media (max-width: 767.98px) {
  .form__group-row {
    margin-left: 0;
    margin-right: 0;
  }
}
.form__group-row > * {
  padding-left: 27px;
  padding-right: 27px;
}

@media (max-width: 767.98px) {
  .form__group-row > * {
    padding-left: 0;
    padding-right: 0;
  }
}
.credit {
  right: -10px;
  top: -210px;
  width: 332px;
  border-radius: 10px;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
  z-index: 1;
  -webkit-filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.33));
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 374px) {
  .credit {
    width: 300px;
  }
}
.credit:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  right: 5px;
  width: 0;
  height: 0;
  border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 23px 15px 0;
  z-index: -1;
}

.credit__line {
  height: 36px;
  background: #2e2e2e;
}

.credit__row {
  margin-top: 10px;
  padding-right: 7px;
}

.credit__text-wrap {
  margin-right: 8px;
  max-width: 160px;
  border-radius: 5px;
  background: #f8f8f8;
  border: 1px solid #f0f0f0;
  padding: 4px 5px;
}

.credit__circle {
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #0069e3;
  border-radius: 50%;
}

.credit .form__card-list {
  margin-top: 20px;
  padding-left: 20px;
  max-width: 100%;
}

@media (max-width: 374px) {
  .credit .form__card-item {
    height: 25px;
  }
}
.form .btn {
  display: table;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  width: 280px;
  height: 60px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  background: #f8f9fa;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  bottom: 0;
}

.text-small {
  font-size: 14px;
  line-height: 24px;
  color: #2e2e2e;
}

.text-extra-small {
  font-size: 12px;
  line-height: 15px;
  color: #2e2e2e;
}

.form-check-input {
  position: relative;
  top: -2px;
  margin-left: 0 !important;
}

.-privacy_box {
  padding: 12px;
}
.-privacy_box input {
  position: relative;
  top: 7px;
  background-color: #333333;
  accent-color: #333333;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	p-faq
----------------------------------------*/
.p-faq .faq-list .c-heading__sub {
  margin-bottom: 50px;
}
.p-faq .faq-list dl {
  border-top: 1px solid #dedede;
  padding: 25px 0;
}
.p-faq .faq-list dl:last-child {
  border-bottom: 1px solid #dedede;
}
.p-faq .faq-list dl dt {
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
}
.p-faq .faq-list dl dt br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-faq .faq-list dl dt br {
    display: block;
  }
}
.p-faq .faq-list dl dt i {
  color: #92583e;
  font-style: normal;
  font-size: 2.6rem;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.p-faq .faq-list dl dd {
  position: relative;
  padding-left: 45px;
}
.p-faq .faq-list dl dd i {
  color: #434343;
  font-style: normal;
  font-size: 2.6rem;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	p-flow
----------------------------------------*/
.p-flow .flow {
  position: relative;
}
.p-flow .flow:before {
  content: "";
  width: 350px;
  height: 220px;
  background: url(../img/common/bg-sub-top@2x.png);
  background-size: cover;
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: -1;
}
.p-flow .flow:after {
  content: "";
  width: 350px;
  height: 210px;
  background: url(../img/common/bg-sub-bottom@2x.png);
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: -50px;
  z-index: -1;
}
.p-flow .flow .list .col {
  position: relative;
  padding-left: 100px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-flow .flow .list .col {
    padding-left: 70px;
  }
}
.p-flow .flow .list .col .content dl {
  margin-bottom: 12px;
}
.p-flow .flow .list .col .content dl dt {
  position: relative;
}
.p-flow .flow .list .col .content dl dt:before {
  width: 5px;
  background: #333333;
  border-radius: 100%;
  height: 5px;
  content: "";
  position: absolute;
  left: -15px;
  top: 15px;
}
.p-flow .flow .list .col .content dl dd {
  margin-left: 12px;
}
.p-flow .flow .list .col .num {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  line-height: 1.2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  background-color: #dbdbdb;
}
.p-flow .flow .list .col .num span {
  font-size: 0.7rem;
}
.p-flow .flow .list .col .num i {
  font-size: 1.8rem;
}
.p-flow .flow .list .col:after {
  content: "";
  height: 100%;
  background-color: #dbdbdb;
  position: absolute;
  left: 25px;
  top: 0;
  width: 1px;
}
.p-flow .flow .list .col .sub-inner .head {
  margin-bottom: 15px;
}
.p-flow .flow .list .col .sub-inner .head h3 {
  font-size: 2.2rem;
  margin-bottom: 6px;
}
.p-flow .flow .list .col:last-child:after {
  display: none;
}
.p-flow .delivery {
  background-color: #ebebeb;
}
.p-flow .member {
  background: url(../img/flow/bg-member.png) no-repeat;
  background-size: cover;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	p-about
----------------------------------------*/
.p-about .about-text {
  position: relative;
}
@media screen and (min-width: 767px) {
  .p-about .about-text {
    padding-bottom: 0;
  }
}
.p-about .about-text:before {
  content: "";
  width: 350px;
  height: 150px;
  background: url(../img/common/bg-cloud-top.png);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.p-about .about-text:after {
  content: "";
  width: 350px;
  height: 210px;
  background: url(../img/common/bg-cloud-bottom.png);
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about .about-text:after {
    width: 100%;
    height: 300px;
  }
}
.p-about .about-voice {
  background-color: #ebebeb;
}
.p-about .about-voice dl {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 25px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-about .about-voice dl {
    margin-bottom: 20px;
    padding: 18px;
  }
}
.p-about .about-voice dl dt {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .p-about .about-voice dl dt {
    width: 60px;
  }
}
.p-about .about-voice dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-about .about-merit .col {
  padding: 30px 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-about .about-merit .col {
    padding: 15px;
  }
}
.p-about .about-merit .col:last-child {
  margin-bottom: 0;
}
.p-about .about-merit .col dl {
  text-align: center;
  margin-bottom: 30px;
}
.p-about .about-merit .col dl dt {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.p-about .about-merit .col dl dd {
  width: 150px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-about .about-merit .col dl dd {
    width: 110px;
  }
}
.p-about .about-merit .col .text {
  margin-bottom: 30px;
}
.p-about .about-merit .col .famous .fukidashi {
  text-align: center;
}
.p-about .about-merit .col .famous .fukidashi span {
  color: #ffffff;
  background-color: #333333;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  padding: 5px 12px;
  position: relative;
}
.p-about .about-merit .col .famous .fukidashi span:after {
  content: "";
  background: url(../img/about/fukidashi-arrow@3x.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -6px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 12px;
  height: 12px;
}
.p-about .about-merit .col .famous .text {
  border-radius: 12px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
.p-about .about-merit .merit-01 {
  border-radius: 15px;
  background-color: #e2d8ac;
}
.p-about .about-merit .merit-02 {
  border-radius: 15px;
  background-color: #ebebeb;
}
.p-about .about-merit .merit-03 {
  border-radius: 15px;
  background-color: #b7d7c9;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	p-guide
----------------------------------------*/
.p-guide .shiken-detail {
  background-color: #ebebeb;
}
.p-guide .shiken-detail .c-heading__p_sub2 {
  list-style: decimal !important;
  list-style-position: outside !important;
  position: relative;
  margin-bottom: 10px !important;
}
.p-guide .shiken-detail .c-heading__p_sub2:before {
  width: 5px;
  background: #333333;
  border-radius: 100%;
  height: 5px;
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.p-guide .study {
  position: relative;
}
.p-guide .study:before {
  content: "";
  width: 350px;
  height: 220px;
  background: url(../img/common/bg-sub-top@2x.png);
  background-size: cover;
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: -1;
}
.p-guide .study:after {
  content: "";
  width: 350px;
  height: 210px;
  background: url(../img/common/bg-sub-bottom@2x.png);
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: -50px;
  z-index: -1;
}
.p-guide .application-detail .toggle-list .toggle-list-col {
  margin-bottom: 30px;
}
.p-guide .application-detail .toggle-list .toggle-list-col .toggle-list-col_item > dt {
  background: #f0f0f0;
  font-size: 2rem;
  padding: 10px 15px;
  margin-bottom: 22px;
  position: relative;
  /*
  &:before {
      content: "";
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translate(0,-50%);
      width: 25px;
      height: 25px;
      background: url(../img/guide/ico-plus@3x.png);
      background-size: cover;
      @include mq(sp) {
          right: 10px;
      }
  }
  &.active {
      &:before {
          content: "";
          width: 25px;
          height: 1px;
          background: url(../img/guide/ico-mainasu@3x.png);
          background-size: cover;
      }
  }*/
}
@media screen and (max-width: 767px) {
  .p-guide .application-detail .toggle-list .toggle-list-col .toggle-list-col_item > dt {
    font-size: 1.6rem;
  }
}
.p-guide .application-detail .toggle-list .toggle-list-col .toggle-list-col_item > dt.area-01 {
  border-bottom: 5px solid #7e5663;
}
.p-guide .application-detail .toggle-list .toggle-list-col .toggle-list-col_item > dt.area-02 {
  border-bottom: 5px solid #48525d;
}
.p-guide .application-detail .toggle-list .toggle-list-col .toggle-list-col_item > dt.area-04 {
  border-bottom: 5px solid #688354;
}
.p-guide .application-detail .toggle-list .toggle-list-col .toggle-list-col_item > dt.area-03 {
  background-color: #d2ad4d;
  border-top: 1px solid #40320e;
  border-bottom: 1px solid #40320e;
}
.p-guide .application-detail .toggle-list .toggle-list-col .toggle-list-col_item dd .sub-label {
  text-align: center;
  margin: 15px 0;
}
.p-guide .application-detail .toggle-list .toggle-list-col .toggle-list-col_item dd .sub-label span {
  padding: 7px 0;
  border-bottom: 1px solid #000000;
}
.p-guide .application-detail .toggle-list .toggle-list-col .toggle-list-col_item dd dl {
  border-bottom: 1px solid #dedede;
  padding: 20px 0;
}
.p-guide .application-detail .toggle-list .toggle-list-col .toggle-list-col_item dd dl:last-child {
  border-bottom: 1px solid #dedede;
}
.p-guide .application-detail .toggle-list .toggle-list-col .toggle-list-col_item dd dl dt {
  margin-bottom: 25px;
}
.p-guide .application-detail .toggle-list .toggle-list-col .toggle-list-col_item dd .lecture-study {
  width: 500px;
  padding-bottom: 40px;
  margin: 0 auto;
  border: 1px solid #909090;
  background-color: #f5f5f5;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-guide .application-detail .toggle-list .toggle-list-col .toggle-list-col_item dd .lecture-study {
    width: 95%;
    padding-bottom: 0;
  }
}
.p-guide .application-detail .toggle-list .toggle-list-col .toggle-list-col_item dd .lecture-study figure {
  width: 200px;
  margin: 0 auto 35px;
}
.p-guide .application-detail .toggle-list .toggle-list-col .toggle-list-col_item dd .lecture-study figure figcaption {
  line-height: 1.5;
  font-size: 1.1rem;
  margin-top: 7px;
}
.p-guide .application-detail .toggle-list .toggle-list-col .toggle-list-col_item dd .lecture-study .inner {
  padding: 25px;
}
.p-guide .application-detail .toggle-list .toggle-list-col .toggle-list-col_item dd .lecture-study .label {
  background-color: #92583e;
  text-align: center;
  font-size: 2.4rem;
  padding: 15px 0;
  color: #ffffff;
}
.p-guide .application-detail .toggle-list .toggle-list-col .toggle-list-col_item dd .lecture-study .text p {
  margin-bottom: 15px;
}