@charset "UTF-8";
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	font
----------------------------------------*/
/*----------------------------------------
	fontFamily
----------------------------------------*/
/*----------------------------------------
	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 {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       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;
}

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

body {
  font-size: 1.5rem;
  line-height: 2;
  color: #000000;
  background: #ffffff;
  font-weight: 500;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo", "メイリオ", "Yu Gothic", "游ゴシック", sans-serif;
}
body.is-hidden {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.4vw;
  }
}

main {
  display: block;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
dt,
th {
  font-weight: bold;
}

button {
  color: #323131;
}

/* ---- パーツオプション --- */
.u-mt15 {
  margin-top: 15px !important;
}

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

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

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

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

.u-mb50 {
  margin-bottom: 50px !important;
}

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

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

.eng {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 2.3rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .eng {
    line-height: 1.5;
    font-size: 2.1rem;
  }
}
.eng span {
  font-size: 4.8rem;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .eng span {
    font-size: 3.3rem;
  }
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-container
----------------------------------------*/
.l-container {
  max-width: 1000px;
  margin: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .l-container.-section {
    padding: 0 4vw;
  }
}

.subpage__container {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .subpage__container {
    margin-top: 50px;
  }
}
.subpage__container main.-sub {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  background: #FAFAFA;
  padding: 6vw;
}
@media screen and (max-width: 767px) {
  .subpage__container main.-sub {
    width: 100%;
  }
}
.subpage__container aside {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: url(../img/common/aside_img.png) 100% top no-repeat #FAFAFA;
  background-attachment: fixed;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .subpage__container aside {
    display: none;
  }
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	l-footer
----------------------------------------*/
.l-footer {
  padding: 30px 0;
  position: relative;
  background: #4D4D4D;
  color: #ffffff;
}
.l-footer a {
  color: #ffffff;
}
.l-footer .l-container {
  max-width: 1000px;
}
.l-footer__flex {
  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;
}
@media screen and (max-width: 767px) {
  .l-footer__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.l-footer__copyright {
  font-size: 1rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    text-align: center;
  }
}
.l-footer__logo {
  width: 230px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 50%;
    margin: 0 auto 10px;
  }
}
.l-footer__info .tel {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
  display: inline-block;
}
.l-footer__info address {
  line-height: 1.4;
  font-size: 1rem;
  display: inline-block;
}

/*----------------------------------------
	@use
----------------------------------------*/
#loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dedede;
  z-index: 9999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loader {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  width: 30px;
  height: 30px;
}

.loader .path {
  stroke: #fff; /* 白色で回転 */
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.toggle-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 995;
  background: #ffffff;
  display: none;
  padding: 10vw 6vw;
}
@media screen and (max-width: 767px) {
  .toggle-menu {
    padding: 10vw 5vw;
    z-index: 998;
  }
}
.toggle-menu__toggle {
  width: 80px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  height: 80px;
  background: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .toggle-menu__toggle {
    width: 60px;
    height: 60px;
  }
}
.toggle-menu__toggle span.ico {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20px;
  height: 18px;
  margin-bottom: 6px;
}
.toggle-menu__toggle span.ico span {
  display: block;
  width: 100%;
  height: 3px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toggle-menu__toggle .ttl {
  line-height: 1;
  margin-top: 4px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .toggle-menu__toggle .ttl {
    font-size: 0.9rem;
  }
}
.toggle-menu.is-active .toggle-menu__toggle > span span {
  background: #fff;
}
.toggle-menu.is-active .toggle-menu__toggle > span span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}
.toggle-menu.is-active .toggle-menu__toggle > span span:nth-child(2) {
  opacity: 0;
}
.toggle-menu.is-active .toggle-menu__toggle > span span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}
.toggle-menu.is-active {
  display: block;
}
.toggle-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (max-width: 767px) {
  .toggle-menu__inner {
    gap: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 50px;
    overflow: scroll;
    height: 80vh;
  }
}
.toggle-menu__main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .toggle-menu__main ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (min-width: 767px) {
  .toggle-menu__main ul li {
    width: calc(50% - 15px);
  }
}
.toggle-menu__main ul li a {
  border-bottom: 1px solid #666666;
  font-size: 2.5rem;
  padding: 15px;
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .toggle-menu__main ul li a {
    font-size: 2rem;
    padding: 9px;
  }
}
.toggle-menu__sub {
  margin-top: 2rem;
}
.toggle-menu__sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 0;
  width: 100%;
}
.toggle-menu__sub ul li {
  padding-right: 6px;
}
.toggle-menu__sub ul li a {
  font-size: 1.6rem;
  padding: 15px;
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 800;
  background: url(../img/common/ico-link-link01.svg) no-repeat right center;
  background-size: 10px;
  padding-right: 15px !important;
}
@media screen and (max-width: 767px) {
  .toggle-menu__sub ul li a {
    font-size: 1.4rem;
    padding: 9px;
  }
}

/*----------------------------------------
	l-header
----------------------------------------*/
.l-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.l-header.is-fixed .l-header__logo {
  opacity: 1 !important;
}
.l-header__container {
  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;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    z-index: 998;
  }
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    padding-left: 2vw;
  }
}
.l-header__nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__nav__top a {
    padding-right: 0;
  }
}
.l-header__nav__top li .ttl {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .l-header__nav__top li .ttl {
    font-size: 0.9rem;
  }
}
.l-header__nav__top li.-contact {
  background: #CCCCCC;
}
.l-header__nav__top li.-contact i {
  display: inline-block;
  width: 25px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header__nav__top li.-contact i {
    width: 20px;
  }
}
.l-header__nav__top li.-contact i img {
  width: 100%;
  height: auto;
}
.l-header__nav__top li.-contact a {
  background: #CCCCCC;
  color: #ffffff;
  padding: 12px 6px;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media screen and (max-width: 767px) {
  .l-header__nav__top li.-contact a {
    padding: 9px 3px;
  }
}
.l-header__nav__top li.-panf i {
  display: inline-block;
  width: 18px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header__nav__top li.-panf i {
    width: 15px;
  }
}
.l-header__nav__top li.-panf i img {
  width: 100%;
  height: auto;
}
.l-header__nav__top li.-panf a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #919191;
  color: #ffffff;
  padding: 12px 6px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header__nav__top li.-panf a {
    padding: 9px 3px;
  }
}
.l-header__nav__top li.-toggle {
  width: 80px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-header__nav__top li.-toggle {
    width: 60px;
  }
}
.l-header__nav__top li.-toggle span.ico {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 23px;
  height: 18px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .l-header__nav__top li.-toggle span.ico {
    width: 20px;
    height: 13px;
  }
}
.l-header__nav__top li.-toggle span.ico span {
  display: block;
  width: 100%;
  height: 3px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header__nav__top li.-toggle span.ico span {
    height: 2px;
  }
}
.l-header__nav__top li.-toggle .ttl {
  line-height: 1;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .l-header__nav__top li.-toggle .ttl {
    margin-top: 0;
    position: relative;
    top: 4px;
  }
}
.l-header__nav__top li.-toggle .l-header__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000000;
  color: #ffffff;
  padding: 19.5px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header__nav__top li.-toggle .l-header__toggle {
    padding: 18.1px 0;
  }
}
.l-header__logo {
  width: 240px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 160px;
    padding-left: 10px;
  }
}
.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo a img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.l-header__toggle {
  display: none;
}

.is-active .l-header__nav {
  opacity: 1;
  visibility: visible;
}
.is-active .l-header__toggle > span span {
  background: #fff;
}
.is-active .l-header__toggle > span span:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}
.is-active .l-header__toggle > span span:nth-child(2) {
  opacity: 0;
}
.is-active .l-header__toggle > span span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}
.is-active .l-header__toggle > span span.-txt {
  background: none !important;
}

/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	c-breadcrumb
----------------------------------------*/
.c-breadcrumb {
  font-size: 1rem;
  padding: 10px 0;
  border-top: 2px solid #198479;
}
.c-breadcrumb a {
  color: inherit;
  text-decoration: underline;
  position: relative;
  display: block;
}
.c-breadcrumb a:before {
  content: "";
  width: 6px;
  height: 8px;
  position: absolute;
  right: -13px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/_common/ico-arrow-right.svg) no-repeat center;
  background-size: 4px;
}
.c-breadcrumb > span {
  position: relative;
  display: block;
  padding-left: 16px;
}
.c-breadcrumb > span:before {
  background: #198479;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
}
.c-breadcrumb > span > span {
  margin-right: 16px;
  display: inline-block;
}
.c-breadcrumb > span > span a {
  position: relative;
  text-underline-offset: 2px;
}
.c-breadcrumb > span > span a:before {
  content: "";
  width: 7px;
  height: 9px;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-button
----------------------------------------*/
.c-button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6px 90px 6px 20px;
  font-size: 1.3rem;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 100px;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 700;
}
.c-button__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: 1.4rem;
    display: block;
    padding: 9px 70px 9px 60px;
  }
}
.c-button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 10px;
  height: 7px;
  background: url(../img/common/ico-link-link01.svg) no-repeat;
  background-size: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-button:after {
    right: 20px;
  }
}
.c-button[target=_blank]:after {
  width: 16px;
  height: 16px;
  background: url(../img/common/icon-link-blank01_white.svg) center/cover;
  border-top: none;
  border-right: none;
  rotate: 0deg;
}
.c-button.-return {
  color: #1C2F43;
  background: #fff;
  border: 1px solid #1C2F43;
}
.c-button.-return:after {
  right: auto;
  left: 30px;
  border-top: 2px solid #1C2F43;
  border-right: 2px solid #1C2F43;
  rotate: 225deg;
}
@media screen and (max-width: 767px) {
  .c-button.-return:after {
    left: 20px;
  }
}
.c-button_full {
  display: block;
}
.c-button_full .c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.c-button_full a {
  width: 100%;
}
.c-button_full__spwrap {
  padding-left: 5vw;
  padding-right: 5vw;
}

.c-button__contact {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 50px 9px 50px;
  font-size: 1.3rem;
  background: #dedede;
  text-align: center;
  border-radius: 100px;
}
.c-button__contact:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 10px;
  height: 7px;
  background: url(../img/common/ico-link-link01.svg) no-repeat;
  background-size: 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-button__contact:after {
    right: 20px;
  }
}

.c-button__gothic {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 50px 9px 50px;
  font-size: 1.3rem;
  background: #FFFFFF;
  text-align: center;
  border-radius: 100px;
}
.c-button__gothic__wrap {
  text-align: center;
}
.c-button__gothic[target=_blank] {
  position: relative;
}
.c-button__gothic[target=_blank]:after {
  content: "";
  width: 10px;
  height: 10px;
  background: url(../img/common/ico-link-target.svg) center/cover;
  background-size: 100%;
  border-top: none;
  border-right: none;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	contact__info
----------------------------------------*/
.contact__info__flex {
  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;
  gap: 0 60px;
}
.contact__info__label {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
}
.contact__info__tel .name {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
}
.contact__info__tel .tel {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
  display: inline-block;
}
.contact__info__tel address {
  line-height: 1.4;
  font-size: 1rem;
  display: inline-block;
}

form dd .horizontal-item:last-of-type {
  margin-left: 0px !important;
}
form input[type=checkbox] {
  border: 1px solid #000000;
  padding: 8px;
  position: relative;
  background: #ffffff;
}
form input[type=checkbox]:checked:before {
  position: absolute;
  top: 30%;
  left: 1px;
  -webkit-transform: rotate(50deg) translate(0, -50%);
          transform: rotate(50deg) translate(0, -50%);
  width: 7px;
  height: 11px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
form input[type=radio] {
  border: 1px solid #000000;
  padding: 8px;
  position: relative;
  border-radius: 100%;
  margin-right: 4px;
  background: #ffffff;
}
form input[type=radio]:checked:before {
  position: absolute;
  top: 30%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  background: #000000;
  border-radius: 100%;
  content: "";
}
form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
form dl dt {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
  width: 190px;
  margin-bottom: 0;
}
form dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
form dl dd label {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
}
form dl dd input[type=text] {
  padding: 2px 6px;
  background: #ffffff;
  width: 100%;
  border: 1px solid #707070;
}
form dl.contact_n {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
form dl.contact_n dt {
  width: 100%;
}
form dl.contact_n dd {
  width: 100%;
}
form dl.contact_n textarea {
  width: 100%;
  border: 1px solid #707070;
  background: #ffffff;
  height: 120px;
  margin-top: 6px;
}
form .syubetsu dd label {
  display: inline-block;
  margin-right: 10px;
}
form .privacy {
  height: 240px;
  overflow: scroll;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 10px;
  border-right: 1px solid #707070;
}
form .check__privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 10px;
}
form .submit__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
form .submit__btn input[type=submit] {
  background: #2C2C2C;
  border-radius: 100px;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-weight: 500;
  color: #ffffff;
  font-size: 2rem;
  padding: 10px 60px;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-flow
----------------------------------------*/
.c-flow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .c-flow {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-flow__item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  min-height: 130px;
  background: #fff;
  padding: 40px 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .c-flow__item {
    min-height: 80px;
    padding: 30px 0;
  }
}
.c-flow__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-top: 3px solid #198479;
  border-right: 3px solid #198479;
  margin: auto;
  rotate: 45deg;
}
@media screen and (max-width: 767px) {
  .c-flow__item:nth-child(2n):after {
    content: none;
  }
}
.c-flow__item:nth-child(4n):after, .c-flow__item:last-child:after {
  content: none;
}
.c-flow__number {
  position: absolute;
  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;
  top: 0;
  left: 50%;
  width: 48px;
  height: 48px;
  font-weight: bold;
  color: #fff;
  background: #54B7EE;
  border-radius: 50%;
  translate: -50% -50%;
}
.c-flow__img {
  width: 56px;
}
.c-flow__text {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-flow__text {
    font-size: 1.6rem;
  }
}
.c-flow__arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .c-flow__arrow {
    right: 8px;
    bottom: 8px;
    width: 20px;
    height: 20px;
  }
}
.c-flow__arrow img {
  vertical-align: baseline;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
  c-heading__main
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-link-text
----------------------------------------*/
.c-link-text a {
  color: #3582AD;
  text-decoration: underline;
}

/*----------------------------------------
  c-link-arrow
----------------------------------------*/
.c-link__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-link-arrow a {
  position: relative;
  padding-right: 50px;
  display: inline-block;
}
.c-link-arrow a:after {
  background: #FF7600 url(../img/common/arrow.svg) no-repeat center;
  background-size: 10px;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 100%;
}

/*----------------------------------------
  c-link__sub-menu
----------------------------------------*/
.c-link__sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  padding: 14px 14px;
  font-size: 1.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-link__sub-menu {
    padding: 12px 10px;
  }
}
.c-link__sub-menu[target=_blank]:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/_common/ico-link-target.svg) no-repeat right center;
  background-size: 100%;
}

/*----------------------------------------
	c-link-list-arrow
----------------------------------------*/
.c-link-list-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.c-link-list-arrow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.c-link-list-arrow li:before {
  content: "";
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  top: 6px;
  width: 12px;
  height: 12px;
  background: #198479;
}
@media screen and (max-width: 767px) {
  .c-link-list-arrow li:before {
    width: 12px;
    height: 12px;
  }
}
.c-link-list-arrow li a {
  font-weight: bold;
  text-decoration: underline;
  color: #198479;
}
.c-link-list-arrow li a[download]:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  background: url(../img/common/icon-link-file01.svg) center/cover;
  margin: 0 0 0 8px;
}
.c-link-list-arrow li a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 13px;
  background: url(../img/common/icon-link-blank01.svg) center/cover;
  margin: 0 0 0 8px;
}

/*----------------------------------------
	c-link-list-button
----------------------------------------*/
.c-link-list-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  max-width: 640px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-link-list-button {
    gap: 10px;
  }
}

/*----------------------------------------
	c-link-list-panel
----------------------------------------*/
.c-link-list-panel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}
@media screen and (max-width: 767px) {
  .c-link-list-panel {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.c-link-list-panel li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 78px;
  font-size: 2.1rem;
  font-weight: bold;
  background: #fff;
  padding: 10px 40px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .c-link-list-panel li a {
    height: 60px;
    font-size: 1.8rem;
    padding: 10px 20px;
  }
}
.c-link-list-panel li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 26px;
  bottom: 0;
  width: 25px;
  height: 25px;
  background: url(../img/common/icon-arrow01.svg) center/cover;
  margin: auto;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 767px) {
  .c-link-list-panel li a:after {
    right: 20px;
  }
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-list__interior
----------------------------------------*/
.c-list__interior ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.c-list__interior ul li {
  width: calc(33.3333333333% - 15px);
}
.c-list__interior ul li img {
  width: 100%;
}
.c-list__interior ul li dl dt {
  margin-bottom: 6px;
}
.c-list__interior ul li dl dd {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-list__interior ul li dl dd {
    font-size: 1.3rem;
  }
}

/*----------------------------------------
  @use
----------------------------------------*/
.center-section section {
  padding: 50px 0;
}
.center-section section:nth-of-type(2n) {
  background: url(../img/common/bg-dotted.png);
  background-size: 100%;
}

/*----------------------------------------
	c-section-feature
----------------------------------------*/
.c-section-feature {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-section-feature {
    padding: 20px;
  }
}
.c-section-feature.radius0 {
  border-radius: 0;
}

/*----------------------------------------
  c-section-movie
----------------------------------------*/
.c-section-movie {
  background: #F4F4F4;
  padding: 35px;
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 767px) {
  .c-section-movie {
    padding: 10px;
  }
}
.c-section-movie iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .c-section-movie iframe {
    height: 200px;
  }
}
.c-section-movie dl dt {
  font-size: 2.2rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .c-section-movie dl dt {
    font-size: 1.8rem;
  }
}
.c-section-movie dl dd {
  background: #ffffff;
  padding: 24px;
  border-top-left-radius: 30px;
  overflow: hidden;
  border-bottom-right-radius: 30px;
}

/*----------------------------------------
  c-section-map
----------------------------------------*/
.c-section-map {
  background: #F4F4F4;
  padding: 35px;
  text-align: center;
  border-top-left-radius: 30px;
  overflow: hidden;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 767px) {
  .c-section-map {
    padding: 10px;
  }
}
.c-section-map iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .c-section-map iframe {
    height: 200px;
  }
}
.c-section-map .main {
  background: #ffffff;
  padding: 24px;
  border-top-left-radius: 30px;
  overflow: hidden;
  border-bottom-right-radius: 30px;
}

/*----------------------------------------
	c-section-feature-right
----------------------------------------*/
.c-section-feature-right {
  position: relative;
  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:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #D6EBF7;
  z-index: -1;
}

/*----------------------------------------
	c-section-feature-left
----------------------------------------*/
.c-section-feature-left {
  position: relative;
  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: #D6EBF7;
  z-index: -1;
}

/*----------------------------------------
	c-section-line-blue
----------------------------------------*/
.c-section-line-blue {
  background: #fff;
  padding: 80px 50px;
  border: 30px solid #F4F4F4;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-section-line-blue {
    padding: 40px 20px;
  }
}

/*----------------------------------------
	c-section-line-red
----------------------------------------*/
.c-section-line-red {
  background: #fff;
  padding: 80px 50px;
  border: 30px solid #198479;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-section-line-red {
    padding: 40px 20px;
  }
}

/*----------------------------------------
	c-section-line-black
----------------------------------------*/
.c-section-line-black {
  background: #fff;
  padding: 80px 50px;
  border: 4px solid #6D6D6D;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-section-line-black {
    padding: 40px 20px;
  }
}

/*----------------------------------------
	c-section-row
----------------------------------------*/
.c-section-row {
  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 {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

/*----------------------------------------
	c-section-list
----------------------------------------*/
.c-section-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .c-section-list {
    gap: 60px;
  }
}
.c-section-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
}
@media screen and (max-width: 767px) {
  .c-section-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.c-section-list__item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-section-list__item:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c-section-list__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-section-list__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-tab
----------------------------------------*/
.c-tab__button {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.c-tab__button.two-sec {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .c-tab__button {
    gap: 10px;
  }
}
.c-tab__button li {
  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: 78px;
  font-size: 2.8rem;
  font-weight: bold;
  background: #E1EBF2;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-tab__button li {
    height: 60px;
    font-size: 1.6rem;
  }
}
.c-tab__button li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 20px 0 20px;
  border-color: #198479 transparent transparent transparent;
  margin: auto;
  opacity: 0;
}
.c-tab__button li.is-current {
  color: #fff;
  background: #198479;
}
.c-tab__button li.is-current:after {
  opacity: 1;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-table
----------------------------------------*/
.c-table {
  width: 100%;
  table-layout: fixed;
}
.c-table thead tr th {
  text-align: center;
  color: #fff;
  background: #4AA3E2;
  padding: 20px;
  border: 1px solid #B8B8B8;
}
@media screen and (max-width: 767px) {
  .c-table thead tr th {
    text-align: left;
    padding: 10px;
  }
}
.c-table thead tr th:first-child {
  width: 24%;
}
.c-table tbody tr th, .c-table tbody tr td {
  padding: 20px;
  border: 1px solid #B8B8B8;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr th, .c-table tbody tr td {
    padding: 10px;
  }
}
.c-table tbody tr th {
  width: 30%;
  text-align: center;
  background: #E6F5FF;
}
@media screen and (max-width: 767px) {
  .c-table tbody tr th {
    text-align: left;
  }
}
.c-table tbody tr td {
  width: auto;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-text-center
----------------------------------------*/
.c-text-center {
  max-width: 840px;
  margin: auto;
}

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

/*----------------------------------------
	c-text-right
----------------------------------------*/
.c-text-right {
  text-align: right;
}

.c-text__big {
  font-size: 2.8rem !important;
}
@media screen and (max-width: 767px) {
  .c-text__big {
    font-size: 2.2rem !important;
  }
}

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

/*----------------------------------------
  @use
----------------------------------------*/
.c-label {
  background: #2C2C2C;
  display: inline-block;
  padding: 9px 15px;
  padding-right: 60px;
  line-height: 1;
  color: #ffffff;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  margin-bottom: 12px;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
  c-line
----------------------------------------*/
.c-line {
  text-align: center;
}
.c-line span {
  background: url(../img/common/line-bg.svg) center no-repeat;
  background-size: 80%;
}

.c-label__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-label__line span {
  background: #FFFAB7;
  padding: 4px 25px;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-title
----------------------------------------*/
.c-title__arrow {
  position: relative;
  padding-left: 30px;
}
.c-title__arrow:before {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  background: url(../img/_common/ico-link-link01.svg) no-repeat;
  left: 0;
  top: 52%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-size: 100%;
}

/*----------------------------------------
  @use
----------------------------------------*/
/*----------------------------------------
	c-inquiry-box
----------------------------------------*/
.c-inquiry-box {
  background: #ffffff;
  border: 1px solid #242424;
  margin-top: 40px;
  padding: 20px 0;
}
.c-inquiry-box .label {
  background: #2C2C2C;
  display: inline-block;
  padding: 9px 15px;
  padding-right: 60px;
  line-height: 1;
  color: #ffffff;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  margin-bottom: 12px;
}
.c-inquiry-box__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .c-inquiry-box__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-inquiry-box__info .tel {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
  display: inline-block;
}
.c-inquiry-box__info address {
  line-height: 1.4;
  font-size: 1rem;
  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;
  }
}

/*----------------------------------------
	@use
----------------------------------------*/
/*----------------------------------------
	u-color-red
----------------------------------------*/
.u-color-red {
  color: #D12D2D;
}

/*----------------------------------------
	index
----------------------------------------*/
/*----------------------------------------
  @use
----------------------------------------*/
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}
.p-front-center {
  background: #F0F0F0;
  padding: 6vw 0;
}
@media screen and (max-width: 767px) {
  .p-front-center {
    padding: 10vw 0;
  }
}
.p-front-center section {
  padding-bottom: 4vw;
}

.p-front-center2 {
  background: #909090;
  color: #ffffff;
  padding: 6vw 0;
}
@media screen and (max-width: 767px) {
  .p-front-center2 {
    padding: 10vw 0;
  }
}

.mincho, .p-front-plan__inner .c-text, .p-front-interior__inner .c-text, .p-front-public__inner .c-text {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .mincho, .p-front-plan__inner .c-text, .p-front-interior__inner .c-text, .p-front-public__inner .c-text {
    font-size: 1.4rem;
  }
}

.c-text {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: 1.3rem;
  }
}

/*----------------------------------------
	p-front-mv
----------------------------------------*/
.p-front-mv {
  position: relative;
}
.p-front-mv figure {
  width: 100%;
}
.p-front-mv figure img {
  width: 100%;
}
.p-front-mv .information {
  margin-top: 15vw;
}
.p-front-mv .information .label {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-front-mv .information .label {
    margin-bottom: 5px;
  }
}
.p-front-mv .information .label span {
  background: #000000;
  color: #ffffff;
  font-size: 1.2rem;
  padding: 6px 6px;
  display: inline-block;
  letter-spacing: 0.1rem;
  line-height: 1;
  margin-bottom: 8px;
}
.p-front-mv .information ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-front-mv .information ul li time {
  margin-right: 16px;
}
@-webkit-keyframes blurFade {
  0% {
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  30% {
    opacity: 1;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  60% {
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.3);
  }
}
@keyframes blurFade {
  0% {
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  30% {
    opacity: 1;
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  60% {
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.3);
  }
}
@-webkit-keyframes particleScatter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    clip-path: polygon(0% 50%, 100% 30%, 100% 70%, 0% 100%);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-8px) scale(1.05);
            transform: translateY(-8px) scale(1.05);
    clip-path: polygon(10% 55%, 90% 35%, 90% 65%, 10% 95%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-15px) scale(1.1);
            transform: translateY(-15px) scale(1.1);
    clip-path: polygon(20% 60%, 80% 40%, 80% 60%, 20% 90%);
  }
}
@keyframes particleScatter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    clip-path: polygon(0% 50%, 100% 30%, 100% 70%, 0% 100%);
  }
  40% {
    opacity: 1;
    -webkit-transform: translateY(-8px) scale(1.05);
            transform: translateY(-8px) scale(1.05);
    clip-path: polygon(10% 55%, 90% 35%, 90% 65%, 10% 95%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-15px) scale(1.1);
            transform: translateY(-15px) scale(1.1);
    clip-path: polygon(20% 60%, 80% 40%, 80% 60%, 20% 90%);
  }
}

/*----------------------------------------
	p-front-news
----------------------------------------*/
.p-front-news {
  padding: 30px 0;
}
.p-front-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-front-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 767px) {
  .p-front-news__head {
    text-align: center;
  }
}
.p-front-news__head .eng {
  font-size: 2.8rem;
}
.p-front-news__content {
  padding-left: 4vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-front-news__content a {
  text-decoration: underline;
}

/*----------------------------------------
	p-front-public
----------------------------------------*/
@media screen and (max-width: 767px) {
  .p-front-public {
    margin-bottom: 5rem;
  }
}
.p-front-public__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-front-public__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.p-front-public__inner .eng {
  margin-bottom: 12px;
  font-size: 2.8rem;
}
.p-front-public__inner .c-text {
  margin-bottom: 12px;
}
@media screen and (min-width: 767px) {
  .p-front-public__head {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-public__head {
    width: 100%;
    text-align: center;
  }
}
.p-front-public figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-front-public .-sp_enable {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-front-public .c-button {
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

/*----------------------------------------
	p-front-interior
----------------------------------------*/
@media screen and (max-width: 767px) {
  .p-front-interior {
    margin-bottom: 5rem;
  }
}
.p-front-interior__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-front-interior__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.p-front-interior__inner .eng {
  margin-bottom: 12px;
  font-size: 2.8rem;
}
.p-front-interior__inner .c-text {
  margin-bottom: 12px;
}
@media screen and (min-width: 767px) {
  .p-front-interior__head {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 300px;
    padding: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-front-interior__head {
    width: 100%;
    text-align: center;
  }
}
.p-front-interior figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 767px) {
  .p-front-interior figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-front-interior .-sp_enable {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-front-interior .c-button {
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

/*----------------------------------------
	p-front-plan
----------------------------------------*/
@media screen and (max-width: 767px) {
  .p-front-plan {
    margin-bottom: 5rem;
  }
}
.p-front-plan__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-front-plan__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.p-front-plan__inner .eng {
  margin-bottom: 12px;
  font-size: 2.8rem;
}
.p-front-plan__inner .c-text {
  margin-bottom: 12px;
}
@media screen and (min-width: 767px) {
  .p-front-plan__head {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-plan__head {
    width: 100%;
    text-align: center;
  }
}
.p-front-plan figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-front-plan .-sp_enable {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-front-plan .c-button {
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

/*----------------------------------------
	p-front-access
----------------------------------------*/
.p-front-access {
  padding-bottom: 6vw;
}
@media screen and (max-width: 767px) {
  .p-front-access {
    padding-bottom: 9vw;
  }
}
.p-front-access__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-front-access__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (min-width: 767px) {
  .p-front-access__head {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-access__head {
    text-align: center;
  }
}
.p-front-access__head .eng {
  margin-bottom: 12px;
  font-size: 2.8rem;
}
@media screen and (min-width: 767px) {
  .p-front-access__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-front-access__content iframe {
    height: 200px;
  }
}
.p-front-access__content p {
  margin-bottom: 12px;
}

/*----------------------------------------
	p-front-access
----------------------------------------*/
.p-front-outline__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-front-outline__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (min-width: 767px) {
  .p-front-outline__head {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .p-front-outline__head {
    text-align: center;
  }
}
.p-front-outline__head .eng {
  margin-bottom: 12px;
  font-size: 2.8rem;
}
@media screen and (min-width: 767px) {
  .p-front-outline__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-front-outline__content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 0;
  border-top: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .p-front-outline__content dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.p-front-outline__content dl dt {
  width: 150px;
  font-weight: normal;
}
.p-front-outline__content dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-front-outline__content dl:last-child {
  border-bottom: 1px solid #ffffff;
}

/*----------------------------------------
	PLAN
----------------------------------------*/
.panorama {
  width: 100% !important;
  height: 300px !important;
}
@media screen and (max-width: 767px) {
  .panorama {
    height: 200px;
  }
}

.panorama-navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px;
  gap: 0 12px;
}
@media screen and (max-width: 767px) {
  .panorama-navs {
    gap: 0 6px;
  }
}

.panorama-navs li {
  width: calc(50% - 6px);
}
@media screen and (max-width: 767px) {
  .panorama-navs li {
    width: calc(50% - 6px);
  }
}

.plan_list {
  pading: 20px;
}
.plan_list ul > li {
  margin-bottom: 20px;
}

.panorama-wrap {
  padding: 30px;
}
.panorama-wrap .panorama-navs li {
  margin-bottom: 25px;
}

.movie_wrap {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .movie_wrap iframe {
    height: 200px;
  }
}

.currently_plan {
  background: #ffffff;
  background: #ffffff;
  padding: 30px 20px;
  border-top: 1px solid #000000;
}
.currently_plan__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .currently_plan__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 30px 20px;
  }
}
.currently_plan figure {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .currently_plan figure {
    width: 100%;
  }
}
.currently_plan .inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.currently_plan .inner .mincho, .currently_plan .inner .p-front-public__inner .c-text, .p-front-public__inner .currently_plan .inner .c-text, .currently_plan .inner .p-front-interior__inner .c-text, .p-front-interior__inner .currently_plan .inner .c-text, .currently_plan .inner .p-front-plan__inner .c-text, .p-front-plan__inner .currently_plan .inner .c-text {
  margin-bottom: 20px;
}
.currently_plan .inner .c-list {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #000000;
}
.currently_plan .inner .c-list dt {
  font-weight: normal;
  width: 95px;
}
.currently_plan .inner .c-list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.-new {
  background: #c10528;
  color: #ffffff;
  padding: 6px;
  font-size: 11px;
}